From ec13822987db4876ac18609c82858780551dcb07 Mon Sep 17 00:00:00 2001 From: Michael Babker Date: Tue, 27 Aug 2019 17:21:55 -0500 Subject: [PATCH] Remove PHP version constraint, bump dev deps --- composer.json | 3 - composer.lock | 179 +++++++++++++++++++++++++++++++------------------- 2 files changed, 113 insertions(+), 69 deletions(-) diff --git a/composer.json b/composer.json index b312d23..d5ba6ba 100644 --- a/composer.json +++ b/composer.json @@ -8,9 +8,6 @@ "config": { "vendor-dir": "administrator/components/com_patchtester/vendor" }, - "require": { - "php": ">=5.3.10" - }, "require-dev": { "joomla/crowdin-sync": "dev-master", "squizlabs/php_codesniffer": "~1.5" diff --git a/composer.lock b/composer.lock index 8ef16ee..10f2c24 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": "edd2fd4e5088da2a5bc5b04969135d4d", + "content-hash": "c79698e1367cae449ff51bfa58b85cf9", "packages": [], "packages-dev": [ { @@ -165,32 +165,37 @@ }, { "name": "guzzlehttp/psr7", - "version": "1.4.2", + "version": "1.6.1", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c" + "reference": "239400de7a173fe9901b9ac7c06497751f00727a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c", - "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a", + "reference": "239400de7a173fe9901b9ac7c06497751f00727a", "shasum": "" }, "require": { "php": ">=5.4.0", - "psr/http-message": "~1.0" + "psr/http-message": "~1.0", + "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" }, "provide": { "psr/http-message-implementation": "1.0" }, "require-dev": { - "phpunit/phpunit": "~4.0" + "ext-zlib": "*", + "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8" + }, + "suggest": { + "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "1.6-dev" } }, "autoload": { @@ -220,13 +225,14 @@ "keywords": [ "http", "message", + "psr-7", "request", "response", "stream", "uri", "url" ], - "time": "2017-03-20T17:10:46+00:00" + "time": "2019-07-01T23:21:34+00:00" }, { "name": "ircmaxell/password-compat", @@ -272,20 +278,20 @@ }, { "name": "joomla/application", - "version": "1.9.1", + "version": "1.9.2", "source": { "type": "git", "url": "https://github.com/joomla-framework/application.git", - "reference": "a0360e578933e20e98da5c8e17cda72e2b5e2024" + "reference": "6c89fdde878f7ebb7d6455f664133e9497163e2e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/joomla-framework/application/zipball/a0360e578933e20e98da5c8e17cda72e2b5e2024", - "reference": "a0360e578933e20e98da5c8e17cda72e2b5e2024", + "url": "https://api.github.com/repos/joomla-framework/application/zipball/6c89fdde878f7ebb7d6455f664133e9497163e2e", + "reference": "6c89fdde878f7ebb7d6455f664133e9497163e2e", "shasum": "" }, "require": { - "joomla/input": "~1.2|~2.0", + "joomla/input": "~1.2", "joomla/registry": "^1.4.5|~2.0", "php": "^5.3.10|~7.0", "psr/log": "~1.0" @@ -324,7 +330,7 @@ "framework", "joomla" ], - "time": "2018-05-28T15:32:35+00:00" + "time": "2019-03-28T14:55:36+00:00" }, { "name": "joomla/compat", @@ -369,12 +375,12 @@ "source": { "type": "git", "url": "https://github.com/joomla-projects/crowdin-sync.git", - "reference": "7fd941585793d9da6c291ee6e7c7f137d3874a67" + "reference": "8a61f12161b30ff4aa0402ad0dccd599b38714af" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/joomla-projects/crowdin-sync/zipball/7fd941585793d9da6c291ee6e7c7f137d3874a67", - "reference": "7fd941585793d9da6c291ee6e7c7f137d3874a67", + "url": "https://api.github.com/repos/joomla-projects/crowdin-sync/zipball/8a61f12161b30ff4aa0402ad0dccd599b38714af", + "reference": "8a61f12161b30ff4aa0402ad0dccd599b38714af", "shasum": "" }, "require": { @@ -403,7 +409,7 @@ "crowdin", "joomla" ], - "time": "2018-06-13T23:31:02+00:00" + "time": "2019-03-29T12:07:12+00:00" }, { "name": "joomla/filter", @@ -457,16 +463,16 @@ }, { "name": "joomla/input", - "version": "1.3.0", + "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/joomla-framework/input.git", - "reference": "17a9bc63a040f547e9eeda91ee391b15e9865815" + "reference": "a89927d412cdc8172889e3e0e3e66a134f367be1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/joomla-framework/input/zipball/17a9bc63a040f547e9eeda91ee391b15e9865815", - "reference": "17a9bc63a040f547e9eeda91ee391b15e9865815", + "url": "https://api.github.com/repos/joomla-framework/input/zipball/a89927d412cdc8172889e3e0e3e66a134f367be1", + "reference": "a89927d412cdc8172889e3e0e3e66a134f367be1", "shasum": "" }, "require": { @@ -500,7 +506,7 @@ "input", "joomla" ], - "time": "2018-06-26T02:10:46+00:00" + "time": "2019-06-15T22:13:58+00:00" }, { "name": "joomla/registry", @@ -557,25 +563,25 @@ }, { "name": "joomla/string", - "version": "1.4.1", + "version": "1.4.3", "source": { "type": "git", "url": "https://github.com/joomla-framework/string.git", - "reference": "66363d317e6c020f30a70265c129281c77c43ca0" + "reference": "fed0eee67f83b68674e8c6542ecfa28390b32fec" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/joomla-framework/string/zipball/66363d317e6c020f30a70265c129281c77c43ca0", - "reference": "66363d317e6c020f30a70265c129281c77c43ca0", + "url": "https://api.github.com/repos/joomla-framework/string/zipball/fed0eee67f83b68674e8c6542ecfa28390b32fec", + "reference": "fed0eee67f83b68674e8c6542ecfa28390b32fec", "shasum": "" }, "require": { "php": "^5.3.10|~7.0" }, "require-dev": { + "joomla/coding-standards": "~2.0@alpha", "joomla/test": "~1.0", - "phpunit/phpunit": "~4.8|~5.0", - "squizlabs/php_codesniffer": "1.*" + "phpunit/phpunit": "^4.8.35|^5.4.3|~6.0" }, "suggest": { "ext-mbstring": "For improved processing" @@ -610,7 +616,7 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "description": "Joomla String Package", "homepage": "https://github.com/joomla-framework/string", @@ -619,20 +625,20 @@ "joomla", "string" ], - "time": "2016-12-10T18:13:42+00:00" + "time": "2019-08-07T12:34:12+00:00" }, { "name": "joomla/utilities", - "version": "1.5.0", + "version": "1.6.1", "source": { "type": "git", "url": "https://github.com/joomla-framework/utilities.git", - "reference": "7407add476590c1a8e68d804d50b8911aaa26bcd" + "reference": "b54beb07ddf2d8074f6f8f43c365f84ddf714c8f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/joomla-framework/utilities/zipball/7407add476590c1a8e68d804d50b8911aaa26bcd", - "reference": "7407add476590c1a8e68d804d50b8911aaa26bcd", + "url": "https://api.github.com/repos/joomla-framework/utilities/zipball/b54beb07ddf2d8074f6f8f43c365f84ddf714c8f", + "reference": "b54beb07ddf2d8074f6f8f43c365f84ddf714c8f", "shasum": "" }, "require": { @@ -665,7 +671,7 @@ "joomla", "utilities" ], - "time": "2018-03-15T00:42:47+00:00" + "time": "2019-07-17T01:48:57+00:00" }, { "name": "psr/http-message", @@ -719,16 +725,16 @@ }, { "name": "psr/log", - "version": "1.0.2", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" + "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", - "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", + "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", + "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", "shasum": "" }, "require": { @@ -762,7 +768,47 @@ "psr", "psr-3" ], - "time": "2016-10-10T12:19:37+00:00" + "time": "2018-11-20T15:27:04+00:00" + }, + { + "name": "ralouphie/getallheaders", + "version": "3.0.3", + "source": { + "type": "git", + "url": "https://github.com/ralouphie/getallheaders.git", + "reference": "120b605dfeb996808c31b6477290a714d356e822" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", + "reference": "120b605dfeb996808c31b6477290a714d356e822", + "shasum": "" + }, + "require": { + "php": ">=5.6" + }, + "require-dev": { + "php-coveralls/php-coveralls": "^2.1", + "phpunit/phpunit": "^5 || ^6.5" + }, + "type": "library", + "autoload": { + "files": [ + "src/getallheaders.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ralph Khattar", + "email": "ralph.khattar@gmail.com" + } + ], + "description": "A polyfill for getallheaders.", + "time": "2019-03-08T08:55:37+00:00" }, { "name": "squizlabs/php_codesniffer", @@ -841,25 +887,28 @@ }, { "name": "symfony/polyfill-ctype", - "version": "v1.8.0", + "version": "v1.12.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae" + "reference": "550ebaac289296ce228a706d0867afc34687e3f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae", - "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4", + "reference": "550ebaac289296ce228a706d0867afc34687e3f4", "shasum": "" }, "require": { "php": ">=5.3.3" }, + "suggest": { + "ext-ctype": "For best performance" + }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.8-dev" + "dev-master": "1.12-dev" } }, "autoload": { @@ -875,13 +924,13 @@ "MIT" ], "authors": [ - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - }, { "name": "Gert de Pagter", "email": "BackEndTea@gmail.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for ctype functions", @@ -892,20 +941,20 @@ "polyfill", "portable" ], - "time": "2018-04-30T19:57:29+00:00" + "time": "2019-08-06T08:03:45+00:00" }, { "name": "symfony/polyfill-php55", - "version": "v1.8.0", + "version": "v1.12.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php55.git", - "reference": "a39456128377a85f2c5707fcae458678560cba46" + "reference": "548bb39407e78e54f785b4e18c7e0d5d9e493265" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/a39456128377a85f2c5707fcae458678560cba46", - "reference": "a39456128377a85f2c5707fcae458678560cba46", + "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/548bb39407e78e54f785b4e18c7e0d5d9e493265", + "reference": "548bb39407e78e54f785b4e18c7e0d5d9e493265", "shasum": "" }, "require": { @@ -915,7 +964,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.8-dev" + "dev-master": "1.12-dev" } }, "autoload": { @@ -948,20 +997,20 @@ "portable", "shim" ], - "time": "2018-04-26T10:06:28+00:00" + "time": "2019-08-06T08:03:45+00:00" }, { "name": "symfony/yaml", - "version": "v3.4.12", + "version": "v3.4.31", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "c5010cc1692ce1fa328b1fb666961eb3d4a85bb0" + "reference": "3dc414b7db30695bae671a1d86013d03f4ae9834" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/c5010cc1692ce1fa328b1fb666961eb3d4a85bb0", - "reference": "c5010cc1692ce1fa328b1fb666961eb3d4a85bb0", + "url": "https://api.github.com/repos/symfony/yaml/zipball/3dc414b7db30695bae671a1d86013d03f4ae9834", + "reference": "3dc414b7db30695bae671a1d86013d03f4ae9834", "shasum": "" }, "require": { @@ -1007,7 +1056,7 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2018-05-03T23:18:14+00:00" + "time": "2019-08-20T13:31:17+00:00" } ], "aliases": [], @@ -1017,8 +1066,6 @@ }, "prefer-stable": false, "prefer-lowest": false, - "platform": { - "php": ">=5.3.10" - }, + "platform": [], "platform-dev": [] }