You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.
composer global require "fxp/composer-asset-plugin"
composer create-project --stability=beta phundament/app myapp
I got this error from the create-project line..
> Phundament\ComposerCallback::postPackageInstall
PHP Fatal error: Call to undefined method Composer\Script\Event::getOperation() in /var/www/html/myapp/src/Phundament/ComposerCallback.php on line 125
I did a composer clear-cache, but that didn't help.
I am running this on an ubuntu 14.04 virtualbox vm.
Can someone help me with this?
The text was updated successfully, but these errors were encountered:
I am getting an error installing.
I ran:
I got this error from the create-project line..
I did a
composer clear-cache
, but that didn't help.I am running this on an ubuntu 14.04 virtualbox vm.
Can someone help me with this?
The text was updated successfully, but these errors were encountered: