Skip to content

Commit 45d3f80

Browse files
committed
Updated for PHP 7.3
1 parent afc6aa7 commit 45d3f80

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.2.0",
9+
"php": "~7.3.0",
1010
"vendor/library-requiring-symfony-polyfill": "*",
11-
"fivetwo/remove-symfony-polyfill": "~7.2.0"
11+
"fivetwo/remove-symfony-polyfill": "~7.3.0"
1212
}
1313
}
1414
```

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@
1111
}
1212
],
1313
"required": {
14-
"php": ">=7.2"
14+
"php": ">=7.3"
1515
},
1616
"replace": {
1717
"symfony/polyfill-apcu": "*",
1818
"symfony/polyfill-ctype": "*",
1919
"symfony/polyfill-php72": "*",
20+
"symfony/polyfill-php73": "*",
2021
"symfony/polyfill-iconv": "*",
2122
"symfony/polyfill-intl-grapheme": "*",
2223
"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)