Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DariusIII authored Feb 16, 2023
1 parent aaa1ca6 commit 0a496a9
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,18 +11,18 @@
"license": "MIT",
"require": {
"php": ">=8.0",
"illuminate/support": "^8.0|^9.0",
"illuminate/support": "^8.0|^9.0|^10.0",
"php-tmdb/api": "^4.0",
"nyholm/psr7": "^1.3",
"guzzlehttp/guzzle": "^7.2"
},
"require-dev": {
"phpunit/phpunit": "^7.0|^8.0|^9.0",
"phpunit/phpunit": "^7.0|^8.0|^9.0|^10.0",
"symfony/event-dispatcher": "^6.0",
"psr/event-dispatcher": "^1.0",
"illuminate/events": "^8.0|^9.0",
"illuminate/events": "^8.0|^9.0|^10.0",
"doctrine/cache": "^1.8",
"monolog/monolog": "^2.0"
"monolog/monolog": "^3.0"
},
"suggest": {
"doctrine/cache": "Required if you want to make use of caching features.",
Expand Down

0 comments on commit 0a496a9

Please sign in to comment.