We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fb9adc commit 284cbceCopy full SHA for 284cbce
2 files changed
composer.json
@@ -0,0 +1,16 @@
1
+{
2
+ "name": "orca-services/cakephp-swagger-ui",
3
+ "description": "A CakePHP plugin for publishing Swagger-UIs based on Swagger API documentation files",
4
+ "minimum-stability": "stable",
5
+ "license": "MIT",
6
+ "authors": [
7
+ {
8
+ "name": "ORCA Services AG",
9
+ "email": "development@orca-services.ch"
10
+ }
11
+ ],
12
+ "require": {
13
+ "php": ">=7.0",
14
+ "cakephp/cakephp": "^3.8"
15
16
+}
0 commit comments