laracasts / Commander

Easily leverage commands and domain events in your Laravel projects.
https://laracasts.com/series/commands-and-domain-events
MIT License
279 stars 68 forks source link

Warning: Ambiguous class resolution #58

Open nielsiano opened 9 years ago

nielsiano commented 9 years ago

Using "laracasts/commander": "~1.0" with Laravel 4.2 I get the following warning when doing composer update. Any clues?

Warning: Ambiguous class resolution, "Illuminate\Foundation\Application" was found in both
"/var/www/adsf/htdocs/vendor/laravel/framework/src/Illuminate/Foundation/Application.php"
and "/var/www/asdf/htdocs/vendor/laracasts/commander/spec/Laracasts/Commander/ValidationCommandBusSpec.php", the first will be used.
weddingjuma commented 9 years ago

enable short_open_tag ,in php.in file if you are using tags like @