Skip to content

Commit b15c616

Browse files
committed
Bump dependencies for Laravel 10
1 parent 3c7d670 commit b15c616

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,11 +17,11 @@
1717
],
1818
"require": {
1919
"php": "^7.3|^8.0",
20-
"illuminate/support": "^7.26.0|^8.0|^9.0",
21-
"illuminate/console": "^7.26.0|^8.0|^9.0",
22-
"illuminate/http": "^7.26.0|^8.0|^9.0",
23-
"illuminate/cache": "^7.26.0|^8.0|^9.0",
24-
"illuminate/view": "^7.26.0|^8.0|^9.0",
20+
"illuminate/support": "^7.26.0|^8.0|^9.0|^10.0",
21+
"illuminate/console": "^7.26.0|^8.0|^9.0|^10.0",
22+
"illuminate/http": "^7.26.0|^8.0|^9.0|^10.0",
23+
"illuminate/cache": "^7.26.0|^8.0|^9.0|^10.0",
24+
"illuminate/view": "^7.26.0|^8.0|^9.0|^10.0",
2525
"guzzlehttp/guzzle": "^7.2",
2626
"ramsey/uuid": "^3.7|^4.0"
2727
},

0 commit comments

Comments
 (0)