better support without using composer

This commit is contained in:
thefosk
2013-04-29 11:18:37 -07:00
parent 22d0c7cbfb
commit e40bd96285
6 changed files with 17 additions and 6 deletions

4
prova.php Normal file
View File

@@ -0,0 +1,4 @@
<?php
require 'vendor/autoload.php';
var_dump(Unirest::post("http://google.com"));
?>