Skip to content
This repository has been archived by the owner on Jul 12, 2021. It is now read-only.

Commit

Permalink
Add composer package
Browse files Browse the repository at this point in the history
  • Loading branch information
Miroslav NB committed Mar 23, 2017
1 parent 44ac3d3 commit 3a18917
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "merinsky/balikobot",
"description": "Balikobot API",
"homepage": "https://github.com/MiroslavMerinsky/Balikobot",
"version": "1.0.0",
"license": "GPL-3.0",
"keywords": ["Balikobot", "Delivery service", "Shipper", "API"],
"authors": [
{
"name": "Miroslav Merinsky",
"email": "[email protected]"
}
],
"require": {
"php": ">=7.0.0",
"ext-curl": "*",
"ext-json": "*"
},
"autoload": {
"classmap": ["src/"]
},
"minimum-stability": "dev"
}

0 comments on commit 3a18917

Please sign in to comment.