File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 2222 "require" : {
2323 "php" : " >=5.6" ,
2424 "symfony/symfony" : " ~2.8|~3.0|^4.0" ,
25- "twig/twig" : " >=1.5.0" ,
26- "doctrine/orm" : " ~2.4,>=2.4.5" ,
27- "doctrine/mongodb-odm" : " ^1.1.5"
25+ "twig/twig" : " >=1.5.0"
2826 },
2927 "require-dev" : {
3028 "phpunit/phpunit" : " ~5.7" ,
3129 "friendsofphp/php-cs-fixer" : " ^2.0" ,
32- "satooshi/php-coveralls" : " ^1.0"
30+ "satooshi/php-coveralls" : " ^1.0" ,
31+ "doctrine/orm" : " ~2.4,>=2.4.5" ,
32+ "doctrine/mongodb-odm" : " ^1.1.5"
3333 },
3434 "suggest" : {
3535 "ext-intl" : " Translate the grid" ,
3636 "ext-mbstring" : " Convert your data with the right charset" ,
37- "PHPExcel" : " Export the grid (Excel, HTML or PDF)"
37+ "PHPExcel" : " Export the grid (Excel, HTML or PDF)" ,
38+ "doctrine/orm" : " If you want to use Entity as source, please require doctrine/orm" ,
39+ "doctrine/mongodb-odm" : " If you want to use Document as source, please require doctrine/mongodb-odm"
3840 },
3941 "autoload" : {
4042 "psr-4" : { "APY\\ DataGridBundle\\ " : " " }
You can’t perform that action at this time.
0 commit comments