Skip to content

Commit 6875d2a

Browse files
committed
Update travis.yml
1 parent bb9baa0 commit 6875d2a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ env:
1414
matrix:
1515
exclude:
1616
- php: 5.6
17-
env: SYMFONY_VERSION="4.0.*" # Symfony >= 4.0 PHP requirement is ^7.1.3
17+
env: SYMFONY_VERSION=4.0.* # Symfony >= 4.0 PHP requirement is ^7.1.3
1818
- php: 7.0
19-
env: SYMFONY_VERSION="4.0.*" # Symfony >= 4.0 PHP requirement is ^7.1.3
19+
env: SYMFONY_VERSION=4.0.* # Symfony >= 4.0 PHP requirement is ^7.1.3
2020

2121
sudo: false
2222

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "presta/image-bundle",
33
"type": "symfony-bundle",
44
"description": "Allow to crop local and remote image before uploading them through a classic form.",
5-
"keywords": ["symfony2", "bundle", "form", "image", "picture", "local", "remote"],
5+
"keywords": ["symfony", "bundle", "form", "image", "picture", "local", "remote"],
66
"homepage": "https://github.com/prestaconcept/PrestaImageBundle",
77
"license": "MIT",
88
"authors": [
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=5.5.9",
15+
"php": ">=5.6",
1616
"symfony/form": "~2.8|~3.0|~4.0",
1717
"vich/uploader-bundle": "^1.1"
1818
},

0 commit comments

Comments
 (0)