We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0bd30a commit 38aa812Copy full SHA for 38aa812
composer.json
@@ -27,16 +27,14 @@
27
"katzgrau/klogger": "1.0.*",
28
"matthiasmullie/minify": "1.3.*",
29
"michelf/php-markdown": "1.4.1",
30
- "g105b/phpcsv": "1.*",
31
- "satooshi/php-coveralls": "0.6.*",
32
-
33
- "phpunit/phpunit": "^5.1",
34
35
- "behat/behat": "2.*@stable",
36
- "behat/mink": "@stable",
+ "g105b/phpcsv": "1.*"
+ },
+ "require-dev": {
+ "satooshi/php-coveralls": "@stable",
+ "phpunit/phpunit": "@stable",
+ "behat/behat": "@stable",
37
"behat/mink-extension": "@stable",
38
- "behat/mink-goutte-driver": "@stable",
39
- "fabpot/goutte": "1.*@stable"
+ "behat/mink-goutte-driver": "@stable"
40
},
41
42
"keywords": [
0 commit comments