Skip to content

Commit 074b2f9

Browse files
ivandokovpionl
authored andcommitted
Laravel 5.8 support
Related to #62, Resolve #63
1 parent 3f87cd8 commit 074b2f9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"test": "./vendor/bin/phpunit"
1616
},
1717
"require": {
18-
"illuminate/http": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.*",
19-
"illuminate/console": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.*",
20-
"illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.*",
21-
"illuminate/filesystem": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.*"
18+
"illuminate/http": "5.1 - 5.8",
19+
"illuminate/console": "5.1 - 5.8",
20+
"illuminate/support": "5.1 - 5.8",
21+
"illuminate/filesystem": "5.1 - 5.8"
2222
},
2323
"require-dev": {
24-
"laravel/laravel": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.*",
25-
"phpunit/phpunit": "5.7 || 6.0 || 7.0",
24+
"laravel/laravel": "5.1 - 5.8",
25+
"phpunit/phpunit": "5.7 || 6.0 || 7.0 || 7.5",
2626
"mockery/mockery": "^1.1.0",
2727
"friendsofphp/php-cs-fixer": "^2.12",
2828
"overtrue/phplint": "^1.1"

0 commit comments

Comments
 (0)