Skip to content

Commit 4575886

Browse files
Merge remote-tracking branch 'Crinsane/master'
2 parents cf8bf68 + f460ab7 commit 4575886

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
}
1515
],
1616
"require": {
17-
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
18-
"illuminate/session": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
19-
"illuminate/events": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*"
17+
"illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*|| 5.6.* || 5.7.*",
18+
"illuminate/session": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*|| 5.6.* || 5.7.*",
19+
"illuminate/events": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*|| 5.6.* || 5.7.*"
2020
},
2121
"require-dev": {
22-
"phpunit/phpunit": "~5.0|~6.0|~7.0",
22+
"phpunit/phpunit": "~5.0 || ~6.0 || ~7.0",
2323
"mockery/mockery": "~0.9.0",
2424
"orchestra/testbench": "~3.1"
2525
},

0 commit comments

Comments
 (0)