Skip to content

Commit

Permalink
Merge branch 'hotfix/27'
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Dec 7, 2013
2 parents 8f9a4c4 + 7444b2f commit ce329d5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"zendframework/zftool": "dev-master",
"zendframework/zend-developer-tools": "dev-master",
"zfcampus/zf-apigility-admin": "~1.0-dev",
"zfcampus/zf-configuration": "~1.0-dev",
"zfcampus/zf-apigility-welcome": "~1.0-dev"
}
}
1 change: 0 additions & 1 deletion config/application.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
'ZF\ContentValidation',
'ZF\Rest',
'ZF\Rpc',
'ZF\Configuration',
'ZF\Versioning',
),
// This should be an array of paths in which modules reside.
Expand Down
1 change: 1 addition & 0 deletions config/development.config.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ return array(
'modules' => array(
'ZFTool',
'ZF\Apigility\Admin',
'ZF\Configuration',
),
// development time configuration globbing
'module_listener_options' => array(
Expand Down

0 comments on commit ce329d5

Please sign in to comment.