Skip to content

Commit c205644

Browse files
committed
Support Stable Versions Of Packages
Signed-off-by: David Thorpe <davzie@davzie.com>
1 parent adf423f commit c205644

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
],
1010
"require": {
1111
"php": ">=5.4.0",
12-
"illuminate/support": "4.1.x",
13-
"intervention/image": "dev-master"
12+
"intervention/image": "1.5.2",
13+
"illuminate/support": "4.1.x"
1414
},
1515
"autoload": {
1616
"classmap": [

0 commit comments

Comments
 (0)