Skip to content

Commit 28a9196

Browse files
committed
Tagging 5.1 stable
Signed-off-by: Adam Engebretson <adam@enge.me>
1 parent f1eddc7 commit 28a9196

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

composer.json

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=5.4.0",
16-
"illuminate/http": "~5.1",
17-
"illuminate/routing": "~5.1",
18-
"illuminate/session": "~5.1",
19-
"illuminate/support": "~5.1"
15+
"php": ">=5.5.9",
16+
"illuminate/http": "5.1.*",
17+
"illuminate/routing": "5.1.*",
18+
"illuminate/session": "5.1.*",
19+
"illuminate/support": "5.1.*"
2020
},
2121
"require-dev": {
2222
"mockery/mockery": "~0.9",
@@ -29,11 +29,5 @@
2929
"files": [
3030
"src/helpers.php"
3131
]
32-
},
33-
"extra": {
34-
"branch-alias": {
35-
"dev-master": "5.1-dev"
36-
}
37-
},
38-
"minimum-stability": "dev"
32+
}
3933
}

0 commit comments

Comments
 (0)