kerrialn / migrator
There is no license information available for the latest version (dev-main) of this package.
dev-main
2025-02-27 08:34 UTC
Requires
- php: ^8.2
- kerrialn/composer-json-parser: dev-main
- nesbot/carbon: ^3.8
- phpstan/phpstan: ^2.1
- symfony/console: ^7.1
- symfony/finder: ^7.1
- symfony/process: ^7.1
Requires (Dev)
- phpmetrics/phpmetrics: ^0.0.2
- phpunit/phpunit: ^12
- rector/rector: ^2
- symplify/easy-coding-standard: ^12.3
This package is auto-updated.
Last update: 2025-02-27 08:35:42 UTC
README
Migrator is a command-line tool designed to help you analyze the complexity of upgrading or migrating your project. It checks your codebase to assess the effort required for an upgrade or migration, highlighting potential challenges, dependencies, and necessary changes.
How to install
composer require kerrialn/migrator
How to run
` vendor/bin/migrator analyse <root-path-of-project>`