|
1 | 1 | { |
2 | 2 | "name": "friendsoftypo3/content-blocks", |
3 | 3 | "type": "typo3-cms-extension", |
4 | | - "version": "2.1.3", |
| 4 | + "version": "2.2.0", |
5 | 5 | "description": "TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML", |
6 | 6 | "homepage": "https://typo3.org", |
7 | 7 | "license": [ |
|
48 | 48 | "symfony/finder": "^7.3", |
49 | 49 | "symfony/var-exporter": "^7.3", |
50 | 50 | "symfony/yaml": "^7.3", |
51 | | - "typo3/cms-backend": "^14.2.x-dev", |
52 | | - "typo3/cms-core": "^14.2.x-dev", |
53 | | - "typo3/cms-fluid": "^14.2.x-dev", |
54 | | - "typo3/cms-frontend": "^14.2.x-dev" |
| 51 | + "typo3/cms-backend": "^14.2", |
| 52 | + "typo3/cms-core": "^14.2", |
| 53 | + "typo3/cms-fluid": "^14.2", |
| 54 | + "typo3/cms-frontend": "^14.2" |
55 | 55 | }, |
56 | 56 | "replace": { |
57 | 57 | "contentblocks/content-blocks": "*" |
|
92 | 92 | "friendsofphp/php-cs-fixer": "^3.22", |
93 | 93 | "phpstan/phpstan": "^2.1", |
94 | 94 | "phpstan/phpstan-phpunit": "^2.0", |
95 | | - "typo3/cms-extbase": "^14.2.x-dev", |
96 | | - "typo3/cms-extensionmanager": "^14.2.x-dev", |
97 | | - "typo3/cms-filelist": "^14.2.x-dev", |
98 | | - "typo3/cms-install": "^14.2.x-dev", |
99 | | - "typo3/cms-lowlevel": "^14.2.x-dev", |
100 | | - "typo3/cms-rte-ckeditor": "^14.2.x-dev", |
101 | | - "typo3/cms-tstemplate": "^14.2.x-dev", |
102 | | - "typo3/cms-workspaces": "^14.2.x-dev", |
| 95 | + "typo3/cms-extbase": "^14.2", |
| 96 | + "typo3/cms-extensionmanager": "^14.2", |
| 97 | + "typo3/cms-filelist": "^14.2", |
| 98 | + "typo3/cms-install": "^14.2", |
| 99 | + "typo3/cms-lowlevel": "^14.2", |
| 100 | + "typo3/cms-rte-ckeditor": "^14.2", |
| 101 | + "typo3/cms-tstemplate": "^14.2", |
| 102 | + "typo3/cms-workspaces": "^14.2", |
103 | 103 | "typo3/coding-standards": "^0.8", |
104 | 104 | "typo3/testing-framework": "dev-main" |
105 | 105 | }, |
|
0 commit comments