Skip to content

Commit 0fb875a

Browse files
committed
Updated for PHP 7.4
1 parent 45d3f80 commit 0fb875a

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ To use add ``fivetwo/remove-symfony-polyfill`` to the ``requires`` or ``require-
66
```json
77
{
88
"requires": {
9-
"php": "~7.3.0",
9+
"php": "~7.4.0",
1010
"vendor/library-requiring-symfony-polyfill": "*",
11-
"fivetwo/remove-symfony-polyfill": "~7.3.0"
11+
"fivetwo/remove-symfony-polyfill": "~7.4.0"
1212
}
1313
}
1414
```

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@
1111
}
1212
],
1313
"required": {
14-
"php": ">=7.3"
14+
"php": ">=7.4"
1515
},
1616
"replace": {
1717
"symfony/polyfill-apcu": "*",
1818
"symfony/polyfill-ctype": "*",
1919
"symfony/polyfill-php72": "*",
2020
"symfony/polyfill-php73": "*",
21+
"symfony/polyfill-php74": "*",
2122
"symfony/polyfill-iconv": "*",
2223
"symfony/polyfill-intl-grapheme": "*",
2324
"symfony/polyfill-intl-icu": "*",

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)