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 23a5377 commit 565c183Copy full SHA for 565c183
Makefile
@@ -85,4 +85,3 @@ coverage: .php-openapi-covA .php-openapi-covB
85
grep -rhPo '^class \w+' src/spec/ | awk '{print $$2}' |grep -v '^Type$$' | sort > $@
86
87
.PHONY: all check-style fix-style install test lint coverage
88
-
composer.json
@@ -28,6 +28,8 @@
28
"phpunit/phpunit": "^6.5 || ^7.5 || ^8.5 || ^9.4",
29
"oai/openapi-specification": "3.0.3",
30
"mermade/openapi3-examples": "1.0.0",
31
+ "apis-guru/openapi-directory": "1.0.0",
32
+ "nexmo/api-specification": "1.0.0",
33
"phpstan/phpstan": "^0.12.0"
34
},
35
"conflict": {
0 commit comments