Skip to content

Commit 2d614ea

Browse files
authored
Fix JSON formatting
1 parent 58f5d33 commit 2d614ea

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
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+
"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.*"
2525
},
2626
"require-dev": {
2727
"mockery/mockery": "^0.9.5",

0 commit comments

Comments
 (0)