X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=composer.lock;h=0cce99a2a89b969d505f497708f6b7606efa8dec;hb=ad23110b94e0bf6aa1545851f54dee3a88b58606;hp=0612c9af39b65d267c4c47de54d943c078dcdfb2;hpb=9773289f21f8583680a6987c2a596ad11706a472;p=civicrm-core.git diff --git a/composer.lock b/composer.lock index 0612c9af39..0cce99a2a8 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "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": "6abd711477a577550967549258a7aec0", + "content-hash": "9c5441f5ce4c51ed3a8cc326693cd904", "packages": [ { "name": "civicrm/civicrm-cxn-rpc", @@ -43,6 +43,43 @@ "description": "RPC library for CiviConnect", "time": "2017-07-18T04:02:44+00:00" }, + { + "name": "civicrm/civicrm-setup", + "version": "v0.2.0", + "source": { + "type": "git", + "url": "https://github.com/civicrm/civicrm-setup.git", + "reference": "e7991aff516c3fff952bed8f90832804a134358a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/civicrm/civicrm-setup/zipball/e7991aff516c3fff952bed8f90832804a134358a", + "reference": "e7991aff516c3fff952bed8f90832804a134358a", + "shasum": "" + }, + "require": { + "psr/log": "~1.0", + "symfony/event-dispatcher": "^2.6.13 || ~3.0" + }, + "type": "library", + "autoload": { + "files": [ + "civicrm-setup-autoload.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "CiviCRM LLC", + "email": "info@civicrm.org" + } + ], + "description": "CiviCRM installation library", + "time": "2018-01-23T06:26:55+00:00" + }, { "name": "dompdf/dompdf", "version": "v0.8.0", @@ -145,16 +182,203 @@ "homepage": "http://code.google.com/p/phpquery/", "time": "2013-03-21T12:39:33+00:00" }, + { + "name": "guzzlehttp/guzzle", + "version": "6.3.0", + "source": { + "type": "git", + "url": "https://github.com/guzzle/guzzle.git", + "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699", + "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699", + "shasum": "" + }, + "require": { + "guzzlehttp/promises": "^1.0", + "guzzlehttp/psr7": "^1.4", + "php": ">=5.5" + }, + "require-dev": { + "ext-curl": "*", + "phpunit/phpunit": "^4.0 || ^5.0", + "psr/log": "^1.0" + }, + "suggest": { + "psr/log": "Required for using the Log middleware" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "6.2-dev" + } + }, + "autoload": { + "files": [ + "src/functions_include.php" + ], + "psr-4": { + "GuzzleHttp\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + } + ], + "description": "Guzzle is a PHP HTTP client library", + "homepage": "http://guzzlephp.org/", + "keywords": [ + "client", + "curl", + "framework", + "http", + "http client", + "rest", + "web service" + ], + "time": "2017-06-22T18:50:49+00:00" + }, + { + "name": "guzzlehttp/promises", + "version": "v1.3.1", + "source": { + "type": "git", + "url": "https://github.com/guzzle/promises.git", + "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", + "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", + "shasum": "" + }, + "require": { + "php": ">=5.5.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.4-dev" + } + }, + "autoload": { + "psr-4": { + "GuzzleHttp\\Promise\\": "src/" + }, + "files": [ + "src/functions_include.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + } + ], + "description": "Guzzle promises library", + "keywords": [ + "promise" + ], + "time": "2016-12-20T10:07:11+00:00" + }, + { + "name": "guzzlehttp/psr7", + "version": "1.4.2", + "source": { + "type": "git", + "url": "https://github.com/guzzle/psr7.git", + "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c", + "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c", + "shasum": "" + }, + "require": { + "php": ">=5.4.0", + "psr/http-message": "~1.0" + }, + "provide": { + "psr/http-message-implementation": "1.0" + }, + "require-dev": { + "phpunit/phpunit": "~4.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.4-dev" + } + }, + "autoload": { + "psr-4": { + "GuzzleHttp\\Psr7\\": "src/" + }, + "files": [ + "src/functions_include.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "Tobias Schultze", + "homepage": "https://github.com/Tobion" + } + ], + "description": "PSR-7 message implementation that also provides common utility methods", + "keywords": [ + "http", + "message", + "request", + "response", + "stream", + "uri", + "url" + ], + "time": "2017-03-20T17:10:46+00:00" + }, { "name": "marcj/topsort", - "version": "dev-1.0-php53", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/totten/topsort.php.git", - "reference": "2765723d36f0e536d987e42cbc60de52209212bd" + "url": "https://github.com/marcj/topsort.php.git", + "reference": "387086c2db60ee0a27ac5df588c0f0b30c6bdc4b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/marcj/topsort.php/zipball/387086c2db60ee0a27ac5df588c0f0b30c6bdc4b", + "reference": "387086c2db60ee0a27ac5df588c0f0b30c6bdc4b", + "shasum": "" }, "require": { - "php": ">=5.3" + "php": ">=5.4" }, "require-dev": { "codeclimate/php-test-reporter": "dev-master", @@ -168,6 +392,7 @@ "MJS\\TopSort\\Tests\\": "tests/Tests/" } }, + "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -183,7 +408,7 @@ "topological sort", "topsort" ], - "time": "2016-03-25 21:38:05" + "time": "2016-11-19T14:58:11+00:00" }, { "name": "pclzip/pclzip", @@ -485,7 +710,7 @@ } ], "description": "Validation class for credit cards.", - "time": "2016-09-12 08:01:21" + "time": "2016-09-12T08:01:21+00:00" }, { "name": "phenx/php-font-lib", @@ -618,34 +843,34 @@ }, { "name": "phpoffice/phpword", - "version": "v0.13.0", + "version": "v0.14.0", "source": { "type": "git", "url": "https://github.com/PHPOffice/PHPWord.git", - "reference": "0a3f873972defb304de4fa2f5f53156558c11a7a" + "reference": "b614497ae6dd44280be1c2dda56772198bcd25ae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPOffice/PHPWord/zipball/0a3f873972defb304de4fa2f5f53156558c11a7a", - "reference": "0a3f873972defb304de4fa2f5f53156558c11a7a", + "url": "https://api.github.com/repos/PHPOffice/PHPWord/zipball/b614497ae6dd44280be1c2dda56772198bcd25ae", + "reference": "b614497ae6dd44280be1c2dda56772198bcd25ae", "shasum": "" }, "require": { "ext-xml": "*", - "php": ">=5.3.3", - "phpoffice/common": "0.2.*", - "zendframework/zend-escaper": "2.4.*", - "zendframework/zend-stdlib": "2.4.*", - "zendframework/zend-validator": "2.4.*" + "php": "^5.3.3 || ^7.0", + "phpoffice/common": "^0.2", + "zendframework/zend-escaper": "^2.2", + "zendframework/zend-stdlib": "^2.2 || ^3.0" }, "require-dev": { - "dompdf/dompdf": "0.6.*", - "mpdf/mpdf": "5.*", + "dompdf/dompdf": "0.8.*", + "friendsofphp/php-cs-fixer": "^2.0", + "mpdf/mpdf": "5.* || 6.* || 7.*", "phpdocumentor/phpdocumentor": "2.*", - "phploc/phploc": "2.*", + "phploc/phploc": "2.* || 3.* || 4.*", "phpmd/phpmd": "2.*", - "phpunit/phpunit": "3.7.*", - "squizlabs/php_codesniffer": "1.*", + "phpunit/phpunit": "^4.8.36 || ^5.0", + "squizlabs/php_codesniffer": "^2.7", "tecnickcom/tcpdf": "6.*" }, "suggest": { @@ -669,10 +894,6 @@ { "name": "Mark Baker" }, - { - "name": "Franck Lefevre", - "homepage": "http://blog.rootslabs.net" - }, { "name": "Gabriel Bull", "email": "me@gabrielbull.com", @@ -685,6 +906,13 @@ { "name": "Roman Syroeshko", "homepage": "http://ru.linkedin.com/pub/roman-syroeshko/34/a53/994/" + }, + { + "name": "Franck Lefevre", + "homepage": "https://rootslabs.net/blog/" + }, + { + "name": "Antoine de Troostembergh" } ], "description": "PHPWord - A pure PHP library for reading and writing word processing documents (OOXML, ODF, RTF, HTML, PDF)", @@ -714,7 +942,7 @@ "word", "writer" ], - "time": "2016-07-31T08:53:39+00:00" + "time": "2017-12-29T01:30:53+00:00" }, { "name": "phpseclib/phpseclib", @@ -815,6 +1043,56 @@ ], "time": "2017-06-05T06:30:30+00:00" }, + { + "name": "psr/http-message", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-message.git", + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Http\\Message\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interface for HTTP messages", + "homepage": "https://github.com/php-fig/http-message", + "keywords": [ + "http", + "http-message", + "psr", + "psr-7", + "request", + "response" + ], + "time": "2016-08-06T14:39:51+00:00" + }, { "name": "psr/log", "version": "1.0.0", @@ -1599,7 +1877,7 @@ ], "description": "The component allows you construct and/or parse Mail messages conforming to the mail standard. It has support for attachments, multipart messages and HTML mail. It also interfaces with SMTP to send mail or IMAP, POP3 or mbox to retrieve e-mail.", "homepage": "https://github.com/zetacomponents", - "time": "2017-03-14 06:51:24" + "time": "2017-03-14T06:51:24+00:00" } ], "packages-dev": [], @@ -1607,7 +1885,6 @@ "minimum-stability": "stable", "stability-flags": { "zetacomponents/mail": 20, - "marcj/topsort": 20, "pear/validate_finance_creditcard": 20 }, "prefer-stable": false,