Skip to content

Commit 1905433

Browse files
committed
Drop PHP <5.6 support
1 parent cb02b9f commit 1905433

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

.travis.yml

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

33
php:
4-
- 5.5
5-
- 5.6
64
- 7.0
75
- hhvm
86

@@ -19,7 +17,7 @@ matrix:
1917
include:
2018
- php: 7.1
2119
env: SYMFONY_VERSION=3.3.* DEPS=dev
22-
- php: 5.5
20+
- php: 5.6
2321
env: SYMFONY_VERSION=2.8.* COMPOSER_FLAGS="--prefer-lowest"
2422
- php: 7.1
2523
env: SYMFONY_VERSION=3.1.*
@@ -38,4 +36,3 @@ script: phpunit
3836

3937
notifications:
4038
irc: "irc.freenode.org#symfony-cmf"
41-

CHANGELOG.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
Changelog
22
=========
33

4+
2.0.0-RC2
5+
---------
6+
7+
* **2017-01-25**: Added WebServerBundle support
8+
* **2017-01-25**: Dropped PHP <5.6 support
9+
410
2.0.0-RC1
511
---------
612

7-
* **2016-06-21**: [BC BREAK] Deleted the `sonata_admin` bundle set.
8-
* **2016-06-21**: [BC BREAK] Deleted the `LoadBaseData` data fixtures.
9-
* **2016-06-21**: [BC BREAK] Deleted the `Content` document.
10-
* **2016-06-21**: [BC BREAK] Dropped PHP <5.5 support.
11-
* **2016-06-21**: [BC BREAK] Dropped Symfony <2.8 support.
13+
* **2016-06-21**: [BC BREAK] Deleted the `sonata_admin` bundle set
14+
* **2016-06-21**: [BC BREAK] Deleted the `LoadBaseData` data fixtures
15+
* **2016-06-21**: [BC BREAK] Deleted the `Content` document
16+
* **2016-06-21**: [BC BREAK] Dropped PHP <5.5 support
17+
* **2016-06-21**: [BC BREAK] Dropped Symfony <2.8 support
1218

1319
1.3.0
1420
-----

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
}
1010
],
1111
"require": {
12-
"php": "^5.5.6|^7.0",
12+
"php": "^5.6|^7.0",
1313
"symfony/symfony": "^2.8|^3.0",
14-
"symfony/phpunit-bridge": "^2.8.1|^3.0",
14+
"symfony/phpunit-bridge": "^3.2",
1515
"symfony/monolog-bundle": "^2.1|^3.0",
1616
"doctrine/common": "^2.4",
1717
"doctrine/doctrine-bundle": "^1.0",

0 commit comments

Comments
 (0)