We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1eddc7 commit 28a9196Copy full SHA for 28a9196
composer.json
@@ -12,11 +12,11 @@
12
}
13
],
14
"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"
+ "php": ">=5.5.9",
+ "illuminate/http": "5.1.*",
+ "illuminate/routing": "5.1.*",
+ "illuminate/session": "5.1.*",
+ "illuminate/support": "5.1.*"
20
},
21
"require-dev": {
22
"mockery/mockery": "~0.9",
@@ -29,11 +29,5 @@
29
"files": [
30
"src/helpers.php"
31
]
32
- },
33
- "extra": {
34
- "branch-alias": {
35
- "dev-master": "5.1-dev"
36
- }
37
38
- "minimum-stability": "dev"
+ }
39
0 commit comments