Skip to content

Commit 195cc09

Browse files
authored
Merge pull request #270 from nickels/master
Update dependencies to include illuminate/* 5.4*
2 parents 3ec0cef + 1b3e6f2 commit 195cc09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
}
1111
],
1212
"require": {
13-
"illuminate/support": "5.1.*|5.2.*|5.3.*",
14-
"illuminate/session": "5.1.*|5.2.*|5.3.*",
15-
"illuminate/events": "5.1.*|5.2.*|5.3.*"
13+
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*",
14+
"illuminate/session": "5.1.*|5.2.*|5.3.*|5.4.*",
15+
"illuminate/events": "5.1.*|5.2.*|5.3.*|5.4.*"
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "~4.0",

0 commit comments

Comments
 (0)