Skip to content

Commit 7c985e9

Browse files
committed
Removed PHP versions < 5.6.
1 parent 0c9f082 commit 7c985e9

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
language: php
22

33
php:
4-
- 5.3
5-
- 5.4
6-
- 5.5
74
- 5.6
5+
- 7.1
6+
- 7.2
87
- hhvm
98

109
before_script: composer install --dev --prefer-source

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
CHANGELOG
2+
=========
3+
4+
master
5+
------
6+
7+
* Added alternative `symfony/console` versions (`~3.0` and `~4.0`).
8+
* Removed PHP versions < `5.6`.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=5.3.3",
15+
"php": "^5.6 || ^7.1",
1616
"guzzle/guzzle": "~3.7",
1717
"symfony/console": "~2.5|~3.0|~4.0"
1818
},

0 commit comments

Comments
 (0)