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 18a61f9 commit da6c667Copy full SHA for da6c667
composer.json
@@ -17,15 +17,15 @@
17
}
18
],
19
"require": {
20
- "php" : "^5.5.0|^7.0",
+ "php" : "^5.5|^7.0",
21
"illuminate/support": "^5.1",
22
"illuminate/http": "^5.1",
23
"symfony/dom-crawler": "^2.7|^3.0",
24
"symfony/css-selector": "^2.7|^3.0"
25
},
26
"require-dev": {
27
- "phpunit/phpunit" : "4.*",
28
- "scrutinizer/ocular": "~1.1"
+ "phpunit/phpunit" : "^4.0|5.0",
+ "scrutinizer/ocular": "^1.1"
29
30
"autoload": {
31
"psr-4": {
0 commit comments