Skip to content

Commit 3f2583f

Browse files
authored
Fix invalid constraint (laravel#576)
1 parent ef196f0 commit 3f2583f

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
@@ -20,7 +20,7 @@
2020
"illuminate/database": "^8.0|^9.0",
2121
"illuminate/http": "^8.0|^9.0",
2222
"illuminate/pagination": "^8.0|^9.0",
23-
"illuminate/queue": "^8.|^9.0",
23+
"illuminate/queue": "^8.0|^9.0",
2424
"illuminate/support": "^8.0|^9.0"
2525
},
2626
"require-dev": {

0 commit comments

Comments
 (0)