Skip to content

Commit a806809

Browse files
vinklajenssegers
authored andcommitted
Update composer file with branch-alias, version numbers and minimum stability..
1 parent b0ac8e2 commit a806809

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

composer.json

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jenssegers/agent",
33
"description": "A user agent class for Laravel",
4-
"keywords": ["laravel","useragent","agent","user agent","browser","platform","mobile"],
4+
"keywords": ["laravel", "useragent", "agent", "user agent", "browser", "platform", "mobile"],
55
"license" : "MIT",
66
"authors": [
77
{
@@ -11,15 +11,23 @@
1111
],
1212
"require": {
1313
"php": ">=5.3.0",
14-
"illuminate/support": "4.*|5.*",
15-
"mobiledetect/mobiledetectlib": "2.*"
14+
"illuminate/support": "~4.0|~5.0",
15+
"mobiledetect/mobiledetectlib": "~2.0"
1616
},
1717
"require-dev": {
18-
"satooshi/php-coveralls": "*"
18+
"phpunit/phpunit": "~4.0",
19+
"satooshi/php-coveralls": "0.6"
1920
},
2021
"autoload": {
2122
"psr-4": {
2223
"Jenssegers\\Agent\\": "src/"
2324
}
24-
}
25+
},
26+
"extra": {
27+
"branch-alias": {
28+
"dev-master": "3.0-dev"
29+
}
30+
},
31+
"minimum-stability": "dev",
32+
"prefer-stable": true
2533
}

0 commit comments

Comments
 (0)