Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Commit

Permalink
Upgrade package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarpsvo committed Mar 4, 2022
1 parent ab2374c commit 4e102a5
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 @@ -21,11 +21,11 @@
],
"license": "MIT",
"require": {
"php": ">=7.1.0",
"intervention/image": "^2.4",
"laravel/nova": "^2.0.11 || ^3.0",
"php-ffmpeg/php-ffmpeg": "^0.17.0",
"guzzlehttp/guzzle": "^7.3.0"
"php": ">=8.0.0",
"intervention/image": "^2.7.1",
"laravel/nova": "^3.0",
"php-ffmpeg/php-ffmpeg": "^1.0.1",
"guzzlehttp/guzzle": "^7.0.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 4e102a5

Please sign in to comment.