We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The package_vendor variable is currently used for both the Packagist vendor name and the PSR vendor name.
package_vendor
I.e. I am using sander-van-hooft as my Packagist vendor name, and SanderVanHooft as my PSR vendor name, sandervanhooft as my github username.
sander-van-hooft
SanderVanHooft
sandervanhooft
(Yes, that's inconvenient, but it's too late to change now. )
The prefill.php and the markdown document do not make a distinction between these variables, so I end up editing them manually.
prefill.php
How can it benefit other users?
github_username
packagist_vendor
psr_vendor
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Detailed description and context
The
package_vendor
variable is currently used for both the Packagist vendor name and the PSR vendor name.I.e. I am using
sander-van-hooft
as my Packagist vendor name, andSanderVanHooft
as my PSR vendor name,sandervanhooft
as my github username.(Yes, that's inconvenient, but it's too late to change now. )
The
prefill.php
and the markdown document do not make a distinction between these variables, so I end up editing them manually.How can it benefit other users?
Possible implementation
github_username
,packagist_vendor
,psr_vendor
.prefill.php
file.The text was updated successfully, but these errors were encountered: