Skip to content

Commit fa38efb

Browse files
Will not have compatibility with previous versions due to symfony 5
1 parent 0df41c5 commit fa38efb

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

composer.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,24 @@
1515
"require": {
1616
"php": "^7.2.5",
1717
"dingo/blueprint": "^0.4",
18-
"illuminate/routing": "^5.5 || ^6.0 || ^7.0",
19-
"illuminate/support": "^5.5 || ^6.0 || ^7.0",
18+
"illuminate/routing": "^7.0",
19+
"illuminate/support": "^7.0",
2020
"league/fractal": "^0.17"
2121
},
2222
"require-dev": {
2323
"phpdocumentor/reflection-docblock": "3.3.2",
2424
"friendsofphp/php-cs-fixer": "~2",
25-
"illuminate/auth": "^5.5 || ^6.0 || ^7.0",
26-
"illuminate/cache": "^5.5 || ^6.0 || ^7.0",
27-
"illuminate/console": "^5.5 || ^6.0 || ^7.0",
28-
"illuminate/database": "^5.5 || ^6.0 || ^7.0",
29-
"illuminate/events": "^5.5 || ^6.0 || ^7.0",
30-
"illuminate/filesystem": "^5.5 || ^6.0 || ^7.0",
31-
"illuminate/log": "^5.5 || ^6.0 || ^7.0",
32-
"illuminate/pagination": "^5.5 || ^6.0 || ^7.0",
33-
"laravel/lumen-framework": "^5.5 || ^6.0 || ^7.0",
25+
"illuminate/auth": "^7.0",
26+
"illuminate/cache": "^7.0",
27+
"illuminate/console": "^7.0",
28+
"illuminate/database": "^7.0",
29+
"illuminate/events": "^7.0",
30+
"illuminate/filesystem": "^7.0",
31+
"illuminate/log": "^7.0",
32+
"illuminate/pagination": "^7.0",
33+
"laravel/lumen-framework": "^7.0",
3434
"mockery/mockery": "~1.0",
35-
"phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.5 || ^8.5",
35+
"phpunit/phpunit": "^8.5",
3636
"squizlabs/php_codesniffer": "~2.0",
3737
"tymon/jwt-auth": "1.0.*"
3838
},

0 commit comments

Comments
 (0)