thomaswelton / laravel-rackspace-opencloud

Laravel package for the Rackspace Open Cloud
29 stars 14 forks source link

Composer Install throws error #7

Closed davidthingsaker closed 10 years ago

davidthingsaker commented 10 years ago

When running composer install for the first time this component throws the below error.

{"error":{"type":"Symfony\Component\Debug\Exception\FatalErrorException","message":"Using $this when not in object context","file":"\/vendor\/thomaswelton\/laravel-rackspace-opencloud\/src\/Thomaswelton\/LaravelRackspaceOpencloud\/LaravelRackspaceOpencloudServiceProvider.php","line":44}}Script php artisan heroku:compile handling the post-install-cmd event returned with an error

thomaswelton commented 10 years ago

Which version of PHP are you running. The composer file requires 5.3.0 or greater. However this may be incorrect and require a higher version of PHP.

davidthingsaker commented 10 years ago

Tried with 5.3, 5.4 and 5.5 still getting the same error.

thomaswelton commented 10 years ago

What is your full composer.json file, this issue should have been resolved since version 0.2.1 https://github.com/thomaswelton/laravel-rackspace-opencloud/releases

davidthingsaker commented 10 years ago

I was using 0.0.2 so thats probably why. I do now have memory limit issues when running composer but think thats unrelated to this. Closing this now.