brnc / php-heroku-meta
This package is abandoned and no longer maintained.
No replacement package was suggested.
There is no license information available for the latest version (v1.0.0) of this package.
Helper to get sync Heroku's available extentions – tied to my private dev environment.
v1.0.0
2021-11-06 13:05 UTC
Requires
- php: ^8.0
- ext-bcmath: *
- ext-ctype: *
- ext-curl: *
- ext-date: *
- ext-dom: *
- ext-fileinfo: *
- ext-filter: *
- ext-ftp: *
- ext-hash: *
- ext-iconv: *
- ext-intl: *
- ext-json: *
- ext-libxml: *
- ext-mbstring: *
- ext-mysqlnd: *
- ext-openssl: *
- ext-pcre: *
- ext-pdo: *
- ext-pdo_pgsql: *
- ext-pdo_sqlite: *
- ext-phar: *
- ext-posix: *
- ext-readline: *
- ext-reflection: *
- ext-session: *
- ext-simplexml: *
- ext-sockets: *
- ext-sodium: *
- ext-spl: *
- ext-sqlite3: *
- ext-tokenizer: *
- ext-xml: *
- ext-xmlreader: *
- ext-xmlwriter: *
- ext-zlib: *
Requires (Dev)
- ergebnis/composer-normalize: ^2.15
- roave/security-advisories: dev-latest
Suggests
- ext-bz2: Always loaded by Heroku - not dockerized locally!
- ext-calendar: Requirable by Heroku - not dockerized locally!
- ext-exif: Requirable by Heroku - not dockerized locally!
- ext-gd: Requirable by Heroku - not dockerized locally!
- ext-gettext: Requirable by Heroku - not dockerized locally!
- ext-gmp: Requirable by Heroku - not dockerized locally!
- ext-imap: Requirable by Heroku - not dockerized locally!
- ext-ldap: Requirable by Heroku - not dockerized locally!
- ext-mysqli: Always loaded by Heroku - not dockerized locally!
- ext-pcntl: Requirable by Heroku - not dockerized locally!
- ext-pdo_mysql: Always loaded by Heroku - not dockerized locally!
- ext-pgsql: Always loaded by Heroku - not dockerized locally!
- ext-shmop: Requirable by Heroku - not dockerized locally!
- ext-soap: Requirable by Heroku - not dockerized locally!
- ext-xsl: Requirable by Heroku - not dockerized locally!
- ext-zend: Always loaded by Heroku - not dockerized locally!
- ext-zip: Always loaded by Heroku - not dockerized locally!
Conflicts
- ext-amqp: <1.11
- ext-apcu: <5.1.21
- ext-blackfire: <1.69.0
- ext-cassandra: *
- ext-ds: *
- ext-ev: <1.1.5
- ext-event: <3.0.6
- ext-igbinary: *
- ext-imagick: <3.5.1
- ext-mcrypt: *
- ext-memcached: <3.1.5
- ext-mongodb: <1.10.0
- ext-newrelic: <9.18.1.303
- ext-oauth: <2.0.7
- ext-pcov: <1.0.9
- ext-phalcon: *
- ext-pq: <2.2.0
- ext-psr: <1.0.1
- ext-raphf: <2.0.1
- ext-rdkafka: <5.0.0
- ext-redis: <5.3.4
- ext-uuid: <1.2.0
- ext-xmlrpc: *
This package is not auto-updated.
Last update: 2022-12-18 00:29:30 UTC
README
Meant to provide contraints regarding PHP extentions. Follows Heroko's documentation and default extentions for php:8.0-fpm
.
Usage
composer require --dev brnc/php-heroku-meta
Development
composer update --lock --ignore-platform-req ext-ds && composer normalize