Merge pull request #208 from dhensby/pulls/4.0/this-is-ss4

DOCS update comments for supported versions
This commit is contained in:
Damian Mooyman 2017-11-10 15:52:12 +13:00 committed by GitHub
commit d3fc0d4571
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
"silverstripe-themes/simple": "~3.2.0" "silverstripe-themes/simple": "~3.2.0"
}, },
"require-dev": { "require-dev": {
"phpunit/PHPUnit": "^5.7" "phpunit/phpunit": "^5.7"
}, },
"extra": { "extra": {
"project-files": [ "project-files": [

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<ruleset name="SS3"> <ruleset name="SS3">
<description>Coding standard for SilverStripe 3.x</description> <description>Coding standard for SilverStripe 4.x</description>
<!-- Don't sniff third party libraries --> <!-- Don't sniff third party libraries -->
<exclude-pattern>*/vendor/*</exclude-pattern> <exclude-pattern>*/vendor/*</exclude-pattern>

View File

@ -1,7 +1,7 @@
<!-- <!--
PHPUnit configuration for SilverStripe PHPUnit configuration for SilverStripe
Requires PHPUnit 3.5+ Requires PHPUnit 5+
Usage: Usage:
- "phpunit": Runs all tests in all folders - "phpunit": Runs all tests in all folders