Skip to content

Commit 4e167e8

Browse files
authored
Merge pull request #1005 from APY/DonCallisto-patch-1
Fix #991
2 parents 2b0eab7 + 45ce734 commit 4e167e8

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

composer.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,21 @@
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\\": "" }

0 commit comments

Comments
 (0)