lbausch / SQLgreyGUI

Web interface for SQLgrey built on Laravel 5
https://lbausch.github.io/SQLgreyGUI/
MIT License
11 stars 4 forks source link

requires 0.0.9 stolz/assets instead of dev-master #2

Closed gruzilla closed 9 years ago

gruzilla commented 9 years ago

thanks for this gem!

running composer.phar update results in

{"error":{"type":"Symfony\\Component\\Debug\\Exception\\FatalErrorException","message":"Class 'Stolz\\Assets\\ManagerServiceProvider' not found","file":"\/home\/ma\/public_html\/web\/sqlgreygui\/vendor\/laravel\/framework\/src\/Illuminate\/Foundation\/ProviderRepository.php","line":157}}Script php artisan clear-compiled handling the post-update-cmd event returned with an error

after changing composer.json to:

"require": { "laravel/framework": "4.2.*", "rcrowe/twigbridge": "0.6.*", "stolz/assets": "0.0.9", "components/jquery": "1.11.*@dev",

it worked.

lbausch commented 9 years ago

Thank you for opening this issue - I will update composer dependencies soon.

lbausch commented 9 years ago

fxd.