From ee92941f87b673231e53e22172f912eccf77ac27 Mon Sep 17 00:00:00 2001 From: Daniel Hensby Date: Tue, 7 Nov 2017 12:58:43 +0000 Subject: [PATCH] DOCS update comments for supported versions --- composer.json | 2 +- phpcs.xml.dist | 2 +- phpunit.xml.dist | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index ec67bb1..3edefbc 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "silverstripe-themes/simple": "~3.2.0" }, "require-dev": { - "phpunit/PHPUnit": "^5.7" + "phpunit/phpunit": "^5.7" }, "extra": { "project-files": [ 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 @@