thecodingmachine / graphqlite

Use PHP Attributes/Annotations to declare your GraphQL API

Home Page:https://graphqlite.thecodingmachine.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow psr/container v2

l-you opened this issue · comments

commented

GraphqLite is failing to install with my Symfony 6 project. Some of packages require v2 of psr/container
psr/container v2 is required.
Tried to resolve, but picontainer locked psr/container v1.

I haven't looked into v2 for psr/container. Is there anything substantial that's changed?

commented

I haven't looked into v2 for psr/container. Is there anything substantial that's changed?

Seems like just a boolean type hint was added https://github.com/php-fig/container/releases/tag/2.0.0

commented

According to this deprecation warning.
Container intertop used by picontainer is already deprecated in favor of psr/container

My proposal is to replace picontainer with a custom one based on psr/container.
Would be glad to submit a PR!

commented

Seems like this repository is abandoned. Issue has not been reviewed for a 6 months thecodingmachine/picotainer#8