Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 2e43fa1

Browse files
authored
Upgrade to Laravel 9 components (#263)
* Upgrade to Laravel 9 components. * Update dependencies.
1 parent b1de4e5 commit 2e43fa1

File tree

2 files changed

+381
-411
lines changed

2 files changed

+381
-411
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"php": "^8.0",
1414
"ext-json": "^8.0",
1515
"ext-mbstring": "^8.0",
16-
"illuminate/database": "^8.0",
17-
"illuminate/events": "^8.0",
16+
"illuminate/database": "^9.0",
17+
"illuminate/events": "^9.0",
1818
"symfony/var-dumper": "^5.0 || ^6.0"
1919
},
2020
"require-dev": {

0 commit comments

Comments
 (0)