internations / php-implied
Prevent the installation of superfluous PHP polyfills
Installs: 22 661
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 18
Forks: 0
Open Issues: 0
Type:metapackage
Requires
- php: >=7.4.0 <8.0
- ext-ctype: *
- ext-intl: *
- ext-mbstring: *
Replaces
- paragonie/random_compat: *
- symfony/polyfill-ctype: *
- symfony/polyfill-iconv: *
- symfony/polyfill-intl-grapheme: *
- symfony/polyfill-intl-icu: *
- symfony/polyfill-intl-idn: *
- symfony/polyfill-intl-normalizer: *
- symfony/polyfill-mbstring: *
- symfony/polyfill-php70: *
- symfony/polyfill-php72: *
- symfony/polyfill-php73: *
This package is auto-updated.
Last update: 2024-10-20 19:10:51 UTC
README
Package that prevents installing superfluous polyfills. It’s a public repository so it can be published in packagist. It’s probably not useful for anybody outside of InterNations.
How it works
The package requires a particular PHP version and a particular set of PHP extensions and specifies a replace
section
for polyfills that no longer need to be installed. This replace
section prevents the installation of said
dependencies.
How to use
Run composer require internations/php-implied:~<PHP version>
, so e.g. composer require internations/php-implied:~7.4.0
to install the metapackage.
Versioning
Keep version of the metapackage in sync with PHP’s major/minor target version. So internations/php-implied: 7.4.0
targets php: >=7.4.0 && <7.5
Changing the package
- Add a new element to the
replace
section - Run
composer validate
- Tag a new tag from master to automatically release a new packagist version