Skip to content

Commit 61e28d1

Browse files
committed
Update composer.json requirements.
1 parent ff127d2 commit 61e28d1

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": ">=7.3",
28+
"illuminate/support": ">=8.83",
29+
"illuminate/container": ">=8.83"
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)