symfony2admingenerator / AdmingeneratorGeneratorBundle

(old-legacy) Admingenerator for Symfony2, parse generator.yml files to build classes
http://symfony2admingenerator.org/
MIT License
360 stars 125 forks source link

updateRouting() should be compatible #840

Closed bradInside closed 8 years ago

bradInside commented 8 years ago

i had issue getting this notice when installing with composer : Runtime Notice: Declaration of Admingenerator\GeneratorBundle\Command\GenerateAdminAdminCommand::updateRouting() should be compatible with Sensio\Bundle\GeneratorBundle\C ommand\GenerateBundleCommand::updateRouting(Sensio\Bundle\GeneratorBundle\Command\Helper\QuestionHelper $questionHelper, Symfony\Component\Console\Input\InputInterface $input, Symf ony\Component\Console\Output\OutputInterface $output, $bundle, $format)

i fixed it putting the "sensio/generator-bundle" to 2.4 in composer ( the last release is 2.5 right now and not compatible )

bobvandevijver commented 8 years ago

This is the legacy bundle, which is no longer updated. Please update to the new bundle (it also has a complete documentation :))