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