|
17 | 17 | "role": "Developer"
|
18 | 18 | }],
|
19 | 19 | "require": {
|
20 |
| - "php": "^8.1.0", |
21 |
| - "helhum/typo3-console": "^8.0.0", |
| 20 | + "php": "^8.2.0", |
22 | 21 | "linkorb/jsmin-php": "^1.0",
|
23 | 22 | "masterminds/html5": "^2.6",
|
24 | 23 | "thecodingmachine/safe": "^2.5",
|
| 24 | + "typo3/cms-install": "^13.4", |
25 | 25 | "vierwd/svg-inliner": "^1.0",
|
26 |
| - "vierwd/typo3-smarty": "^12.x-dev" |
| 26 | + "vierwd/typo3-smarty": "^13.x-dev" |
27 | 27 | },
|
28 | 28 | "require-dev": {
|
29 |
| - "b13/container": "^2.3", |
| 29 | + "b13/container": "^3.0", |
30 | 30 | "dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
|
31 | 31 | "friendsofphp/php-cs-fixer": "^3.15.0",
|
32 | 32 | "jangregor/phpstan-prophecy": "^1.0.0",
|
|
36 | 36 | "phpstan/phpstan-deprecation-rules": "^1.0.0",
|
37 | 37 | "phpstan/phpstan-doctrine": "^1.0.0",
|
38 | 38 | "phpstan/phpstan-phpunit": "^1.0.0",
|
39 |
| - "phpunit/phpunit": "^9.0", |
| 39 | + "phpunit/phpunit": "^11.0", |
40 | 40 | "saschaegerer/phpstan-typo3": "^1.1.0",
|
41 |
| - "typo3/cms-core": "^12.3", |
42 |
| - "typo3/cms-fluid": "^12.3", |
43 |
| - "typo3/cms-frontend": "^12.3", |
44 |
| - "typo3/cms-impexp": "^12.3", |
45 |
| - "typo3/cms-indexed-search": "^12.3", |
46 |
| - "typo3/cms-reports": "^12.3", |
47 |
| - "typo3/testing-framework": "7.x-dev", |
| 41 | + "typo3/cms-core": "^13.4", |
| 42 | + "typo3/cms-fluid": "^13.4", |
| 43 | + "typo3/cms-frontend": "^13.4", |
| 44 | + "typo3/cms-impexp": "^13.4", |
| 45 | + "typo3/cms-indexed-search": "^13.4", |
| 46 | + "typo3/cms-reports": "^13.4", |
| 47 | + "typo3/testing-framework": "^9.0.0", |
48 | 48 | "vierwd/coding-standard": "dev-master"
|
49 | 49 | },
|
50 | 50 | "autoload": {
|
|
74 | 74 | },
|
75 | 75 | "extra": {
|
76 | 76 | "branch-alias": {
|
77 |
| - "dev-main": "12.0.x-dev" |
| 77 | + "dev-main": "13.0.x-dev" |
78 | 78 | },
|
79 | 79 | "typo3/cms": {
|
80 | 80 | "cms-package-dir": "{$vendor-dir}/typo3/cms",
|
|
0 commit comments