-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathcomposer.json
More file actions
102 lines (102 loc) · 4.08 KB
/
composer.json
File metadata and controls
102 lines (102 loc) · 4.08 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "codeception/module-symfony",
"description": "Codeception module for Symfony framework",
"type": "library",
"license": "MIT",
"keywords": [
"codeception",
"functional testing",
"symfony"
],
"homepage": "https://codeception.com/",
"support": {
"docs": "https://codeception.com/docs/modules/Symfony"
},
"authors": [
{
"name": "Michael Bodnarchuk"
},
{
"name": "Gustavo Nieves",
"homepage": "https://medium.com/@ganieves"
}
],
"require": {
"php": "^8.2",
"ext-json": "*",
"codeception/lib-innerbrowser": "^3.1 | ^4.1"
},
"require-dev": {
"codeception/module-asserts": "^3.3",
"codeception/module-doctrine": "^3.3",
"doctrine/orm": "^3.6",
"friendsofphp/php-cs-fixer": "^3.94",
"phpstan/phpstan": "^2.1",
"phpunit/phpunit": "^11.0 | ^12.0",
"symfony/browser-kit": "^5.4 | ^6.4 | ^7.4 | ^8.0",
"symfony/cache": "^5.4 | ^6.4 | ^7.4 | ^8.0",
"symfony/clock": "^6.4 | ^7.4 | ^8.0",
"symfony/config": "^5.4 | ^6.4 | ^7.4 | ^8.0",
"symfony/console": "^5.4 | ^6.4 | ^7.4 | ^8.0",
"symfony/css-selector": "^5.4 | ^6.4 | ^7.4 | ^8.0",
"symfony/dependency-injection": "^5.4 | ^6.4 | ^7.4 | ^8.0",
"symfony/dom-crawler": "^5.4 | ^6.4 | ^7.4 | ^8.0",
"symfony/dotenv": "^5.4 | ^6.4 | ^7.4 | ^8.0",
"symfony/error-handler": "^5.4 | ^6.4 | ^7.4 | ^8.0",
"symfony/event-dispatcher": "^5.4 | ^6.4 | ^7.4 | ^8.0",
"symfony/filesystem": "^5.4 | ^6.4 | ^7.4 | ^8.0",
"symfony/finder": "^5.4 | ^6.4 | ^7.4 | ^8.0",
"symfony/form": "^5.4 | ^6.4 | ^7.4 | ^8.0",
"symfony/framework-bundle": "^5.4 | ^6.4 | ^7.4 | ^8.0",
"symfony/http-client": "^5.4 | ^6.4 | ^7.4 | ^8.0",
"symfony/http-foundation": "^5.4 | ^6.4 | ^7.4 | ^8.0",
"symfony/http-kernel": "^5.4 | ^6.4 | ^7.4 | ^8.0",
"symfony/mailer": "^5.4 | ^6.4 | ^7.4 | ^8.0",
"symfony/mime": "^5.4 | ^6.4 | ^7.4 | ^8.0",
"symfony/notifier": "^5.4 | ^6.4 | ^7.4 | ^8.0",
"symfony/options-resolver": "^5.4 | ^6.4 | ^7.4 | ^8.0",
"symfony/password-hasher": "^5.4 | ^6.4 | ^7.4 | ^8.0",
"symfony/process": "^5.4 | ^6.4 | ^7.4 | ^8.0",
"symfony/property-access": "^5.4 | ^6.4 | ^7.4 | ^8.0",
"symfony/property-info": "^5.4 | ^6.4 | ^7.4 | ^8.0",
"symfony/routing": "^5.4 | ^6.4 | ^7.4 | ^8.0",
"symfony/security-bundle": "^5.4 | ^6.4 | ^7.4 | ^8.0",
"symfony/security-core": "^5.4 | ^6.4 | ^7.4 | ^8.0",
"symfony/security-csrf": "^5.4 | ^6.4 | ^7.4 | ^8.0",
"symfony/security-http": "^5.4 | ^6.4 | ^7.4 | ^8.0",
"symfony/stopwatch": "^5.4 | ^6.4 | ^7.4 | ^8.0",
"symfony/string": "^5.4 | ^6.4 | ^7.4 | ^8.0",
"symfony/translation": "^5.4 | ^6.4 | ^7.4 | ^8.0",
"symfony/twig-bundle": "^5.4 | ^6.4 | ^7.4 | ^8.0",
"symfony/validator": "^5.4 | ^6.4 | ^7.4 | ^8.0",
"symfony/var-dumper": "^5.4 | ^6.4 | ^7.4 | ^8.0",
"symfony/var-exporter": "^5.4 | ^6.4 | ^7.4",
"symfony/yaml": "^5.4 | ^6.4 | ^7.4 | ^8.0",
"vlucas/phpdotenv": "^4.2 | ^5.6"
},
"suggest": {
"codeception/codeception": "Install Codeception to run tests using this module",
"codeception/module-asserts": "Include traditional PHPUnit assertions in your tests",
"symfony/web-profiler-bundle": "Tool that gives information about the execution of requests"
},
"autoload": {
"psr-4": {
"Codeception\\": "src/Codeception/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests",
"Tests\\App\\": "tests/_app"
}
},
"config": {
"sort-packages": true
},
"minimum-stability": "RC",
"scripts": {
"phpstan": "phpstan analyse src --level=max --memory-limit=1G",
"cs-check": "php-cs-fixer fix src --dry-run --diff --using-cache=no",
"cs-fix": "php-cs-fixer fix src --using-cache=no"
}
}