Skip to content

Commit 565c183

Browse files
committed
Put back removed Composer Package
1 parent 23a5377 commit 565c183

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,3 @@ coverage: .php-openapi-covA .php-openapi-covB
8585
grep -rhPo '^class \w+' src/spec/ | awk '{print $$2}' |grep -v '^Type$$' | sort > $@
8686

8787
.PHONY: all check-style fix-style install test lint coverage
88-

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
"phpunit/phpunit": "^6.5 || ^7.5 || ^8.5 || ^9.4",
2929
"oai/openapi-specification": "3.0.3",
3030
"mermade/openapi3-examples": "1.0.0",
31+
"apis-guru/openapi-directory": "1.0.0",
32+
"nexmo/api-specification": "1.0.0",
3133
"phpstan/phpstan": "^0.12.0"
3234
},
3335
"conflict": {

0 commit comments

Comments
 (0)