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 ab58d03 commit 7ae1080Copy full SHA for 7ae1080
.travis.yml
@@ -14,11 +14,10 @@ matrix:
14
# Minimum supported dependencies with the latest and oldest PHP version
15
- php: 7.2
16
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak_vendors"
17
- - php: 5.6
+ - php: 7.0
18
19
20
# Test the latest stable release
21
22
- php: 7.0
23
- php: 7.1
24
composer.json
@@ -15,7 +15,7 @@
}
],
"require": {
- "php": ">=5.6",
+ "php": ">=7.0.0",
"sendgrid/sendgrid": "^7.0",
"symfony/swiftmailer-bundle": "~3.2",
"symfony/framework-bundle": "~2.7|~3.3|~4.0",
0 commit comments