Skip to content

Commit

Permalink
composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dschaulet committed Jan 12, 2018
1 parent 3bebad6 commit afff85e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor/
13 changes: 13 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "schaulet/nusoap",
"description": "Library to run SoapServer using Nusoap lib.",
"type": "library",
"authors": [
{
"name": "Denis Schaulet",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"require": {}
}

0 comments on commit afff85e

Please sign in to comment.