symfony / recipes

Symfony Recipes Repository
https://github.com/symfony/recipes/blob/flex/main/RECIPES.md
MIT License
979 stars 481 forks source link

[Panther] Update recipe alias #443

Closed matthieumota closed 6 years ago

matthieumota commented 6 years ago

Hey ! I see that all symfony/ packages have automatically aliases like security, security-acl, ... No need real recipes because not necessary to automatise installation, but alias feature is great. I see that amazing panthère library from @dunglas was renamed to Panther (Fluent :)) and I've tested composer require panther, not work but composer require panthere work, maybe you can change link on symfony.sh ? I think code is only internal because we cannot see recipe for symfony/ packages.

capture d ecran 2018-07-24 a 20 09 25
Nyholm commented 6 years ago

The package is named symfony/panther The repo is here: https://github.com/symfony/panther Flex version: 1.0.84 There is an abandoned package named: symfony/panthere

Doing composer req panther does not work. I confirm the issue.

I do not know why it does not work. Maybe @fabpot could have a look.

dunglas commented 6 years ago

It doesn't work because there are no recipes yet. My 1st intuition was to add Panther to the test alias: https://github.com/symfony/test-pack/pull/4 But maybe creating a dedicated alias, or doing both is a better idea.

Nyholm commented 6 years ago

Are you sure? I thought all symfony/* packages were automatically aliased without a recipe.

dunglas commented 6 years ago

I thought this auto-alias feature was only working for the subtree split, but I'm not sure.

chalasr commented 6 years ago

security-acl is correctly resolved as symfony/security-acl even if is not part of the main symfony/symfony repo, perhaps some flex server's cache that needs to be cleared?

fabpot commented 6 years ago

Fixed now.