forked from in2code-de/powermail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
133 lines (133 loc) · 4.21 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
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "in2code/powermail",
"description": "Powermail is a well-known, editor-friendly, powerful and easy to use mailform extension for TYPO3 with a lots of features",
"keywords": [
"typo3",
"form",
"mailform",
"spamprevention"
],
"homepage": "https://github.com/einpraegsam/powermail",
"authors": [
{
"name": "Stefan Busemann",
"email": "[email protected]",
"role": "Update Manager",
"homepage": "https://www.in2code.de"
},
{
"name": "Alex Kellner",
"email": "[email protected]",
"role": "Product owner, Technical owner",
"homepage": "https://www.in2code.de"
},
{
"name": "Marcus Schwemer",
"email": "[email protected]",
"role": "Developer",
"homepage": "https://www.in2code.de"
}
],
"type": "typo3-cms-extension",
"license": "GPL-2.0-or-later",
"require": {
"typo3/cms-core": "^11.5.6",
"ext-json": "*",
"ext-gd": "*",
"ext-fileinfo": "*",
"ext-curl": "*"
},
"suggest": {
"sjbr/static-info-tables": "*"
},
"replace": {
"typo3-ter/powermail": "self.version"
},
"require-dev": {
"typo3/cms-extbase": "^11.5.6",
"typo3/cms-extensionmanager": "^11.5.6",
"typo3/cms-felogin": "^11.5.6",
"typo3/cms-filelist": "^11.5.6",
"typo3/cms-fluid-styled-content": "^11.5.6",
"typo3/cms-frontend": "^11.5.6",
"typo3/cms-info": "^11.5.6",
"typo3/cms-install": "^11.5.6",
"typo3/cms-recordlist": "^11.5.6",
"typo3/cms-rte-ckeditor": "^11.5.6",
"typo3/cms-scheduler": "^11.5.6",
"typo3/cms-setup": "^11.5.6",
"typo3/cms-t3editor": "^11.5.6",
"typo3/cms-tstemplate": "^11.5.6",
"typo3/cms-lowlevel": "^11.5.6",
"helmich/typo3-typoscript-lint": "^2.5",
"mikey179/vfsstream": "^1.6",
"friendsofphp/php-cs-fixer": "^3.10",
"squizlabs/php_codesniffer": "^3.5",
"phpmd/phpmd": "^2.8",
"behat/behat": "^3.8",
"helhum/typo3-console": "^7.0",
"se/selenium-server-standalone": "^3.141",
"symfony/config": "^5.3",
"nimut/testing-framework": "6.x-dev",
"friends-of-behat/mink-extension": "^2.5",
"behat/mink-selenium2-driver": "^1.5",
"typo3/cms-adminpanel": "^11.5.6",
"typo3/cms-belog": "^11.5.6",
"typo3/cms-beuser": "^11.5.6",
"typo3/cms-dashboard": "^11.5.6",
"friends-of-behat/mink-browserkit-driver": "^1.5",
"drevops/behat-screenshot": "^1.1"
},
"autoload": {
"psr-4": {
"In2code\\Powermail\\": "Classes/"
}
},
"autoload-dev": {
"psr-4": {
"In2code\\Powermail\\Tests\\": "Tests",
"TYPO3\\CMS\\Core\\Tests\\": ".Build/vendor/typo3/cms/typo3/sysext/core/Tests/",
"TYPO3\\CMS\\Fluid\\Tests\\": ".Build/vendor/typo3/cms/typo3/sysext/fluid/Tests/"
}
},
"config": {
"vendor-dir": ".Build/vendor",
"bin-dir": ".Build/bin",
"allow-plugins": {
"typo3/class-alias-loader": true,
"typo3/cms-composer-installers": true
}
},
"scripts": {
"post-autoload-dump": [
"mkdir -p .Build/Web/typo3conf/ext/",
"[ -L .Build/Web/typo3conf/ext/powermail ] || ln -snvf ../../../../. .Build/Web/typo3conf/ext/powermail",
"@package-states",
"TYPO3\\TestingFramework\\Composer\\ExtensionTestEnvironment::prepare"
],
"package-states": [
".Build/bin/typo3cms install:fixfolderstructure"
],
"test:behaviour:ddev": "behat --config Tests/Behavior/behat.ddev.yml",
"test:behaviour:ddev:tag": "behat --config Tests/Behavior/behat.ddev.yml --tags",
"test:behaviour:ddev:stop": "behat --config Tests/Behavior/behat.ddev.yml --stop-on-failure",
"test:behaviour:docker": "behat --config Tests/Behavior/behat.docker.yml",
"test:behaviour:docker:tag": "behat --config Tests/Behavior/behat.docker.yml --tags",
"test:behaviour:docker:stop": "behat --config Tests/Behavior/behat.docker.yml --stop-on-failure",
"test:php:cs": "php-cs-fixer --version && php-cs-fixer fix --dry-run --config=.project/tests/.php-cs-fixer.php --diff",
"test:php:lint": "find *.php Classes Configuration Tests -name '*.php' -print0 | xargs -0 -n 1 -P 4 php -l",
"test:typoscript:lint": "typoscript-lint --config=.project/tests/typoscript-lint.yml",
"test:unit": "phpunit -c phpunit.xml.dist"
},
"extra": {
"typo3/cms": {
"cms-package-dir": "{$vendor-dir}/typo3/cms",
"web-dir": ".Build/Web",
"extension-key": "powermail",
"ignore-as-root": false
},
"branch-alias": {
"dev-feature/typo3_11": "9.0.x-dev"
}
}
}