-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #108 from visto9259/fix-zfr-rbac
Fix issues with PHP 8
- Loading branch information
Showing
11 changed files
with
239 additions
and
198 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
"module", | ||
"laminas", | ||
"rbac", | ||
"zfr", | ||
"permissions" | ||
], | ||
"homepage": "http://www.github.com/Laminas-Commons/LmcRbacMvc", | ||
|
@@ -24,19 +25,25 @@ | |
{ | ||
"name": "Jean-Marie Leroux", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Eric Richer", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"php": "^7.4 || ^8.0", | ||
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0", | ||
"laminas/laminas-config": "^3.1", | ||
"laminas/laminas-eventmanager": "^3.0", | ||
"laminas/laminas-mvc": "^3.0", | ||
"laminas/laminas-servicemanager": "^3.0", | ||
"zfr/rbac": "~1.2", | ||
"doctrine/persistence": "^2.1" | ||
"lm-commons/rbac": "^1.2", | ||
"doctrine/persistence": "^2.1 || ^3.0" | ||
}, | ||
"require-dev": { | ||
"laminas/laminas-authentication": "^2.2", | ||
"laminas/laminas-cache-storage-adapter-filesystem": "^2.0", | ||
"laminas/laminas-cache-storage-adapter-memory": "^2.0", | ||
"laminas/laminas-developer-tools": "^2.1", | ||
"laminas/laminas-log": "^2.2", | ||
"laminas/laminas-http": "^2.2", | ||
|
@@ -47,7 +54,7 @@ | |
"squizlabs/php_codesniffer": "^3.5.5", | ||
"php-coveralls/php-coveralls": "^2.2", | ||
"phpspec/prophecy-phpunit": "^2.0", | ||
"doctrine/doctrine-orm-module": "^4.1" | ||
"doctrine/doctrine-orm-module": "^5.0 || ^6.0" | ||
}, | ||
"suggest": { | ||
"laminas/laminas-developer-tools": "if you want to show information about the roles", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.