Skip to content

Commit c072f9a

Browse files
committed
Update composer dependencies.
Bump supported version from PHP 5.5.9 to 5.6.0 (based on PHP LTS). Remove the self-update command. It apparently wasn't working (the manifest file didn't exist) and is based on a deprecated package.
1 parent f2a7a89 commit c072f9a

File tree

5 files changed

+369
-488
lines changed

5 files changed

+369
-488
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
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

composer.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,15 @@
2727
}
2828
],
2929
"require": {
30-
"php": ">=5.5.9",
31-
32-
"herrera-io/phar-update": "^2.0",
30+
"php": ">=5.6.0",
3331
"klaussilveira/gitter": "dev-php-semver-checker",
34-
"symfony/console": "^2.7|^3.0",
32+
"symfony/console": "^2.7|^3.0|^4.0",
3533
"tomzx/finder": "^0.1",
36-
"tomzx/php-semver-checker": "^0.11",
34+
"tomzx/php-semver-checker": "^0.12",
3735
"vierbergenlars/php-semver": "^3.0"
3836
},
3937
"require-dev": {
40-
"mockery/mockery": "^0.9",
38+
"mockery/mockery": "^1.0",
4139
"phpunit/phpunit": "^4.0|^5.0"
4240
},
4341
"bin": [
@@ -55,7 +53,7 @@
5553
},
5654
"config": {
5755
"platform": {
58-
"php": "5.5.9"
56+
"php": "5.6.0"
5957
}
6058
},
6159
"extra": {

0 commit comments

Comments
 (0)