(WIP) (POC) Replace Webpack Encore by AssetMapper #979
ci.yaml
on: pull_request
linter
32s
phpstan
25s
Matrix: phpunit
Annotations
8 errors
phpunit (ubuntu-latest, 8.0, 5.4)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires symfony/asset-mapper ^6.3|^7.0 -> satisfiable by symfony/asset-mapper[v6.3.0, ..., v6.3.6].
- symfony/asset-mapper[v6.3.0, ..., v6.3.6] require php >=8.1 -> your php version (8.0.30) does not satisfy that requirement.
|
phpunit (ubuntu-latest, 8.0, 5.4)
Process completed with exit code 2.
|
phpunit (ubuntu-latest, 8.0.2, --prefer-lowest)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires symfony/asset-mapper ^6.3|^7.0 -> satisfiable by symfony/asset-mapper[v6.3.0, ..., v6.3.6].
- symfony/asset-mapper[v6.3.0, ..., v6.3.6] require php >=8.1 -> your php version (8.0.30) does not satisfy that requirement.
|
phpunit (ubuntu-latest, 8.0.2, --prefer-lowest)
Process completed with exit code 2.
|
phpunit (ubuntu-latest, 8.0, 6.0)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires symfony/asset-mapper ^6.3|^7.0 -> satisfiable by symfony/asset-mapper[v6.3.0, ..., v6.3.6].
- symfony/asset-mapper[v6.3.0, ..., v6.3.6] require php >=8.1 -> your php version (8.0.30) does not satisfy that requirement.
|
phpunit (ubuntu-latest, 8.0, 6.0)
Process completed with exit code 2.
|
phpstan:
src/Factory/AdminContextFactory.php#L45
Property EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory::$menuFactory (EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory) does not accept EasyCorp\Bundle\EasyAdminBundle\Contracts\Factory\MenuFactoryInterface.
|
phpstan
Process completed with exit code 1.
|