Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DariusIII authored Apr 25, 2024
1 parent f5e871d commit 330822f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
"license": "MIT",
"require": {
"php": ">=8.0",
"illuminate/support": "^8.0|^9.0|^10.0",
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
"php-tmdb/api": "^4.0",
"nyholm/psr7": "^1.3",
"guzzlehttp/guzzle": "^7.2"
},
"require-dev": {
"phpunit/phpunit": "^7.0|^8.0|^9.0|^10.0",
"symfony/event-dispatcher": "^6.0",
"phpunit/phpunit": "^7.0|^8.0|^9.0|^10.0|^11.0",
"symfony/event-dispatcher": "^6.0|^7.0",
"psr/event-dispatcher": "^1.0",
"illuminate/events": "^8.0|^9.0|^10.0",
"illuminate/events": "^8.0|^9.0|^10.0|^11.0",
"doctrine/cache": "^1.8",
"monolog/monolog": "^3.0"
},
Expand Down

0 comments on commit 330822f

Please sign in to comment.