Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7ae1080

Browse files
committedJun 6, 2018
Drop php 5 support
1 parent ab58d03 commit 7ae1080

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
 

‎.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@ matrix:
1414
# Minimum supported dependencies with the latest and oldest PHP version
1515
- php: 7.2
1616
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak_vendors"
17-
- php: 5.6
17+
- php: 7.0
1818
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak_vendors"
1919

2020
# Test the latest stable release
21-
- php: 5.6
2221
- php: 7.0
2322
- php: 7.1
2423
- php: 7.2

‎composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": ">=5.6",
18+
"php": ">=7.0.0",
1919
"sendgrid/sendgrid": "^7.0",
2020
"symfony/swiftmailer-bundle": "~3.2",
2121
"symfony/framework-bundle": "~2.7|~3.3|~4.0",

0 commit comments

Comments
 (0)
Please sign in to comment.