Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/3432' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "zendframework/zend-permissions-rbac",
"description": "Zend\\Permissions\\Rbac component",
"description": "provides a role-based access control management",
"license": "BSD-3-Clause",
"keywords": [
"zf2",
"permissions-rbac"
"Rbac"
],
"homepage": "https://github.com/zendframework/zend-permissions-rbac",
"autoload": {
Expand All @@ -13,22 +13,22 @@
}
},
"require": {
"php": ">=5.3.23"
"php": ">=5.3.3"
},
"extra": {
"branch-alias": {
"dev-master": "2.4-dev",
"dev-develop": "2.5-dev"
}
},
"require-dev": {
"fabpot/php-cs-fixer": "1.7.*",
"satooshi/php-coveralls": "dev-master",
"phpunit/PHPUnit": "~4.0"
},
"autoload-dev": {
"psr-4": {
"ZendTest\\Permissions\\Rbac\\": "test/"
}
},
"require-dev": {
"fabpot/php-cs-fixer": "1.7.*",
"satooshi/php-coveralls": "dev-master",
"phpunit/PHPUnit": "~4.0"
}
}
2 changes: 0 additions & 2 deletions src/AbstractRole.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

namespace Zend\Permissions\Rbac;

use RecursiveIteratorIterator;

/**
* @category Zend
* @package Zend_Permissions
Expand Down

0 comments on commit 4299d35

Please sign in to comment.