This repository was archived by the owner on Jul 17, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
88Run the following command to add the package to the composer.json of your project:
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments