forked from thecodingmachine/security.rightsservice-splash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
25 lines (25 loc) · 874 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "mouf/security.rightsservice-splash",
"description": "This package contains a set of class to bind the Splash MVC framework (>=v4) with the RightsService component. It features: a @RequiresRight annotation to restrict access to logged users only.",
"keywords": ["security", "splash", "rights", "mouf"],
"homepage": "https://github.com/thecodingmachine/security.rightsservice-splash",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "David Négrier",
"email": "[email protected]",
"homepage": "http://mouf-php.com"
}
],
"require": {
"php": ">=5.3.0",
"mouf/security.rightsservice": "2.*",
"mouf/mvc.splash-common": ">=4.0,< 8.0"
},
"autoload": {
"psr-0": {
"Mouf\\Annotations": "src/"
}
}
}