Skip to content

Commit

Permalink
[TASK] Declare PHP 8 compatibility
Browse files Browse the repository at this point in the history
composer req php:"^7.4 || ^8.0"

Note this declares core master PHP 8 compatibility,
even though core is not yet compatible in practice.
The situation should settle until 11.2, though.

Resolves: #93612
Releases: master
Change-Id: Ibd428260ebd48936bb193b1df747283d3b35f410
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68150
Tested-by: Simon Gilli <typo3@gilbertsoft.org>
Tested-by: TYPO3com <noreply@typo3.com>
Tested-by: core-ci <typo3@b13.com>
Tested-by: Richard Haeser <richard@richardhaeser.com>
Reviewed-by: Simon Gilli <typo3@gilbertsoft.org>
Reviewed-by: Richard Haeser <richard@richardhaeser.com>
  • Loading branch information
lolli42 authored and haassie committed Mar 1, 2021
1 parent c2b9365 commit f4d7a7b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -31,7 +31,7 @@
"sort-packages": true
},
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"ext-PDO": "*",
"ext-json": "*",
"ext-libxml": "*",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion typo3/sysext/core/composer.json
Expand Up @@ -19,7 +19,7 @@
"sort-packages": true
},
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"ext-PDO": "*",
"ext-json": "*",
"ext-libxml": "*",
Expand Down

0 comments on commit f4d7a7b

Please sign in to comment.