Skip to content

Commit 584d1e5

Browse files
committed
Bump dependencies for Laravel 10
1 parent a49cde8 commit 584d1e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
],
1919
"require": {
2020
"php": "^7.2.5|^8.0",
21-
"illuminate/support": "~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0"
21+
"illuminate/support": "~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0"
2222
},
2323
"require-dev": {
24-
"orchestra/testbench": "^3.6|^5.0|^6.0|^7.0",
24+
"orchestra/testbench": "^3.6|^5.0|^6.0|^7.0|^8.0",
2525
"phpunit/phpunit": "^7.0|^8.0|9.2.*|^9.5.10"
2626
},
2727
"autoload": {

0 commit comments

Comments
 (0)