mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Add softspring permissions-bundle (#1642)
* Add softspring permissions-bundle * Update recipe * Try to avoid php 7.4 check
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Softspring\\PermissionsBundle\\SfsPermissionsBundle": ["all"]
|
||||
},
|
||||
"conflict": {
|
||||
"php": "<8.1"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
* The <fg=green>SfsPermissionsBundle</> is almost ready:
|
||||
|
||||
You can use PERMISSION_ prefixed roles to define your permissions structure.
|
||||
Reference in New Issue
Block a user