generated from rich-id/bundle-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
52 lines (52 loc) · 1.54 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
{
"name": "richcongress/web-test-bundle",
"description": "A magic bundle",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "RichCongress",
"homepage": "https://www.richcongress.com"
}
],
"support": {
"email": "[email protected]",
"source": "https://github.com/richcongress/web-test-bundle",
"docs": "https://github.com/richcongress/web-test-bundle/blob/master/README.md",
"issues": "https://github.com/richcongress/web-test-bundle/issues"
},
"require": {
"php": "^8.1",
"ext-json": "*",
"dama/doctrine-test-bundle": "^6.3 || ^7.0 || ^8.0",
"php-di/phpdoc-reader": "^2.2",
"richcongress/bundle-toolbox": "*",
"richcongress/test-framework": "^0.2",
"richcongress/test-tools": "^0.2",
"symfony/browser-kit": "^6.0 || ^7.0",
"symfony/console": "^6.0 || ^7.0"
},
"require-dev": {
"mockery/mockery": "^1.6",
"roave/security-advisories": "dev-master",
"symfony/form": "^6.0 || ^7.0",
"symfony/orm-pack": "*",
"symfony/security-bundle": "^6.0 || ^7.0",
"symfony/yaml": "^6.0 || ^7.0"
},
"autoload": {
"psr-4": {
"RichCongress\\WebTestBundle\\": ""
}
},
"autoload-dev": {
"psr-4": {
"RichCongress\\WebTestBundle\\Tests\\": "Tests/"
}
},
"config": {
"bin-dir": "bin",
"discard-changes": true,
"sort-packages": true
}
}