Skip to content

Commit 973a3f2

Browse files
committed
fix
1 parent 797eeca commit 973a3f2

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

src/Test/composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "api-platform/test",
3-
"description": "Test suite for API Platform",
3+
"description": "Testing utilities for API Platform",
44
"type": "library",
55
"keywords": [
66
"REST",
77
"API",
88
"GraphQL",
99
"JSON-LD",
10-
"Test"
10+
"Test",
11+
"PHPUnit"
1112
],
1213
"homepage": "https://api-platform.com",
1314
"license": "MIT",
@@ -25,6 +26,8 @@
2526
],
2627
"require": {
2728
"php": ">=8.2",
29+
"api-platform/metadata": "^4.3",
30+
"api-platform/json-schema": "^4.3",
2831
"phpunit/phpunit": "^12.2",
2932
"symfony/browser-kit": "^6.4 || ^7.0 || ^8.0",
3033
"symfony/http-client": "^6.4 || ^7.0 || ^8.0",

0 commit comments

Comments
 (0)