Skip to content

Commit

Permalink
remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Feb 28, 2024
1 parent 63da264 commit ec94e13
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,20 @@
"require": {
"php": "^8.1",
"ext-json": "*",
"guzzlehttp/guzzle": "^6.5.5 || ^7.0.1",
"illuminate/database": "^8.0 || ^9.0 || ^10",
"illuminate/http": "^8.0 || ^9.0 || ^10",
"illuminate/support": "^8.0 || ^9.0 || ^10",
"guzzlehttp/guzzle": "^7.0.1",
"illuminate/database": "^10",
"illuminate/http": "^10",
"illuminate/support": "^10",
"nesbot/carbon": "^2.31",
"spatie/laravel-enum": "^3.0",
"spatie/laravel-translatable": "^5.0 || ^6.0"
"spatie/laravel-translatable": "^6.0"
},
"require-dev": {
"astrotomic/phpunit-assertions": "^0.11",
"infection/infection": "^0.27.10",
"laravel/pint": "^1.14",
"orchestra/testbench": "^6.0 || ^7.0 || ^8.0",
"pestphp/pest": "^2",
"pestphp/pest-plugin-laravel": "^2"
"orchestra/testbench": "^8.0",
"pestphp/pest": "^2.34",
"pestphp/pest-plugin-laravel": "^2.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ec94e13

Please sign in to comment.