We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2efc27f commit 29a3161Copy full SHA for 29a3161
.travis.yml
@@ -1,8 +1,6 @@
1
language: php
2
3
php:
4
- - "5.6"
5
- - "7.0"
6
- "7.1"
7
- "7.2"
8
- "7.3"
@@ -13,7 +11,7 @@ env:
13
11
14
12
matrix:
15
include:
16
- - php: 5.6
+ - php: 7.1
17
dist: precise
18
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest" PHPUNIT=true'
19
- name: phpstan
composer.json
@@ -19,14 +19,14 @@
}
20
],
21
"require": {
22
- "php": "^5.6|^7.0|^8.0",
+ "php": "^7.1.3|^8.0",
23
"ext-json": "*",
24
"ext-mbstring": "*"
25
},
26
"require-dev": {
27
"mikehaertl/php-shellcommand": "^1.2.5",
28
"squizlabs/php_codesniffer": "^2.3",
29
- "symfony/finder": "^2.8|^3.4|^4.1",
+ "symfony/finder": "^4.4|^5.2",
30
"symfony/phpunit-bridge": "^5.1"
31
32
"autoload": {
0 commit comments