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 91c3ffb commit 488d01dCopy full SHA for 488d01d
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "openapi/openapi-sdk",
3
- "description": "Minimal and agnostic PHP SDK for OpenAPI (https://openapi.com)",
+ "description": "Minimal and agnostic PHP SDK for Openapi® (https://openapi.com)",
4
"license": "MIT",
5
"authors": [
6
@@ -14,15 +14,15 @@
14
"ext-curl": "*",
15
"ext-json": "*"
16
},
17
+ "require-dev": {
18
+ "symfony/dotenv": "^5.3",
19
+ "phpunit/phpunit": "^9.5"
20
+ },
21
"autoload": {
22
"psr-4": {
23
"OpenApi\\": "src"
24
}
25
- "require-dev": {
- "symfony/dotenv": "^5.3",
- "phpunit/phpunit": "^9.5"
- },
26
"scripts": {
27
"test": "phpunit tests/",
28
"test:unit": "phpunit tests/ --testsuite=unit",
0 commit comments