Skip to content

Commit a20cf3a

Browse files
committed
[TASK] Update composer.json due to merge / rebase conflicts
Related: #691 Signed-off-by: Marcus Schwemer <marcus.schwemer@in2code.de>
1 parent 5dcdbb3 commit a20cf3a

File tree

1 file changed

+9
-84
lines changed

1 file changed

+9
-84
lines changed

composer.json

Lines changed: 9 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
{
1313
"name": "Alex Kellner",
1414
"email": "alexander.kellner@in2code.de"
15+
},
16+
{
17+
"name": "Marcus Schwemer",
18+
"email": "marcus.schwemer@in2code.de",
19+
"role": "Developer",
20+
"homepage": "https://www.in2code.de"
1521
}
1622
],
1723
"type": "typo3-cms-extension",
@@ -54,7 +60,8 @@
5460
"phpmd/phpmd": "^2.8",
5561
"helhum/typo3-console": "^6.3",
5662
"friendsofphp/php-cs-fixer": "^2.19",
57-
"genesis/behat-fail-aid": "^3.7"
63+
"genesis/behat-fail-aid": "^3.7",
64+
"helmich/typo3-typoscript-lint": "^2.5"
5865
},
5966
"autoload": {
6067
"psr-4": {
@@ -89,91 +96,9 @@
8996
},
9097
"extra": {
9198
"typo3/cms": {
99+
"cms-package-dir": "{$vendor-dir}/typo3/cms",
92100
"web-dir": ".Build/Web",
93101
"extension-key": "powermail"
94102
}
95103
}
96-
"name": "in2code/powermail",
97-
"description": "Powermail is a well-known, editor-friendly, powerful and easy to use mailform extension with a lots of features",
98-
"keywords": [
99-
"typo3",
100-
"form",
101-
"mailform",
102-
"spamprevention"
103-
],
104-
"homepage": "https://github.com/einpraegsam/powermail",
105-
"authors": [
106-
{
107-
"name": "Alex Kellner",
108-
"email": "alexander.kellner@in2code.de",
109-
"role": "Product and technical owner",
110-
"homepage": "https://www.in2code.de"
111-
},
112-
{
113-
"name": "Marcus Schwemer",
114-
"email": "marcus.schwemer@in2code.de",
115-
"role": "Developer",
116-
"homepage": "https://www.in2code.de"
117-
}
118-
],
119-
"type": "typo3-cms-extension",
120-
"license": "GPL-2.0-or-later",
121-
"require": {
122-
"typo3/cms-core": "^10.4",
123-
"ext-json": "*",
124-
"ext-gd": "*",
125-
"ext-fileinfo": "*",
126-
"ext-curl": "*"
127-
},
128-
"replace": {
129-
"typo3-ter/powermail": "self.version"
130-
},
131-
"require-dev": {
132-
"typo3/cms-core": "^10.4",
133-
"nimut/testing-framework": "^5.0",
134-
"mikey179/vfsstream": "^1.6",
135-
"phpunit/phpunit": "^6.0",
136-
"behat/behat": "^3.5",
137-
"behat/mink-extension": "^2.3",
138-
"behat/mink-goutte-driver": "^1.2",
139-
"behat/mink-selenium2-driver": "^1.3",
140-
"se/selenium-server-standalone": "^3",
141-
"squizlabs/php_codesniffer": "^3.5",
142-
"phpmd/phpmd": "^2.8",
143-
"friendsofphp/php-cs-fixer": "^2.19",
144-
"helmich/typo3-typoscript-lint": "^2.5"
145-
},
146-
"autoload": {
147-
"psr-4": {
148-
"In2code\\Powermail\\": "Classes/"
149-
}
150-
},
151-
"autoload-dev": {
152-
"psr-4": {
153-
"In2code\\Powermail\\Tests\\": "Tests",
154-
"TYPO3\\CMS\\Core\\Tests\\": ".Build/vendor/typo3/cms/typo3/sysext/core/Tests/",
155-
"TYPO3\\CMS\\Fluid\\Tests\\": ".Build/vendor/typo3/cms/typo3/sysext/fluid/Tests/"
156-
}
157-
},
158-
"config": {
159-
"vendor-dir": ".Build/vendor",
160-
"bin-dir": ".Build/bin"
161-
},
162-
"scripts": {
163-
"post-autoload-dump": [
164-
"mkdir -p .Build/Web/typo3conf/ext/",
165-
"[ -L .Build/Web/typo3conf/ext/powermail ] || ln -snvf ../../../../. .Build/Web/typo3conf/ext/powermail"
166-
],
167-
"test:unit": "phpunit -c phpunit.xml.dist",
168-
"test:php:lint": "find *.php Classes Configuration Tests -name '*.php' -print0 | xargs -0 -n 1 -P 4 php -l",
169-
"test:php:cs": "php-cs-fixer fix --dry-run --config=.project/tests/.php-cs-fixer.php --diff",
170-
"test:ts:lint": "typoscript-lint -c .project/tests/typoscript-lint.yml --fail-on-warnings"
171-
},
172-
"extra": {
173-
"typo3/cms": {
174-
"cms-package-dir": "{$vendor-dir}/typo3/cms",
175-
"web-dir": ".Build/Web",
176-
"extension-key": "powermail"
177-
}
178-
}
179104
}

0 commit comments

Comments
 (0)