Skip to content

Commit

Permalink
[TASK] Verify compatibility with PHP 8.2, release version 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fsuter committed Aug 7, 2023
1 parent ccf1d58 commit 9a95eeb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
2023-08-07 Francois Suter (Idéative) <typo3@ideative.ch>

* Verify compatibility with PHP 8.2
* Release version 5.1.0

2023-07-04 Francois Suter (Idéative) <typo3@ideative.ch>

* Report error also for files with an absolute path, resolves #27
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.cfg
@@ -1,7 +1,7 @@
[general]
copyright = 2007-2023
project = Connector Services
release = 5.0.1
release = 5.1.0

[html_theme_options]
github_branch = master
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -18,7 +18,7 @@
}
},
"require": {
"php": "^7.4 || ^8.0 || ^8.1",
"php": "^7.4 || ^8.0 || ^8.1 || ^8.2",
"ext-simplexml": "*",
"typo3/cms-core": "^11.5 || ^12.4"
},
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Expand Up @@ -11,7 +11,7 @@
'createDirs' => '',
'clearCacheOnLoad' => 1,
'author_company' => '',
'version' => '5.0.1',
'version' => '5.1.0',
'constraints' =>
[
'depends' =>
Expand Down

0 comments on commit 9a95eeb

Please sign in to comment.