Skip to content

Commit 92832cb

Browse files
committed
initial composer setup
1 parent 3837294 commit 92832cb

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
composer.phar
2+
.idea/

composer.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "binarygoo/kubernetesAPI-PHP-client",
3+
"description": "PHP client for the kubernetes api",
4+
"minimum-stability": "stable",
5+
"license": "Apache-2.0",
6+
"authors": [
7+
{
8+
"name": "Faruk Brbovic",
9+
"email": "fbrbovic@binarygoo.com",
10+
"homepage": "http://www.binarygoo.com"
11+
}
12+
]
13+
}

0 commit comments

Comments
 (0)