cachewerk / heroku-php-extensions

Pre-built PHP extensions for Heroku that are not included or fully supported by the official PHP buildpack.
https://php-extensions.herokuapp.com
MIT License
28 stars 5 forks source link

Add dependecies to `require` blocks #12

Closed tillkruss closed 3 years ago

tillkruss commented 3 years ago

Ensure require block still contains all base dependencies.

require": {
    "heroku-sys/heroku": "^18.0.0",
    "heroku-sys/php": "7.3.*",
    "heroku/installer-plugin": "^1.2.0"
},