Skip to content

Commit 31c263b

Browse files
committed
[TASK] Enable PHP 8.4
1 parent 87201da commit 31c263b

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ayacoo/news-tldr",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"type": "typo3-cms-extension",
55
"description": "Creates a short summary for news via ChatGPT",
66
"homepage": "https://www.ayacoo.de",
@@ -14,7 +14,7 @@
1414
"GPL-2.0-or-later"
1515
],
1616
"require": {
17-
"php": ">=8.2 < 8.4",
17+
"php": ">=8.2 < 8.5",
1818
"typo3/cms-core": "^13.4",
1919
"georgringer/news": "^12.0",
2020
"openai-php/client": "*"

ext_emconf.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
'category' => 'plugin',
77
'constraints' => [
88
'depends' => [
9+
'php' => '8.2.0-8.4.99',
910
'typo3' => '13.0.0-13.4.99',
1011
'news' => '12.0.0-12.9.99',
1112
],
@@ -17,5 +18,5 @@
1718
'author' => 'Guido Schmechel',
1819
'author_email' => 'info@ayacoo.de',
1920
'author_company' => 'ayacoo',
20-
'version' => '2.0.0',
21+
'version' => '2.0.1',
2122
];

0 commit comments

Comments
 (0)