hoaproject / Core

The Hoa\Core library.

Home Page:https://hoa-project.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hoa installed via composer called in console

guiled opened this issue · comments

Today, it's not possible to call vendor/bin/hoa when Hoa is installed with composer.
This is because in Hoa has no idea that it is installed with composer.
It happens on a Debian (Squeeze and Wheezy), PHP5.4 or PHP5.5
composer is up to date

Fix for this problem, created by Hywan :
#!/usr/bin/env php

Hello :-),

This commit should fix that: 69195c7. Can you confirm?

With 69195c7 it works!!
Thank you!