Merge branch '1.x' into 2.x

* 1.x:
  fixed CHANGELOG
  Upgrade minimal version of php
  Restore tests on PHP 5.4
This commit is contained in:
Fabien Potencier
2019-08-08 00:45:59 +02:00
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -1,5 +1,7 @@
language: php
dist: trusty
sudo: false
cache:
+1
View File
@@ -266,6 +266,7 @@
* fixed the "empty" test on Traversable instances
* fixed cache when opcache is installed but disabled
* bumped the minimal PHP version to 5.5
* 1.42.2 (2019-06-18)