zfcampus / zf-apigility-skeleton

BSD 3-Clause "New" or "Revised" License
445 stars 123 forks source link

Register with "Type: project" in Packagist #152

Open kaloyan-raev opened 7 years ago

kaloyan-raev commented 7 years ago

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

weierophinney commented 4 years ago

This repository has been closed and moved to laminas-api-tools/api-tools-skeleton; a new issue has been opened at https://github.com/laminas-api-tools/api-tools-skeleton/issues/8.