Skip to content

Commit

Permalink
WIP – Laravel 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ifox committed Sep 10, 2020
1 parent 9ead6d5 commit 38e2b7a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"ext-json": "*",
"ext-pdo": "*",
"astrotomic/laravel-translatable": "^11.5",
"cartalyst/tags": "^6.0|^7.0|^8.0|^9.0|^10.0",
"cartalyst/tags": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"doctrine/dbal": "^2.9",
"guzzlehttp/guzzle": "^6.2",
"guzzlehttp/guzzle": "^6.2|^7.0",
"imgix/imgix-php": "^3.0",
"laravel/framework": "~5.6|~5.7|~5.8|^6.0|^7.0",
"laravel/socialite": "^4.2",
"laravel/framework": "~5.6|~5.7|~5.8|^6.0|^7.0|^8.0",
"laravel/socialite": "^4.2|^5.0",
"laravel/ui": "^1.0|^2.0",
"league/flysystem-aws-s3-v3": "^1.0",
"league/glide-laravel": "^1.0",
Expand All @@ -46,8 +46,8 @@
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
"kalnoy/nestedset": "^5.0",
"nunomaduro/collision": "^3.0|^4.2",
"orchestra/testbench": "~3.3|~3.4|~3.5|~3.6|~3.7|~3.8|^4.0|^5.0",
"nunomaduro/collision": "^3.0|^4.2|^5.0",
"orchestra/testbench": "~3.3|~3.4|~3.5|~3.6|~3.7|~3.8|^4.0|^5.0|^6.0",
"phpunit/phpunit": "~5.0|~6.0|~7.0|~8.0|~9.0"
},
"autoload": {
Expand Down

0 comments on commit 38e2b7a

Please sign in to comment.