From 228f6cd156af03478594bc33c77e5ee434a8c316 Mon Sep 17 00:00:00 2001 From: Alexander Pankratov Date: Sat, 9 May 2020 01:49:53 +0300 Subject: [PATCH] Composer update --- composer.lock | 296 +++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 232 insertions(+), 64 deletions(-) diff --git a/composer.lock b/composer.lock index 5d25f20..0ac65cf 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "877345d8ecbc0435bbe435a8c1a4abd6", + "content-hash": "2421a8f40cc9f35bd6c33abb6ef1657a", "packages": [ { "name": "amphp/amp", @@ -454,16 +454,16 @@ }, { "name": "amphp/http-client", - "version": "v4.3.1", + "version": "v4.3.0", "source": { "type": "git", "url": "https://github.com/amphp/http-client.git", - "reference": "5df8c18a77806d9e4d04080cb5ec8aa16380773f" + "reference": "3a1857b00531da18382b2f4165eb0e3d0eb90171" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/amphp/http-client/zipball/5df8c18a77806d9e4d04080cb5ec8aa16380773f", - "reference": "5df8c18a77806d9e4d04080cb5ec8aa16380773f", + "url": "https://api.github.com/repos/amphp/http-client/zipball/3a1857b00531da18382b2f4165eb0e3d0eb90171", + "reference": "3a1857b00531da18382b2f4165eb0e3d0eb90171", "shasum": "" }, "require": { @@ -478,19 +478,18 @@ "psr/http-message": "^1" }, "conflict": { - "amphp/file": "<0.2" + "amphp/file": "<0.2 || >=2" }, "require-dev": { "amphp/file": "^1 || ^0.3 || ^0.2", - "amphp/http-server": "^2", + "amphp/http-server": "^2-rc4", "amphp/php-cs-fixer-config": "dev-master", "amphp/phpunit-util": "^1.1", "amphp/react-adapter": "^2.1", "clue/socks-react": "^1.0", "ext-json": "*", "kelunik/link-header-rfc5988": "^1.0", - "laminas/laminas-diactoros": "^2.3", - "phpunit/phpunit": "^7 || ^8 || ^9", + "phpunit/phpunit": "^7 || ^8", "vimeo/psalm": "^3.9@dev" }, "suggest": { @@ -507,10 +506,7 @@ "autoload": { "psr-4": { "Amp\\Http\\Client\\": "src" - }, - "files": [ - "src/Internal/functions.php" - ] + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -540,7 +536,7 @@ "non-blocking", "rest" ], - "time": "2020-05-10T19:05:03+00:00" + "time": "2020-05-03T13:04:46+00:00" }, { "name": "amphp/http-client-cookies", @@ -823,6 +819,61 @@ ], "time": "2019-08-21T15:51:20+00:00" }, + { + "name": "amphp/mysql", + "version": "v2.0.0", + "source": { + "type": "git", + "url": "https://github.com/amphp/mysql.git", + "reference": "cbef7dccaf076218470267a2739aa0f3b49511f1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/amphp/mysql/zipball/cbef7dccaf076218470267a2739aa0f3b49511f1", + "reference": "cbef7dccaf076218470267a2739aa0f3b49511f1", + "shasum": "" + }, + "require": { + "amphp/amp": "^2", + "amphp/file": "^1 || ^0.3.5", + "amphp/socket": "^1", + "amphp/sql": "^1", + "amphp/sql-common": "^1", + "php": ">=7.1" + }, + "require-dev": { + "amphp/php-cs-fixer-config": "dev-master", + "amphp/phpunit-util": "^1.1.2", + "ext-openssl": "*", + "phpbench/phpbench": "^0.13.0", + "phpunit/phpunit": "^8 || ^7" + }, + "type": "library", + "autoload": { + "psr-4": { + "Amp\\Mysql\\": "src" + }, + "files": [ + "src/functions.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Bob Weinand", + "email": "bobwei9@hotmail.com" + }, + { + "name": "Aaron Piotrowski", + "email": "aaron@trowski.com" + } + ], + "description": "Asynchronous MySQL client for PHP based on Amp.", + "time": "2019-12-10T11:02:12+00:00" + }, { "name": "amphp/parallel", "version": "v1.4.0", @@ -1121,6 +1172,95 @@ ], "time": "2020-02-27T21:29:37+00:00" }, + { + "name": "amphp/sql", + "version": "v1.0.1", + "source": { + "type": "git", + "url": "https://github.com/amphp/sql.git", + "reference": "0445ac35623a18105efeac93364288434430a4d8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/amphp/sql/zipball/0445ac35623a18105efeac93364288434430a4d8", + "reference": "0445ac35623a18105efeac93364288434430a4d8", + "shasum": "" + }, + "require": { + "amphp/amp": "^2", + "php": ">=7" + }, + "require-dev": { + "amphp/php-cs-fixer-config": "dev-master", + "amphp/phpunit-util": "^1", + "phpunit/phpunit": "^6" + }, + "type": "library", + "autoload": { + "psr-4": { + "Amp\\Sql\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Asynchronous SQL client for Amp.", + "homepage": "http://amphp.org", + "keywords": [ + "async", + "asynchronous", + "database", + "db", + "sql" + ], + "time": "2019-09-26T16:23:02+00:00" + }, + { + "name": "amphp/sql-common", + "version": "v1.1.1", + "source": { + "type": "git", + "url": "https://github.com/amphp/sql-common.git", + "reference": "6bd462b80f440a06165b49bedeb868e549a6284a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/amphp/sql-common/zipball/6bd462b80f440a06165b49bedeb868e549a6284a", + "reference": "6bd462b80f440a06165b49bedeb868e549a6284a", + "shasum": "" + }, + "require": { + "amphp/amp": "^2", + "amphp/sql": "^1", + "php": ">=7" + }, + "require-dev": { + "amphp/php-cs-fixer-config": "dev-master", + "amphp/phpunit-util": "^1.3", + "phpunit/phpunit": "^6 || ^7 || ^8 || ^9" + }, + "type": "library", + "autoload": { + "psr-4": { + "Amp\\Sql\\Common\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Common classes for non-blocking SQL implementations.", + "homepage": "http://amphp.org", + "keywords": [ + "async", + "asynchronous", + "database", + "db", + "sql" + ], + "time": "2020-03-04T18:01:46+00:00" + }, { "name": "amphp/sync", "version": "v1.4.0", @@ -1676,16 +1816,16 @@ }, { "name": "danog/madelineproto", - "version": "dev-master", + "version": "dev-db", "source": { "type": "git", - "url": "https://github.com/danog/MadelineProto.git", - "reference": "ddc81d87648fad3200434e75c910ef29c56e36f5" + "url": "https://github.com/xtrime-ru/MadelineProto.git", + "reference": "4827bdef9668594f07632675444631b2ad5dd95d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/danog/MadelineProto/zipball/ddc81d87648fad3200434e75c910ef29c56e36f5", - "reference": "ddc81d87648fad3200434e75c910ef29c56e36f5", + "url": "https://api.github.com/repos/xtrime-ru/MadelineProto/zipball/4827bdef9668594f07632675444631b2ad5dd95d", + "reference": "4827bdef9668594f07632675444631b2ad5dd95d", "shasum": "" }, "require": { @@ -1695,6 +1835,7 @@ "amphp/file": "^1", "amphp/http-client": "^4", "amphp/http-client-cookies": "^1", + "amphp/mysql": "^2.0", "amphp/socket": "^1", "danog/dns-over-https": "^0.2", "danog/ipc": "^0.1", @@ -1749,7 +1890,46 @@ "src/polyfill.php" ] }, - "notification-url": "https://packagist.org/downloads/", + "autoload-dev": { + "psr-4": { + "danog\\MadelineProto\\Test\\": "tests/danog/" + } + }, + "scripts": { + "post-autoload-dump": [ + "git submodule init && git submodule update" + ], + "build": [ + "@docs", + "@cs-fix", + "@psalm" + ], + "check": [ + "@cs", + "@test" + ], + "test-php7": [ + "tests/test-conversion.sh 70" + ], + "test-php56": [ + "tests/test-conversion.sh 5" + ], + "cs": [ + "PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix -v --diff --dry-run" + ], + "cs-fix": [ + "PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix -v --diff" + ], + "psalm": [ + "psalm" + ], + "docs": [ + "php tools/build_docs.php" + ], + "test": [ + "@php -dzend.assertions=1 -dassert.exception=1 ./vendor/bin/phpunit --coverage-text --config tests/phpunit.xml" + ] + }, "license": [ "AGPL-3.0-only" ], @@ -1763,19 +1943,22 @@ "homepage": "https://docs.madelineproto.xyz", "keywords": [ "GB", - "Messenger", + "PHP", "audio", "bytes", "client", "files", + "messenger", "mtproto", - "php", "protocol", "stickers", "telegram", "video" ], - "time": "2020-05-23T12:08:04+00:00" + "support": { + "source": "https://github.com/xtrime-ru/MadelineProto/tree/db" + }, + "time": "2020-05-12T17:35:15+00:00" }, { "name": "danog/magicalserializer", @@ -2506,16 +2689,16 @@ }, { "name": "phpoption/phpoption", - "version": "1.7.4", + "version": "1.7.3", "source": { "type": "git", "url": "https://github.com/schmittjoh/php-option.git", - "reference": "b2ada2ad5d8a32b89088b8adc31ecd2e3a13baf3" + "reference": "4acfd6a4b33a509d8c88f50e5222f734b6aeebae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/b2ada2ad5d8a32b89088b8adc31ecd2e3a13baf3", - "reference": "b2ada2ad5d8a32b89088b8adc31ecd2e3a13baf3", + "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/4acfd6a4b33a509d8c88f50e5222f734b6aeebae", + "reference": "4acfd6a4b33a509d8c88f50e5222f734b6aeebae", "shasum": "" }, "require": { @@ -2557,17 +2740,7 @@ "php", "type" ], - "funding": [ - { - "url": "https://github.com/GrahamCampbell", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption", - "type": "tidelift" - } - ], - "time": "2020-06-07T10:40:07+00:00" + "time": "2020-03-21T18:07:53+00:00" }, { "name": "psr/http-message", @@ -2668,16 +2841,16 @@ }, { "name": "symfony/polyfill-ctype", - "version": "v1.17.0", + "version": "v1.16.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9" + "reference": "1aab00e39cebaef4d8652497f46c15c1b7e45294" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e94c8b1bbe2bc77507a1056cdb06451c75b427f9", - "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1aab00e39cebaef4d8652497f46c15c1b7e45294", + "reference": "1aab00e39cebaef4d8652497f46c15c1b7e45294", "shasum": "" }, "require": { @@ -2689,7 +2862,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.17-dev" + "dev-master": "1.16-dev" } }, "autoload": { @@ -2736,7 +2909,7 @@ "type": "tidelift" } ], - "time": "2020-05-12T16:14:59+00:00" + "time": "2020-05-08T16:50:20+00:00" }, { "name": "tivie/htaccess-parser", @@ -2785,16 +2958,16 @@ }, { "name": "vlucas/phpdotenv", - "version": "v4.1.6", + "version": "v4.1.5", "source": { "type": "git", "url": "https://github.com/vlucas/phpdotenv.git", - "reference": "0b32505d67c1abbfa829283c86bfc0642a661bf6" + "reference": "539bb6927c101a5605d31d11a2d17185a2ce2bf1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/0b32505d67c1abbfa829283c86bfc0642a661bf6", - "reference": "0b32505d67c1abbfa829283c86bfc0642a661bf6", + "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/539bb6927c101a5605d31d11a2d17185a2ce2bf1", + "reference": "539bb6927c101a5605d31d11a2d17185a2ce2bf1", "shasum": "" }, "require": { @@ -2855,7 +3028,7 @@ "type": "tidelift" } ], - "time": "2020-05-23T09:43:32+00:00" + "time": "2020-05-02T14:08:57+00:00" } ], "packages-dev": [ @@ -2865,12 +3038,12 @@ "source": { "type": "git", "url": "https://github.com/Roave/SecurityAdvisories.git", - "reference": "de6fda3af9b36c77fdeb62b968157032f7111b09" + "reference": "5a342e2dc0408d026b97ee3176b5b406e54e3766" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/de6fda3af9b36c77fdeb62b968157032f7111b09", - "reference": "de6fda3af9b36c77fdeb62b968157032f7111b09", + "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/5a342e2dc0408d026b97ee3176b5b406e54e3766", + "reference": "5a342e2dc0408d026b97ee3176b5b406e54e3766", "shasum": "" }, "conflict": { @@ -2883,8 +3056,7 @@ "asymmetricrypt/asymmetricrypt": ">=0,<9.9.99", "aws/aws-sdk-php": ">=3,<3.2.1", "bagisto/bagisto": "<0.1.5", - "barrelstrength/sprout-base-email": "<1.2.7", - "barrelstrength/sprout-forms": "<3.9", + "barrelstrength/sprout-base-email": "<3.9", "bolt/bolt": "<3.6.10", "brightlocal/phpwhois": "<=4.2.5", "buddypress/buddypress": "<5.1.2", @@ -2911,10 +3083,10 @@ "doctrine/mongodb-odm": ">=1,<1.0.2", "doctrine/mongodb-odm-bundle": ">=2,<3.0.1", "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1", - "dolibarr/dolibarr": "<11.0.4", + "dolibarr/dolibarr": "<=10.0.6", "dompdf/dompdf": ">=0.6,<0.6.2", - "drupal/core": ">=7,<7.70|>=8,<8.7.14|>=8.8,<8.8.6", - "drupal/drupal": ">=7,<7.70|>=8,<8.7.14|>=8.8,<8.8.6", + "drupal/core": ">=7,<7.69|>=8,<8.7.12|>=8.8,<8.8.4", + "drupal/drupal": ">=7,<7.69|>=8,<8.7.12|>=8.8,<8.8.4", "endroid/qr-code-bundle": "<3.4.2", "enshrined/svg-sanitize": "<0.13.1", "erusev/parsedown": "<1.7.2", @@ -2924,9 +3096,8 @@ "ezsystems/ezplatform": ">=1.7,<1.7.9.1|>=1.13,<1.13.5.1|>=2.5,<2.5.4", "ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6", "ezsystems/ezplatform-admin-ui-assets": ">=4,<4.2", - "ezsystems/ezplatform-kernel": ">=1,<1.0.2.1", "ezsystems/ezplatform-user": ">=1,<1.0.1", - "ezsystems/ezpublish-kernel": ">=5.3,<5.3.12.1|>=5.4,<5.4.14.2|>=6,<6.7.9.1|>=6.8,<6.13.6.3|>=7,<7.2.4.1|>=7.3,<7.3.2.1|>=7.5,<7.5.7.1", + "ezsystems/ezpublish-kernel": ">=5.3,<5.3.12.1|>=5.4,<5.4.14.1|>=6,<6.7.9.1|>=6.8,<6.13.6.2|>=7,<7.2.4.1|>=7.3,<7.3.2.1|>=7.5,<7.5.6.2", "ezsystems/ezpublish-legacy": ">=5.3,<5.3.12.6|>=5.4,<5.4.14.1|>=2011,<2017.12.7.2|>=2018.6,<2018.6.1.4|>=2018.9,<2018.9.1.3|>=2019.3,<2019.3.4.2", "ezsystems/repository-forms": ">=2.3,<2.3.2.1", "ezyang/htmlpurifier": "<4.1.1", @@ -2964,7 +3135,6 @@ "monolog/monolog": ">=1.8,<1.12", "namshi/jose": "<2.2", "nzo/url-encryptor-bundle": ">=4,<4.3.2|>=5,<5.0.1", - "october/october": ">=1.0.319,<1.0.466", "onelogin/php-saml": "<2.10.4", "oneup/uploader-bundle": "<1.9.3|>=2,<2.1.5", "openid/php-openid": "<2.3", @@ -2976,7 +3146,7 @@ "paypal/merchant-sdk-php": "<3.12", "pear/archive_tar": "<1.4.4", "phpfastcache/phpfastcache": ">=5,<5.0.13", - "phpmailer/phpmailer": "<6.1.6", + "phpmailer/phpmailer": ">=5,<5.2.27|>=6,<6.0.6", "phpmyadmin/phpmyadmin": "<4.9.2", "phpoffice/phpexcel": "<1.8.2", "phpoffice/phpspreadsheet": "<1.8", @@ -2991,7 +3161,6 @@ "propel/propel": ">=2-alpha.1,<=2-alpha.7", "propel/propel1": ">=1,<=1.7.1", "pusher/pusher-php-server": "<2.2.1", - "rainlab/debugbar-plugin": "<3.1", "robrichards/xmlseclibs": "<3.0.4", "sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9", "scheb/two-factor-bundle": ">=0,<3.26|>=4,<4.11", @@ -3058,7 +3227,6 @@ "symfony/var-exporter": ">=4.2,<4.2.12|>=4.3,<4.3.8", "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4", "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7", - "t3g/svg-sanitizer": "<1.0.3", "tecnickcom/tcpdf": "<6.2.22", "thelia/backoffice-default-template": ">=2.1,<2.1.2", "thelia/thelia": ">=2.1-beta.1,<2.1.3", @@ -3140,7 +3308,7 @@ "type": "tidelift" } ], - "time": "2020-06-04T00:00:55+00:00" + "time": "2020-05-12T11:18:47+00:00" } ], "aliases": [],