Skip to content

Commit

Permalink
cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinGab committed Oct 12, 2024
1 parent 1a43b92 commit 4dd3c25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 198 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"require": {
"php": "^8.1",
"illuminate/contracts": "^10.0|^11.0",
"illuminate/contracts": "^11.0",
"maennchen/zipstream-php": "^3.1",
"pbmedia/laravel-ffmpeg": "^8.3",
"spatie/image": "^3.0.0",
Expand All @@ -26,12 +26,12 @@
},
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^7.8|^8.1",
"nunomaduro/collision": "^8.1",
"larastan/larastan": "^2.0.1",
"orchestra/testbench": "^8.8|^9.0",
"pestphp/pest": "^2.0",
"pestphp/pest-plugin-arch": "^2.0",
"pestphp/pest-plugin-laravel": "^2.0",
"orchestra/testbench": "^9.0",
"pestphp/pest": "^3.0",
"pestphp/pest-plugin-arch": "^3.0",
"pestphp/pest-plugin-laravel": "^3.0",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0"
Expand Down
192 changes: 0 additions & 192 deletions src/Traits/InteractsWithMediaFiles.php

This file was deleted.

0 comments on commit 4dd3c25

Please sign in to comment.