-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
68 lines (68 loc) · 2.11 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
{
"name": "lotgd-core/occurrence-bundle",
"version": "0.1.3",
"type": "lotgd-bundle",
"description": "Core Bundle: Occurrence system for LoTGD IDMarinas Edition. Special events in different areas.",
"keywords": ["lotgd-core", "idmarinas-edition", "lotgd", "occurrence", "lotgd-core-bundle", "lotgd-bundle", "special-events"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Iván Diaz Marinas (IDMarinas)",
"email": "[email protected]",
"homepage": "https://github.com/lotgd-core/occurrence-bundle",
"role": "Developer, Maintainer"
}
],
"support": {
"issues": "https://github.com/lotgd-core/occurrence-bundle/issues"
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^7.3 | ^8.0",
"symfony/config": "^4.4 | ^5.4",
"symfony/dependency-injection": "^4.4 | ^5.4",
"symfony/event-dispatcher": "^4.4 | ^5.4",
"symfony/http-kernel": "^4.4 | ^5.4"
},
"require-dev": {
"idmarinas/lotgd": "^5.0 | ^6.0 | ^7.0 | 8.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/browser-kit": "^5.3",
"symfony/css-selector": "^5.3",
"symfony/phpunit-bridge": "^5.3"
},
"conflict": {
"idmarinas/lotgd": "<5.0"
},
"autoload": {
"psr-4": {
"Lotgd\\CoreBundle\\OccurrenceBundle\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Lotgd\\CoreBundle\\OccurrenceBundle\\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"
}
]
}