Skip to content

Commit 29a3161

Browse files
committed
Drop support for PHP 5.6 and 7.0
1 parent 2efc27f commit 29a3161

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
language: php
22

33
php:
4-
- "5.6"
5-
- "7.0"
64
- "7.1"
75
- "7.2"
86
- "7.3"
@@ -13,7 +11,7 @@ env:
1311

1412
matrix:
1513
include:
16-
- php: 5.6
14+
- php: 7.1
1715
dist: precise
1816
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest" PHPUNIT=true'
1917
- name: phpstan

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
}
2020
],
2121
"require": {
22-
"php": "^5.6|^7.0|^8.0",
22+
"php": "^7.1.3|^8.0",
2323
"ext-json": "*",
2424
"ext-mbstring": "*"
2525
},
2626
"require-dev": {
2727
"mikehaertl/php-shellcommand": "^1.2.5",
2828
"squizlabs/php_codesniffer": "^2.3",
29-
"symfony/finder": "^2.8|^3.4|^4.1",
29+
"symfony/finder": "^4.4|^5.2",
3030
"symfony/phpunit-bridge": "^5.1"
3131
},
3232
"autoload": {

0 commit comments

Comments
 (0)