Skip to content

Commit 8ffd656

Browse files
committed
Upgrade to Laravel 9
1 parent 7fe4d35 commit 8ffd656

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^7.4|^8.0",
15-
"illuminate/contracts": "^8.0",
16-
"illuminate/support": "^8.0",
17-
"illuminate/database": "^8.0",
14+
"php": "^8.0",
15+
"illuminate/contracts": "^9.0",
16+
"illuminate/support": "^9.0",
17+
"illuminate/database": "^9.0",
1818
"brick/money": "^0.5.3"
1919
},
2020
"require-dev": {},

0 commit comments

Comments
 (0)