Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Composer Tools #6

Draft
wants to merge 6 commits into
base: develop
Choose a base branch
from
Draft

Composer Tools #6

wants to merge 6 commits into from

Conversation

adriendupuis
Copy link
Owner

  • package-version: search a package version in composer.lock
    • package-version ezsystems/ezplatform-kernel; has a shorter result than composer show ezsystems/ezplatform-kernel; but longer than composer show ezsystems/ezplatform-kernel*;
    • package-version ezplatform-kernel;composer show */ezplatform-kernel;
    • package-version ezsystems/.*;composer show ezsystems/*;
    • package-version ezplatform-.* ↔ ❓ composer show ezplatform-*; composer show */ezplatform-*;

@adriendupuis adriendupuis changed the title Composer tools Composer-related Tools Jun 4, 2020
@adriendupuis adriendupuis changed the title Composer-related Tools Composer Tools Jun 10, 2020
adriendupuis and others added 3 commits July 3, 2020 10:35
Examples of accepted entries:
```
package-version vendor/symfony/framework-bundle/;
package-version vendor/symfony/framework-bundle;
package-version symfony/framework-bundle;
package-version framework-bundle;
```
aliases.sh Outdated Show resolved Hide resolved
@adriendupuis adriendupuis changed the base branch from master to develop September 8, 2020 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant