modera / upgrade-bundle
Installs: 2 990
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.4
- symfony/framework-bundle: ~2.3
Requires (Dev)
- modera/foundation-bundle: ~1.0|~2.0
- phpunit/phpunit: ^5.5
This package is auto-updated.
Last update: 2024-11-05 20:59:42 UTC
README
Bundle simplifies upgrading procedure of Composer packages.
Installation
Add the bundle to your project by running:
composer require modera/upgrade-bundle
Update your AppKernel class and add this:
new Modera\UpgradeBundle\ModeraUpgradeBundle(),
Documentation
Run this command to get help how to use package upgrade command:
app/console modera:upgrade --help
Licensing
This bundle is under the MIT license. See the complete license in the bundle: Resources/meta/LICENSE