Skip to content

Commit 2dd0f70

Browse files
committed
Update Composer file
1 parent 112210a commit 2dd0f70

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

composer.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
{
22
"name": "php-curl-class/php-curl-class",
33
"description": "PHP Curl Class is an object-oriented wrapper of the PHP cURL extension.",
4+
"homepage": "https://github.com/php-curl-class/php-curl-class",
5+
"license": "Unlicense",
6+
"keywords": ["php", "curl", "class"],
7+
"version": "2.1.0",
8+
"require": {
9+
"php": ">=5.3",
10+
"ext-curl": "*"
11+
},
12+
"require-dev": {
13+
"phpunit/phpunit": "*"
14+
}
415
"autoload": {
516
"classmap": ["src/"]
617
}

0 commit comments

Comments
 (0)