DOCS update comments for supported versions

This commit is contained in:
Daniel Hensby 2017-11-07 12:58:43 +00:00
parent d6c528b8bc
commit ee92941f87
No known key found for this signature in database
GPG Key ID: B00D1E9767F0B06E
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<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 -->
<exclude-pattern>*/vendor/*</exclude-pattern>

View File

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