Skip to content
This repository was archived by the owner on Jul 17, 2020. It is now read-only.

Commit be677fd

Browse files
reyostallenbergniels-nijens
authored andcommitted
Make bundle Symfony 2.8 compatible (#43)
1 parent 0867490 commit be677fd

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Software License][icon-license]](LICENSE.md)
44

5-
FlexModel integration for Symfony 3+.
5+
FlexModel integration for Symfony.
66

77
## Installation using Composer
88
Run the following command to add the package to the composer.json of your project:

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"doctrine/orm": "^2.5",
1717
"flexmodel/flexmodel": "^0.2.0",
1818
"ocramius/proxy-manager": "^1.0",
19-
"symfony/console": "^3.0",
20-
"symfony/form": "^3.0",
21-
"symfony/framework-bundle": "^3.0",
22-
"symfony/validator": "^3.0",
19+
"symfony/console": "^2.8 | ^3.0",
20+
"symfony/form": "^2.8 | ^3.0",
21+
"symfony/framework-bundle": "^2.8 | ^3.0",
22+
"symfony/validator": "^2.8 | ^3.0",
2323
"twig/twig": "^1.24"
2424
},
2525
"require-dev": {

0 commit comments

Comments
 (0)