Skip to content

Commit

Permalink
Remove factory
Browse files Browse the repository at this point in the history
  • Loading branch information
bakura10 committed Jan 18, 2014
1 parent c349084 commit a36cd4a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 88 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 1.1.0

* [BC] Remove factory. It was not intend to be here but rather on ZfcRbac. This way this component is completely
framework agnostic

## 1.0.0

* Initial release
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@
"squizlabs/php_codesniffer": "1.4.*",
"satooshi/php-coveralls": "~0.6"
},
"suggest": {
"zendframework/zend-servicemanager": "If you want to use RBAC factory"
},
"autoload": {
"psr-0": {
"Rbac\\": "src/"
Expand Down
46 changes: 0 additions & 46 deletions src/Rbac/Factory/RbacFactory.php

This file was deleted.

39 changes: 0 additions & 39 deletions tests/RbacTest/Factory/RbacFactoryTest.php

This file was deleted.

0 comments on commit a36cd4a

Please sign in to comment.