Skip to content

Commit d209b69

Browse files
committed
Bump dependencies for Laravel 8
1 parent cd7daac commit d209b69

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
"minimum-stability": "dev",
2222
"prefer-stable": true,
2323
"require": {
24-
"php" : "^7.2",
25-
"illuminate/http": "^5.8|^6.0|^7.0"
24+
"php": "^7.2",
25+
"illuminate/http": "^5.8|^6.0|^7.0|^8.0"
2626
},
2727
"require-dev": {
28-
"orchestra/testbench": "^3.8|^4.0|^5.0",
29-
"phpunit/phpunit" : "^8.0"
28+
"orchestra/testbench": "^3.8|^4.0|^5.0|^6.0",
29+
"phpunit/phpunit": "^8.0|^9.3"
3030
},
3131
"autoload": {
3232
"psr-4": {

0 commit comments

Comments
 (0)