File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
matrix :
15
15
fast_finish : true
16
16
include :
17
- - php : 5.6
17
+ - php : 7.1
18
18
env : COMPOSER_OPTIONS="--prefer-lowest --prefer-stable"
19
19
- php : 7.1
20
20
env : SYMFONY_VERSION="3.4.x"
21
- - php : 7.0
22
- - php : 7.1
23
21
- php : 7.2
24
22
- php : 7.3
25
23
env : COVERAGE=yes COMPOSER_OPTIONS="" SYMFONY_PHPUNIT_VERSION=7.5
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ CHANGELOG
9
9
* dropped support for unsupported versions of the ` symfony/http-foundation ` and
10
10
` symfony/serializer ` packages
11
11
12
+ * dropped support for PHP 5.6 and 7.0
13
+
12
14
1.3.0
13
15
-----
14
16
Original file line number Diff line number Diff line change 12
12
}
13
13
],
14
14
"require" : {
15
- "php" : " ^5.6 || ^7.0 " ,
15
+ "php" : " ^7.1 " ,
16
16
"php-http/client-implementation" : " ^1.0" ,
17
17
"php-http/discovery" : " ^1.2.1" ,
18
18
"php-http/httplug" : " ^1.1 || ^2.0" ,
You can’t perform that action at this time.
0 commit comments