Skip to content

Commit 5b6023e

Browse files
[TASK] Declare compatibility with TYPO3 v13 (#16)
1 parent 8df583b commit 5b6023e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[![Latest Stable Version](https://poser.pugx.org/friendsoftypo3/fontawesome-provider/v/stable.svg?style=flat-square)](https://extensions.typo3.org/extension/fontawesome_provider/)
2+
[![TYPO3 13](https://img.shields.io/badge/TYPO3-13-orange.svg?style=flat-square&logo=typo3&labelColor=292929&color=ff8700)](https://get.typo3.org/version/13)
23
[![TYPO3 12](https://img.shields.io/badge/TYPO3-12-orange.svg?style=flat-square&logo=typo3&labelColor=292929&color=ff8700)](https://get.typo3.org/version/12)
34
[![TYPO3 11](https://img.shields.io/badge/TYPO3-11-orange.svg?style=flat-square&logo=typo3&labelColor=292929&color=ff8700)](https://get.typo3.org/version/11)
45
[![Total Downloads](https://poser.pugx.org/friendsoftypo3/fontawesome-provider/d/total.svg?style=flat-square)](https://packagist.org/packages/friendsoftypo3/fontawesome-provider)

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
],
1212
"require": {
1313
"ext-simplexml": "*",
14-
"typo3/cms-backend": "^11.5 || ^12.0 || 12.*.*@dev || ^13",
15-
"typo3/cms-core": "^11.5 || ^12.0 || 12.*.*@dev || ^13"
14+
"typo3/cms-backend": "^11.5 || ^12.0 || ^13.0 || 13.*.*@dev",
15+
"typo3/cms-core": "^11.5 || ^12.0 || ^13.0 || 13.*.*@dev"
1616
},
1717
"require-dev": {
1818
"friendsofphp/php-cs-fixer": "^3.14",

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
'version' => '1.0.3',
1313
'constraints' => [
1414
'depends' => [
15-
'typo3' => '11.5.0-12.4.99',
15+
'typo3' => '11.5.0-13.4.99',
1616
],
1717
'conflicts' => [],
1818
'suggests' => [],

0 commit comments

Comments
 (0)