Skip to content

Commit

Permalink
Updated for PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
suhock committed May 27, 2022
1 parent befb07f commit 9c19556
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ To use add ``fivetwo/remove-symfony-polyfill`` to the ``requires`` or ``require-
```json
{
"requires": {
"php": "~8.0.0",
"php": "~8.1.0",
"vendor/library-requiring-symfony-polyfill": "*",
"fivetwo/remove-symfony-polyfill": "~8.0.0"
"fivetwo/remove-symfony-polyfill": "~8.1.0"
}
}
```
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"required": {
"php": ">=8.0"
"php": ">=8.1"
},
"replace": {
"symfony/polyfill-apcu": "*",
Expand All @@ -20,6 +20,7 @@
"symfony/polyfill-php73": "*",
"symfony/polyfill-php74": "*",
"symfony/polyfill-php80": "*",
"symfony/polyfill-php81": "*",
"symfony/polyfill-iconv": "*",
"symfony/polyfill-intl-grapheme": "*",
"symfony/polyfill-intl-icu": "*",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

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

0 comments on commit 9c19556

Please sign in to comment.