Skip to content

Commit

Permalink
Fixed Laravel 10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar committed Jun 26, 2024
1 parent 4482375 commit ed1f0fb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,15 @@
"php": "^8.2",
"deeplcom/deepl-php": "^1.7",
"guzzlehttp/guzzle": "^7.8",
"illuminate/config": "^10.0 || ^11.0",
"illuminate/support": "^10.0 || ^11.0",
"laravel-lang/config": "^1.0@dev",
"laravel-lang/locale-list": "^1.4",
"stichoza/google-translate-php": "^5.1"
},
"require-dev": {
"mockery/mockery": "^1.6",
"orchestra/testbench": "^9.1",
"orchestra/testbench": "^8.0 || ^9.0",
"pestphp/pest": "^2.34",
"symfony/var-dumper": "^6.0 || ^7.0"
},
Expand Down Expand Up @@ -64,6 +65,6 @@
}
},
"scripts": {
"test": "vendor/bin/pest --parallel"
"test": "vendor/bin/pest"
}
}

0 comments on commit ed1f0fb

Please sign in to comment.