summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-03-27 10:11:54 +0200
committerRemi Collet <remi@remirepo.net>2018-03-27 10:11:54 +0200
commit0d8dd261b80448bc3e028e2f5112d9ea8435fca1 (patch)
treee68f20621fa04959a0a6c40b8a5962175d89d63e /composer.json
parentead973f23c30a99580b4b22fc420cb9793c6df28 (diff)
Version 0.7.5 fropm Fedora:
* Sun Mar 25 2018 Shawn Iwinski <shawn.iwinski@gmail.com> - 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 <christian.glombek@rwth-aachen.de> - 0.7.5-1 - Updated to 0.7.5 (RHBZ #1504394) - Use php_condesniffer for testing
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 1 insertions, 3 deletions
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"
]