Skip to content

Commit e89dd7c

Browse files
Update php and illuminate dependencies.
1 parent f0208f8 commit e89dd7c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
}
2525
],
2626
"require": {
27-
"php": ">=7.3",
28-
"illuminate/support": ">=8.83",
29-
"illuminate/container": ">=8.83"
27+
"php": "^8.0",
28+
"illuminate/support": "^9.0 || ^10.0",
29+
"illuminate/container": "^9.0 || ^10.0"
3030
},
3131
"require-dev": {
3232
"phpunit/phpunit": "^9.6",

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)