Skip to content

Commit

Permalink
Laravel 10 Support (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
lrljoe authored Feb 17, 2023
1 parent 942494e commit 80e3e40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"require": {
"illuminate/console": ">=5.1",
"php": ">=7.1.0",
"illuminate/support": "^5.5|^6|^7|^8|^9",
"illuminate/translation": "^5.5|^6|^7|^8|^9",
"illuminate/support": "^5.5|^6|^7|^8|^9|^10",
"illuminate/translation": "^5.5|^6|^7|^8|^9|^10",
"stichoza/google-translate-php": "^4.0",
"google/cloud-translate": "^1.7.4",
"yandex/translate-api": "^1.5.2",
Expand Down

0 comments on commit 80e3e40

Please sign in to comment.