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 zfcampus/zf-apigility-skeleton package misses the "Type: project" attribute in Packagist: https://packagist.org/packages/zendframework/skeleton-application
See the difference with the zendframework/zend-expressive-skeleton, which has this attribute: https://packagist.org/packages/zendframework/zend-expressive-skeleton
As a result the Packagist API is query with filtering by project type then the Apigility Skeleton does not appear in the result list. Example query: https://packagist.org/search.json?q=zf-apigility-skeleton&type=project
In addition, the type in composer.json is set to "library", which also seems incorrect: https://github.com/zfcampus/zf-apigility-skeleton/blob/master/composer.json#L4
Originally posted by @kaloyan-raev at zfcampus/zf-apigility-skeleton#152
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The zfcampus/zf-apigility-skeleton package misses the "Type: project" attribute in Packagist:
https://packagist.org/packages/zendframework/skeleton-application
See the difference with the zendframework/zend-expressive-skeleton, which has this attribute:
https://packagist.org/packages/zendframework/zend-expressive-skeleton
As a result the Packagist API is query with filtering by project type then the Apigility Skeleton does not appear in the result list. Example query: https://packagist.org/search.json?q=zf-apigility-skeleton&type=project
In addition, the type in composer.json is set to "library", which also seems incorrect: https://github.com/zfcampus/zf-apigility-skeleton/blob/master/composer.json#L4
Originally posted by @kaloyan-raev at zfcampus/zf-apigility-skeleton#152
The text was updated successfully, but these errors were encountered: