Skip to content

Commit c078b7e

Browse files
committed
Use 5.0.x branch of illuminate/view
This is the last version compatible with PHP 5.4.x. Specifying the version like this instead of `*` massively speeds up dependency resolution in Composer.
1 parent 58bc0f7 commit c078b7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"gettext/languages": "^2.3"
2323
},
2424
"require-dev": {
25-
"illuminate/view": "*",
25+
"illuminate/view": "^5.0.x-dev",
2626
"twig/twig": "^1.31|^2.0",
2727
"twig/extensions": "*",
2828
"symfony/yaml": "~2",

0 commit comments

Comments
 (0)