From 0d8dd261b80448bc3e028e2f5112d9ea8435fca1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 27 Mar 2018 10:11:54 +0200 Subject: Version 0.7.5 fropm Fedora: * Sun Mar 25 2018 Shawn Iwinski - 0.7.5-2 - Update get source script to save in spec directory - Update phpcompatinfo computed dependencies - Remove code sniffer dependency and test - Modify upstream test run * Tue Feb 13 2018 Christian Glombek - 0.7.5-1 - Updated to 0.7.5 (RHBZ #1504394) - Use php_condesniffer for testing --- composer.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 112a6bd..95118a3 100644 --- a/composer.json +++ b/composer.json @@ -25,8 +25,7 @@ }, "require-dev": { "squizlabs/php_codesniffer": "~2.5", - "phpunit/phpunit": "~3.7", - "kherge/box": "~2.5" + "phpunit/phpunit": "~4.6" }, "bin": ["bin/pscss"], "archive": { @@ -35,7 +34,6 @@ "/.gitattributes", "/.gitignore", "/.travis.yml", - "/box.json.dist", "/phpunit.xml.dist", "/tests" ] -- cgit