Skip to content

Commit

Permalink
Merge pull request #1005 from APY/DonCallisto-patch-1
Browse files Browse the repository at this point in the history
Fix #991
  • Loading branch information
DonCallisto authored Mar 31, 2018
2 parents 2b0eab7 + 45ce734 commit 4e167e8
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,21 @@
"require": {
"php": ">=5.6",
"symfony/symfony": "~2.8|~3.0|^4.0",
"twig/twig": ">=1.5.0",
"doctrine/orm": "~2.4,>=2.4.5",
"doctrine/mongodb-odm": "^1.1.5"
"twig/twig": ">=1.5.0"
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"friendsofphp/php-cs-fixer": "^2.0",
"satooshi/php-coveralls": "^1.0"
"satooshi/php-coveralls": "^1.0",
"doctrine/orm": "~2.4,>=2.4.5",
"doctrine/mongodb-odm": "^1.1.5"
},
"suggest": {
"ext-intl": "Translate the grid",
"ext-mbstring": "Convert your data with the right charset",
"PHPExcel": "Export the grid (Excel, HTML or PDF)"
"PHPExcel": "Export the grid (Excel, HTML or PDF)",
"doctrine/orm": "If you want to use Entity as source, please require doctrine/orm",
"doctrine/mongodb-odm": "If you want to use Document as source, please require doctrine/mongodb-odm"
},
"autoload": {
"psr-4": { "APY\\DataGridBundle\\": "" }
Expand Down

0 comments on commit 4e167e8

Please sign in to comment.