gilbertsoft / opsone-managed-server
Ops One Managed Server installed PHP extensions, replaces the corresponding Symfony polyfills to avoid installing these unneeded packages.
Fund package maintenance!
gilbertsoft
www.paypal.me/SGilli
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:metapackage
Requires
- php: >=8.1.0
Requires (Dev)
Replaces
- symfony/polyfill-apcu: *
- symfony/polyfill-ctype: *
- symfony/polyfill-iconv: *
- symfony/polyfill-intl-grapheme: *
- symfony/polyfill-intl-icu: *
- symfony/polyfill-intl-idn: *
- symfony/polyfill-intl-messageformatter: *
- symfony/polyfill-intl-normalizer: *
- symfony/polyfill-mbstring: *
- symfony/polyfill-php70: *
- symfony/polyfill-php71: *
- symfony/polyfill-php72: *
- symfony/polyfill-php73: *
- symfony/polyfill-php74: *
- symfony/polyfill-php80: *
- symfony/polyfill-php81: *
- symfony/polyfill-uuid: *
This package is auto-updated.
Last update: 2024-10-27 18:17:01 UTC
README
This package replaces the corresponding Symfony polyfills for installed PHP extensions to avoid installing these unneeded packages for your PHP project hosted at an Ops One Managed Server.
Table of contents:
Installation
Require this package as normal dependency and by providing the desired branch:
composer require gilbertsoft/opsone-managed-server dev-<branch>
To install the package for a Managed Server Version 8 with PHP 8.1 run:
composer require gilbertsoft/opsone-managed-server dev-server8-php81
Please head to the branches overview to see all supported combinations. If your desired combination is missing, please create a feature request.
If the package is installed as dev requirement, the package won't work as
expected using the install option --no-dev
.
Feedback / Bug reports / Contribution
Bug reports, feature requests and pull requests are welcome in the GitHub repository.
For support questions or other discussions please use the GitHub Discussions.
License
This package is licensed under the MIT License.