Skip to content

Commit 7e407c2

Browse files
author
Nathan Macnamara
committed
Update versions of required packages, to stable versions.
1 parent 0dcf949 commit 7e407c2

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
@@ -1,6 +1,6 @@
11
{
22
"name": "nathanmac/laravel-parser",
3-
"description": "",
3+
"description": "Simple Format Parser For Laravel 4",
44
"license": "MIT",
55
"authors": [
66
{
@@ -10,7 +10,7 @@
1010
],
1111
"require": {
1212
"php": ">=5.4.0",
13-
"symfony/yaml": "2.5.*@dev",
13+
"symfony/yaml": "2.4.*",
1414
"illuminate/support": "4.1.*"
1515
},
1616
"autoload": {
@@ -19,4 +19,4 @@
1919
}
2020
},
2121
"minimum-stability": "stable"
22-
}
22+
}

0 commit comments

Comments
 (0)