Initial checkin v13.0

This commit is contained in:
Thilina Hasantha
2015-10-10 20:18:50 +05:30
parent 5fdd19b2c5
commit eb3439b29d
1396 changed files with 318492 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"require": {
"guzzle/guzzle": "~3.7"
},
"require-dev": {
"phpunit/phpunit": "4.5.*"
}
}

BIN
tp/composer/composer.phar Normal file

Binary file not shown.

7
tp/composer/vendor/autoload.php vendored Normal file
View File

@@ -0,0 +1,7 @@
<?php
// autoload.php @generated by Composer
require_once __DIR__ . '/composer' . '/autoload_real.php';
return ComposerAutoloaderInit64dcc47836ee32a38aeec4aa2db15d43::getLoader();