Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thanosalexandris authored Sep 29, 2023
1 parent e7352c4 commit c97ae50
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 c97ae50

Please sign in to comment.