Skip to content

Commit

Permalink
Update version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdnbrk committed Mar 2, 2021
1 parent 5f2cb23 commit cdf015e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
],
"require": {
"php": "^7.4 || ^8.0",
"illuminate/console": "^7.2 || ^8.23",
"illuminate/contracts": "^7.2 || ^8.23",
"illuminate/database": "^7.2 || ^8.23",
"illuminate/queue": "^7.2 || ^8.23",
"illuminate/support": "^7.2 || ^8.23",
"illuminate/console": "^7.2 || ^8.24",
"illuminate/contracts": "^7.2 || ^8.24",
"illuminate/database": "^7.2 || ^8.24",
"illuminate/queue": "^7.2 || ^8.24",
"illuminate/support": "^7.2 || ^8.24",
"mvdnbrk/gtin": "^2.7",
"mvdnbrk/laravel-model-expires": "^1.8",
"spatie/laravel-model-states": "^1.9",
Expand Down

0 comments on commit cdf015e

Please sign in to comment.