Skip to content

Commit da4a836

Browse files
Bump dependencies for Laravel 10 (#111)
1 parent 3be8a8d commit da4a836

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
],
1818
"require": {
1919
"php": "^7.3|^8.0",
20-
"illuminate/support": "~5.8.0|^6.0|^7.0|^8.0|^9.0",
21-
"illuminate/routing": "~5.8.0|^6.0|^7.0|^8.0|^9.0",
22-
"illuminate/config": "~5.8.0|^6.0|^7.0|^8.0|^9.0",
23-
"illuminate/queue": "~5.8.0|^6.0|^7.0|^8.0|^9.0",
20+
"illuminate/support": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0",
21+
"illuminate/routing": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0",
22+
"illuminate/config": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0",
23+
"illuminate/queue": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0",
2424
"guzzlehttp/guzzle": "^7.0",
2525
"laravel/helpers": "^1.0"
2626
},
2727
"require-dev": {
2828
"mockery/mockery": "^1.0",
29-
"orchestra/testbench": "~3.8.0|^4.0|^5.0|^6.0|^7.0",
29+
"orchestra/testbench": "~3.8.0|^4.0|^5.0|^6.0|^7.0|^8.0",
3030
"phpunit/phpunit": "^9.2",
3131
"pestphp/pest": "^1.22"
3232
},

0 commit comments

Comments
 (0)