forked from youshido-php/TokenAuthenticatorBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 694 Bytes
/
composer.json
File metadata and controls
26 lines (26 loc) · 694 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
{
"name": "youshido/token-authenticator",
"type": "symfony-bundle",
"description": "Symfony bundle to allow you token based authentication",
"keywords": ["token", "auth", "authentication", "symfony", "bundle"],
"homepage": "https://github.com/Youshido/TokenAuthenticationBundle",
"license": "MIT",
"authors": [
{
"name": "Alexandr Viniychuk",
"email": "a@viniychuk.com"
},
{
"name": "Portey Vasil",
"email": "portey@gmail.com"
}
],
"require": {
"php": ">=5.5",
"symfony/framework-bundle": "~2.3|~3.0",
"doctrine/doctrine-bundle": "~1.3"
},
"autoload": {
"psr-4": { "Youshido\\TokenAuthenticationBundle\\": "" }
}
}