- Upgrade:
composer require chubbyphp/chubbyphp-framework "^3.4" chubbyphp/chubbyphp-framework-router-aura
- Replace
Chubbyphp\Framework\Router\AuraRouter
withChubbyphp\Framework\Router\Aura\Router
.
- Upgrade:
composer require chubbyphp/chubbyphp-framework "^3.4" chubbyphp/chubbyphp-framework-router-fastroute
- Replace
Chubbyphp\Framework\Router\FastRouteRouter
withChubbyphp\Framework\Router\FastRoute\Router
.
- Upgrade:
composer require chubbyphp/chubbyphp-framework "^3.4" chubbyphp/chubbyphp-framework-router-sunrise
- Replace
Chubbyphp\Framework\Router\SunriseRouter
withChubbyphp\Framework\Router\Sunrise\Router
.
- Upgrade:
composer require chubbyphp/chubbyphp-framework "^3.4" chubbyphp/chubbyphp-framework-router-symfony
- Replace
Chubbyphp\Framework\Router\SymfonyRouter
withChubbyphp\Framework\Router\Symfony\Router
.