Skip to content

Commit

Permalink
Merge pull request #22 from visto9259/master
Browse files Browse the repository at this point in the history
Updated require-dev dependencies for doctrine-module
  • Loading branch information
visto9259 authored Nov 26, 2021
2 parents 9fd2312 + 6bfe136 commit 7fc9536
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 7fc9536

Please sign in to comment.