Skip to content

Commit a077f8b

Browse files
authored
Fix Laravel version constraints
1 parent 2d614ea commit a077f8b

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

composer.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,7 @@
1313
"require": {
1414
"php": ">=7.0",
1515
"alymosul/exponent-server-sdk-php": "1.1.*",
16-
"illuminate/config": "5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || 6.0.*",
17-
"illuminate/notifications": "5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || 6.0.*",
18-
"illuminate/support": "5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || 6.0.*",
19-
"illuminate/events": "5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || 6.0.*",
20-
"illuminate/queue": "5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || 6.0.*",
21-
"illuminate/http": "5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || 6.0.*",
22-
"illuminate/routing": "5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || 6.0.*",
23-
"illuminate/validation": "5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || 6.0.*",
24-
"illuminate/auth": "5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || 6.0.*"
16+
"laravel/framework": "^5.6 || ^6.0",
2517
},
2618
"require-dev": {
2719
"mockery/mockery": "^0.9.5",

0 commit comments

Comments
 (0)