Skip to content

Commit

Permalink
Laravel 9 compatibility (#51)
Browse files Browse the repository at this point in the history
Add L9 compatibility
  • Loading branch information
neoteknic authored Feb 18, 2022
1 parent 9a78079 commit a5214c2
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.0.0",
"illuminate/support": "^5.5|^6|^7|^8",
"illuminate/translation": "^5.5|^6|^7|^8",
"illuminate/support": "^5.5|^6|^7|^8|^9",
"illuminate/translation": "^5.5|^6|^7|^8|^9",
"stichoza/google-translate-php": "^4.0",
"google/cloud-translate": "^1.7.4",
"yandex/translate-api": "^1.5.2",
Expand Down

0 comments on commit a5214c2

Please sign in to comment.