We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 797eeca commit 973a3f2Copy full SHA for 973a3f2
1 file changed
src/Test/composer.json
@@ -1,13 +1,14 @@
1
{
2
"name": "api-platform/test",
3
- "description": "Test suite for API Platform",
+ "description": "Testing utilities for API Platform",
4
"type": "library",
5
"keywords": [
6
"REST",
7
"API",
8
"GraphQL",
9
"JSON-LD",
10
- "Test"
+ "Test",
11
+ "PHPUnit"
12
],
13
"homepage": "https://api-platform.com",
14
"license": "MIT",
@@ -25,6 +26,8 @@
25
26
27
"require": {
28
"php": ">=8.2",
29
+ "api-platform/metadata": "^4.3",
30
+ "api-platform/json-schema": "^4.3",
31
"phpunit/phpunit": "^12.2",
32
"symfony/browser-kit": "^6.4 || ^7.0 || ^8.0",
33
"symfony/http-client": "^6.4 || ^7.0 || ^8.0",
0 commit comments