-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 878 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
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "fob/formalbears",
"type": "library",
"license": "BSD-2-Clause",
"authors": [
{
"name": "Atsuhiro Kubo",
"email": "[email protected]"
},
{
"name": "Nana Yamane",
"email": "[email protected]"
}
],
"abandoned": "formal-bears/formal-bears",
"require": {
"php": ">=7.1.3",
"bear/package": "^1.9.6",
"symfony/config": "~4.3",
"symfony/yaml": "~4.3",
"symfony/dotenv": "~4.3",
"symfony/dependency-injection": "~4.3",
"symfony/finder": "~4.3"
},
"require-dev": {
"roave/security-advisories": "dev-master",
"phpunit/phpunit": "^7.5"
},
"autoload": {
"psr-4": {
"FormalBears\\": "src/"
}
},
"config": {
"process-timeout": 0
}
}