Skip to content

Commit 24cde42

Browse files
authored
Merge pull request #2 from GrahamCampbell/patch-2
Tweaked version constraints
2 parents fdf15a3 + 17c0ddf commit 24cde42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
}
1818
],
1919
"require": {
20-
"php" : "^5.5.0|^7.0",
20+
"php" : "^5.5|^7.0",
2121
"illuminate/support": "^5.1",
2222
"illuminate/http": "^5.1",
2323
"symfony/dom-crawler": "^2.7|^3.0",
2424
"symfony/css-selector": "^2.7|^3.0"
2525
},
2626
"require-dev": {
27-
"phpunit/phpunit" : "4.*",
28-
"scrutinizer/ocular": "~1.1"
27+
"phpunit/phpunit" : "^4.0|^5.0",
28+
"scrutinizer/ocular": "^1.1"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)