laravel-roles/composer.json

39 lines
1.0 KiB
JSON
Raw Normal View History

2025-06-11 13:44:39 +00:00
{
"name": "blax-software/laravel-roles",
"type": "library",
"description": "Laravel roles and permission system",
"keywords": [
"roles",
"permission",
"laravel",
2025-06-15 09:56:28 +00:00
"blax",
"authorization",
"user management",
"access control",
"authentication"
2025-06-11 13:44:39 +00:00
],
"homepage": "http://www.blax.at",
"license": "MIT",
"authors": [
{
"name": "Fabian Wagner",
"email": "fabian@blax.at",
2025-06-15 09:56:28 +00:00
"homepage": "https://www.blax.at",
2025-06-11 13:44:39 +00:00
"role": "Developer"
}
],
"autoload": {
"psr-4": {
"Ratchet\\": "src/Ratchet"
}
},
"require": {
2025-06-15 09:56:28 +00:00
"php": "^8.0",
"illuminate/auth": "^8.12|^9.0|^10.0|^11.0|^12.0",
"illuminate/container": "^8.12|^9.0|^10.0|^11.0|^12.0",
"illuminate/contracts": "^8.12|^9.0|^10.0|^11.0|^12.0",
"illuminate/database": "^8.12|^9.0|^10.0|^11.0|^12.0",
"illuminate/support": "^8.12|^9.0|^10.0|^11.0|^12.0",
"laravel/pint": "^1.22"
2025-06-11 13:44:39 +00:00
}
}