Skip to content

Commit ccb7a18

Browse files
committed
Update composer.json
PHP 8
1 parent 7ee1a35 commit ccb7a18

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,11 @@
2424
],
2525
"require": {
2626

27-
"php" : "7.*",
27+
"php" : "^7.0|^8.0",
2828
"illuminate/support": "*",
2929
"illuminate/http": "*",
3030
"symfony/dom-crawler": "^2.7|^3.0|^4.0|^5.0",
3131
"symfony/css-selector": "^2.7|^3.0|^4.0|^5.0",
32-
"php" : "^7.0",
3332
"illuminate/support": "~5.3|~6.0|~7.0|~8.0",
3433
"illuminate/http": "~5.3|~6.0|~7.0|~8.0",
3534
"symfony/dom-crawler": "^2.7|^3.0|^4.0|^5.0",

0 commit comments

Comments
 (0)