friendsofsilverstripe / upgrade-path
Identifies which packages restrains you from upgrading to a newer framework version.
Fund package maintenance!
spekulatius
www.buymeacoffee.com/spekulatius
Installs: 1 292
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 2
Type:silverstripe-module
Requires
- php: >5.3.2
- composer/composer: ^1.1
- silverstripe/framework: ^3.0
Suggests
- friendsofsilverstripe/silverstripe-maintainence: Toolset to assist with the maintenance of a SilverStripe application.
This package is auto-updated.
Last update: 2024-10-22 06:12:54 UTC
README
installation
Choose, adjust and run:
// composer require plus dev/build to ensure the framework knows. composer require friendsofsilverstripe/upgrade-path --dev; php ./framework/cli-script.php dev/build; clear; // show and tell how to use it. php ./framework/cli-script.php dev/tasks/UpgradePath; echo "To re-run use: sake dev/tasks/UpgradePath" // saving to git git add composer.json composer.lock git commit -m 'MINOR: adding upgrade-path :)'
It is recommendated to install this only as dev dependency!
usage
sake dev/tasks/UpgradePath
misc: future ideas/development, issues, contributing, license
made with ☕