Skip to content

Commit

Permalink
Fixed composer.json dependencies for doctrine-module and re-added tes…
Browse files Browse the repository at this point in the history
…t suite for ObjectRepositoryRoleProvider
  • Loading branch information
visto9259 committed Jun 29, 2021
1 parent 0f836cd commit 16ac0b9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
11 changes: 10 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,22 @@
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.5.5",
"php-coveralls/php-coveralls": "^2.2",
"phpspec/prophecy-phpunit": "^2.0"
"phpspec/prophecy-phpunit": "^2.0",
"doctrine/doctrine-module": "^4.0",
"doctrine/doctrine-orm-module": "^4.0"
},
"suggest": {
"laminas/laminas-developer-tools": "if you want to show information about the roles",
"doctrine/doctrine-module": "if you want to use Doctrine role provider"
},
"replace": {
"laminas/laminas-cache-storage-adapter-apc": "*",
"laminas/laminas-cache-storage-adapter-dba": "*",
"laminas/laminas-cache-storage-adapter-memcached": "*",
"laminas/laminas-cache-storage-adapter-mongodb": "*",
"laminas/laminas-cache-storage-adapter-wincache": "*",
"laminas/laminas-cache-storage-adapter-xcache": "*",
"laminas/laminas-cache-storage-adapter-zend-server": "*",
"laminas-commons/lmc-rbac-mvc": "3.0.1"
},
"autoload": {
Expand Down
2 changes: 0 additions & 2 deletions tests/TestConfiguration.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ return [
'modules' => [
'Laminas\Router',
'LmcRbacMvc',
/*
'DoctrineModule',
'DoctrineORMModule',
*/
],
'module_listener_options' => [
'config_glob_paths' => [
Expand Down
2 changes: 0 additions & 2 deletions tests/testing.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

return [
'lmc_rbac' => [],
/*
'doctrine' => [
'driver' => [
'application_driver' => [
Expand Down Expand Up @@ -49,5 +48,4 @@
],
],
],
*/
];

0 comments on commit 16ac0b9

Please sign in to comment.