v0.3.0
Merry Christmas everyone!
- Add scripts for pre-building some popular extensions, like Mongo, Redis, Imagick, Libevent,…
- Add support for adding extensions like Mongo on-demand, driven by
ext-
requirements incomposer.json
, e.g. requireext-libevent
to add thelibevent
extension - Add BCMath and EXIF extensions to PHP
- Add mcrypt to PHP
- Add the
intl
extension - Add support for Slim, CakePHP and Magento frameworks
- Add
sockets
to PHP - Add support for installing NPM packages found in
package.json
files, which can be used at compile time (e.g. the LESS compiler) - Cache binaries for faster builds and less bandwidth costs for me.
- Add NewRelic support.
- Add support for
imagick
extension - Frameworks now support a
post-compile
method composer.lock
is now mandatory- Composer packages are now detected by looking at the
composer.lock
. - Vulcan is now installed with bundler
- A
HEROKU_BUILD_TIME
variable is now set when compiling the slug, which is available at runtime. - Symfony apps now only expose
app.php
, previously alsoapp_dev.php
was reachable.