|
12 | 12 | { |
13 | 13 | "name": "Alex Kellner", |
14 | 14 | "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" |
15 | 21 | } |
16 | 22 | ], |
17 | 23 | "type": "typo3-cms-extension", |
|
54 | 60 | "phpmd/phpmd": "^2.8", |
55 | 61 | "helhum/typo3-console": "^6.3", |
56 | 62 | "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" |
58 | 65 | }, |
59 | 66 | "autoload": { |
60 | 67 | "psr-4": { |
|
89 | 96 | }, |
90 | 97 | "extra": { |
91 | 98 | "typo3/cms": { |
| 99 | + "cms-package-dir": "{$vendor-dir}/typo3/cms", |
92 | 100 | "web-dir": ".Build/Web", |
93 | 101 | "extension-key": "powermail" |
94 | 102 | } |
95 | 103 | } |
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 | | - } |
179 | 104 | } |
0 commit comments