Skip to content

Commit

Permalink
Add Laravel 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
pionl committed Dec 7, 2020
1 parent f5e24dd commit 149f911
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
"test": "./vendor/bin/phpunit"
},
"require": {
"illuminate/http": "5.2 - 5.8 | ^6.0 | ^7.0",
"illuminate/console": "5.2 - 5.8 | ^6.0 | ^7.0",
"illuminate/support": "5.2 - 5.8 | ^6.0 | ^7.0",
"illuminate/filesystem": "5.2 - 5.8 | ^6.0 | ^7.0"
"illuminate/http": "5.2 - 5.8 | ^6.0 | ^7.0 | ^8.0",
"illuminate/console": "5.2 - 5.8 | ^6.0 | ^7.0 | ^8.0",
"illuminate/support": "5.2 - 5.8 | ^6.0 | ^7.0 | ^8.0",
"illuminate/filesystem": "5.2 - 5.8 | ^6.0 | ^7.0 | ^8.0"
},
"require-dev": {
"laravel/laravel": "5.2 - 5.8 | ^6.0 | ^7.0",
"phpunit/phpunit": "5.7 | 6.0 | 7.0 | 7.5 | 8.4 | ^8.5",
"laravel/laravel": "5.2 - 5.8 | ^6.0 | ^7.0 | ^8.0",
"phpunit/phpunit": "5.7 | 6.0 | 7.0 | 7.5 | 8.4 | ^8.5 | ^9.3",
"mockery/mockery": "^1.1.0 | ^1.3.0",
"friendsofphp/php-cs-fixer": "^2.16.0",
"overtrue/phplint": "^1.1"
"overtrue/phplint": "^1.1 | ^2.0"
},
"autoload": {
"psr-4": {
Expand Down

1 comment on commit 149f911

@scwall
Copy link

@scwall scwall commented on 149f911 Aug 16, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<3

Please sign in to comment.