|
1 | 1 | {
|
2 |
| - "name": "sourcebroker/t3api", |
3 |
| - "license": [ |
4 |
| - "GPL-2.0-or-later" |
5 |
| - ], |
6 |
| - "type": "typo3-cms-extension", |
7 |
| - "description": "REST API for your TYPO3 project. Config with annotations, build in filtering, pagination, typolinks, image processing, serialization contexts, responses in Hydra/JSON-LD format.", |
8 |
| - "authors": [ |
9 |
| - { |
10 |
| - "name": "SourceBroker Team", |
11 |
| - "role": "Developer" |
12 |
| - } |
13 |
| - ], |
14 |
| - "require": { |
15 |
| - "php": "^7.2.0 || ^8.0.0", |
16 |
| - "ext-json": "*", |
17 |
| - "ext-tokenizer": "*", |
18 |
| - "ext-pdo": "*", |
19 |
| - "typo3/cms-core": "^10.4 || ^11.5", |
20 |
| - "typo3/cms-extbase": "^10.4 || ^11.5", |
21 |
| - "typo3/cms-frontend": "^10.4 || ^11.5", |
22 |
| - "jms/serializer": "^3.1", |
23 |
| - "symfony/routing": "^4.1 || ^5.0", |
24 |
| - "symfony/expression-language": "^4.1 || ^5.0", |
25 |
| - "symfony/http-foundation": "^4.2.9 || ^5.0", |
26 |
| - "symfony/psr-http-message-bridge": "^2.1", |
27 |
| - "symfony/property-info": "^4.4 || ^5.0", |
28 |
| - "symfony/mime": "^4.4 || ^5.0", |
29 |
| - "symfony/cache": "^4.4 || ^5.0", |
30 |
| - "goldspecdigital/oooas": "^2.4", |
31 |
| - "phpdocumentor/reflection-docblock": "^5.1", |
32 |
| - "doctrine/annotations": "^1.0" |
33 |
| - }, |
34 |
| - "require-dev": { |
35 |
| - "friendsofphp/php-cs-fixer": "^3.0", |
36 |
| - "nimut/testing-framework": "^6.0", |
37 |
| - "typo3/coding-standards": "^0.5.2" |
38 |
| - }, |
39 |
| - "autoload": { |
40 |
| - "psr-4": { |
41 |
| - "SourceBroker\\T3api\\": "Classes" |
42 |
| - } |
43 |
| - }, |
44 |
| - "autoload-dev": { |
45 |
| - "psr-4": { |
46 |
| - "SourceBroker\\T3api\\Tests\\": "Tests" |
47 |
| - } |
48 |
| - }, |
49 |
| - "replace": { |
50 |
| - "typo3-ter/t3api": "self.version" |
51 |
| - }, |
52 |
| - "config": { |
53 |
| - "vendor-dir": ".Build/vendor", |
54 |
| - "bin-dir": ".Build/bin", |
55 |
| - "allow-plugins": { |
56 |
| - "typo3/cms-composer-installers": true, |
57 |
| - "typo3/class-alias-loader": true |
58 |
| - } |
59 |
| - }, |
60 |
| - "scripts": { |
61 |
| - "test-unit-v10": "TYPO3_PATH_ROOT=.test/v10/public/ ./.Build/bin/phpunit -c .Build/vendor/nimut/testing-framework/res/Configuration/UnitTests.xml Tests/Unit/", |
62 |
| - "test-functional-v10": "TYPO3_PATH_ROOT=.test/v10/public/ ./.Build/bin/phpunit -c .Build/vendor/nimut/testing-framework/res/Configuration/FunctionalTests.xml Tests/Functional/", |
63 |
| - "test-unit-v11": "TYPO3_PATH_ROOT=.test/v11/public/ ./.Build/bin/phpunit -c .Build/vendor/nimut/testing-framework/res/Configuration/UnitTests.xml Tests/Unit/", |
64 |
| - "test-functional-v11": "TYPO3_PATH_ROOT=.test/v11/public/ ./.Build/bin/phpunit -c .Build/vendor/nimut/testing-framework/res/Configuration/FunctionalTests.xml Tests/Functional/", |
65 |
| - "test": [ |
66 |
| - "composer run test-unit-v10", |
67 |
| - "composer run test-functional-v10", |
68 |
| - "composer run test-unit-v11", |
69 |
| - "composer run test-functional-v11" |
70 |
| - ], |
71 |
| - "cs": "./.Build/bin/php-cs-fixer fix --dry-run --diff -vvv", |
72 |
| - "csfix": "./.Build/bin/php-cs-fixer fix -vvv", |
73 |
| - "t3doc": "rm -rf ./Documentation-GENERATED-temp && docker-compose run --rm t3docmake && open \"Documentation-GENERATED-temp/Result/project/0.0.0/Index.html\"", |
74 |
| - "next-patch": "./Resources/Private/Php/nextVersion.php", |
75 |
| - "next-minor": "./Resources/Private/Php/nextVersion.php --version-type=minor", |
76 |
| - "next-major": "./Resources/Private/Php/nextVersion.php --version-type=major" |
77 |
| - }, |
78 |
| - "extra": { |
79 |
| - "typo3/cms": { |
80 |
| - "extension-key": "t3api", |
81 |
| - "web-dir": ".Build/public" |
82 |
| - } |
83 |
| - } |
| 2 | + "name": "sourcebroker/t3api", |
| 3 | + "license": [ |
| 4 | + "GPL-2.0-or-later" |
| 5 | + ], |
| 6 | + "type": "typo3-cms-extension", |
| 7 | + "description": "REST API for your TYPO3 project. Config with annotations, build in filtering, pagination, typolinks, image processing, serialization contexts, responses in Hydra/JSON-LD format.", |
| 8 | + "authors": [ |
| 9 | + { |
| 10 | + "name": "SourceBroker Team", |
| 11 | + "role": "Developer" |
| 12 | + } |
| 13 | + ], |
| 14 | + "require": { |
| 15 | + "php": "^7.2.0 || ^8.0.0", |
| 16 | + "ext-json": "*", |
| 17 | + "ext-tokenizer": "*", |
| 18 | + "ext-pdo": "*", |
| 19 | + "typo3/cms-core": "^10.4 || ^11.5", |
| 20 | + "typo3/cms-extbase": "^10.4 || ^11.5", |
| 21 | + "typo3/cms-frontend": "^10.4 || ^11.5", |
| 22 | + "jms/serializer": "^3.1", |
| 23 | + "symfony/routing": "^4.1 || ^5.0", |
| 24 | + "symfony/expression-language": "^4.1 || ^5.0", |
| 25 | + "symfony/http-foundation": "^4.2.9 || ^5.0", |
| 26 | + "symfony/psr-http-message-bridge": "^2.1", |
| 27 | + "symfony/property-info": "^4.4 || ^5.0", |
| 28 | + "symfony/mime": "^4.4 || ^5.0", |
| 29 | + "symfony/cache": "^4.4 || ^5.0 || ^6.0", |
| 30 | + "goldspecdigital/oooas": "^2.4", |
| 31 | + "phpdocumentor/reflection-docblock": "^5.1", |
| 32 | + "doctrine/annotations": "^1.0" |
| 33 | + }, |
| 34 | + "require-dev": { |
| 35 | + "friendsofphp/php-cs-fixer": "^3.0", |
| 36 | + "nimut/testing-framework": "^6.0", |
| 37 | + "typo3/coding-standards": "^0.5.2" |
| 38 | + }, |
| 39 | + "autoload": { |
| 40 | + "psr-4": { |
| 41 | + "SourceBroker\\T3api\\": "Classes" |
| 42 | + } |
| 43 | + }, |
| 44 | + "autoload-dev": { |
| 45 | + "psr-4": { |
| 46 | + "SourceBroker\\T3api\\Tests\\": "Tests" |
| 47 | + } |
| 48 | + }, |
| 49 | + "replace": { |
| 50 | + "typo3-ter/t3api": "self.version" |
| 51 | + }, |
| 52 | + "config": { |
| 53 | + "vendor-dir": ".Build/vendor", |
| 54 | + "bin-dir": ".Build/bin", |
| 55 | + "allow-plugins": { |
| 56 | + "typo3/cms-composer-installers": true, |
| 57 | + "typo3/class-alias-loader": true |
| 58 | + } |
| 59 | + }, |
| 60 | + "scripts": { |
| 61 | + "test-unit-v10": "TYPO3_PATH_ROOT=.test/v10/public/ ./.Build/bin/phpunit -c .Build/vendor/nimut/testing-framework/res/Configuration/UnitTests.xml Tests/Unit/", |
| 62 | + "test-functional-v10": "TYPO3_PATH_ROOT=.test/v10/public/ ./.Build/bin/phpunit -c .Build/vendor/nimut/testing-framework/res/Configuration/FunctionalTests.xml Tests/Functional/", |
| 63 | + "test-unit-v11": "TYPO3_PATH_ROOT=.test/v11/public/ ./.Build/bin/phpunit -c .Build/vendor/nimut/testing-framework/res/Configuration/UnitTests.xml Tests/Unit/", |
| 64 | + "test-functional-v11": "TYPO3_PATH_ROOT=.test/v11/public/ ./.Build/bin/phpunit -c .Build/vendor/nimut/testing-framework/res/Configuration/FunctionalTests.xml Tests/Functional/", |
| 65 | + "test": [ |
| 66 | + "composer run test-unit-v10", |
| 67 | + "composer run test-functional-v10", |
| 68 | + "composer run test-unit-v11", |
| 69 | + "composer run test-functional-v11" |
| 70 | + ], |
| 71 | + "cs": "./.Build/bin/php-cs-fixer fix --dry-run --diff -vvv", |
| 72 | + "csfix": "./.Build/bin/php-cs-fixer fix -vvv", |
| 73 | + "t3doc": "rm -rf ./Documentation-GENERATED-temp && docker-compose run --rm t3docmake && open \"Documentation-GENERATED-temp/Result/project/0.0.0/Index.html\"", |
| 74 | + "next-patch": "./Resources/Private/Php/nextVersion.php", |
| 75 | + "next-minor": "./Resources/Private/Php/nextVersion.php --version-type=minor", |
| 76 | + "next-major": "./Resources/Private/Php/nextVersion.php --version-type=major" |
| 77 | + }, |
| 78 | + "extra": { |
| 79 | + "typo3/cms": { |
| 80 | + "extension-key": "t3api", |
| 81 | + "web-dir": ".Build/public" |
| 82 | + } |
| 83 | + } |
84 | 84 | }
|
0 commit comments