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 cdc8831 commit 36ceadbCopy full SHA for 36ceadb
composer.json
@@ -13,16 +13,16 @@
13
"require": {
14
"php": "5.* || 7.*",
15
"illuminate/database": "5.*",
16
- "illuminate/filesystem": "5.*",
17
- "sebastian/peek-and-poke": "^1.0@dev",
18
- "php-coveralls/php-coveralls": "2.*"
+ "illuminate/filesystem": "5.*"
19
},
20
"require-dev": {
21
"phing/phing": "2.*",
22
- "phpunit/phpunit": "4.* || 5.* || 6.* || 7.*",
+ "phpunit/phpunit": "4.* || 5.*",
23
"illuminate/config": "5.*",
24
"squizlabs/php_codesniffer": "2.*",
25
- "chadicus/coding-standard": "~1.0"
+ "chadicus/coding-standard": "~1.0",
+ "sebastian/peek-and-poke": "^1.0@dev",
+ "php-coveralls/php-coveralls": "2.*"
26
27
"autoload": {
28
"psr-4": {
0 commit comments