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

Commit 14f2e89

Browse files
committed
Use more restrictive require constraint
1 parent 36ba63a commit 14f2e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "package",
88
"minimum-stability": "dev",
99
"require": {
10-
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0"
10+
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|6.*"
1111
},
1212
"extra": {
1313
"laravel": {

0 commit comments

Comments
 (0)