Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit b263ff3

Browse files
authored
Laravel 10 upgrades (#73)
Co-authored-by: Marc Garcia <[email protected]>
1 parent a1a7eb6 commit b263ff3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
],
2323
"require": {
2424
"php": "^8.0|^8.1",
25-
"illuminate/filesystem": "^8.70|^9.0",
26-
"illuminate/support": "^8.70|^9.0",
27-
"illuminate/view": "^8.70|^9.0"
25+
"illuminate/filesystem": "^8.70|^9.0|^10.0",
26+
"illuminate/support": "^8.70|^9.0|^10.0",
27+
"illuminate/view": "^8.70|^9.0|^10.0"
2828
},
2929
"require-dev": {
3030
"blade-ui-kit/blade-heroicons": "^1.0|^2.0",

0 commit comments

Comments
 (0)