liuggio / ExcelBundle

Excel integration in Symfony2 thanks to https://github.com/PHPOffice/PHPExcel library
www.welcometothebundle.com
MIT License
369 stars 142 forks source link

ClassNotFoundException #102

Closed benblub closed 8 years ago

benblub commented 8 years ago

Used Symfony 3.0

After install the Bundle via composer, composer require liuggio/excelbundle Symfony throws error:

ClassNotFoundException in app_dev.php line 27: Attempted to load class "AppKernel" from the global namespace. Did you forget a "use" statement for e.g. "Symfony\Bundle\FrameworkBundle\Tests\Functional\app\AppKernel" or "Symfony\Bundle\SecurityBundle\Tests\Functional\app\AppKernel"?

composer.json was completly overwwritten, after rewrite and composer update Problem fixed.

giorrrgio commented 8 years ago

@benblub the error seems not related to this bundle. No issues here with symfony 3.0