zendframework / ZendSkeletonApplication

Skeleton application for zend-mvc projects
BSD 3-Clause "New" or "Revised" License
1.51k stars 1.42k forks source link

Register with "Type: project" in Packagist #404

Closed kaloyan-raev closed 6 years ago

kaloyan-raev commented 7 years ago

The zendframework/skeleton-application 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 Skeleton Application does not appear in the result list. Example query: https://packagist.org/search.json?q=skeleton-application&type=project

Ocramius commented 7 years ago

@kaloyan-raev can you send a PR for it?

kaloyan-raev commented 7 years ago

@Ocramius I am not sure what needs to be changed to fix the issue. I can see that the type is already set to "project" in composer.json: https://github.com/zendframework/ZendSkeletonApplication/blob/master/composer.json#L4

mniewrzal commented 7 years ago

Maybe something can be changed in packagist package configuration?

weierophinney commented 6 years ago

It's correctly showing up in Packagist at this time; I think it was likely awaiting a stable release with that metadata in place.