-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·29 lines (29 loc) · 971 Bytes
/
Copy pathcomposer.json
File metadata and controls
executable file
·29 lines (29 loc) · 971 Bytes
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
26
27
28
29
{
"name": "stephane-mangin/angular-jwt-authentication-bundle",
"type": "symfony-bundle",
"description": "This bundle provides JWT authentication for your Symfony2 REST API through AngularJS",
"keywords": ["Symfony2", "bundle", "jwt", "jws", "authentication", "api", "rest", "angular", "ldap", "Active Directory"],
"homepage": "https://github.com/stephanelmangin/AngularJwtAuthenticationBundle",
"license": "MIT",
"authors": [
{
"name": "Stéphane Mangin",
"email": "stephane.mangin@freesbee.fr"
}
],
"require": {
"lexik/jwt-authentication-bundle": "~1.0",
"fr3d/ldap-bundle": "2.0.*@dev"
},
"autoload": {
"psr-0": {
"StephaneMangin\\Bundle\\AngularJwtAuthentication": ""
}
},
"target-dir": "StephaneMangin/Bundle/AngularJwtAuthentication",
"extra": {
"branch-alias": {
"dev-master": "0.1-dev"
}
}
}