Skip to content

Commit 488d01d

Browse files
Updated at mar 9 dic 2025, 18:33:27, CET
1 parent 91c3ffb commit 488d01d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openapi/openapi-sdk",
3-
"description": "Minimal and agnostic PHP SDK for OpenAPI (https://openapi.com)",
3+
"description": "Minimal and agnostic PHP SDK for Openapi® (https://openapi.com)",
44
"license": "MIT",
55
"authors": [
66
{
@@ -14,15 +14,15 @@
1414
"ext-curl": "*",
1515
"ext-json": "*"
1616
},
17+
"require-dev": {
18+
"symfony/dotenv": "^5.3",
19+
"phpunit/phpunit": "^9.5"
20+
},
1721
"autoload": {
1822
"psr-4": {
1923
"OpenApi\\": "src"
2024
}
2125
},
22-
"require-dev": {
23-
"symfony/dotenv": "^5.3",
24-
"phpunit/phpunit": "^9.5"
25-
},
2626
"scripts": {
2727
"test": "phpunit tests/",
2828
"test:unit": "phpunit tests/ --testsuite=unit",

0 commit comments

Comments
 (0)