Skip to content

Commit

Permalink
zfcDatagrid cache disabled
Browse files Browse the repository at this point in the history
payment api use now latest stable version
  • Loading branch information
kokspflanze committed Sep 3, 2015
1 parent b440ce6 commit ea94252
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"kokspflanze/game-backend": "dev-master",
"kokspflanze/p-server-admin": "dev-master",
"kokspflanze/p-server-cli": "dev-master",
"kokspflanze/payment-api": "dev-master",
"kokspflanze/payment-api": "0.*",
"kokspflanze/p-server-ranking": "dev-master",
"kokspflanze/p-server-panel": "dev-master",
"kokspflanze/zfc-bbcode": "~1.0",
Expand Down
7 changes: 7 additions & 0 deletions config/module.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -547,4 +547,11 @@
'user' => 'PServerCMS\Entity\User',
],
],
'ZfcDatagrid' => [
'settings' => [
'export' => [
'enabled' => false,
],
],
],
];

0 comments on commit ea94252

Please sign in to comment.