Skip to content

Commit

Permalink
Merge pull request #20 from zf-fr/psr4
Browse files Browse the repository at this point in the history
PSR4
  • Loading branch information
bakura10 committed Nov 5, 2015
2 parents 63ca2d9 + efcb8c5 commit 51cff01
Show file tree
Hide file tree
Showing 20 changed files with 9 additions and 54 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm

matrix:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 2.0.0

* Minimum PHP dependency has been raised to 5.5.
* `PermissionInterface` has been removed from RBAC component. This has been moved to ZfcRbac.

## 1.2.0
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@
}
],
"require": {
"php": ">=5.4"
"php": ">=5.5"
},
"require-dev": {
"zendframework/zend-servicemanager": "~2.2",
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "1.5.*"
},
"autoload": {
"psr-0": {
"psr-4": {
"Rbac\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
"autoload-dev": {
"psr-4": {
"RbacTest\\": "tests/"
}
}
}
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<phpunit
bootstrap="./tests/Bootstrap.php"
bootstrap="./vendor/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
46 changes: 0 additions & 46 deletions tests/Bootstrap.php

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 51cff01

Please sign in to comment.