|
1 | 1 | { |
2 | 2 | "name": "cobweb/svconnector_json", |
3 | 3 | "type": "typo3-cms-extension", |
4 | | - "description": "Connector service for JSON data", |
| 4 | + "description": "Connector service JSON – Connector service for JSON data", |
5 | 5 | "license": [ |
6 | 6 | "GPL-2.0-or-later" |
7 | 7 | ], |
|
20 | 20 | "require": { |
21 | 21 | "php": "^8.2 || ^8.3 || ^8.4 || ^8.5", |
22 | 22 | "ext-json": "*", |
23 | | - "typo3/cms-core": "^13.4 || ^14.0", |
24 | | - "cobweb/svconnector": "dev-develop", |
25 | | - "typo3/coding-standards": "*" |
| 23 | + "typo3/cms-core": "^13.4 || ^14.3", |
| 24 | + "cobweb/svconnector": "^7.0" |
26 | 25 | }, |
27 | 26 | "require-dev": { |
28 | | - "ergebnis/composer-normalize": "^2.48", |
29 | | - "friendsofphp/php-cs-fixer": "^3.88", |
30 | | - "typo3/testing-framework": "^9.x-dev", |
| 27 | + "ergebnis/composer-normalize": "^2.51", |
| 28 | + "friendsofphp/php-cs-fixer": "^3.95", |
| 29 | + "typo3/coding-standards": "*", |
| 30 | + "typo3/testing-framework": "^9.5", |
31 | 31 | "phpstan/phpstan": "^2.1" |
32 | 32 | }, |
33 | 33 | "replace": { |
|
36 | 36 | "extra": { |
37 | 37 | "typo3/cms": { |
38 | 38 | "extension-key": "svconnector_json", |
39 | | - "web-dir": ".Build/web" |
| 39 | + "web-dir": ".Build/web", |
| 40 | + "version": "6.0.0", |
| 41 | + "Package": { |
| 42 | + "providesPackages": { |
| 43 | + } |
| 44 | + } |
40 | 45 | } |
41 | 46 | }, |
42 | 47 | "config": { |
|
0 commit comments