Skip to content

Commit

Permalink
RBAC upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrejus Voitovas committed Dec 23, 2022
1 parent 43d94e4 commit 031845e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
"keywords": ["Rbac", "security", "acl", "permissions"],
"license": "MIT",
"require": {
"php": "^7.0",

"php": "^7.0 || ^8.0",
"sylius/resource": "^1.0"
},
"require-dev": {
"phpspec/phpspec": "^3.0"
"phpspec/phpspec": "^3.0|^7.0"
},
"config": {
"bin-dir": "bin"
Expand Down

0 comments on commit 031845e

Please sign in to comment.