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

Commit

Permalink
Merge pull request #34 from ottaviano/fix-composer-symfony-version
Browse files Browse the repository at this point in the history
Fix Symfony composer versions
  • Loading branch information
webda2l authored Feb 11, 2019
2 parents 29e2e4d + 54d47c4 commit 55a11c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/composer.lock
/vendor
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
}
],
"require": {
"symfony/symfony": ">=2.3",
"symfony/http-kernel": "~2.3|~3.0",
"symfony/validator": "~2.3|~3.0",
"symfony/config": "~2.3|~3.0",
"symfony/dependency-injection": "~2.3|~3.0",
"a2lix/translation-form-bundle": "*"
},
"autoload": {
Expand Down

1 comment on commit 55a11c2

@cosf87
Copy link

@cosf87 cosf87 commented on 55a11c2 Feb 19, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This update isn't compatible with Symfony 4

Please sign in to comment.