-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (31 loc) · 812 Bytes
/
Copy pathcomposer.json
File metadata and controls
32 lines (31 loc) · 812 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
30
31
32
{
"name": "athlan/revive-symfony-security-bundle",
"license": "MIT",
"type": "project",
"description": "Banner Google Web Designer hosting tool",
"authors": [
{
"name": "Piotr Pelczar",
"email": "athlan@vgroup.pl"
}
],
"autoload": {
"psr-4": { "": "src/" }
},
"autoload-dev": {
"psr-4": { "Tests\\": "tests/" }
},
"require": {
"php": ">=5.6.0",
"symfony/security": "3.1.*",
"zendframework/zend-diactoros": "1.3.5",
"php-http/message": "1.2.0",
"guzzlehttp/guzzle": "6.2.0",
"php-http/guzzle6-adapter": "1.1.1",
"lstrojny/fxmlrpc": "0.12.0"
},
"require-dev": {
"phpunit/phpunit": "5.4.*",
"mockery/mockery": "0.9.5"
}
}