We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7863663 commit 35c371eCopy full SHA for 35c371e
tests/Maker/MakeSerializerEncoderTest.php
@@ -52,11 +52,6 @@ public function getTestDetails(): \Generator
52
53
/* @legacy - Remove when MakerBundle no longer supports Symfony 6.4 */
54
yield 'it_makes_serializer_encoder_legacy' => [$this->createMakerTest()
55
- // serializer-pack 1.1 requires symfony/property-info >= 5.4
56
- // adding symfony/serializer-pack:* as an extra depends allows
57
- // us to use serializer-pack < 1.1 which does not conflict with
58
- // property-info < 5.4. E.g. Symfony 5.3 tests. See PR 1063
59
- ->addExtraDependencies('symfony/serializer-pack:*')
60
->run(function (MakerTestRunner $runner) {
61
if (70000 < $runner->getSymfonyVersion()) {
62
$this->markTestSkipped('Legacy Symfony 6.4 Test');
0 commit comments