Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Commit

Permalink
allow Symfony4
Browse files Browse the repository at this point in the history
  • Loading branch information
kunicmarko20 committed Dec 9, 2017
1 parent 3ab13c1 commit f2bb02e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ matrix:
env: SYMFONY=3.2.*
- php: '7.1'
env: SYMFONY=3.3.*
- php: '7.1'
env: SYMFONY=3.4.*
- php: '7.1'
env: SYMFONY=4.0.*

allow_failures:
- php: nightly
Expand Down
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@
"license": "MIT",
"require": {
"php": "^5.6|^7.0",
"symfony/symfony": "~2.8|~3.0"
"symfony/dependency-injection": "^2.8|^3.0|^4.0",
"symfony/form": "^2.8|^3.0|^4.0",
"symfony/framework-bundle": "^2.8|^3.0|^4.0"
},
"require-dev": {
"symfony/phpunit-bridge": "~2.7",
"matthiasnoback/symfony-dependency-injection-test": "^0.7"
"matthiasnoback/symfony-dependency-injection-test": "0.7|^2.3"
},
"autoload": {
"psr-4": { "KunicMarko\\ColorPickerBundle\\": "" },
Expand Down

0 comments on commit f2bb02e

Please sign in to comment.