-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
71 lines (71 loc) · 1.99 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "lotgd-core/offering-bundle",
"type": "lotgd-bundle",
"description": "Offerring Special for LoTGD IDMarinas Edition.",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Iván Diaz Marinas (IDMarinas)",
"email": "35842929+idmarinas@users.noreply.github.com",
"homepage": "https://github.com/lotgd-core/offering-bundle",
"role": "Developer, Maintainer"
},
{
"name": "Shannon Brown",
"role": "Original Idea"
}
],
"support": {
"issues": "https://github.com/lotgd-core/offering-bundle/issues"
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^7.4 | ^8.0",
"lotgd-core/occurrence-bundle": "^0.1.0",
"idmarinas/lotgd-contracts": "^0.2.0",
"symfony/config": "^4.4",
"symfony/dependency-injection": "^4.4",
"symfony/event-dispatcher": "^4.4",
"symfony/http-kernel": "^4.4"
},
"require-dev": {
"idmarinas/lotgd": "^5.0",
"matthiasnoback/symfony-config-test": "^4.2",
"matthiasnoback/symfony-dependency-injection-test": "^4.2",
"nyholm/symfony-bundle-test": "^1.7",
"phpunit/phpunit": "^9.5",
"symfony/phpunit-bridge": "^5.3",
"symfony/test-pack": "^1.0"
},
"conflict": {
"idmarinas/lotgd": "<5.0"
},
"autoload": {
"psr-4": {
"Lotgd\\Bundle\\OfferingBundle\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Lotgd\\Bundle\\OfferingBundle\\Tests\\": "tests/"
}
},
"scripts": {
"test": "phpunit --process-isolation"
},
"config": {
"optimize-autoloader": true,
"preferred-install": {
"*": "dist"
},
"process-timeout": 5000,
"sort-packages": true
},
"funding": [
{
"type": "paypal",
"url": "https://www.paypal.me/idmarinas"
}
]
}