schmittjoh / serializer

Library for (de-)serializing data of any complexity (supports JSON, and XML)
http://jmsyst.com/libs/serializer
MIT License
2.32k stars 589 forks source link

Allow psr/container 2.0.2 #1475

Closed tobilektri closed 1 year ago

tobilektri commented 1 year ago

Should allow psr/container 2.0.2 - not only 1.1.2

Changes: https://github.com/php-fig/container/compare/2.0.2...1.1.2

Q A
Bug fix? no
New feature? no
Doc updated no
BC breaks? no
Deprecations? no
Tests pass? yes
License MIT
scyzoryck commented 1 year ago

Thanks for contribution! @goetas could you run the tests, please? :)

goetas commented 1 year ago

Done, could you please have a look at the ci failures?

tobilektri commented 1 year ago

@goetas could you let the tests run? Or do I have any possibility to start them?