diff --git a/README.md b/README.md index a742d6f..5d041de 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Overview -Base project folder for a SilverStripe ([http://silverstripe.org](http://silverstripe.org)) installation. Required modules are installed via [http://github.com/silverstripe/recipe-cms](silverstripe/recipe-cms). For information on how to change the dependencies in a recipe, please have a look at [https://github.com/silverstripe/recipe-plugin](silverstripe/recipe-plugin). In addition, installer includes [theme/simple](https://github.com/silverstripe-themes/silverstripe-simple) as a default theme. +Base project folder for a SilverStripe ([http://silverstripe.org](http://silverstripe.org)) installation. Required modules are installed via [http://github.com/silverstripe/recipe-cms](http://github.com/silverstripe/recipe-cms). For information on how to change the dependencies in a recipe, please have a look at [https://github.com/silverstripe/recipe-plugin](https://github.com/silverstripe/recipe-plugin). In addition, installer includes [theme/simple](https://github.com/silverstripe-themes/silverstripe-simple) as a default theme. ## Installation ## @@ -11,7 +11,7 @@ and [installation from source](http://doc.silverstripe.org/framework/en/installa Bugs are tracked on github.com ([framework issues](https://github.com/silverstripe/silverstripe-framework/issues), [cms issues](https://github.com/silverstripe/silverstripe-cms/issues)). -Please read our [issue reporting guidelines](http://doc.silverstripe.org/framework/en/misc/contributing/issues). +Please read our [issue reporting guidelines](https://docs.silverstripe.org/en/4/contributing/issues_and_bugs/). ## Development and Contribution ## diff --git a/composer.json b/composer.json index c09e0df..ca7d66e 100644 --- a/composer.json +++ b/composer.json @@ -4,12 +4,12 @@ "description": "The SilverStripe Framework Installer", "require": { "php": ">=5.6.0", - "silverstripe/recipe-plugin": ">=0.1@dev <1.0", + "silverstripe/recipe-plugin": "^1", "silverstripe/recipe-cms": "1.1.x-dev", "silverstripe-themes/simple": "~3.2.0" }, "require-dev": { - "phpunit/PHPUnit": "^5.7" + "phpunit/phpunit": "^5.7" }, "extra": { "project-files": [ @@ -28,4 +28,4 @@ }, "prefer-stable": true, "minimum-stability": "dev" -} +} \ No newline at end of file diff --git a/phpcs.xml.dist b/phpcs.xml.dist index 38151e4..9924cfd 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -1,6 +1,6 @@ - Coding standard for SilverStripe 3.x + Coding standard for SilverStripe 4.x */vendor/* diff --git a/phpunit.xml.dist b/phpunit.xml.dist index b97f70b..a629724 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,7 +1,7 @@