Skip to content

Commit a55496c

Browse files
committed
IHF: Laravel 5.3 support.
1 parent 905182d commit a55496c

File tree

2 files changed

+82
-84
lines changed

2 files changed

+82
-84
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=5.5.9",
14-
"illuminate/support": "5.2.*",
13+
"php": ">=5.6.4",
14+
"illuminate/support": "5.3.*",
1515
"nesbot/carbon": "^1.20",
16-
"symfony/filesystem": "2.8.*|3.0.*",
17-
"symfony/finder": "2.8.*|3.0.*",
18-
"symfony/process": "2.8.*|3.0.*",
19-
"symfony/var-dumper": "2.8.*|3.0.*",
16+
"symfony/filesystem": "3.1.*",
17+
"symfony/finder": "3.1.*",
18+
"symfony/process": "3.1.*",
19+
"symfony/var-dumper": "3.1.*",
2020
"spatie/array-to-xml": "^2.2"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "^5.0",
23+
"phpunit/phpunit": "^5.4",
2424
"mockery/mockery": "^0.9",
2525
"illuminated/testing-tools": "^0.6"
2626
},

0 commit comments

Comments
 (0)