Skip to content

Commit

Permalink
add Laravel 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmuhittin committed Sep 9, 2020
1 parent a1565d5 commit 4d6130c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"require": {
"illuminate/console": ">=5.1",
"php": ">=7.0.0",
"illuminate/support": "^5.5|^6|^7",
"illuminate/translation": "^5.5|^6|^7",
"illuminate/support": "^5.5|^6|^7|^8",
"illuminate/translation": "^5.5|^6|^7|^8",
"stichoza/google-translate-php": "^4.0",
"google/cloud-translate": "^1.7.4",
"yandex/translate-api": "^1.5.2",
Expand Down Expand Up @@ -36,7 +36,7 @@
],
"require-dev": {
"phpunit/phpunit": "^8.3",
"orchestra/testbench": "5.x-dev"
"orchestra/testbench": "5.x-dev|6.x-dev"
},
"minimum-stability": "dev",
"prefer-stable": true
Expand Down

0 comments on commit 4d6130c

Please sign in to comment.