diff --git a/LICENSE.md b/LICENSE similarity index 97% rename from LICENSE.md rename to LICENSE index 4fbe7ee..c9ba148 100644 --- a/LICENSE.md +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2018, SilverStripe Ltd. +Copyright (c) 2018, Silverstripe Ltd. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/composer.json b/composer.json index afa9a82..2626033 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "silverstripe/versionfeed": "3.x-dev" }, "require-dev": { - "phpunit/phpunit": "^9.5" + "phpunit/phpunit": "^9.6" }, "extra": { "project-files": [] @@ -22,4 +22,4 @@ }, "prefer-stable": true, "minimum-stability": "dev" -} \ No newline at end of file +}