api-platform / api-pack

A Symfony pack for API Platform
https://api-platform.com
MIT License
524 stars 32 forks source link

Get rid of this pack #21

Closed MLDMoritz closed 5 years ago

MLDMoritz commented 5 years ago

Hey,

using this pack will lead to frustrated users because the dependencies are not up to date.

I would recommend users to just copy the contents of the composer.json and put it in their own with adapted versions.

soyuka commented 5 years ago

Hi, what dependencies were an issue?

teohhanhui commented 5 years ago

I would recommend users to just copy the contents of the composer.json and put it in their own with adapted versions.

You can use composer unpack api (Symfony Flex).

dunglas commented 5 years ago

I cannot reproduce:

$ symfony new test-pack
$ composer req api
$ composer show api-platform/core
> versions : * v2.5.0

It looks ok to me, or am I missing something?

MLDMoritz commented 5 years ago

Hey,

seems I ended up on version 2.4.something while reading docs for 2.5...