-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 1.02 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
{
"name": "greenhollowtech/ght-d-tools-bundle",
"description": "GHT D-Tools Bundle",
"homepage": "https://bitbucket.org/greenhollowtech/ght-d-tools-bundle",
"license": "Beerware",
"keywords": ["php", "development", "tools", "utility", "commands", "symfony", "bundle"],
"require": {
"ext-xml": "*",
"php": ">=7.1",
"symfony/config": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/http-kernel": "^4.4|^5.0",
"symfony/validator": "^4.4|^5.0"
},
"require-dev": {
"matthiasnoback/symfony-dependency-injection-test": "~4.1",
"phpunit/phpunit": "~9.3",
"symfony/phpunit-bridge": "*",
"symfony/symfony": "~5.0",
"symfony/var-dumper": "~5.0"
},
"type": "library",
"autoload": {
"psr-4": {
"GHT\\DevToolsBundle\\": "lib/GHT/DevToolsBundle"
}
},
"autoload-dev": {
"psr-4": {
"GHT\\DevToolsBundle\\Tests\\": "tests/GHT/DevToolsBundle"
}
}
}