Skip to content

Commit

Permalink
removed zfc-user-module
Browse files Browse the repository at this point in the history
  • Loading branch information
kokspflanze committed Apr 5, 2015
1 parent 1d76660 commit be987ed
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 29 deletions.
58 changes: 29 additions & 29 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"name": "kokspflanze/small-user",
"description": "ZendFramework 2 Module for User",
"type": "library",
"keywords": [
"framework",
"zf2",
"user",
"auth",
"acl"
],
"homepage": "https://github.com/kokspflanze/SmallUser",
"autoload": {
"psr-0": {
"SmallUser\\": "src/",
"SmallUserTest\\": "tests/"
}
},
"authors": [
{
"name": "Oliver",
"email": "kokspflanze@gmx.de"
}
],
"require": {
"php": ">=5.4",
"bjyoungblood/bjy-authorize": "1.*",
"doctrine/doctrine-orm-module": "0.*",
"zf-commons/zfc-user": "0.*"
},
"name": "kokspflanze/small-user",
"description": "ZendFramework 2 Module for User",
"type": "library",
"keywords": [
"framework",
"zf2",
"user",
"auth",
"acl"
],
"homepage": "https://github.com/kokspflanze/SmallUser",
"autoload": {
"psr-0": {
"SmallUser\\": "src/",
"SmallUserTest\\": "tests/"
}
},
"authors": [
{
"name": "Oliver",
"email": "kokspflanze@gmx.de"
}
],
"require": {
"php": ">=5.4",
"bjyoungblood/bjy-authorize": "1.*",
"doctrine/doctrine-orm-module": "0.*",
"zf-commons/zfc-base": "0.*"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"zendframework/zendframework": "~2.4",
Expand Down
4 changes: 4 additions & 0 deletions config/module.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,15 @@
'service_manager' => array(
'invokables' => array(
'small_user_service' => 'SmallUser\Service\User',
'zfcuser_user_service' => 'SmallUser\Service\User',
),
'abstract_factories' => array(
'Zend\Cache\Service\StorageCacheAbstractServiceFactory',
'Zend\Log\LoggerAbstractServiceFactory',
),
'aliases' => array(
'zfcuser_zend_db_adapter' => 'Zend\Db\Adapter\Adapter',
),
),
'controllers' => array(
'invokables' => array(
Expand Down

0 comments on commit be987ed

Please sign in to comment.