Merge pull request #15 from rockerBOO/composer2

Composer support
This commit is contained in:
zachborboa
2014-01-10 22:35:29 -08:00
3 changed files with 10 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
vendor/
composer.lock
+7
View File
@@ -0,0 +1,7 @@
{
"name": "php-curl-class/php-curl-class",
"description": "PHP Curl Class is an object-oriented wrapper of the PHP cURL extension.",
"autoload": {
"classmap": ["lib/"]
}
}
+1
View File
@@ -1,4 +1,5 @@
<?php
class Curl {
const USER_AGENT = 'PHP-Curl-Class/1.0 (+https://github.com/php-curl-class/php-curl-class)';