-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jose Manuel Peso
committed
Aug 19, 2014
1 parent
b0445b9
commit 610b6a3
Showing
41 changed files
with
19,475 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/vendor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"name": "deviservi/nusoap", | ||
"type": "library", | ||
"description": "NuSOAP PHP library re-packaged for Packagist/Composer", | ||
"keywords": ["soap","nusoap"], | ||
"license": "LGPLv2", | ||
"authors": [ | ||
{ | ||
"name": "Dietrich Ayala", | ||
"homepage": "http://sourceforge.net/u/dietricha/profile/" | ||
}, | ||
{ | ||
"name": "Scott Nichol", | ||
"homepage": "http://sourceforge.net/u/snichol/profile/" | ||
} | ||
], | ||
"require": { | ||
"php": ">=5.3.0" | ||
}, | ||
"autoload": { | ||
"classmap": ["lib/"] | ||
} | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.