Skip to content

Commit

Permalink
Merge 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Aug 30, 2024
2 parents d1ff240 + b23bba8 commit b234b23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions Tests/JsonSchema/SchemaFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ protected function setUp(): void
definitionNameFactory: $definitionNameFactory,
);

// $halSchemaFactory = new HalSchemaFactory($baseSchemaFactory);
// $hydraSchemaFactory = new HydraSchemaFactory($halSchemaFactory);

$resourceClassResolver = $this->prophesize(ResourceClassResolverInterface::class);

$this->schemaFactory = new SchemaFactory(
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"api-platform/metadata": "^3.2 || ^4.0",
"api-platform/serializer": "^3.2 || ^4.0",
"api-platform/state": "^3.2 || ^4.0",
"symfony/error-handler": "^7.1",
"symfony/error-handler": "^6.4 || ^7.1",
"symfony/http-foundation": "^6.4 || ^7.1"
},
"require-dev": {
Expand Down

0 comments on commit b234b23

Please sign in to comment.