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.
2 parents 2bff22e + 36ceadb commit c5aeba4Copy full SHA for c5aeba4
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"
+ "illuminate/filesystem": "5.*"
18
},
19
"require-dev": {
20
"phing/phing": "2.*",
21
- "phpunit/phpunit": "4.*",
+ "phpunit/phpunit": "4.* || 5.*",
22
"illuminate/config": "5.*",
23
"squizlabs/php_codesniffer": "2.*",
24
"chadicus/coding-standard": "~1.0",
25
- "satooshi/php-coveralls": "1.*"
+ "sebastian/peek-and-poke": "^1.0@dev",
+ "php-coveralls/php-coveralls": "2.*"
26
27
"autoload": {
28
"psr-4": {
0 commit comments