Skip to content

Commit

Permalink
Merge pull request #13 from thanosalexander/patch-1
Browse files Browse the repository at this point in the history
Upgrade to support Laravel 10
  • Loading branch information
pawlox authored Sep 29, 2023
2 parents e7352c4 + c97ae50 commit 22897f3
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 @@ -14,8 +14,8 @@
"require": {
"php": ">=8.0",
"ext-gd": "*",
"illuminate/support": "^9.0",
"php-ffmpeg/php-ffmpeg": "^1.0.0"
"illuminate/support": "^10.0",
"php-ffmpeg/php-ffmpeg": "^1.1.0"
},
"autoload": {
"psr-4": {
Expand All @@ -30,6 +30,6 @@
"minimum-stability": "dev",
"require-dev": {
"orchestra/testbench": "~7.0",
"phpunit/phpunit": "^9"
"phpunit/phpunit": "^10"
}
}

0 comments on commit 22897f3

Please sign in to comment.