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

Deprecation warning for name attribute in satis.json #526

Closed
tina-junold opened this issue Feb 12, 2019 · 4 comments
Closed

Deprecation warning for name attribute in satis.json #526

tina-junold opened this issue Feb 12, 2019 · 4 comments
Labels

Comments

@tina-junold
Copy link

The name in the satis.json is treated like a repository and so a deprecation warning is thrown during build:

Deprecation warning: Your package name Satis Repository is invalid, it should have a vendor name, a forward slash, and a package name. The vendor and package name can be words separated by -, . or _. The complete name should match "[a-z0-9]([_.-]?[a-z0-9]+)*/[a-z0-9]([_.-]?[a-z0-9]+)*". Make sure you fix this as Composer 2.0 will error.
@alcohol alcohol added the bug label Feb 12, 2019
@olafnorge
Copy link

Hi @alcohol any update on the issue?

@alcohol
Copy link
Member

alcohol commented Aug 5, 2019

This is related to a change in Composer, and as such not really something we can fix here.

@konstantinosbotonakis
Copy link

Had the same issue.
My satis package name was something like this:
My Repo

changed it to:
konstantinos/myrepo

and it worked.

Change:
File: satis.json

{
  "name": "konstantinos/myrepo",

...

@alcohol
Copy link
Member

alcohol commented Aug 2, 2021

Similar to #656 but the latter is more up to date since we updated to Composer v2.

@alcohol alcohol closed this as completed Aug 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants