Skip to content

Commit 0fc5e25

Browse files
authored
Update composer.json (#7)
1 parent fd99d98 commit 0fc5e25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
}
1717
],
1818
"require": {
19-
"php" : "^7.0",
20-
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0",
19+
"php" : "^7.0|^8.0",
20+
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0",
2121
"graham-campbell/guzzle-factory": "^3.0"
2222
},
2323
"require-dev": {
24-
"phpunit/phpunit": "^6.2|^7.0|^8.0",
24+
"phpunit/phpunit": "^6.2|^7.0|^8.0|^9.0",
2525
"orchestra/testbench": "~3.5.0|~3.6.0",
2626
"mockery/mockery": "^1.1",
2727
"friendsofphp/php-cs-fixer": "^2.12"

0 commit comments

Comments
 (0)