File tree Expand file tree Collapse file tree 4 files changed +87
-3
lines changed
Resources/Core/Functional/Extensions Expand file tree Collapse file tree 4 files changed +87
-3
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "name" : " typo3/testing-json-response" ,
3+ "type" : " typo3-cms-extension" ,
4+ "description" : " Providing testing framework extension for functional testing." ,
5+ "keywords" : [
6+ " typo3" ,
7+ " testing" ,
8+ " tests"
9+ ],
10+ "homepage" : " https://typo3.org/" ,
11+ "license" : " GPL-2.0-or-later" ,
12+ "authors" : [
13+ {
14+ "name" : " TYPO3 CMS Core Team" ,
15+ "role" : " Developer" ,
16+ "homepage" : " https://forge.typo3.org/projects/typo3cms-core"
17+ },
18+ {
19+ "name" : " The TYPO3 Community" ,
20+ "role" : " Contributor" ,
21+ "homepage" : " https://typo3.org/community/"
22+ }
23+ ],
24+ "support" : {
25+ "general" : " https://typo3.org/support/" ,
26+ "issues" : " https://github.com/TYPO3/testing-framework/issues"
27+ },
28+ "require" : {
29+ "php" : " ^8.2" ,
30+ "typo3/cms-core" : " 13.*.*@dev || 14.*.*@dev"
31+ },
32+ "autoload" : {
33+ "psr-4" : {
34+ "TYPO3\\ JsonResponse\\ " : " Classes/"
35+ }
36+ },
37+ "extra" : {
38+ "typo3/cms" : {
39+ "extension-key" : " json_response"
40+ }
41+ }
42+ }
Original file line number Diff line number Diff line change 44 'title ' => 'JSON Response ' ,
55 'description ' => 'JSON Response ' ,
66 'category ' => 'example ' ,
7- 'version ' => '9.4 .0 ' ,
7+ 'version ' => '1.0 .0 ' ,
88 'state ' => 'beta ' ,
99 'author ' => 'Oliver Hader ' ,
1010 'author_email ' =>
'[email protected] ' ,
1111 'author_company ' => '' ,
1212 'constraints ' => [
1313 'depends ' => [
14- 'typo3 ' => '9.4.0 ' ,
14+ 'typo3 ' => '13.0.0 - 14.9.99 ' ,
1515 ],
1616 'conflicts ' => [],
1717 'suggests ' => [],
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " typo3/testing-private-container" ,
3+ "type" : " typo3-cms-extension" ,
4+ "description" : " Providing testing framework extension for functional testing." ,
5+ "keywords" : [
6+ " typo3" ,
7+ " testing" ,
8+ " tests"
9+ ],
10+ "homepage" : " https://typo3.org/" ,
11+ "license" : " GPL-2.0-or-later" ,
12+ "authors" : [
13+ {
14+ "name" : " TYPO3 CMS Core Team" ,
15+ "role" : " Developer" ,
16+ "homepage" : " https://forge.typo3.org/projects/typo3cms-core"
17+ },
18+ {
19+ "name" : " The TYPO3 Community" ,
20+ "role" : " Contributor" ,
21+ "homepage" : " https://typo3.org/community/"
22+ }
23+ ],
24+ "support" : {
25+ "general" : " https://typo3.org/support/" ,
26+ "issues" : " https://github.com/TYPO3/testing-framework/issues"
27+ },
28+ "require" : {
29+ "php" : " ^8.2" ,
30+ "typo3/cms-core" : " 13.*.*@dev || 14.*.*@dev"
31+ },
32+ "autoload" : {
33+ "psr-4" : {
34+ "TYPO3\\ PrivateContainer\\ " : " Classes/"
35+ }
36+ },
37+ "extra" : {
38+ "typo3/cms" : {
39+ "extension-key" : " private_container"
40+ }
41+ }
42+ }
Original file line number Diff line number Diff line change 1010 'author_company ' => '' ,
1111 'constraints ' => [
1212 'depends ' => [
13- 'typo3 ' => '11 .0.0-12 .99.99 ' ,
13+ 'typo3 ' => '13 .0.0-14 .99.99 ' ,
1414 ],
1515 'conflicts ' => [],
1616 'suggests ' => [],
You can’t perform that action at this time.
0 commit comments