Skip to content

Commit ada6aaf

Browse files
Bump dependencies for Laravel 10 (#77)
1 parent bedbe3e commit ada6aaf

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
@@ -17,10 +17,10 @@
1717
],
1818
"require": {
1919
"php": "^7.1|^8.0",
20-
"laravel/framework": "~5.8.0|~6.0|~7.0|~8.0|~9.0"
20+
"laravel/framework": "~5.8.0|~6.0|~7.0|~8.0|~9.0|^10.0"
2121
},
2222
"require-dev": {
23-
"orchestra/testbench": "^3.5|~4.0|~5.0|~6.0"
23+
"orchestra/testbench": "^3.5|~4.0|~5.0|~6.0|^8.0"
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)