Skip to content

Commit 953ff5d

Browse files
committed
Drop Laravel 5.0 and PHP 5.4 support
1 parent d70901c commit 953ff5d

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: php
22

33
php:
4-
- 5.4
4+
- 5.5.9
55
- 5.5
66
- 5.6
77
- hhvm

composer.json

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=5.4.0",
14-
"illuminate/routing": "5.0.*|5.1.*",
15-
"illuminate/support": "5.0.*|5.1.*",
13+
"php": ">=5.5.9",
14+
"illuminate/routing": "5.1.*",
15+
"illuminate/support": "5.1.*",
1616
"league/fractal": "0.12.*"
1717
},
1818
"require-dev": {
1919
"lucadegasperi/oauth2-server-laravel": "4.1.*@dev",
2020
"tymon/jwt-auth": "0.5.*",
21-
"illuminate/auth": "5.0.*",
22-
"illuminate/cache": "5.0.*",
23-
"illuminate/database": "5.0.*",
24-
"illuminate/pagination": "5.0.*",
25-
"illuminate/console": "5.0.*",
26-
"illuminate/filesystem": "5.0.*",
21+
"illuminate/auth": "5.1.*",
22+
"illuminate/cache": "5.1.*",
23+
"illuminate/database": "5.1.*",
24+
"illuminate/pagination": "5.1.*",
25+
"illuminate/console": "5.1.*",
26+
"illuminate/filesystem": "5.1.*",
2727
"phpunit/phpunit": "~4.0",
2828
"mockery/mockery": "~0.9",
2929
"squizlabs/php_codesniffer": "~2.0"
@@ -46,5 +46,7 @@
4646
"branch-alias": {
4747
"dev-develop": "0.9-dev"
4848
}
49-
}
49+
},
50+
"minimum-stability": "dev",
51+
"prefer-stable": true
5052
}

0 commit comments

Comments
 (0)