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

PHAR: add config.xsd to generated PHAR package #10955

Closed
wants to merge 1 commit into from

Conversation

boesing
Copy link
Contributor

@boesing boesing commented May 5, 2024

In most projects I am working on, the config.xsd is referenced from within the projects psalm.xml (via xsi:noNamespaceSchemaLocation).
That provides decent auto-completion, etc. and thus is usually recommended to represent the latest configuration schema.
That was done by having vendor/vimeo/psalm/config.xsd as that schema is located for vimeo/psalm usage.

When using psalm/phar, that does not work as the file is not part of the pacakge. This PR is changing that and will add the config.xsd with whatever next version is generated after merging these changes.

Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
@weirdan
Copy link
Collaborator

weirdan commented May 5, 2024

Duplicate of #10938

@weirdan weirdan marked this as a duplicate of #10938 May 5, 2024
@weirdan weirdan closed this May 5, 2024
@boesing boesing deleted the feature/phar-with-config-xsd branch May 5, 2024 17:48
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.

None yet

2 participants