forked from phpbb/PhpbbSessionsAuthBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 1.03 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "phpbb/phpbb-sessions-auth-bundle",
"description": "A symfony bundle that provides symfony the ability to integrate and share sessions with phpBB and use phpBB as the authentication provider.",
"keywords": ["phpBB", "intergration", "bridge"],
"type": "symfony-bundle",
"homepage": "http://www.phpbb.com",
"license": "GPL-3.0",
"authors": [
{
"name": "phpBB Group",
"email": "operations@phpbb.com",
"homepage": "https://phpbb.com/"
}
],
"support": {
"irc": "irc://irc.freenode.org/phpbb-dev",
"issues": "https://www.phpbb.com/bugs/website/"
},
"require": {
"symfony/symfony": "2.1.*",
"doctrine/orm": ">=2.2.3,<2.4-dev",
"doctrine/common": "2.3.*",
"doctrine/dbal": "2.3.*",
"doctrine/orm": "2.3.*",
"doctrine/doctrine-bundle": "1.0.*"
},
"minimum-stability": "dev",
"autoload": {
"psr-0": { "phpBB\\phpBBSessionsAuthBundle": "" }
},
"target-dir": "phpBB/phpBBSessionsAuthBundle",
"extra": {
"branch-alias": {
"dev-master": "1.0.0-dev"
}
}
}