Skip to content

Commit

Permalink
[TASK] Add support for PHP 8.1 functions
Browse files Browse the repository at this point in the history
This change adds the symfony/polyfill-php81
package as dependency.

Used composer commands:

> composer req symfony/polyfill-php81
> composer req symfony/polyfill-php81 -d typo3/sysext/core --no-update

Resolves: #95666
Releases: master
Change-Id: Ib7553478167af36f1bf4c4da17fd225abf466c05
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/71814
Tested-by: core-ci <typo3@b13.com>
Tested-by: Benni Mack <benni@typo3.org>
Reviewed-by: Benni Mack <benni@typo3.org>
  • Loading branch information
bmack committed Oct 15, 2021
1 parent eef19bd commit 2c4981c
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 1 deletion.
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -73,6 +73,7 @@
"symfony/polyfill-mbstring": "^1.16",
"symfony/polyfill-php73": "^1.16",
"symfony/polyfill-php80": "^1.16",
"symfony/polyfill-php81": "^1.23",
"symfony/property-access": "^4.4 || ^5.0",
"symfony/property-info": "^4.4 || ^5.0",
"symfony/routing": "^4.4 || ^5.0",
Expand Down
81 changes: 80 additions & 1 deletion composer.lock

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

1 change: 1 addition & 0 deletions typo3/sysext/core/composer.json
Expand Up @@ -60,6 +60,7 @@
"symfony/polyfill-mbstring": "^1.16",
"symfony/polyfill-php73": "^1.16",
"symfony/polyfill-php80": "^1.16",
"symfony/polyfill-php81": "^1.23",
"symfony/routing": "^4.4 || ^5.0",
"symfony/yaml": "^4.4 || ^5.0",
"typo3/class-alias-loader": "^1.0",
Expand Down

0 comments on commit 2c4981c

Please sign in to comment.