|
1 | 1 | { |
2 | | - "name": "cobweb/externalimport_tut", |
3 | | - "type": "typo3-cms-extension", |
4 | | - "description": "Tutorial for the External Import extension. Contains the manual and the necessary files.", |
5 | | - "keywords": [ |
6 | | - "typo3", |
7 | | - "extension", |
8 | | - "composer.json" |
9 | | - ], |
10 | | - "license": [ |
11 | | - "GPL-2.0-or-later" |
12 | | - ], |
13 | | - "authors": [ |
14 | | - { |
15 | | - "name": "Francois Suter", |
16 | | - "role": "Developer", |
17 | | - "homepage": "https://www.ideative.ch/" |
18 | | - } |
19 | | - ], |
20 | | - "autoload": { |
21 | | - "psr-4": { |
22 | | - "Cobweb\\ExternalimportTut\\": "Classes/" |
23 | | - } |
24 | | - }, |
25 | | - "require": { |
26 | | - "php": "^8.1 || ^8.2 || ^8.3 || ^8.4", |
27 | | - "typo3/coding-standards": "*", |
28 | | - "typo3/cms-core": "^12.4 || ^13.4", |
29 | | - "cobweb/external_import": "^8.0", |
30 | | - "cobweb/svconnector_csv": "^5.0", |
31 | | - "cobweb/svconnector_feed": "^5.0", |
32 | | - "georgringer/news": "^12.0" |
33 | | - }, |
34 | | - "require-dev": { |
35 | | - "ergebnis/composer-normalize": "~2.42.0", |
36 | | - "friendsofphp/php-cs-fixer": "^3.52", |
37 | | - "typo3/testing-framework": "^8.2", |
38 | | - "phpstan/phpstan": "^1.10" |
39 | | - }, |
40 | | - "replace": { |
41 | | - "typo3-ter/externalimport_tut": "self.version" |
42 | | - }, |
43 | | - "extra": { |
44 | | - "typo3/cms": { |
45 | | - "extension-key": "externalimport_tut", |
46 | | - "web-dir": ".Build/web" |
47 | | - } |
48 | | - }, |
49 | | - "config": { |
50 | | - "allow-plugins": { |
51 | | - "typo3/cms-composer-installers": true, |
52 | | - "typo3/class-alias-loader": true, |
53 | | - "ergebnis/composer-normalize": true |
54 | | - }, |
55 | | - "bin-dir": ".Build/bin", |
56 | | - "sort-packages": true, |
57 | | - "vendor-dir": ".Build/vendor" |
58 | | - } |
| 2 | + "name": "cobweb/externalimport_tut", |
| 3 | + "type": "typo3-cms-extension", |
| 4 | + "description": "Tutorial for the External Import extension. Contains the manual and the necessary files.", |
| 5 | + "keywords": [ |
| 6 | + "typo3", |
| 7 | + "extension", |
| 8 | + "composer.json" |
| 9 | + ], |
| 10 | + "license": [ |
| 11 | + "GPL-2.0-or-later" |
| 12 | + ], |
| 13 | + "authors": [ |
| 14 | + { |
| 15 | + "name": "Francois Suter", |
| 16 | + "role": "Developer", |
| 17 | + "homepage": "https://www.ideative.ch/" |
| 18 | + } |
| 19 | + ], |
| 20 | + "autoload": { |
| 21 | + "psr-4": { |
| 22 | + "Cobweb\\ExternalimportTut\\": "Classes/" |
| 23 | + } |
| 24 | + }, |
| 25 | + "require": { |
| 26 | + "php": "^8.1 || ^8.2 || ^8.3 || ^8.4", |
| 27 | + "typo3/coding-standards": "*", |
| 28 | + "typo3/cms-core": "^12.4 || ^13.4", |
| 29 | + "cobweb/external_import": "^8.0", |
| 30 | + "cobweb/svconnector_csv": "^5.0", |
| 31 | + "cobweb/svconnector_feed": "^5.0", |
| 32 | + "georgringer/news": "^12.0" |
| 33 | + }, |
| 34 | + "require-dev": { |
| 35 | + "ergebnis/composer-normalize": "~2.42.0", |
| 36 | + "friendsofphp/php-cs-fixer": "^3.52", |
| 37 | + "typo3/testing-framework": "^8.2", |
| 38 | + "phpstan/phpstan": "^1.10" |
| 39 | + }, |
| 40 | + "replace": { |
| 41 | + "typo3-ter/externalimport_tut": "self.version" |
| 42 | + }, |
| 43 | + "extra": { |
| 44 | + "typo3/cms": { |
| 45 | + "extension-key": "externalimport_tut", |
| 46 | + "web-dir": ".Build/web" |
| 47 | + } |
| 48 | + }, |
| 49 | + "config": { |
| 50 | + "allow-plugins": { |
| 51 | + "typo3/cms-composer-installers": true, |
| 52 | + "typo3/class-alias-loader": true, |
| 53 | + "ergebnis/composer-normalize": true |
| 54 | + }, |
| 55 | + "bin-dir": ".Build/bin", |
| 56 | + "sort-packages": true, |
| 57 | + "vendor-dir": ".Build/vendor" |
| 58 | + } |
59 | 59 | } |
60 | 60 |
|
0 commit comments