Skip to content

Commit

Permalink
Fix invalid constraint (laravel#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdfloyd authored Jan 20, 2022
1 parent ef196f0 commit 3f2583f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"illuminate/database": "^8.0|^9.0",
"illuminate/http": "^8.0|^9.0",
"illuminate/pagination": "^8.0|^9.0",
"illuminate/queue": "^8.|^9.0",
"illuminate/queue": "^8.0|^9.0",
"illuminate/support": "^8.0|^9.0"
},
"require-dev": {
Expand Down

0 comments on commit 3f2583f

Please sign in to comment.