Require curl/curl.
This commit is contained in:
parent
8504b38d5c
commit
233c47afc1
@ -19,6 +19,7 @@
|
||||
},
|
||||
"minimum-stability": "stable",
|
||||
"require": {
|
||||
"emcconville/google-map-polyline-encoding-tool": "^1.3"
|
||||
"emcconville/google-map-polyline-encoding-tool": "^1.3",
|
||||
"curl/curl": "^1.6"
|
||||
}
|
||||
}
|
||||
|
57
composer.lock
generated
57
composer.lock
generated
@ -4,8 +4,63 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "d182917c77cf8a8483700b6913cd7277",
|
||||
"content-hash": "46b8df398deb4dcab6be119460287302",
|
||||
"packages": [
|
||||
{
|
||||
"name": "curl/curl",
|
||||
"version": "1.6.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/php-mod/curl.git",
|
||||
"reference": "96f5bd47bab8d76f1883c257c6659091987ef662"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/php-mod/curl/zipball/96f5bd47bab8d76f1883c257c6659091987ef662",
|
||||
"reference": "96f5bd47bab8d76f1883c257c6659091987ef662",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-curl": "*",
|
||||
"php": ">=5.3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "3.7.*",
|
||||
"squizlabs/php_codesniffer": "~2.1"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"Curl": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Hassan Amouhzi",
|
||||
"email": "hassan@anezi.net",
|
||||
"homepage": "http://hassan.amouhzi.com"
|
||||
},
|
||||
{
|
||||
"name": "php-curl-class",
|
||||
"homepage": "https://github.com/php-curl-class"
|
||||
},
|
||||
{
|
||||
"name": "user52",
|
||||
"homepage": "https://github.com/user52"
|
||||
}
|
||||
],
|
||||
"description": "cURL class for PHP",
|
||||
"homepage": "https://github.com/php-mod/curl",
|
||||
"keywords": [
|
||||
"curl",
|
||||
"dot"
|
||||
],
|
||||
"time": "2017-04-03T15:04:35+00:00"
|
||||
},
|
||||
{
|
||||
"name": "emcconville/google-map-polyline-encoding-tool",
|
||||
"version": "v1.3",
|
||||
|
Loading…
Reference in New Issue
Block a user