Skip to content

Commit 284cbce

Browse files
committed
Add initial composer.json & composer.lock
1 parent 0fb9adc commit 284cbce

2 files changed

Lines changed: 550 additions & 0 deletions

File tree

composer.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)