Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
labomatik authored Mar 9, 2024
1 parent ca71939 commit b6530ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
],
"require": {
"php": ">=7.2.5",
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0",
"illuminate/support": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0",
"illuminate/queue": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0",
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0 || ^10.0 || ^11.0",
"illuminate/support": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0 || ^10.0 || ^11.0",
"illuminate/queue": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0 || ^10.0 || ^11.0",
"lob/lob-php": "^3.0"
},
"require-dev": {
Expand Down

0 comments on commit b6530ce

Please sign in to comment.