Skip to content

Commit 8083b31

Browse files
committed
Update composer dependencies.
Bump supported version from PHP 5.5.9 to 5.6.0 (based on PHP LTS).
1 parent f894d94 commit 8083b31

File tree

3 files changed

+355
-153
lines changed

3 files changed

+355
-153
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 5.5
54
- 5.6
65
- 7.0
76
- 7.1
@@ -12,7 +11,7 @@ sudo: false
1211

1312
install:
1413
- composer self-update
15-
- composer install --no-interaction --prefer-source
14+
- composer install --no-interaction --prefer-dist
1615

1716
script:
1817
- php vendor/bin/phpunit

composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@
2020
"issues": "https://github.com/tomzx/php-semver-checker/issues"
2121
},
2222
"require": {
23-
"php": ">=5.5.9",
23+
"php": ">=5.6.0",
2424

25-
"hassankhan/config": "^0.10",
25+
"hassankhan/config": "^0.11",
2626
"nikic/php-parser": "^3.1",
27-
"symfony/console": "^2.7|^3.0",
28-
"symfony/yaml": "^2.7|^3.0",
27+
"symfony/console": "^2.7|^3.0|^4.0",
28+
"symfony/yaml": "^2.7|^3.0|^4.0",
2929
"tomzx/finder": "^0.1"
3030
},
3131
"require-dev": {
32-
"mockery/mockery": "^0.9",
32+
"mockery/mockery": "^1.0",
3333
"phpunit/phpunit": "^4.0|^5.0"
3434
},
3535
"bin": [
@@ -47,7 +47,7 @@
4747
},
4848
"config": {
4949
"platform": {
50-
"php": "5.5.9"
50+
"php": "5.6.0"
5151
}
5252
},
5353
"extra": {

0 commit comments

Comments
 (0)