Skip to content

Commit

Permalink
Laravel 5.8 support
Browse files Browse the repository at this point in the history
Related to #62, Resolve #63
  • Loading branch information
ivandokov authored and pionl committed Mar 5, 2019
1 parent 3f87cd8 commit 074b2f9
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 @@ -15,14 +15,14 @@
"test": "./vendor/bin/phpunit"
},
"require": {
"illuminate/http": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.*",
"illuminate/console": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.*",
"illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.*",
"illuminate/filesystem": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.*"
"illuminate/http": "5.1 - 5.8",
"illuminate/console": "5.1 - 5.8",
"illuminate/support": "5.1 - 5.8",
"illuminate/filesystem": "5.1 - 5.8"
},
"require-dev": {
"laravel/laravel": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.*",
"phpunit/phpunit": "5.7 || 6.0 || 7.0",
"laravel/laravel": "5.1 - 5.8",
"phpunit/phpunit": "5.7 || 6.0 || 7.0 || 7.5",
"mockery/mockery": "^1.1.0",
"friendsofphp/php-cs-fixer": "^2.12",
"overtrue/phplint": "^1.1"
Expand Down

0 comments on commit 074b2f9

Please sign in to comment.