29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-20 19:15:27 +00:00
cms/composer.lock

11488 lines
410 KiB
Plaintext
Raw Normal View History

{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
2014-09-01 19:14:25 +00:00
"This file is @generated automatically"
],
"content-hash": "247b8d364f7a520d56a83ae603d724fd",
"packages": [
2019-02-28 11:32:54 +00:00
{
"name": "algo26-matthias/idna-convert",
2020-12-17 16:15:39 +00:00
"version": "v3.0.5",
2019-02-28 11:32:54 +00:00
"source": {
"type": "git",
"url": "https://github.com/algo26-matthias/idna-convert.git",
2020-12-17 16:15:39 +00:00
"reference": "9cbcfa17ecfed54387ca2ed29acb2773f1870a5e"
2019-02-28 11:32:54 +00:00
},
"dist": {
"type": "zip",
2020-12-17 16:15:39 +00:00
"url": "https://api.github.com/repos/algo26-matthias/idna-convert/zipball/9cbcfa17ecfed54387ca2ed29acb2773f1870a5e",
"reference": "9cbcfa17ecfed54387ca2ed29acb2773f1870a5e",
2019-02-28 11:32:54 +00:00
"shasum": ""
},
"require": {
"ext-pcre": "*",
"jakeasmith/http_build_url": "^1",
2020-12-17 16:15:39 +00:00
"php": ">=7.2.0"
2019-02-28 11:32:54 +00:00
},
"require-dev": {
2020-12-17 16:15:39 +00:00
"phpunit/phpunit": "^8.0 || ^9.0"
},
"suggest": {
"ext-iconv": "Install ext/iconv for using input / output other than UTF-8 or ISO-8859-1",
"ext-mbstring": "Install ext/mbstring for using input / output other than UTF-8 or ISO-8859-1"
2019-02-28 11:32:54 +00:00
},
"type": "library",
2019-02-28 11:32:54 +00:00
"autoload": {
"psr-4": {
"Algo26\\IdnaConvert\\": "src/"
2019-02-28 11:32:54 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-2.1+"
],
"authors": [
{
"name": "Matthias Sommerfeld",
"email": "matthias.sommerfeld@algo26.de",
"role": "Developer"
2019-02-28 11:32:54 +00:00
}
],
"description": "A library for encoding and decoding internationalized domain names",
"homepage": "http://idnaconv.net/",
"keywords": [
"idn",
"idna",
"php"
],
"support": {
"issues": "https://github.com/algo26-matthias/idna-convert/issues",
"source": "https://github.com/algo26-matthias/idna-convert/tree/v3.0.5"
},
2020-12-17 16:15:39 +00:00
"time": "2020-10-05T05:49:30+00:00"
2019-02-28 11:32:54 +00:00
},
{
"name": "beberlei/assert",
"version": "v3.3.2",
"source": {
"type": "git",
"url": "https://github.com/beberlei/assert.git",
"reference": "cb70015c04be1baee6f5f5c953703347c0ac1655"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/beberlei/assert/zipball/cb70015c04be1baee6f5f5c953703347c0ac1655",
"reference": "cb70015c04be1baee6f5f5c953703347c0ac1655",
"shasum": ""
},
"require": {
"ext-ctype": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-simplexml": "*",
2021-04-23 07:34:06 +00:00
"php": "^7.0 || ^8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "*",
2021-04-23 07:34:06 +00:00
"phpstan/phpstan": "*",
"phpunit/phpunit": ">=6.0.0",
"yoast/phpunit-polyfills": "^0.1.0"
},
"suggest": {
"ext-intl": "Needed to allow Assertion::count(), Assertion::isCountable(), Assertion::minCount(), and Assertion::maxCount() to operate on ResourceBundles"
},
"type": "library",
"autoload": {
"files": [
"lib/Assert/functions.php"
],
"psr-4": {
"Assert\\": "lib/Assert"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de",
"role": "Lead Developer"
},
{
"name": "Richard Quadling",
"email": "rquadling@gmail.com",
"role": "Collaborator"
}
],
"description": "Thin assertion library for input validation in business models.",
"keywords": [
"assert",
"assertion",
"validation"
],
"support": {
"issues": "https://github.com/beberlei/assert/issues",
"source": "https://github.com/beberlei/assert/tree/v3.3.2"
},
"time": "2021-12-16T21:41:27+00:00"
},
{
"name": "brick/math",
[4.0] Composer update 19 sep (#30692) Package operations: 0 installs, 38 updates, 0 removals - Updating symfony/deprecation-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating joomla/database (2.0.0-beta2 => 2.0.0-beta3): Downloading (100%) - Updating laminas/laminas-zendframework-bridge (1.0.4 => 1.1.1): Downloading (100%) - Updating laminas/laminas-diactoros (2.3.1 => 2.4.1): Downloading (100%) - Updating symfony/string (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/service-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating symfony/console (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/var-dumper (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/error-handler (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/options-resolver (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/ldap (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/web-link (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/yaml (v5.1.3 => v5.1.5): Loading from cache - Updating squizlabs/php_codesniffer (3.5.5 => 3.5.6): Loading from cache - Updating symfony/finder (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/event-dispatcher-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/css-selector (v5.1.3 => v5.1.5): Loading from cache - Updating phpdocumentor/type-resolver (1.3.0 => 1.4.0): Downloading (100%) - Updating phpdocumentor/reflection-docblock (5.2.0 => 5.2.2): Downloading (100%) - Updating codeception/lib-asserts (1.12.0 => 1.13.1): Loading from cache - Updating codeception/codeception (4.1.6 => 4.1.7): Loading from cache - Updating codeception/module-asserts (1.2.1 => 1.3.0): Loading from cache - Updating codeception/module-rest (1.2.1 => 1.2.3): Downloading (100%) - Updating symfony/process (v5.1.3 => v5.1.5): Loading from cache - Updating codeception/module-webdriver (1.1.0 => 1.1.1): Loading from cache - Updating composer/semver (1.5.1 => 1.7.0): Downloading (100%) - Updating composer/xdebug-handler (1.4.2 => 1.4.3): Loading from cache - Updating doctrine/annotations (1.10.3 => 1.10.4): Loading from cache - Updating symfony/filesystem (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/stopwatch (v5.1.3 => v5.1.5): Loading from cache - Updating joomla/filesystem (1.5.2 => 1.6.0): Loading from cache - Updating composer/ca-bundle (1.2.7 => 1.2.8): Loading from cache - Updating nyholm/psr7 (1.3.0 => 1.3.1): Downloading (100%) - Updating spomky-labs/base64url (v2.0.2 => v2.0.3): Loading from cache - Updating symfony/dom-crawler (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/browser-kit (v5.1.3 => v5.1.5): Loading from cache - Updating brick/math (0.8.15 => 0.8.17): Loading from cache ### note Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
2020-09-22 17:34:14 +00:00
"version": "0.8.17",
"source": {
"type": "git",
"url": "https://github.com/brick/math.git",
[4.0] Composer update 19 sep (#30692) Package operations: 0 installs, 38 updates, 0 removals - Updating symfony/deprecation-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating joomla/database (2.0.0-beta2 => 2.0.0-beta3): Downloading (100%) - Updating laminas/laminas-zendframework-bridge (1.0.4 => 1.1.1): Downloading (100%) - Updating laminas/laminas-diactoros (2.3.1 => 2.4.1): Downloading (100%) - Updating symfony/string (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/service-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating symfony/console (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/var-dumper (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/error-handler (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/options-resolver (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/ldap (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/web-link (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/yaml (v5.1.3 => v5.1.5): Loading from cache - Updating squizlabs/php_codesniffer (3.5.5 => 3.5.6): Loading from cache - Updating symfony/finder (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/event-dispatcher-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/css-selector (v5.1.3 => v5.1.5): Loading from cache - Updating phpdocumentor/type-resolver (1.3.0 => 1.4.0): Downloading (100%) - Updating phpdocumentor/reflection-docblock (5.2.0 => 5.2.2): Downloading (100%) - Updating codeception/lib-asserts (1.12.0 => 1.13.1): Loading from cache - Updating codeception/codeception (4.1.6 => 4.1.7): Loading from cache - Updating codeception/module-asserts (1.2.1 => 1.3.0): Loading from cache - Updating codeception/module-rest (1.2.1 => 1.2.3): Downloading (100%) - Updating symfony/process (v5.1.3 => v5.1.5): Loading from cache - Updating codeception/module-webdriver (1.1.0 => 1.1.1): Loading from cache - Updating composer/semver (1.5.1 => 1.7.0): Downloading (100%) - Updating composer/xdebug-handler (1.4.2 => 1.4.3): Loading from cache - Updating doctrine/annotations (1.10.3 => 1.10.4): Loading from cache - Updating symfony/filesystem (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/stopwatch (v5.1.3 => v5.1.5): Loading from cache - Updating joomla/filesystem (1.5.2 => 1.6.0): Loading from cache - Updating composer/ca-bundle (1.2.7 => 1.2.8): Loading from cache - Updating nyholm/psr7 (1.3.0 => 1.3.1): Downloading (100%) - Updating spomky-labs/base64url (v2.0.2 => v2.0.3): Loading from cache - Updating symfony/dom-crawler (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/browser-kit (v5.1.3 => v5.1.5): Loading from cache - Updating brick/math (0.8.15 => 0.8.17): Loading from cache ### note Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
2020-09-22 17:34:14 +00:00
"reference": "e6f8e7d04346a95be89580f8c2c22d6c3fa65556"
},
"dist": {
"type": "zip",
[4.0] Composer update 19 sep (#30692) Package operations: 0 installs, 38 updates, 0 removals - Updating symfony/deprecation-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating joomla/database (2.0.0-beta2 => 2.0.0-beta3): Downloading (100%) - Updating laminas/laminas-zendframework-bridge (1.0.4 => 1.1.1): Downloading (100%) - Updating laminas/laminas-diactoros (2.3.1 => 2.4.1): Downloading (100%) - Updating symfony/string (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/service-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating symfony/console (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/var-dumper (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/error-handler (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/options-resolver (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/ldap (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/web-link (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/yaml (v5.1.3 => v5.1.5): Loading from cache - Updating squizlabs/php_codesniffer (3.5.5 => 3.5.6): Loading from cache - Updating symfony/finder (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/event-dispatcher-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/css-selector (v5.1.3 => v5.1.5): Loading from cache - Updating phpdocumentor/type-resolver (1.3.0 => 1.4.0): Downloading (100%) - Updating phpdocumentor/reflection-docblock (5.2.0 => 5.2.2): Downloading (100%) - Updating codeception/lib-asserts (1.12.0 => 1.13.1): Loading from cache - Updating codeception/codeception (4.1.6 => 4.1.7): Loading from cache - Updating codeception/module-asserts (1.2.1 => 1.3.0): Loading from cache - Updating codeception/module-rest (1.2.1 => 1.2.3): Downloading (100%) - Updating symfony/process (v5.1.3 => v5.1.5): Loading from cache - Updating codeception/module-webdriver (1.1.0 => 1.1.1): Loading from cache - Updating composer/semver (1.5.1 => 1.7.0): Downloading (100%) - Updating composer/xdebug-handler (1.4.2 => 1.4.3): Loading from cache - Updating doctrine/annotations (1.10.3 => 1.10.4): Loading from cache - Updating symfony/filesystem (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/stopwatch (v5.1.3 => v5.1.5): Loading from cache - Updating joomla/filesystem (1.5.2 => 1.6.0): Loading from cache - Updating composer/ca-bundle (1.2.7 => 1.2.8): Loading from cache - Updating nyholm/psr7 (1.3.0 => 1.3.1): Downloading (100%) - Updating spomky-labs/base64url (v2.0.2 => v2.0.3): Loading from cache - Updating symfony/dom-crawler (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/browser-kit (v5.1.3 => v5.1.5): Loading from cache - Updating brick/math (0.8.15 => 0.8.17): Loading from cache ### note Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
2020-09-22 17:34:14 +00:00
"url": "https://api.github.com/repos/brick/math/zipball/e6f8e7d04346a95be89580f8c2c22d6c3fa65556",
"reference": "e6f8e7d04346a95be89580f8c2c22d6c3fa65556",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": "^7.1|^8.0"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.2",
"phpunit/phpunit": "^7.5.15|^8.5",
"vimeo/psalm": "^3.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Brick\\Math\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Arbitrary-precision arithmetic library",
"keywords": [
"Arbitrary-precision",
"BigInteger",
"BigRational",
"arithmetic",
"bigdecimal",
"bignum",
"brick",
"math"
],
"support": {
"issues": "https://github.com/brick/math/issues",
"source": "https://github.com/brick/math/tree/v0.8"
},
"funding": [
{
"url": "https://tidelift.com/funding/github/packagist/brick/math",
"type": "tidelift"
}
],
[4.0] Composer update 19 sep (#30692) Package operations: 0 installs, 38 updates, 0 removals - Updating symfony/deprecation-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating joomla/database (2.0.0-beta2 => 2.0.0-beta3): Downloading (100%) - Updating laminas/laminas-zendframework-bridge (1.0.4 => 1.1.1): Downloading (100%) - Updating laminas/laminas-diactoros (2.3.1 => 2.4.1): Downloading (100%) - Updating symfony/string (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/service-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating symfony/console (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/var-dumper (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/error-handler (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/options-resolver (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/ldap (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/web-link (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/yaml (v5.1.3 => v5.1.5): Loading from cache - Updating squizlabs/php_codesniffer (3.5.5 => 3.5.6): Loading from cache - Updating symfony/finder (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/event-dispatcher-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/css-selector (v5.1.3 => v5.1.5): Loading from cache - Updating phpdocumentor/type-resolver (1.3.0 => 1.4.0): Downloading (100%) - Updating phpdocumentor/reflection-docblock (5.2.0 => 5.2.2): Downloading (100%) - Updating codeception/lib-asserts (1.12.0 => 1.13.1): Loading from cache - Updating codeception/codeception (4.1.6 => 4.1.7): Loading from cache - Updating codeception/module-asserts (1.2.1 => 1.3.0): Loading from cache - Updating codeception/module-rest (1.2.1 => 1.2.3): Downloading (100%) - Updating symfony/process (v5.1.3 => v5.1.5): Loading from cache - Updating codeception/module-webdriver (1.1.0 => 1.1.1): Loading from cache - Updating composer/semver (1.5.1 => 1.7.0): Downloading (100%) - Updating composer/xdebug-handler (1.4.2 => 1.4.3): Loading from cache - Updating doctrine/annotations (1.10.3 => 1.10.4): Loading from cache - Updating symfony/filesystem (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/stopwatch (v5.1.3 => v5.1.5): Loading from cache - Updating joomla/filesystem (1.5.2 => 1.6.0): Loading from cache - Updating composer/ca-bundle (1.2.7 => 1.2.8): Loading from cache - Updating nyholm/psr7 (1.3.0 => 1.3.1): Downloading (100%) - Updating spomky-labs/base64url (v2.0.2 => v2.0.3): Loading from cache - Updating symfony/dom-crawler (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/browser-kit (v5.1.3 => v5.1.5): Loading from cache - Updating brick/math (0.8.15 => 0.8.17): Loading from cache ### note Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
2020-09-22 17:34:14 +00:00
"time": "2020-08-18T23:41:20+00:00"
},
{
"name": "composer/ca-bundle",
"version": "1.3.1",
"source": {
"type": "git",
"url": "https://github.com/composer/ca-bundle.git",
"reference": "4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b",
"reference": "4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b",
"shasum": ""
},
"require": {
"ext-openssl": "*",
"ext-pcre": "*",
2019-08-06 18:31:03 +00:00
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
2021-04-23 07:34:06 +00:00
"phpstan/phpstan": "^0.12.55",
"psr/log": "^1.0",
2021-04-23 07:34:06 +00:00
"symfony/phpunit-bridge": "^4.2 || ^5",
"symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
2021-04-23 07:34:06 +00:00
"dev-main": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\CaBundle\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
"keywords": [
"cabundle",
"cacert",
"certificate",
"ssl",
"tls"
],
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/ca-bundle/issues",
"source": "https://github.com/composer/ca-bundle/tree/1.3.1"
},
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
"time": "2021-10-28T20:44:15+00:00"
},
{
"name": "defuse/php-encryption",
2021-04-23 07:34:06 +00:00
"version": "v2.3.1",
"source": {
"type": "git",
"url": "https://github.com/defuse/php-encryption.git",
2021-04-23 07:34:06 +00:00
"reference": "77880488b9954b7884c25555c2a0ea9e7053f9d2"
},
"dist": {
"type": "zip",
2021-04-23 07:34:06 +00:00
"url": "https://api.github.com/repos/defuse/php-encryption/zipball/77880488b9954b7884c25555c2a0ea9e7053f9d2",
"reference": "77880488b9954b7884c25555c2a0ea9e7053f9d2",
"shasum": ""
},
"require": {
"ext-openssl": "*",
2018-08-09 12:59:03 +00:00
"paragonie/random_compat": ">= 2",
2021-04-23 07:34:06 +00:00
"php": ">=5.6.0"
},
"require-dev": {
2021-04-23 07:34:06 +00:00
"phpunit/phpunit": "^4|^5|^6|^7|^8|^9"
},
"bin": [
"bin/generate-defuse-key"
],
"type": "library",
"autoload": {
"psr-4": {
"Defuse\\Crypto\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Hornby",
"email": "taylor@defuse.ca",
"homepage": "https://defuse.ca/"
},
{
"name": "Scott Arciszewski",
"email": "info@paragonie.com",
"homepage": "https://paragonie.com"
}
],
"description": "Secure PHP Encryption Library",
"keywords": [
"aes",
"authenticated encryption",
"cipher",
"crypto",
"cryptography",
"encrypt",
"encryption",
"openssl",
"security",
"symmetric key cryptography"
],
"support": {
"issues": "https://github.com/defuse/php-encryption/issues",
"source": "https://github.com/defuse/php-encryption/tree/v2.3.1"
},
2021-04-23 07:34:06 +00:00
"time": "2021-04-09T23:57:26+00:00"
},
2018-02-04 23:44:31 +00:00
{
"name": "doctrine/inflector",
2021-04-23 07:34:06 +00:00
"version": "1.4.4",
2018-02-04 23:44:31 +00:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
2021-04-23 07:34:06 +00:00
"reference": "4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9"
2018-02-04 23:44:31 +00:00
},
"dist": {
"type": "zip",
2021-04-23 07:34:06 +00:00
"url": "https://api.github.com/repos/doctrine/inflector/zipball/4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9",
"reference": "4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9",
2018-02-04 23:44:31 +00:00
"shasum": ""
},
"require": {
2021-04-23 07:34:06 +00:00
"php": "^7.1 || ^8.0"
2018-02-04 23:44:31 +00:00
},
"require-dev": {
2021-04-23 07:34:06 +00:00
"doctrine/coding-standard": "^8.0",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpstan/phpstan-strict-rules": "^0.12",
2020-05-30 10:40:04 +00:00
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
2018-02-04 23:44:31 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-30 10:40:04 +00:00
"dev-master": "2.0.x-dev"
2018-02-04 23:44:31 +00:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Inflector\\": "lib/Doctrine/Inflector",
"Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
2018-02-04 23:44:31 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2018-02-04 23:44:31 +00:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
2020-05-30 10:40:04 +00:00
"description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
"homepage": "https://www.doctrine-project.org/projects/inflector.html",
2018-02-04 23:44:31 +00:00
"keywords": [
"inflection",
2020-05-30 10:40:04 +00:00
"inflector",
"lowercase",
"manipulation",
"php",
"plural",
"singular",
"strings",
"uppercase",
"words"
2018-02-04 23:44:31 +00:00
],
"support": {
"issues": "https://github.com/doctrine/inflector/issues",
"source": "https://github.com/doctrine/inflector/tree/1.4.4"
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
"type": "tidelift"
}
],
2021-04-23 07:34:06 +00:00
"time": "2021-04-16T17:34:40+00:00"
2018-02-04 23:44:31 +00:00
},
[4.1] [SOC 21] Add a Scheduled Tasks Infrastructure to Joomla (#35143) * Fix task filter ordering Order now matches the order of columns the db table. Ref: joomla/joomla-cms#35143#discussion_r700213211 / @brianteeman. * Improve com_scheduler language strings Improves a task form hint, a label. Refs: joomla/joomla-cms#35143#discussion_r700203125 joomla/joomla-cms#35143#discussion_r700202862 @brianteeman. * Scheduler runner as a shutdown_function The schedule runner trigger is now bound as a shutdown_function. The function is registered by a onBeforeRender listener. * Enhance task locks and events - Updates task locks (the `locked` column) so they now use a timestamp to allow for recovery from a fatal failure. Includes updates to SQL scripts. - Dispatch a new onTaskRecoverFailure event on "recovery" from a fatal failure. - Actually dispatch task exit events (oops!) - Update the event class declaration for onExecuteTask to be more elegant, readable. [1] [1]: http://joomla/joomla-cms#35143#discussion_r700897628 / @Denitz * Add a sanity check to TaskPluginTrait Adds a pre-broadcast sanity check for plugins with invalid an TASK_MAP. The advertiseRoutines method will no longer try to advertise tasks that don't have a corresponding 'langConstPrefix'. * Fix fatal task failure check Fixes the failure check (the lock should not be null) and enhances a comment + styling. * Increase scheduler plugin hook priority Increases the priority for the registerRunner hook to PHP_INT_MAX, although I'm not yet sure if onBeforeRender is the first event to be fired (probably not). * Fix event dispatchers in the Task class The onTaskRecoverFailure and exit task weren't passing the event name to dispatchers. Oops! P.S. I don't know why that's required with the new Event classes. * Cleanup com_scheduler manifest Removes menu link (was supposed to go before). * Add filtering by lock state in TasksModel Adds support for filtering by the "lock" state of a task. Also in the process defines different lock levels: hard locks and soft locks. I think in the future, the filtering states should maybe go into a namespace/class for constants. * Add task timeout config to "com_scheduler" Adds a configuration field for a global task timeout. The timeout serves the purpose of safely declaring a hard-limit on how long tasks can be considered as running once a lock on them is acquired. Right now the default is 300s (5min) but this can be re-evaluated in the future to a more sensible value if needed. * Update language file for "com_scheduler" Adds new constants for the component configuration form. * Bugfix and update Scheduler API class - Now fetches all fields from the DB (this broke things as the `locked` field was never fetched!!) - Adds locked state filtering as a default (excludes hard-locked jobs). * Add priority column to `#__scheduler_tasks` - Adds a priority column to the tasks table, also a linked index. - Fixes update SQL script styling. * Add task priority to Task form and filter form * Add priority, multi-ordering support to TasksModel - Adds priority to the filter_fields config. - Adds support for a `list.multi_ordering` model state variable which can be used to sort by multiple fields (limitation for the standard `list.ordering` `list.direction` model). The way this is right now means we pass unquoted names to the db which should be fixed in the future. In any case this is not exposed in the filter form but only meant to be used by internal handlers interacting with the model. - Fixes behaviour for high collision ordering fields (used to order first by title and then by the targeted column). * Update task timeout with config fetch The Task driver class now fetches the task timeout from the component config. * Add priority-aware task queue to Scheduler class The fetchTasks() method now uses multi-ordering with priority as the primary ordering column to make the task queue priority aware. * Update language files for com_scheduler - Adds language constants for the task priority config in the task and tasks filter form. - Sneaks in a description attribute for the priority form field. * Bugfix and add an 'Advanced' tab to the task form - Moves the log config and task priority to the advanced tab. - Fixes a bug with using `joomla.edit.params`, which is now used for rendering all injected task routine parameters. * Enhance orphan task handling in Task driver - Dispatches now an event if task to run is orphaned, then skip the execution and exit early with a new exit code. - Adds a skipExecution method to the Task class. - Enhanced the handleExit method through an events map to dispatch other events based on exit code. - Adds a new code for orphaned tasks to the Status namespace class. * Enhance orphan handling in Scheduler, update lang - Scheduler now includes orphaned tasks by default. Before this, the ::runTask() method never got to handling or logging orphaned tasks because of the default filtering excluding them. - Adds exceptional log for orphaned tasks. - Update language file to match. * Add demo task routines to stress memory Adds task routines to test scheduled tasks when either the system memory runs out or the PHP memory_limit is exceeded. * Add sleep demo task routine Renames the first demo task routine and adds a form field to configure the sleep duration. * Update language files for plgTaskDemotasks Adds constants for new task routines and updates some others. * Cleanup and bugfix com_scheduler - Removes redundant pass-by-reference - Makes closures static where possible - Fixes problematic casts - Adds some missing parenthesis - Removes unused variables - Removes unused method overrides - Miscellaneous changes Ref: joomla/joomla-cms#35143 / @Denitz * Improve consistency, extend `#__scheduler_tasks` Adds `checked_out` and `checkout_out_time` to `#__scheduler_tasks`. Also adds index for `checked_out`. Ref: joomla/joomla-cms#35143#issuecomment-911819994 / @Denitz * Remove language autoload from ScheduleRunner Ref: joomla/joomla-cms#35143#issuecomment-911819994 / @Denitz * Fix missed errant cast Fixes a leftover problematic cast in IntervalField. * Patch Task::releaseLock() The method now updates the Task properties, so they now keep in sync with db updates and can be used reliably by other code. * Add plgSystemTaskNotification This plugin is responsible for sending out email notifications for task failures and optionally also successful executions. * Add language files for plgSystemTaskNotifications * Add SQL DDL for task notification mail templates * Add auto-install SQL (plgSystemTaskNotifications) * Add language autoload for plgSysTaskNotification * Patch auto-install SQL scripts - Adds installation DDL in installation script (supports.sql) - Adds the `extension` column in update scripts. * Cleanup plg taskNotification * Fix Scheduler::fetchTasks() default behaviour Shifts the list config for the task queue to the fetchTaskRecord() method. This makes more sense as the fetchTasks() method is supposed to be a transparent API method to interact with the TasksModel rather than have an overriding default like the list.multi_ordering state variable as a default. Also changes the default ordering behaviour for sensibility and adds some comments for clarity. * Add explicit id, title filtering to TasksModel These are largely redundant to the search filter but convenient to use and when only the title should be targeted. It turned out I assumed we had this in the model and so was an outstanding bug with the Scheduler class. Probably, can use refactor later (or _should_). * Enhance ExecRuleHelper::nextExec() Adds a new option $nowBasis argument, when provided uses 'now' as the last execution. Useful when skipping executions, so we're not actually updating the last exec. * Add new Task::Status constant Adds a status code for when no (matching) task exists. * Improve comments in the TaskOption class Improves comment structure, adds some missing punctuation. * Update the Scheduler class - Renames fetchTasks() => fetchTaskRecords(). - Fixes broken id search (l190). - Updates runTask() return (now returns the Task exit code). - Adds TASK_QUEUE filters and list config as class constants so other extensions can reliably use them to get the queue behaviour (should this somehow be baked in?). - Updates return for fetchTaskRecords(), which could return a false from the model query before but now would an empty array. * Bugfix Task::skipExecution() Now actually skips the execution and advances the task to the next execution slot relative to 'now'. * Add scheduler:list console command Command to list scheduled tasks. * Add scheduler:run command Command to run scheduled tasks. Supports triggering the task queue as well as individual tasks, matching either by id or title. Right now, due some code-smell fixes and perhaps behavior adjustments. An example, perhaps the title match could support running all tasks matching a title with the --all flag. * Add autoload for new commands Adds new commands to the application loader and dependency injection class used by other core commands. * Add plugin plgTaskCheckFiles Adds plgTaskCheckFiles. This plugin includes currently a single task routine which offers the ability to check images in a directory for dimensions and resize ones that are too big! * Enhance form for image size routine Adds sensible defaults, require attributes, etc. * Update form for get_request routine Updates the fieldset so its translated right. * Update language file for com_scheduler Adds a new constant for the task_params fieldset so plugins can use it without defining their own. * Patch task form Patches the "trigger" field to make it hidden. This is temporary as it should be removed altogether soon both in the form and the db table. * Patch exit handling in Task class The handleExit() method needed the exit code to be passed while it was available already in the $snapshot class property. This also created room for error and the final handleExit() return meant that generic failures were never broadcasted through the failure event. * Patch exit handling in Task class The handleExit() method needed the exit code to be passed while it was available already in the $snapshot class property. This also created room for error and the final handleExit() return meant that generic failures were never broadcasted through the failure event. * Add support for mailing task outputs Implements support for mailing out task output attachments and in the body. Not robust but just works for a demo (needs to be redone). * Update SQL for task notification templates Adds the "task_output" param. * Add output file support in GET request routine Hastily done and to be redone but this works okay as a POC. * Patch task class Fixes the execution time record/next execution which broke somewhere along before. This is a quick patch and should be fixed as suggested by the comment. * Disable deprecated routineEndMessage [CheckFiles] * Improve code quality, consistency and style - Removes some redundant comments. - Reduces reliance on implicit PHP casts. - Refactors to a more functional approach in TaskModel::save() and calls nested within. - Uses allowed Priority::MAX as plgSystemSchedulerunner listener priority. - Refactors some abbreviated variable names. - Changes uses of the 'GMT' to 'UTC' (more correct and consistent with existing Joomla code) - Separates some variable assignments and tests for improved readability. - Starts removing imports for native global functions and objects. This should be a gradual process. - Cover up a couple copy-and-paste inconsistencies. oops! - Reverts a styling regression in old code. Ref: joomla/joomla-cms#35143 / @nibra / @HLeithner / @brianteeman. * Make SchedulerHelper abstract Makes SchedulerHelper an abstract class. This also eliminates the need for a private constructor. Refs: joomla/joomla-cms/#35143#discussion_r710998565 / joomla/joomla-cms#35143#discussion_r710999157 / @PhilETaylor / @nibra. * Add request hash protection for scheduler runner - Adds a configuration tab for the lazy scheduler in ComScheduler with configuration switches for disabling the lazy scheduler and protecting it with a request hash. - Adds configuration checks in plgSystemScheduleRunner to only run if either hash matches or it's not protected. * Bugfix scheduleRunner event subscription behaviour ScheduleRunner attached itself to events even with comScheduler disabled. This was likely because it utilised a constructor short which is useful only with the pre-4.x event-method model. This commit adds checks for the component straight to the getSubscribedEvents() method and also adds a check for the lazy scheduler switch in com_scheduler config params. Refs: @Denitz / joomla/joomla-cms#35143#issuecomment-911453500. * Add rule for manual-only task invocation Adds an execution rule for when a task should only run when manually invoked. Also renames internally the "custom" rule to "cron-expression". * Refactor and extend TaskModel, TaskTable - Updates TaskModel for changes in the Task form. - Extends and refactors TaskModel to both support to both support the new manual invocation only rule and for better behaviour with setting some fields initially in the database. - Adds a Task::bind() override to TaskTable and changes a default param to support updating fields to NULL through AdminModel::save(). * Update ExecRuleHelper - Update with changes to the Task form. - Removes imports for native global functions. * Update language constants for com_scheduler - Adds language constants for new Scheduler config fields. - Refactors some language constants for better, more uniform naming. * Cleanup Task class - Removes outdated info from handleExit() PHP-doc. - Removes imports for native global symbols. * Update com_scheduler manifest - Adds some missing fields and fixes code-style. * Apply code-style suggestions from code review - Fixes styling for some docblocks. - Fixes copyright header alignment for consistency (non-exhaustive). - Adds trailing commas for multi-line array declarations (probably non-exhaustive). - Adds explicit name-spacing for global native symbols (likely non-exhaustive). - Misc code-style improvements. Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * Apply code-style suggestions from code review - Fixes styling for some docblocks. - Fixes copyright header alignment for consistency (non-exhaustive). - Adds trailing commas for multi-line array declarations (probably non-exhaustive). - Adds explicit name-spacing for global native symbols (likely non-exhaustive). - Misc code-style improvements. Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * Clean up usage * Add AJAX requests script to scheduleRunner JS sets up a navigator.sendBeacon() callback to make requests to trigger a `com_ajax` backed AJAX listener offered by plgSystemScheduleRunner. * Update manifest for plgSystemScheduleRunner Adds the new media asset folder, fills in some missing fields and fixes the language field. * Add scheduleRunner listener to inject JS - Removes `shutdown_function` behavior to register the scheduleRunner. - Adds listener method to inject the trigger JS on the `onBeforeCompileHead` event. - Fixes copyright header styling. - Reduces event subscription stage check complexity. (Ref: @Denitz / joomla-projects/soc21_website-cronjob#4#commitcomment-57308547) - Adds `com_scheduler` component config as class property. - Change scheduleRunner's subscription event to `onAjaxRunScheduler`. * Add scheduleRunner doc and missing checks - Adds descriptive doc in the class docblock. - Adds missing checks to the runScheduler() method. * Fix `created_by` auto set on task save - TaskTable::save() now sets the `created_by` field correctly. - Adds and fixes existing checks for field auto-set. * Cleanup and enhance TaskTable docs - Fix copyright style. - Enhance doc blocks. - Cleanup. * Fix plugin manifests - Lowercase <name>. - Adds missing fields and missing <files> nodes. - Fixes XML styling (tasknotification.xml) Ref: @bembelimen * Revert changes to the modules/select template Reverts file to 4.1-dev state. * Add standard routine handler `standardRoutineHandler()` can take care of initialising the routine, calling the associated callable and ending the routine all without any logic in the plugin class if each routine has a corresponding callable. * Fix copyright formatting * Update Task\Status Adds status code for invalid return and improves member doc blocks. * Refactor TaskPluginTrait - Renames methods: - `taskLog()` => `logTask()` - `taskEnd()` => `endRoutine()` - `taskStart()` => `initRoutine()` - Upgrade `enhanceTaskItemForm()` to a complete event handler. For plugins targeting only the task form, this method can now be mapped straight to the `onContentPrepareForm` event. - Code style improvements and fixes for global namespace qualification on some `\Exception` references. - More explicit checks on variables. - `Event` type arguments are now `EventInterface` so other implementations stay compatible. - Removes deprecated logging nd `$log` param from `endRoutine()`. * Improve TaskPluginTrait documentation Adds and improves on the information in the doc blocks with context, usage hints and related information. Also updates some parameter information and fixes the tag order (`@since` <=> `@throws`). * Implement suggestions on TaskPluginTrait - Refactors `initRoutine()` => `startRoutine()` - Return true for irrelevant enhanceTaskItemForm() contexts. - Path checks for routine forms. - Allow only class methods with `standardRoutineHandler()` - Adds signature checks on standard routine methods. - Adds validation on routine return codes against `Task\Status`. * Update TaskPluginTrait::standardRoutineHandler() Now enforces a single required parameter of type `ExecuteTaskEvent` (from `EventInterface`). * Update task plugins - Remove methods now offered by TaskPluginTrait. - The 'call' TASKS_MAP param is now 'method'. - Update event subscriptions. - Update docs. - Improve code-style and copyright blocks. * Ignore user aborts on scheduler trigger Adds attempt to set the INI `ignore_user_abort` to true. Also enhances some docs. * Update TaskPluginTrait doc Updates signature reference for standard routine methods. * Rename status code Renames `Task\Status::NO_TIME` to `Task\Status::RUNNING`. * Add config options for scheduleRunner Adds config option for the client side request intervals for the scheduler trigger. Also fixes some showon attributes in the com_scheduler config form. * Add removal of time limit on task runs Add test task permission Add webcron, test task, lazycron entry points * Fix broken interval run when setting custom value * Set correct lazyCron URL and run it at the beginning Prevent running LazyCron when not in html view or if lazyCron is not enabled Implement hash check for webCron * Rebuild JS Implement test runner * Finish test cron * Fix CS * Revert SQL query * Add webcron to scheduler config Updates the `com_scheduler` config.xml with the webcron fieldset. * Add webcron key autogen and more to Schedulerunner - Schedulerunner auto-generates the webcron key and does some form usability enhancements on the config form (much like the user API token plugin). * Add custom field for webcron link - Adds new field 'WebcronLinkField', this field is not really needed except for to support the custom layout location. - Allows for the webcron link to be copies on click, much like the user API token field. - Adds field JS to the `com_scheduler` media source provider. * Update com_scheduler language file Adds new strings for the config form and updates some refs. * Fix regression in Scheduler class - Fix regression due to newly protected status of Task::snapshot + accessor. - Update some doc-blocks and related formatting. - Optimise some imports. - Minor miscellaneous changes. * Fix test run JS Fixes apparent JS parse error on non-zero task exits. * Improve form manipulation code - Check for `com_scheduler` in the subject table for table event. - Minor code simplification. * Clean up redundant field from Tasks table - Remove redundant `trigger` field from `#__scheduler_tasks`. - From install and update SQL. - Task item form. - Language file. - Fix regression in GenericDataException ref. - Minor styling/doc fixes and upgrades. * Remove global task configuration config - Removes task configuration config from `plgSystemTasknotifications` plugin config. - ! Does not update any usages. * Add task notification config as injected form - Task notification config is now injected into the task item form. - ! Usages are not updated. * Improve plgSystemTaskNotification code style - Updates docs. - Improves docblocks, general code style for compliance with unenforced Joomla! style guide. * Fix params display in task view * Add fieldset labels for task form - Adds missing fieldset labels. - Adds some comments and fixes marginally code-style. * Update task notification logic - Replaces checks with updated task item configuration. - Improves logging (additional checks). - Makes file attachment handling safer. - Fixes/updates code-style. * Update plgSystemTaskNotification language file - Adds new constants for logging. - Fixes ordering. * Fix Task driver behavior The run() method now updates the object state instead of leaving it to releaseLock(). The class continues to appear a clunky build :D. * Fix TasksRunCommand regression * Fix scheduleRunner default behaviour - Uses again sensible defaults (enabled lazy cron). - Check webcron.enabled. - Some useful logging. - Improved docblocks. * Update scheduleRunner language files Adds new constant for a logging string. * Update and fix code-style - Fix license header formatting. - Fix doc phpdoc tag ordering. - Cleanup and marginally improve doc-blocks. - Fix unqualified global refs in doc-blocks. - Misc formatting fixes/improvements. - Remove phpcs ignores. * Revert drone * Update com_scheduler language file - Missing constant. - Ordering. * Apply suggestions from code review Code-style and language improvements. Co-authored-by: Brian Teeman <brian@teeman.net> * Apply suggestions from code review Code-style and language improvements. Co-authored-by: Brian Teeman <brian@teeman.net> * Update language constants for plgSysScheduleRunner Updates plugin description string. * Bugfix Task::run() For some reason, the UNIX timestamp with microseconds `microtime()` broke the DateTime breaking down the task usual scheduling. This commit introduces an int cast for the timestamp which makes things work as expected. * Fix webcron url & description Fixes webcron url and description as exposed in the Scheduler component config. Ref: joomla-projects/soc21_website-cronjob#37 * Update joomla.asset.json * Improve the locking mechanism * Add table locking when locking task * CS * Simplify null date check * Add column quote * Extend TaskModel's getter method ! Fails in MySQL 5.6 with "Table <task table> was not locked with LOCK TABLES" - Adds options array to customise behavior. - Adds static option resolver for proxies to the getter. - Wrap queue behavior in a sub-query for compatibility. ... * Update Scheduler::getTask() and runTask() Updates Scheduler::getTask() and Scheduler::runTask() to match the updated TaskModel::getTask() method. * Fix typos and improve static analysis support Fixes some typos and adds some doc IDE typehint for improved static analysis to the Scheduler class. * Update/fix Schedulerunner Updates primarily the Schedulerunner::runTestCron() method. Other methods might need to be updated still. * Update Task class Minor updates, comments for the future. * Update Task::releaseLock() Fixes compatibility with PostgreSQL (tested on 11). Removes table specificity from columns (this confuses Postgres for some reason). * Update TaskModel::getTask() Fixes task queue behavior (now only applies when an ID is not passed). * Improve TaskModel::getTask() mysql compat ! Still fails because of table locks - Adds pseudo-source for sub-query. https://stackoverflow.com/q/44970574 - Adds reference comments to try to make the SQL gymnastics make sense. * Add unlock function * Fix language strings for the schedulerunner plugin * Update description and remove plugin files * Implement Scheduler CLI state changer * Update TasksStateCommand.php * Fix list state filter in scheduler * Fix MySQL lock violations Fixes lock violation by getting rid of sub-queries. * Fix label a11y [#42] * Quote 'id' Co-authored-by: Benjamin Trenkle <bembelimen@users.noreply.github.com> * update publish/unpublish => enable/disable * Add check for checked out tasks Adds check for checked out state of tasks, so it doesn't silently fail anymore if such a task is attempted to be updated. * Improve static analysis support. Adds type hints for classes so static analysis and IDE autocomplete works better. * Update exit codes and fix typos - Updates failure exit codes so all are now distinct. - Fixes typos and other minor things. - Uses syntactic string composition instead of concatenation. * Cleanup Removes debug string eval * Fix SQL scripts Reduces length of `#__scheduler_tasks.type` to evade exceeding maximum length of indices and considering 128 chars is sufficient for a UUID and for context aware string currently used for routine IDs. Refs: @HLeithner * Apply Code-style and doc-block improvements from code review Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * Replace Registry inheritance with composition Task no longer extends Registry, but uses a new `taskRegistry` property to store a Registry object. This compositional pattern makes the code stink less. * Refactor Task::isSuccess() No longer takes care of dispatching exit events, which is done by Task::dispatchExitEvent() now. Return API is unchanged. * Apply Code-style and doc-block improvements from code review Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * Update doc-blocks for the Task driver Adds doc-block for Task::EVENTS_MAP and updates the constructor's. * Update composer.lock * Update composer.lock * Make Task property getter public [bug] Makes the task property getter public. Protected visibility here breaks things. * Improve task routine exception handling - The driver now allows for and preserves exceptions from routines, throwing them again after wrapping things up and releasing the task lock. - Removes the nonNull assertion for the routine snapshot (this already did not work). * Update plgScheduleRunner Webcron now throws the exception from the task, if it exists. This is caught by com_ajax and the exception message included in the output. * Update Task::Status Renames the KO_RUN status to KNOCKOUT, adds description in docblock. * Fix exception handling in TaskPluginTrait Catches only ReflectionExceptions now, leaving out others for the Task driver to access. * Cleanup assert exception refs Cleans up imports and docblocks. * Improve ScheduleRunner documentation. * Improve code style Majorly fixes from the latest updates in Joomla's PHP CS Fixer config, * Fix demo task form * Update language file for `com_scheduler` * Use output buffering for lazyCron to avoid dying * Merge update SQL * Update plgTaskCheckfiles - Adds support for WEBP. - Better format support while resizing. - Minor refactoring and more informative logging. * Update scheduleRunner docs * Improve code quality for task unlocking - Improved static analysis support and type-hinting. - Fix usage of undefined variables. - Add/modify comments and variable names. - Update event names and interface for relevance. - Improve docs in doc-blocks. - Fix code-style. * Fix com_scheduler, task plugin code-style Fixes code-style with the updated php-cs-fixer config. * Fix WebcronLinkField::getLayoutPaths() The union operator... did not do the right job. * Merge more update SQL Missed one! * Rename update SQL Updates date signatures of update files to a fresher date. * Make plgTaskCheckfiles logging translatable Adds language constants for logging strings. Refs: @PhilETaylor * Update plgTaskRequests - Add logging on exception. - Improve variable naming/file write safety. - Update language file. Refs: @PhilETaylor * Improve exception handling plgTaskCheckfiles - Improves handling exceptions and failures. - Adds more informative logging. Refs: @PhilETaylor * Update code-style and language - Fixes some misc code-style, reverses regression. - Adds language for some log. * Fix installation and update SQL scripts * Fix update SQL for PostgreSQL for the database checker * Add new core extensions to the extensions helper * Add auto-install SQL for plg_task_checkfiles - Adds auto-install SQL for both installation and update. - Also adds relevant entry to ExtensionHelper. Refs: joomla-projects/soc21_website-cronjob#49 / @richard67 * Add DB column for cli exclusive tasks - Adds new DB column `#__scheduler_tasks.cli_exclusive`, updating both install and update scripts. Also adds relevant index. * Add support for CLI exclusive tasks - Updates TaskModel::getTask() with an option to include/exclude CLI exclusives. - Adds runtime check to Scheduler::runTask() so it now includes CLI exclusives only in a CLI context. * Add comments, fix doc signatures + style - Add comments to schedulerunner. - Fix some type signatures in doc-blocks. - Other minor style fixes. * Fix get request response body Shouldn't throw an undefined constant again. * Add `Scheduler::run()` option for concurrency - Scheduler::run() now uses an options array backed by the Symfony OptionsResolver. - Offers a new option that allows for execution concurrency (this was specifically required by the CLI command). * Update plgSystemSchedulerunner Updates Schedulerunner for changes in Scheduler::run() * Make `scheduler:run` safer - Null safety against Tasks. - More informative stderr log on lock acquisition failures. - Now allows concurrency so Web doesn't block out CLI anymore (thanks to the updates in Scheduler::run()). Refs: joomla/joomla-cms#35143#issuecomment-976391914 / @alikon / @bembelimen * Refactor `scheduler:state` - Better (expectedly safer) flow of logic with attempts to get the logical/enumerated state from command mode and interactive modes. - Terminate on invalid command invocation. - Fix exit success message (did not show action). - Better formatting of description, etc. - Code-style fixes. Refs: joomla/joomla-cms#35143#issuecomment-977608144 / @alikon / @bembelimen * Improve `scheduler:run` description style Minor improvement to `scheduler:run` description for consistency. * Add utilities, bugfix Task class - Adds state enumerations and map. - Adds basic static state and id validators. - Fix use of un-imported Text class, $->getMessage() call. * Improve `scheduler:state` command - Better validation and improved consistency. - Removes now redundant state enumerations, mapping and validators which the Task class offers. * Add page reload after testing * Code sniffer fixes * Rename param for Scheduler::fetchTaskRecord() Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> Co-authored-by: Benjamin Trenkle <benjamin.trenkle@wicked-software.de> Co-authored-by: Brian Teeman <brian@teeman.net> Co-authored-by: Benjamin Trenkle <bembelimen@users.noreply.github.com> Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2021-11-26 11:42:10 +00:00
{
"name": "dragonmantank/cron-expression",
"version": "v3.3.1",
[4.1] [SOC 21] Add a Scheduled Tasks Infrastructure to Joomla (#35143) * Fix task filter ordering Order now matches the order of columns the db table. Ref: joomla/joomla-cms#35143#discussion_r700213211 / @brianteeman. * Improve com_scheduler language strings Improves a task form hint, a label. Refs: joomla/joomla-cms#35143#discussion_r700203125 joomla/joomla-cms#35143#discussion_r700202862 @brianteeman. * Scheduler runner as a shutdown_function The schedule runner trigger is now bound as a shutdown_function. The function is registered by a onBeforeRender listener. * Enhance task locks and events - Updates task locks (the `locked` column) so they now use a timestamp to allow for recovery from a fatal failure. Includes updates to SQL scripts. - Dispatch a new onTaskRecoverFailure event on "recovery" from a fatal failure. - Actually dispatch task exit events (oops!) - Update the event class declaration for onExecuteTask to be more elegant, readable. [1] [1]: http://joomla/joomla-cms#35143#discussion_r700897628 / @Denitz * Add a sanity check to TaskPluginTrait Adds a pre-broadcast sanity check for plugins with invalid an TASK_MAP. The advertiseRoutines method will no longer try to advertise tasks that don't have a corresponding 'langConstPrefix'. * Fix fatal task failure check Fixes the failure check (the lock should not be null) and enhances a comment + styling. * Increase scheduler plugin hook priority Increases the priority for the registerRunner hook to PHP_INT_MAX, although I'm not yet sure if onBeforeRender is the first event to be fired (probably not). * Fix event dispatchers in the Task class The onTaskRecoverFailure and exit task weren't passing the event name to dispatchers. Oops! P.S. I don't know why that's required with the new Event classes. * Cleanup com_scheduler manifest Removes menu link (was supposed to go before). * Add filtering by lock state in TasksModel Adds support for filtering by the "lock" state of a task. Also in the process defines different lock levels: hard locks and soft locks. I think in the future, the filtering states should maybe go into a namespace/class for constants. * Add task timeout config to "com_scheduler" Adds a configuration field for a global task timeout. The timeout serves the purpose of safely declaring a hard-limit on how long tasks can be considered as running once a lock on them is acquired. Right now the default is 300s (5min) but this can be re-evaluated in the future to a more sensible value if needed. * Update language file for "com_scheduler" Adds new constants for the component configuration form. * Bugfix and update Scheduler API class - Now fetches all fields from the DB (this broke things as the `locked` field was never fetched!!) - Adds locked state filtering as a default (excludes hard-locked jobs). * Add priority column to `#__scheduler_tasks` - Adds a priority column to the tasks table, also a linked index. - Fixes update SQL script styling. * Add task priority to Task form and filter form * Add priority, multi-ordering support to TasksModel - Adds priority to the filter_fields config. - Adds support for a `list.multi_ordering` model state variable which can be used to sort by multiple fields (limitation for the standard `list.ordering` `list.direction` model). The way this is right now means we pass unquoted names to the db which should be fixed in the future. In any case this is not exposed in the filter form but only meant to be used by internal handlers interacting with the model. - Fixes behaviour for high collision ordering fields (used to order first by title and then by the targeted column). * Update task timeout with config fetch The Task driver class now fetches the task timeout from the component config. * Add priority-aware task queue to Scheduler class The fetchTasks() method now uses multi-ordering with priority as the primary ordering column to make the task queue priority aware. * Update language files for com_scheduler - Adds language constants for the task priority config in the task and tasks filter form. - Sneaks in a description attribute for the priority form field. * Bugfix and add an 'Advanced' tab to the task form - Moves the log config and task priority to the advanced tab. - Fixes a bug with using `joomla.edit.params`, which is now used for rendering all injected task routine parameters. * Enhance orphan task handling in Task driver - Dispatches now an event if task to run is orphaned, then skip the execution and exit early with a new exit code. - Adds a skipExecution method to the Task class. - Enhanced the handleExit method through an events map to dispatch other events based on exit code. - Adds a new code for orphaned tasks to the Status namespace class. * Enhance orphan handling in Scheduler, update lang - Scheduler now includes orphaned tasks by default. Before this, the ::runTask() method never got to handling or logging orphaned tasks because of the default filtering excluding them. - Adds exceptional log for orphaned tasks. - Update language file to match. * Add demo task routines to stress memory Adds task routines to test scheduled tasks when either the system memory runs out or the PHP memory_limit is exceeded. * Add sleep demo task routine Renames the first demo task routine and adds a form field to configure the sleep duration. * Update language files for plgTaskDemotasks Adds constants for new task routines and updates some others. * Cleanup and bugfix com_scheduler - Removes redundant pass-by-reference - Makes closures static where possible - Fixes problematic casts - Adds some missing parenthesis - Removes unused variables - Removes unused method overrides - Miscellaneous changes Ref: joomla/joomla-cms#35143 / @Denitz * Improve consistency, extend `#__scheduler_tasks` Adds `checked_out` and `checkout_out_time` to `#__scheduler_tasks`. Also adds index for `checked_out`. Ref: joomla/joomla-cms#35143#issuecomment-911819994 / @Denitz * Remove language autoload from ScheduleRunner Ref: joomla/joomla-cms#35143#issuecomment-911819994 / @Denitz * Fix missed errant cast Fixes a leftover problematic cast in IntervalField. * Patch Task::releaseLock() The method now updates the Task properties, so they now keep in sync with db updates and can be used reliably by other code. * Add plgSystemTaskNotification This plugin is responsible for sending out email notifications for task failures and optionally also successful executions. * Add language files for plgSystemTaskNotifications * Add SQL DDL for task notification mail templates * Add auto-install SQL (plgSystemTaskNotifications) * Add language autoload for plgSysTaskNotification * Patch auto-install SQL scripts - Adds installation DDL in installation script (supports.sql) - Adds the `extension` column in update scripts. * Cleanup plg taskNotification * Fix Scheduler::fetchTasks() default behaviour Shifts the list config for the task queue to the fetchTaskRecord() method. This makes more sense as the fetchTasks() method is supposed to be a transparent API method to interact with the TasksModel rather than have an overriding default like the list.multi_ordering state variable as a default. Also changes the default ordering behaviour for sensibility and adds some comments for clarity. * Add explicit id, title filtering to TasksModel These are largely redundant to the search filter but convenient to use and when only the title should be targeted. It turned out I assumed we had this in the model and so was an outstanding bug with the Scheduler class. Probably, can use refactor later (or _should_). * Enhance ExecRuleHelper::nextExec() Adds a new option $nowBasis argument, when provided uses 'now' as the last execution. Useful when skipping executions, so we're not actually updating the last exec. * Add new Task::Status constant Adds a status code for when no (matching) task exists. * Improve comments in the TaskOption class Improves comment structure, adds some missing punctuation. * Update the Scheduler class - Renames fetchTasks() => fetchTaskRecords(). - Fixes broken id search (l190). - Updates runTask() return (now returns the Task exit code). - Adds TASK_QUEUE filters and list config as class constants so other extensions can reliably use them to get the queue behaviour (should this somehow be baked in?). - Updates return for fetchTaskRecords(), which could return a false from the model query before but now would an empty array. * Bugfix Task::skipExecution() Now actually skips the execution and advances the task to the next execution slot relative to 'now'. * Add scheduler:list console command Command to list scheduled tasks. * Add scheduler:run command Command to run scheduled tasks. Supports triggering the task queue as well as individual tasks, matching either by id or title. Right now, due some code-smell fixes and perhaps behavior adjustments. An example, perhaps the title match could support running all tasks matching a title with the --all flag. * Add autoload for new commands Adds new commands to the application loader and dependency injection class used by other core commands. * Add plugin plgTaskCheckFiles Adds plgTaskCheckFiles. This plugin includes currently a single task routine which offers the ability to check images in a directory for dimensions and resize ones that are too big! * Enhance form for image size routine Adds sensible defaults, require attributes, etc. * Update form for get_request routine Updates the fieldset so its translated right. * Update language file for com_scheduler Adds a new constant for the task_params fieldset so plugins can use it without defining their own. * Patch task form Patches the "trigger" field to make it hidden. This is temporary as it should be removed altogether soon both in the form and the db table. * Patch exit handling in Task class The handleExit() method needed the exit code to be passed while it was available already in the $snapshot class property. This also created room for error and the final handleExit() return meant that generic failures were never broadcasted through the failure event. * Patch exit handling in Task class The handleExit() method needed the exit code to be passed while it was available already in the $snapshot class property. This also created room for error and the final handleExit() return meant that generic failures were never broadcasted through the failure event. * Add support for mailing task outputs Implements support for mailing out task output attachments and in the body. Not robust but just works for a demo (needs to be redone). * Update SQL for task notification templates Adds the "task_output" param. * Add output file support in GET request routine Hastily done and to be redone but this works okay as a POC. * Patch task class Fixes the execution time record/next execution which broke somewhere along before. This is a quick patch and should be fixed as suggested by the comment. * Disable deprecated routineEndMessage [CheckFiles] * Improve code quality, consistency and style - Removes some redundant comments. - Reduces reliance on implicit PHP casts. - Refactors to a more functional approach in TaskModel::save() and calls nested within. - Uses allowed Priority::MAX as plgSystemSchedulerunner listener priority. - Refactors some abbreviated variable names. - Changes uses of the 'GMT' to 'UTC' (more correct and consistent with existing Joomla code) - Separates some variable assignments and tests for improved readability. - Starts removing imports for native global functions and objects. This should be a gradual process. - Cover up a couple copy-and-paste inconsistencies. oops! - Reverts a styling regression in old code. Ref: joomla/joomla-cms#35143 / @nibra / @HLeithner / @brianteeman. * Make SchedulerHelper abstract Makes SchedulerHelper an abstract class. This also eliminates the need for a private constructor. Refs: joomla/joomla-cms/#35143#discussion_r710998565 / joomla/joomla-cms#35143#discussion_r710999157 / @PhilETaylor / @nibra. * Add request hash protection for scheduler runner - Adds a configuration tab for the lazy scheduler in ComScheduler with configuration switches for disabling the lazy scheduler and protecting it with a request hash. - Adds configuration checks in plgSystemScheduleRunner to only run if either hash matches or it's not protected. * Bugfix scheduleRunner event subscription behaviour ScheduleRunner attached itself to events even with comScheduler disabled. This was likely because it utilised a constructor short which is useful only with the pre-4.x event-method model. This commit adds checks for the component straight to the getSubscribedEvents() method and also adds a check for the lazy scheduler switch in com_scheduler config params. Refs: @Denitz / joomla/joomla-cms#35143#issuecomment-911453500. * Add rule for manual-only task invocation Adds an execution rule for when a task should only run when manually invoked. Also renames internally the "custom" rule to "cron-expression". * Refactor and extend TaskModel, TaskTable - Updates TaskModel for changes in the Task form. - Extends and refactors TaskModel to both support to both support the new manual invocation only rule and for better behaviour with setting some fields initially in the database. - Adds a Task::bind() override to TaskTable and changes a default param to support updating fields to NULL through AdminModel::save(). * Update ExecRuleHelper - Update with changes to the Task form. - Removes imports for native global functions. * Update language constants for com_scheduler - Adds language constants for new Scheduler config fields. - Refactors some language constants for better, more uniform naming. * Cleanup Task class - Removes outdated info from handleExit() PHP-doc. - Removes imports for native global symbols. * Update com_scheduler manifest - Adds some missing fields and fixes code-style. * Apply code-style suggestions from code review - Fixes styling for some docblocks. - Fixes copyright header alignment for consistency (non-exhaustive). - Adds trailing commas for multi-line array declarations (probably non-exhaustive). - Adds explicit name-spacing for global native symbols (likely non-exhaustive). - Misc code-style improvements. Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * Apply code-style suggestions from code review - Fixes styling for some docblocks. - Fixes copyright header alignment for consistency (non-exhaustive). - Adds trailing commas for multi-line array declarations (probably non-exhaustive). - Adds explicit name-spacing for global native symbols (likely non-exhaustive). - Misc code-style improvements. Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * Clean up usage * Add AJAX requests script to scheduleRunner JS sets up a navigator.sendBeacon() callback to make requests to trigger a `com_ajax` backed AJAX listener offered by plgSystemScheduleRunner. * Update manifest for plgSystemScheduleRunner Adds the new media asset folder, fills in some missing fields and fixes the language field. * Add scheduleRunner listener to inject JS - Removes `shutdown_function` behavior to register the scheduleRunner. - Adds listener method to inject the trigger JS on the `onBeforeCompileHead` event. - Fixes copyright header styling. - Reduces event subscription stage check complexity. (Ref: @Denitz / joomla-projects/soc21_website-cronjob#4#commitcomment-57308547) - Adds `com_scheduler` component config as class property. - Change scheduleRunner's subscription event to `onAjaxRunScheduler`. * Add scheduleRunner doc and missing checks - Adds descriptive doc in the class docblock. - Adds missing checks to the runScheduler() method. * Fix `created_by` auto set on task save - TaskTable::save() now sets the `created_by` field correctly. - Adds and fixes existing checks for field auto-set. * Cleanup and enhance TaskTable docs - Fix copyright style. - Enhance doc blocks. - Cleanup. * Fix plugin manifests - Lowercase <name>. - Adds missing fields and missing <files> nodes. - Fixes XML styling (tasknotification.xml) Ref: @bembelimen * Revert changes to the modules/select template Reverts file to 4.1-dev state. * Add standard routine handler `standardRoutineHandler()` can take care of initialising the routine, calling the associated callable and ending the routine all without any logic in the plugin class if each routine has a corresponding callable. * Fix copyright formatting * Update Task\Status Adds status code for invalid return and improves member doc blocks. * Refactor TaskPluginTrait - Renames methods: - `taskLog()` => `logTask()` - `taskEnd()` => `endRoutine()` - `taskStart()` => `initRoutine()` - Upgrade `enhanceTaskItemForm()` to a complete event handler. For plugins targeting only the task form, this method can now be mapped straight to the `onContentPrepareForm` event. - Code style improvements and fixes for global namespace qualification on some `\Exception` references. - More explicit checks on variables. - `Event` type arguments are now `EventInterface` so other implementations stay compatible. - Removes deprecated logging nd `$log` param from `endRoutine()`. * Improve TaskPluginTrait documentation Adds and improves on the information in the doc blocks with context, usage hints and related information. Also updates some parameter information and fixes the tag order (`@since` <=> `@throws`). * Implement suggestions on TaskPluginTrait - Refactors `initRoutine()` => `startRoutine()` - Return true for irrelevant enhanceTaskItemForm() contexts. - Path checks for routine forms. - Allow only class methods with `standardRoutineHandler()` - Adds signature checks on standard routine methods. - Adds validation on routine return codes against `Task\Status`. * Update TaskPluginTrait::standardRoutineHandler() Now enforces a single required parameter of type `ExecuteTaskEvent` (from `EventInterface`). * Update task plugins - Remove methods now offered by TaskPluginTrait. - The 'call' TASKS_MAP param is now 'method'. - Update event subscriptions. - Update docs. - Improve code-style and copyright blocks. * Ignore user aborts on scheduler trigger Adds attempt to set the INI `ignore_user_abort` to true. Also enhances some docs. * Update TaskPluginTrait doc Updates signature reference for standard routine methods. * Rename status code Renames `Task\Status::NO_TIME` to `Task\Status::RUNNING`. * Add config options for scheduleRunner Adds config option for the client side request intervals for the scheduler trigger. Also fixes some showon attributes in the com_scheduler config form. * Add removal of time limit on task runs Add test task permission Add webcron, test task, lazycron entry points * Fix broken interval run when setting custom value * Set correct lazyCron URL and run it at the beginning Prevent running LazyCron when not in html view or if lazyCron is not enabled Implement hash check for webCron * Rebuild JS Implement test runner * Finish test cron * Fix CS * Revert SQL query * Add webcron to scheduler config Updates the `com_scheduler` config.xml with the webcron fieldset. * Add webcron key autogen and more to Schedulerunner - Schedulerunner auto-generates the webcron key and does some form usability enhancements on the config form (much like the user API token plugin). * Add custom field for webcron link - Adds new field 'WebcronLinkField', this field is not really needed except for to support the custom layout location. - Allows for the webcron link to be copies on click, much like the user API token field. - Adds field JS to the `com_scheduler` media source provider. * Update com_scheduler language file Adds new strings for the config form and updates some refs. * Fix regression in Scheduler class - Fix regression due to newly protected status of Task::snapshot + accessor. - Update some doc-blocks and related formatting. - Optimise some imports. - Minor miscellaneous changes. * Fix test run JS Fixes apparent JS parse error on non-zero task exits. * Improve form manipulation code - Check for `com_scheduler` in the subject table for table event. - Minor code simplification. * Clean up redundant field from Tasks table - Remove redundant `trigger` field from `#__scheduler_tasks`. - From install and update SQL. - Task item form. - Language file. - Fix regression in GenericDataException ref. - Minor styling/doc fixes and upgrades. * Remove global task configuration config - Removes task configuration config from `plgSystemTasknotifications` plugin config. - ! Does not update any usages. * Add task notification config as injected form - Task notification config is now injected into the task item form. - ! Usages are not updated. * Improve plgSystemTaskNotification code style - Updates docs. - Improves docblocks, general code style for compliance with unenforced Joomla! style guide. * Fix params display in task view * Add fieldset labels for task form - Adds missing fieldset labels. - Adds some comments and fixes marginally code-style. * Update task notification logic - Replaces checks with updated task item configuration. - Improves logging (additional checks). - Makes file attachment handling safer. - Fixes/updates code-style. * Update plgSystemTaskNotification language file - Adds new constants for logging. - Fixes ordering. * Fix Task driver behavior The run() method now updates the object state instead of leaving it to releaseLock(). The class continues to appear a clunky build :D. * Fix TasksRunCommand regression * Fix scheduleRunner default behaviour - Uses again sensible defaults (enabled lazy cron). - Check webcron.enabled. - Some useful logging. - Improved docblocks. * Update scheduleRunner language files Adds new constant for a logging string. * Update and fix code-style - Fix license header formatting. - Fix doc phpdoc tag ordering. - Cleanup and marginally improve doc-blocks. - Fix unqualified global refs in doc-blocks. - Misc formatting fixes/improvements. - Remove phpcs ignores. * Revert drone * Update com_scheduler language file - Missing constant. - Ordering. * Apply suggestions from code review Code-style and language improvements. Co-authored-by: Brian Teeman <brian@teeman.net> * Apply suggestions from code review Code-style and language improvements. Co-authored-by: Brian Teeman <brian@teeman.net> * Update language constants for plgSysScheduleRunner Updates plugin description string. * Bugfix Task::run() For some reason, the UNIX timestamp with microseconds `microtime()` broke the DateTime breaking down the task usual scheduling. This commit introduces an int cast for the timestamp which makes things work as expected. * Fix webcron url & description Fixes webcron url and description as exposed in the Scheduler component config. Ref: joomla-projects/soc21_website-cronjob#37 * Update joomla.asset.json * Improve the locking mechanism * Add table locking when locking task * CS * Simplify null date check * Add column quote * Extend TaskModel's getter method ! Fails in MySQL 5.6 with "Table <task table> was not locked with LOCK TABLES" - Adds options array to customise behavior. - Adds static option resolver for proxies to the getter. - Wrap queue behavior in a sub-query for compatibility. ... * Update Scheduler::getTask() and runTask() Updates Scheduler::getTask() and Scheduler::runTask() to match the updated TaskModel::getTask() method. * Fix typos and improve static analysis support Fixes some typos and adds some doc IDE typehint for improved static analysis to the Scheduler class. * Update/fix Schedulerunner Updates primarily the Schedulerunner::runTestCron() method. Other methods might need to be updated still. * Update Task class Minor updates, comments for the future. * Update Task::releaseLock() Fixes compatibility with PostgreSQL (tested on 11). Removes table specificity from columns (this confuses Postgres for some reason). * Update TaskModel::getTask() Fixes task queue behavior (now only applies when an ID is not passed). * Improve TaskModel::getTask() mysql compat ! Still fails because of table locks - Adds pseudo-source for sub-query. https://stackoverflow.com/q/44970574 - Adds reference comments to try to make the SQL gymnastics make sense. * Add unlock function * Fix language strings for the schedulerunner plugin * Update description and remove plugin files * Implement Scheduler CLI state changer * Update TasksStateCommand.php * Fix list state filter in scheduler * Fix MySQL lock violations Fixes lock violation by getting rid of sub-queries. * Fix label a11y [#42] * Quote 'id' Co-authored-by: Benjamin Trenkle <bembelimen@users.noreply.github.com> * update publish/unpublish => enable/disable * Add check for checked out tasks Adds check for checked out state of tasks, so it doesn't silently fail anymore if such a task is attempted to be updated. * Improve static analysis support. Adds type hints for classes so static analysis and IDE autocomplete works better. * Update exit codes and fix typos - Updates failure exit codes so all are now distinct. - Fixes typos and other minor things. - Uses syntactic string composition instead of concatenation. * Cleanup Removes debug string eval * Fix SQL scripts Reduces length of `#__scheduler_tasks.type` to evade exceeding maximum length of indices and considering 128 chars is sufficient for a UUID and for context aware string currently used for routine IDs. Refs: @HLeithner * Apply Code-style and doc-block improvements from code review Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * Replace Registry inheritance with composition Task no longer extends Registry, but uses a new `taskRegistry` property to store a Registry object. This compositional pattern makes the code stink less. * Refactor Task::isSuccess() No longer takes care of dispatching exit events, which is done by Task::dispatchExitEvent() now. Return API is unchanged. * Apply Code-style and doc-block improvements from code review Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * Update doc-blocks for the Task driver Adds doc-block for Task::EVENTS_MAP and updates the constructor's. * Update composer.lock * Update composer.lock * Make Task property getter public [bug] Makes the task property getter public. Protected visibility here breaks things. * Improve task routine exception handling - The driver now allows for and preserves exceptions from routines, throwing them again after wrapping things up and releasing the task lock. - Removes the nonNull assertion for the routine snapshot (this already did not work). * Update plgScheduleRunner Webcron now throws the exception from the task, if it exists. This is caught by com_ajax and the exception message included in the output. * Update Task::Status Renames the KO_RUN status to KNOCKOUT, adds description in docblock. * Fix exception handling in TaskPluginTrait Catches only ReflectionExceptions now, leaving out others for the Task driver to access. * Cleanup assert exception refs Cleans up imports and docblocks. * Improve ScheduleRunner documentation. * Improve code style Majorly fixes from the latest updates in Joomla's PHP CS Fixer config, * Fix demo task form * Update language file for `com_scheduler` * Use output buffering for lazyCron to avoid dying * Merge update SQL * Update plgTaskCheckfiles - Adds support for WEBP. - Better format support while resizing. - Minor refactoring and more informative logging. * Update scheduleRunner docs * Improve code quality for task unlocking - Improved static analysis support and type-hinting. - Fix usage of undefined variables. - Add/modify comments and variable names. - Update event names and interface for relevance. - Improve docs in doc-blocks. - Fix code-style. * Fix com_scheduler, task plugin code-style Fixes code-style with the updated php-cs-fixer config. * Fix WebcronLinkField::getLayoutPaths() The union operator... did not do the right job. * Merge more update SQL Missed one! * Rename update SQL Updates date signatures of update files to a fresher date. * Make plgTaskCheckfiles logging translatable Adds language constants for logging strings. Refs: @PhilETaylor * Update plgTaskRequests - Add logging on exception. - Improve variable naming/file write safety. - Update language file. Refs: @PhilETaylor * Improve exception handling plgTaskCheckfiles - Improves handling exceptions and failures. - Adds more informative logging. Refs: @PhilETaylor * Update code-style and language - Fixes some misc code-style, reverses regression. - Adds language for some log. * Fix installation and update SQL scripts * Fix update SQL for PostgreSQL for the database checker * Add new core extensions to the extensions helper * Add auto-install SQL for plg_task_checkfiles - Adds auto-install SQL for both installation and update. - Also adds relevant entry to ExtensionHelper. Refs: joomla-projects/soc21_website-cronjob#49 / @richard67 * Add DB column for cli exclusive tasks - Adds new DB column `#__scheduler_tasks.cli_exclusive`, updating both install and update scripts. Also adds relevant index. * Add support for CLI exclusive tasks - Updates TaskModel::getTask() with an option to include/exclude CLI exclusives. - Adds runtime check to Scheduler::runTask() so it now includes CLI exclusives only in a CLI context. * Add comments, fix doc signatures + style - Add comments to schedulerunner. - Fix some type signatures in doc-blocks. - Other minor style fixes. * Fix get request response body Shouldn't throw an undefined constant again. * Add `Scheduler::run()` option for concurrency - Scheduler::run() now uses an options array backed by the Symfony OptionsResolver. - Offers a new option that allows for execution concurrency (this was specifically required by the CLI command). * Update plgSystemSchedulerunner Updates Schedulerunner for changes in Scheduler::run() * Make `scheduler:run` safer - Null safety against Tasks. - More informative stderr log on lock acquisition failures. - Now allows concurrency so Web doesn't block out CLI anymore (thanks to the updates in Scheduler::run()). Refs: joomla/joomla-cms#35143#issuecomment-976391914 / @alikon / @bembelimen * Refactor `scheduler:state` - Better (expectedly safer) flow of logic with attempts to get the logical/enumerated state from command mode and interactive modes. - Terminate on invalid command invocation. - Fix exit success message (did not show action). - Better formatting of description, etc. - Code-style fixes. Refs: joomla/joomla-cms#35143#issuecomment-977608144 / @alikon / @bembelimen * Improve `scheduler:run` description style Minor improvement to `scheduler:run` description for consistency. * Add utilities, bugfix Task class - Adds state enumerations and map. - Adds basic static state and id validators. - Fix use of un-imported Text class, $->getMessage() call. * Improve `scheduler:state` command - Better validation and improved consistency. - Removes now redundant state enumerations, mapping and validators which the Task class offers. * Add page reload after testing * Code sniffer fixes * Rename param for Scheduler::fetchTaskRecord() Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> Co-authored-by: Benjamin Trenkle <benjamin.trenkle@wicked-software.de> Co-authored-by: Brian Teeman <brian@teeman.net> Co-authored-by: Benjamin Trenkle <bembelimen@users.noreply.github.com> Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2021-11-26 11:42:10 +00:00
"source": {
"type": "git",
"url": "https://github.com/dragonmantank/cron-expression.git",
"reference": "be85b3f05b46c39bbc0d95f6c071ddff669510fa"
[4.1] [SOC 21] Add a Scheduled Tasks Infrastructure to Joomla (#35143) * Fix task filter ordering Order now matches the order of columns the db table. Ref: joomla/joomla-cms#35143#discussion_r700213211 / @brianteeman. * Improve com_scheduler language strings Improves a task form hint, a label. Refs: joomla/joomla-cms#35143#discussion_r700203125 joomla/joomla-cms#35143#discussion_r700202862 @brianteeman. * Scheduler runner as a shutdown_function The schedule runner trigger is now bound as a shutdown_function. The function is registered by a onBeforeRender listener. * Enhance task locks and events - Updates task locks (the `locked` column) so they now use a timestamp to allow for recovery from a fatal failure. Includes updates to SQL scripts. - Dispatch a new onTaskRecoverFailure event on "recovery" from a fatal failure. - Actually dispatch task exit events (oops!) - Update the event class declaration for onExecuteTask to be more elegant, readable. [1] [1]: http://joomla/joomla-cms#35143#discussion_r700897628 / @Denitz * Add a sanity check to TaskPluginTrait Adds a pre-broadcast sanity check for plugins with invalid an TASK_MAP. The advertiseRoutines method will no longer try to advertise tasks that don't have a corresponding 'langConstPrefix'. * Fix fatal task failure check Fixes the failure check (the lock should not be null) and enhances a comment + styling. * Increase scheduler plugin hook priority Increases the priority for the registerRunner hook to PHP_INT_MAX, although I'm not yet sure if onBeforeRender is the first event to be fired (probably not). * Fix event dispatchers in the Task class The onTaskRecoverFailure and exit task weren't passing the event name to dispatchers. Oops! P.S. I don't know why that's required with the new Event classes. * Cleanup com_scheduler manifest Removes menu link (was supposed to go before). * Add filtering by lock state in TasksModel Adds support for filtering by the "lock" state of a task. Also in the process defines different lock levels: hard locks and soft locks. I think in the future, the filtering states should maybe go into a namespace/class for constants. * Add task timeout config to "com_scheduler" Adds a configuration field for a global task timeout. The timeout serves the purpose of safely declaring a hard-limit on how long tasks can be considered as running once a lock on them is acquired. Right now the default is 300s (5min) but this can be re-evaluated in the future to a more sensible value if needed. * Update language file for "com_scheduler" Adds new constants for the component configuration form. * Bugfix and update Scheduler API class - Now fetches all fields from the DB (this broke things as the `locked` field was never fetched!!) - Adds locked state filtering as a default (excludes hard-locked jobs). * Add priority column to `#__scheduler_tasks` - Adds a priority column to the tasks table, also a linked index. - Fixes update SQL script styling. * Add task priority to Task form and filter form * Add priority, multi-ordering support to TasksModel - Adds priority to the filter_fields config. - Adds support for a `list.multi_ordering` model state variable which can be used to sort by multiple fields (limitation for the standard `list.ordering` `list.direction` model). The way this is right now means we pass unquoted names to the db which should be fixed in the future. In any case this is not exposed in the filter form but only meant to be used by internal handlers interacting with the model. - Fixes behaviour for high collision ordering fields (used to order first by title and then by the targeted column). * Update task timeout with config fetch The Task driver class now fetches the task timeout from the component config. * Add priority-aware task queue to Scheduler class The fetchTasks() method now uses multi-ordering with priority as the primary ordering column to make the task queue priority aware. * Update language files for com_scheduler - Adds language constants for the task priority config in the task and tasks filter form. - Sneaks in a description attribute for the priority form field. * Bugfix and add an 'Advanced' tab to the task form - Moves the log config and task priority to the advanced tab. - Fixes a bug with using `joomla.edit.params`, which is now used for rendering all injected task routine parameters. * Enhance orphan task handling in Task driver - Dispatches now an event if task to run is orphaned, then skip the execution and exit early with a new exit code. - Adds a skipExecution method to the Task class. - Enhanced the handleExit method through an events map to dispatch other events based on exit code. - Adds a new code for orphaned tasks to the Status namespace class. * Enhance orphan handling in Scheduler, update lang - Scheduler now includes orphaned tasks by default. Before this, the ::runTask() method never got to handling or logging orphaned tasks because of the default filtering excluding them. - Adds exceptional log for orphaned tasks. - Update language file to match. * Add demo task routines to stress memory Adds task routines to test scheduled tasks when either the system memory runs out or the PHP memory_limit is exceeded. * Add sleep demo task routine Renames the first demo task routine and adds a form field to configure the sleep duration. * Update language files for plgTaskDemotasks Adds constants for new task routines and updates some others. * Cleanup and bugfix com_scheduler - Removes redundant pass-by-reference - Makes closures static where possible - Fixes problematic casts - Adds some missing parenthesis - Removes unused variables - Removes unused method overrides - Miscellaneous changes Ref: joomla/joomla-cms#35143 / @Denitz * Improve consistency, extend `#__scheduler_tasks` Adds `checked_out` and `checkout_out_time` to `#__scheduler_tasks`. Also adds index for `checked_out`. Ref: joomla/joomla-cms#35143#issuecomment-911819994 / @Denitz * Remove language autoload from ScheduleRunner Ref: joomla/joomla-cms#35143#issuecomment-911819994 / @Denitz * Fix missed errant cast Fixes a leftover problematic cast in IntervalField. * Patch Task::releaseLock() The method now updates the Task properties, so they now keep in sync with db updates and can be used reliably by other code. * Add plgSystemTaskNotification This plugin is responsible for sending out email notifications for task failures and optionally also successful executions. * Add language files for plgSystemTaskNotifications * Add SQL DDL for task notification mail templates * Add auto-install SQL (plgSystemTaskNotifications) * Add language autoload for plgSysTaskNotification * Patch auto-install SQL scripts - Adds installation DDL in installation script (supports.sql) - Adds the `extension` column in update scripts. * Cleanup plg taskNotification * Fix Scheduler::fetchTasks() default behaviour Shifts the list config for the task queue to the fetchTaskRecord() method. This makes more sense as the fetchTasks() method is supposed to be a transparent API method to interact with the TasksModel rather than have an overriding default like the list.multi_ordering state variable as a default. Also changes the default ordering behaviour for sensibility and adds some comments for clarity. * Add explicit id, title filtering to TasksModel These are largely redundant to the search filter but convenient to use and when only the title should be targeted. It turned out I assumed we had this in the model and so was an outstanding bug with the Scheduler class. Probably, can use refactor later (or _should_). * Enhance ExecRuleHelper::nextExec() Adds a new option $nowBasis argument, when provided uses 'now' as the last execution. Useful when skipping executions, so we're not actually updating the last exec. * Add new Task::Status constant Adds a status code for when no (matching) task exists. * Improve comments in the TaskOption class Improves comment structure, adds some missing punctuation. * Update the Scheduler class - Renames fetchTasks() => fetchTaskRecords(). - Fixes broken id search (l190). - Updates runTask() return (now returns the Task exit code). - Adds TASK_QUEUE filters and list config as class constants so other extensions can reliably use them to get the queue behaviour (should this somehow be baked in?). - Updates return for fetchTaskRecords(), which could return a false from the model query before but now would an empty array. * Bugfix Task::skipExecution() Now actually skips the execution and advances the task to the next execution slot relative to 'now'. * Add scheduler:list console command Command to list scheduled tasks. * Add scheduler:run command Command to run scheduled tasks. Supports triggering the task queue as well as individual tasks, matching either by id or title. Right now, due some code-smell fixes and perhaps behavior adjustments. An example, perhaps the title match could support running all tasks matching a title with the --all flag. * Add autoload for new commands Adds new commands to the application loader and dependency injection class used by other core commands. * Add plugin plgTaskCheckFiles Adds plgTaskCheckFiles. This plugin includes currently a single task routine which offers the ability to check images in a directory for dimensions and resize ones that are too big! * Enhance form for image size routine Adds sensible defaults, require attributes, etc. * Update form for get_request routine Updates the fieldset so its translated right. * Update language file for com_scheduler Adds a new constant for the task_params fieldset so plugins can use it without defining their own. * Patch task form Patches the "trigger" field to make it hidden. This is temporary as it should be removed altogether soon both in the form and the db table. * Patch exit handling in Task class The handleExit() method needed the exit code to be passed while it was available already in the $snapshot class property. This also created room for error and the final handleExit() return meant that generic failures were never broadcasted through the failure event. * Patch exit handling in Task class The handleExit() method needed the exit code to be passed while it was available already in the $snapshot class property. This also created room for error and the final handleExit() return meant that generic failures were never broadcasted through the failure event. * Add support for mailing task outputs Implements support for mailing out task output attachments and in the body. Not robust but just works for a demo (needs to be redone). * Update SQL for task notification templates Adds the "task_output" param. * Add output file support in GET request routine Hastily done and to be redone but this works okay as a POC. * Patch task class Fixes the execution time record/next execution which broke somewhere along before. This is a quick patch and should be fixed as suggested by the comment. * Disable deprecated routineEndMessage [CheckFiles] * Improve code quality, consistency and style - Removes some redundant comments. - Reduces reliance on implicit PHP casts. - Refactors to a more functional approach in TaskModel::save() and calls nested within. - Uses allowed Priority::MAX as plgSystemSchedulerunner listener priority. - Refactors some abbreviated variable names. - Changes uses of the 'GMT' to 'UTC' (more correct and consistent with existing Joomla code) - Separates some variable assignments and tests for improved readability. - Starts removing imports for native global functions and objects. This should be a gradual process. - Cover up a couple copy-and-paste inconsistencies. oops! - Reverts a styling regression in old code. Ref: joomla/joomla-cms#35143 / @nibra / @HLeithner / @brianteeman. * Make SchedulerHelper abstract Makes SchedulerHelper an abstract class. This also eliminates the need for a private constructor. Refs: joomla/joomla-cms/#35143#discussion_r710998565 / joomla/joomla-cms#35143#discussion_r710999157 / @PhilETaylor / @nibra. * Add request hash protection for scheduler runner - Adds a configuration tab for the lazy scheduler in ComScheduler with configuration switches for disabling the lazy scheduler and protecting it with a request hash. - Adds configuration checks in plgSystemScheduleRunner to only run if either hash matches or it's not protected. * Bugfix scheduleRunner event subscription behaviour ScheduleRunner attached itself to events even with comScheduler disabled. This was likely because it utilised a constructor short which is useful only with the pre-4.x event-method model. This commit adds checks for the component straight to the getSubscribedEvents() method and also adds a check for the lazy scheduler switch in com_scheduler config params. Refs: @Denitz / joomla/joomla-cms#35143#issuecomment-911453500. * Add rule for manual-only task invocation Adds an execution rule for when a task should only run when manually invoked. Also renames internally the "custom" rule to "cron-expression". * Refactor and extend TaskModel, TaskTable - Updates TaskModel for changes in the Task form. - Extends and refactors TaskModel to both support to both support the new manual invocation only rule and for better behaviour with setting some fields initially in the database. - Adds a Task::bind() override to TaskTable and changes a default param to support updating fields to NULL through AdminModel::save(). * Update ExecRuleHelper - Update with changes to the Task form. - Removes imports for native global functions. * Update language constants for com_scheduler - Adds language constants for new Scheduler config fields. - Refactors some language constants for better, more uniform naming. * Cleanup Task class - Removes outdated info from handleExit() PHP-doc. - Removes imports for native global symbols. * Update com_scheduler manifest - Adds some missing fields and fixes code-style. * Apply code-style suggestions from code review - Fixes styling for some docblocks. - Fixes copyright header alignment for consistency (non-exhaustive). - Adds trailing commas for multi-line array declarations (probably non-exhaustive). - Adds explicit name-spacing for global native symbols (likely non-exhaustive). - Misc code-style improvements. Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * Apply code-style suggestions from code review - Fixes styling for some docblocks. - Fixes copyright header alignment for consistency (non-exhaustive). - Adds trailing commas for multi-line array declarations (probably non-exhaustive). - Adds explicit name-spacing for global native symbols (likely non-exhaustive). - Misc code-style improvements. Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * Clean up usage * Add AJAX requests script to scheduleRunner JS sets up a navigator.sendBeacon() callback to make requests to trigger a `com_ajax` backed AJAX listener offered by plgSystemScheduleRunner. * Update manifest for plgSystemScheduleRunner Adds the new media asset folder, fills in some missing fields and fixes the language field. * Add scheduleRunner listener to inject JS - Removes `shutdown_function` behavior to register the scheduleRunner. - Adds listener method to inject the trigger JS on the `onBeforeCompileHead` event. - Fixes copyright header styling. - Reduces event subscription stage check complexity. (Ref: @Denitz / joomla-projects/soc21_website-cronjob#4#commitcomment-57308547) - Adds `com_scheduler` component config as class property. - Change scheduleRunner's subscription event to `onAjaxRunScheduler`. * Add scheduleRunner doc and missing checks - Adds descriptive doc in the class docblock. - Adds missing checks to the runScheduler() method. * Fix `created_by` auto set on task save - TaskTable::save() now sets the `created_by` field correctly. - Adds and fixes existing checks for field auto-set. * Cleanup and enhance TaskTable docs - Fix copyright style. - Enhance doc blocks. - Cleanup. * Fix plugin manifests - Lowercase <name>. - Adds missing fields and missing <files> nodes. - Fixes XML styling (tasknotification.xml) Ref: @bembelimen * Revert changes to the modules/select template Reverts file to 4.1-dev state. * Add standard routine handler `standardRoutineHandler()` can take care of initialising the routine, calling the associated callable and ending the routine all without any logic in the plugin class if each routine has a corresponding callable. * Fix copyright formatting * Update Task\Status Adds status code for invalid return and improves member doc blocks. * Refactor TaskPluginTrait - Renames methods: - `taskLog()` => `logTask()` - `taskEnd()` => `endRoutine()` - `taskStart()` => `initRoutine()` - Upgrade `enhanceTaskItemForm()` to a complete event handler. For plugins targeting only the task form, this method can now be mapped straight to the `onContentPrepareForm` event. - Code style improvements and fixes for global namespace qualification on some `\Exception` references. - More explicit checks on variables. - `Event` type arguments are now `EventInterface` so other implementations stay compatible. - Removes deprecated logging nd `$log` param from `endRoutine()`. * Improve TaskPluginTrait documentation Adds and improves on the information in the doc blocks with context, usage hints and related information. Also updates some parameter information and fixes the tag order (`@since` <=> `@throws`). * Implement suggestions on TaskPluginTrait - Refactors `initRoutine()` => `startRoutine()` - Return true for irrelevant enhanceTaskItemForm() contexts. - Path checks for routine forms. - Allow only class methods with `standardRoutineHandler()` - Adds signature checks on standard routine methods. - Adds validation on routine return codes against `Task\Status`. * Update TaskPluginTrait::standardRoutineHandler() Now enforces a single required parameter of type `ExecuteTaskEvent` (from `EventInterface`). * Update task plugins - Remove methods now offered by TaskPluginTrait. - The 'call' TASKS_MAP param is now 'method'. - Update event subscriptions. - Update docs. - Improve code-style and copyright blocks. * Ignore user aborts on scheduler trigger Adds attempt to set the INI `ignore_user_abort` to true. Also enhances some docs. * Update TaskPluginTrait doc Updates signature reference for standard routine methods. * Rename status code Renames `Task\Status::NO_TIME` to `Task\Status::RUNNING`. * Add config options for scheduleRunner Adds config option for the client side request intervals for the scheduler trigger. Also fixes some showon attributes in the com_scheduler config form. * Add removal of time limit on task runs Add test task permission Add webcron, test task, lazycron entry points * Fix broken interval run when setting custom value * Set correct lazyCron URL and run it at the beginning Prevent running LazyCron when not in html view or if lazyCron is not enabled Implement hash check for webCron * Rebuild JS Implement test runner * Finish test cron * Fix CS * Revert SQL query * Add webcron to scheduler config Updates the `com_scheduler` config.xml with the webcron fieldset. * Add webcron key autogen and more to Schedulerunner - Schedulerunner auto-generates the webcron key and does some form usability enhancements on the config form (much like the user API token plugin). * Add custom field for webcron link - Adds new field 'WebcronLinkField', this field is not really needed except for to support the custom layout location. - Allows for the webcron link to be copies on click, much like the user API token field. - Adds field JS to the `com_scheduler` media source provider. * Update com_scheduler language file Adds new strings for the config form and updates some refs. * Fix regression in Scheduler class - Fix regression due to newly protected status of Task::snapshot + accessor. - Update some doc-blocks and related formatting. - Optimise some imports. - Minor miscellaneous changes. * Fix test run JS Fixes apparent JS parse error on non-zero task exits. * Improve form manipulation code - Check for `com_scheduler` in the subject table for table event. - Minor code simplification. * Clean up redundant field from Tasks table - Remove redundant `trigger` field from `#__scheduler_tasks`. - From install and update SQL. - Task item form. - Language file. - Fix regression in GenericDataException ref. - Minor styling/doc fixes and upgrades. * Remove global task configuration config - Removes task configuration config from `plgSystemTasknotifications` plugin config. - ! Does not update any usages. * Add task notification config as injected form - Task notification config is now injected into the task item form. - ! Usages are not updated. * Improve plgSystemTaskNotification code style - Updates docs. - Improves docblocks, general code style for compliance with unenforced Joomla! style guide. * Fix params display in task view * Add fieldset labels for task form - Adds missing fieldset labels. - Adds some comments and fixes marginally code-style. * Update task notification logic - Replaces checks with updated task item configuration. - Improves logging (additional checks). - Makes file attachment handling safer. - Fixes/updates code-style. * Update plgSystemTaskNotification language file - Adds new constants for logging. - Fixes ordering. * Fix Task driver behavior The run() method now updates the object state instead of leaving it to releaseLock(). The class continues to appear a clunky build :D. * Fix TasksRunCommand regression * Fix scheduleRunner default behaviour - Uses again sensible defaults (enabled lazy cron). - Check webcron.enabled. - Some useful logging. - Improved docblocks. * Update scheduleRunner language files Adds new constant for a logging string. * Update and fix code-style - Fix license header formatting. - Fix doc phpdoc tag ordering. - Cleanup and marginally improve doc-blocks. - Fix unqualified global refs in doc-blocks. - Misc formatting fixes/improvements. - Remove phpcs ignores. * Revert drone * Update com_scheduler language file - Missing constant. - Ordering. * Apply suggestions from code review Code-style and language improvements. Co-authored-by: Brian Teeman <brian@teeman.net> * Apply suggestions from code review Code-style and language improvements. Co-authored-by: Brian Teeman <brian@teeman.net> * Update language constants for plgSysScheduleRunner Updates plugin description string. * Bugfix Task::run() For some reason, the UNIX timestamp with microseconds `microtime()` broke the DateTime breaking down the task usual scheduling. This commit introduces an int cast for the timestamp which makes things work as expected. * Fix webcron url & description Fixes webcron url and description as exposed in the Scheduler component config. Ref: joomla-projects/soc21_website-cronjob#37 * Update joomla.asset.json * Improve the locking mechanism * Add table locking when locking task * CS * Simplify null date check * Add column quote * Extend TaskModel's getter method ! Fails in MySQL 5.6 with "Table <task table> was not locked with LOCK TABLES" - Adds options array to customise behavior. - Adds static option resolver for proxies to the getter. - Wrap queue behavior in a sub-query for compatibility. ... * Update Scheduler::getTask() and runTask() Updates Scheduler::getTask() and Scheduler::runTask() to match the updated TaskModel::getTask() method. * Fix typos and improve static analysis support Fixes some typos and adds some doc IDE typehint for improved static analysis to the Scheduler class. * Update/fix Schedulerunner Updates primarily the Schedulerunner::runTestCron() method. Other methods might need to be updated still. * Update Task class Minor updates, comments for the future. * Update Task::releaseLock() Fixes compatibility with PostgreSQL (tested on 11). Removes table specificity from columns (this confuses Postgres for some reason). * Update TaskModel::getTask() Fixes task queue behavior (now only applies when an ID is not passed). * Improve TaskModel::getTask() mysql compat ! Still fails because of table locks - Adds pseudo-source for sub-query. https://stackoverflow.com/q/44970574 - Adds reference comments to try to make the SQL gymnastics make sense. * Add unlock function * Fix language strings for the schedulerunner plugin * Update description and remove plugin files * Implement Scheduler CLI state changer * Update TasksStateCommand.php * Fix list state filter in scheduler * Fix MySQL lock violations Fixes lock violation by getting rid of sub-queries. * Fix label a11y [#42] * Quote 'id' Co-authored-by: Benjamin Trenkle <bembelimen@users.noreply.github.com> * update publish/unpublish => enable/disable * Add check for checked out tasks Adds check for checked out state of tasks, so it doesn't silently fail anymore if such a task is attempted to be updated. * Improve static analysis support. Adds type hints for classes so static analysis and IDE autocomplete works better. * Update exit codes and fix typos - Updates failure exit codes so all are now distinct. - Fixes typos and other minor things. - Uses syntactic string composition instead of concatenation. * Cleanup Removes debug string eval * Fix SQL scripts Reduces length of `#__scheduler_tasks.type` to evade exceeding maximum length of indices and considering 128 chars is sufficient for a UUID and for context aware string currently used for routine IDs. Refs: @HLeithner * Apply Code-style and doc-block improvements from code review Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * Replace Registry inheritance with composition Task no longer extends Registry, but uses a new `taskRegistry` property to store a Registry object. This compositional pattern makes the code stink less. * Refactor Task::isSuccess() No longer takes care of dispatching exit events, which is done by Task::dispatchExitEvent() now. Return API is unchanged. * Apply Code-style and doc-block improvements from code review Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * Update doc-blocks for the Task driver Adds doc-block for Task::EVENTS_MAP and updates the constructor's. * Update composer.lock * Update composer.lock * Make Task property getter public [bug] Makes the task property getter public. Protected visibility here breaks things. * Improve task routine exception handling - The driver now allows for and preserves exceptions from routines, throwing them again after wrapping things up and releasing the task lock. - Removes the nonNull assertion for the routine snapshot (this already did not work). * Update plgScheduleRunner Webcron now throws the exception from the task, if it exists. This is caught by com_ajax and the exception message included in the output. * Update Task::Status Renames the KO_RUN status to KNOCKOUT, adds description in docblock. * Fix exception handling in TaskPluginTrait Catches only ReflectionExceptions now, leaving out others for the Task driver to access. * Cleanup assert exception refs Cleans up imports and docblocks. * Improve ScheduleRunner documentation. * Improve code style Majorly fixes from the latest updates in Joomla's PHP CS Fixer config, * Fix demo task form * Update language file for `com_scheduler` * Use output buffering for lazyCron to avoid dying * Merge update SQL * Update plgTaskCheckfiles - Adds support for WEBP. - Better format support while resizing. - Minor refactoring and more informative logging. * Update scheduleRunner docs * Improve code quality for task unlocking - Improved static analysis support and type-hinting. - Fix usage of undefined variables. - Add/modify comments and variable names. - Update event names and interface for relevance. - Improve docs in doc-blocks. - Fix code-style. * Fix com_scheduler, task plugin code-style Fixes code-style with the updated php-cs-fixer config. * Fix WebcronLinkField::getLayoutPaths() The union operator... did not do the right job. * Merge more update SQL Missed one! * Rename update SQL Updates date signatures of update files to a fresher date. * Make plgTaskCheckfiles logging translatable Adds language constants for logging strings. Refs: @PhilETaylor * Update plgTaskRequests - Add logging on exception. - Improve variable naming/file write safety. - Update language file. Refs: @PhilETaylor * Improve exception handling plgTaskCheckfiles - Improves handling exceptions and failures. - Adds more informative logging. Refs: @PhilETaylor * Update code-style and language - Fixes some misc code-style, reverses regression. - Adds language for some log. * Fix installation and update SQL scripts * Fix update SQL for PostgreSQL for the database checker * Add new core extensions to the extensions helper * Add auto-install SQL for plg_task_checkfiles - Adds auto-install SQL for both installation and update. - Also adds relevant entry to ExtensionHelper. Refs: joomla-projects/soc21_website-cronjob#49 / @richard67 * Add DB column for cli exclusive tasks - Adds new DB column `#__scheduler_tasks.cli_exclusive`, updating both install and update scripts. Also adds relevant index. * Add support for CLI exclusive tasks - Updates TaskModel::getTask() with an option to include/exclude CLI exclusives. - Adds runtime check to Scheduler::runTask() so it now includes CLI exclusives only in a CLI context. * Add comments, fix doc signatures + style - Add comments to schedulerunner. - Fix some type signatures in doc-blocks. - Other minor style fixes. * Fix get request response body Shouldn't throw an undefined constant again. * Add `Scheduler::run()` option for concurrency - Scheduler::run() now uses an options array backed by the Symfony OptionsResolver. - Offers a new option that allows for execution concurrency (this was specifically required by the CLI command). * Update plgSystemSchedulerunner Updates Schedulerunner for changes in Scheduler::run() * Make `scheduler:run` safer - Null safety against Tasks. - More informative stderr log on lock acquisition failures. - Now allows concurrency so Web doesn't block out CLI anymore (thanks to the updates in Scheduler::run()). Refs: joomla/joomla-cms#35143#issuecomment-976391914 / @alikon / @bembelimen * Refactor `scheduler:state` - Better (expectedly safer) flow of logic with attempts to get the logical/enumerated state from command mode and interactive modes. - Terminate on invalid command invocation. - Fix exit success message (did not show action). - Better formatting of description, etc. - Code-style fixes. Refs: joomla/joomla-cms#35143#issuecomment-977608144 / @alikon / @bembelimen * Improve `scheduler:run` description style Minor improvement to `scheduler:run` description for consistency. * Add utilities, bugfix Task class - Adds state enumerations and map. - Adds basic static state and id validators. - Fix use of un-imported Text class, $->getMessage() call. * Improve `scheduler:state` command - Better validation and improved consistency. - Removes now redundant state enumerations, mapping and validators which the Task class offers. * Add page reload after testing * Code sniffer fixes * Rename param for Scheduler::fetchTaskRecord() Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> Co-authored-by: Benjamin Trenkle <benjamin.trenkle@wicked-software.de> Co-authored-by: Brian Teeman <brian@teeman.net> Co-authored-by: Benjamin Trenkle <bembelimen@users.noreply.github.com> Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2021-11-26 11:42:10 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/be85b3f05b46c39bbc0d95f6c071ddff669510fa",
"reference": "be85b3f05b46c39bbc0d95f6c071ddff669510fa",
[4.1] [SOC 21] Add a Scheduled Tasks Infrastructure to Joomla (#35143) * Fix task filter ordering Order now matches the order of columns the db table. Ref: joomla/joomla-cms#35143#discussion_r700213211 / @brianteeman. * Improve com_scheduler language strings Improves a task form hint, a label. Refs: joomla/joomla-cms#35143#discussion_r700203125 joomla/joomla-cms#35143#discussion_r700202862 @brianteeman. * Scheduler runner as a shutdown_function The schedule runner trigger is now bound as a shutdown_function. The function is registered by a onBeforeRender listener. * Enhance task locks and events - Updates task locks (the `locked` column) so they now use a timestamp to allow for recovery from a fatal failure. Includes updates to SQL scripts. - Dispatch a new onTaskRecoverFailure event on "recovery" from a fatal failure. - Actually dispatch task exit events (oops!) - Update the event class declaration for onExecuteTask to be more elegant, readable. [1] [1]: http://joomla/joomla-cms#35143#discussion_r700897628 / @Denitz * Add a sanity check to TaskPluginTrait Adds a pre-broadcast sanity check for plugins with invalid an TASK_MAP. The advertiseRoutines method will no longer try to advertise tasks that don't have a corresponding 'langConstPrefix'. * Fix fatal task failure check Fixes the failure check (the lock should not be null) and enhances a comment + styling. * Increase scheduler plugin hook priority Increases the priority for the registerRunner hook to PHP_INT_MAX, although I'm not yet sure if onBeforeRender is the first event to be fired (probably not). * Fix event dispatchers in the Task class The onTaskRecoverFailure and exit task weren't passing the event name to dispatchers. Oops! P.S. I don't know why that's required with the new Event classes. * Cleanup com_scheduler manifest Removes menu link (was supposed to go before). * Add filtering by lock state in TasksModel Adds support for filtering by the "lock" state of a task. Also in the process defines different lock levels: hard locks and soft locks. I think in the future, the filtering states should maybe go into a namespace/class for constants. * Add task timeout config to "com_scheduler" Adds a configuration field for a global task timeout. The timeout serves the purpose of safely declaring a hard-limit on how long tasks can be considered as running once a lock on them is acquired. Right now the default is 300s (5min) but this can be re-evaluated in the future to a more sensible value if needed. * Update language file for "com_scheduler" Adds new constants for the component configuration form. * Bugfix and update Scheduler API class - Now fetches all fields from the DB (this broke things as the `locked` field was never fetched!!) - Adds locked state filtering as a default (excludes hard-locked jobs). * Add priority column to `#__scheduler_tasks` - Adds a priority column to the tasks table, also a linked index. - Fixes update SQL script styling. * Add task priority to Task form and filter form * Add priority, multi-ordering support to TasksModel - Adds priority to the filter_fields config. - Adds support for a `list.multi_ordering` model state variable which can be used to sort by multiple fields (limitation for the standard `list.ordering` `list.direction` model). The way this is right now means we pass unquoted names to the db which should be fixed in the future. In any case this is not exposed in the filter form but only meant to be used by internal handlers interacting with the model. - Fixes behaviour for high collision ordering fields (used to order first by title and then by the targeted column). * Update task timeout with config fetch The Task driver class now fetches the task timeout from the component config. * Add priority-aware task queue to Scheduler class The fetchTasks() method now uses multi-ordering with priority as the primary ordering column to make the task queue priority aware. * Update language files for com_scheduler - Adds language constants for the task priority config in the task and tasks filter form. - Sneaks in a description attribute for the priority form field. * Bugfix and add an 'Advanced' tab to the task form - Moves the log config and task priority to the advanced tab. - Fixes a bug with using `joomla.edit.params`, which is now used for rendering all injected task routine parameters. * Enhance orphan task handling in Task driver - Dispatches now an event if task to run is orphaned, then skip the execution and exit early with a new exit code. - Adds a skipExecution method to the Task class. - Enhanced the handleExit method through an events map to dispatch other events based on exit code. - Adds a new code for orphaned tasks to the Status namespace class. * Enhance orphan handling in Scheduler, update lang - Scheduler now includes orphaned tasks by default. Before this, the ::runTask() method never got to handling or logging orphaned tasks because of the default filtering excluding them. - Adds exceptional log for orphaned tasks. - Update language file to match. * Add demo task routines to stress memory Adds task routines to test scheduled tasks when either the system memory runs out or the PHP memory_limit is exceeded. * Add sleep demo task routine Renames the first demo task routine and adds a form field to configure the sleep duration. * Update language files for plgTaskDemotasks Adds constants for new task routines and updates some others. * Cleanup and bugfix com_scheduler - Removes redundant pass-by-reference - Makes closures static where possible - Fixes problematic casts - Adds some missing parenthesis - Removes unused variables - Removes unused method overrides - Miscellaneous changes Ref: joomla/joomla-cms#35143 / @Denitz * Improve consistency, extend `#__scheduler_tasks` Adds `checked_out` and `checkout_out_time` to `#__scheduler_tasks`. Also adds index for `checked_out`. Ref: joomla/joomla-cms#35143#issuecomment-911819994 / @Denitz * Remove language autoload from ScheduleRunner Ref: joomla/joomla-cms#35143#issuecomment-911819994 / @Denitz * Fix missed errant cast Fixes a leftover problematic cast in IntervalField. * Patch Task::releaseLock() The method now updates the Task properties, so they now keep in sync with db updates and can be used reliably by other code. * Add plgSystemTaskNotification This plugin is responsible for sending out email notifications for task failures and optionally also successful executions. * Add language files for plgSystemTaskNotifications * Add SQL DDL for task notification mail templates * Add auto-install SQL (plgSystemTaskNotifications) * Add language autoload for plgSysTaskNotification * Patch auto-install SQL scripts - Adds installation DDL in installation script (supports.sql) - Adds the `extension` column in update scripts. * Cleanup plg taskNotification * Fix Scheduler::fetchTasks() default behaviour Shifts the list config for the task queue to the fetchTaskRecord() method. This makes more sense as the fetchTasks() method is supposed to be a transparent API method to interact with the TasksModel rather than have an overriding default like the list.multi_ordering state variable as a default. Also changes the default ordering behaviour for sensibility and adds some comments for clarity. * Add explicit id, title filtering to TasksModel These are largely redundant to the search filter but convenient to use and when only the title should be targeted. It turned out I assumed we had this in the model and so was an outstanding bug with the Scheduler class. Probably, can use refactor later (or _should_). * Enhance ExecRuleHelper::nextExec() Adds a new option $nowBasis argument, when provided uses 'now' as the last execution. Useful when skipping executions, so we're not actually updating the last exec. * Add new Task::Status constant Adds a status code for when no (matching) task exists. * Improve comments in the TaskOption class Improves comment structure, adds some missing punctuation. * Update the Scheduler class - Renames fetchTasks() => fetchTaskRecords(). - Fixes broken id search (l190). - Updates runTask() return (now returns the Task exit code). - Adds TASK_QUEUE filters and list config as class constants so other extensions can reliably use them to get the queue behaviour (should this somehow be baked in?). - Updates return for fetchTaskRecords(), which could return a false from the model query before but now would an empty array. * Bugfix Task::skipExecution() Now actually skips the execution and advances the task to the next execution slot relative to 'now'. * Add scheduler:list console command Command to list scheduled tasks. * Add scheduler:run command Command to run scheduled tasks. Supports triggering the task queue as well as individual tasks, matching either by id or title. Right now, due some code-smell fixes and perhaps behavior adjustments. An example, perhaps the title match could support running all tasks matching a title with the --all flag. * Add autoload for new commands Adds new commands to the application loader and dependency injection class used by other core commands. * Add plugin plgTaskCheckFiles Adds plgTaskCheckFiles. This plugin includes currently a single task routine which offers the ability to check images in a directory for dimensions and resize ones that are too big! * Enhance form for image size routine Adds sensible defaults, require attributes, etc. * Update form for get_request routine Updates the fieldset so its translated right. * Update language file for com_scheduler Adds a new constant for the task_params fieldset so plugins can use it without defining their own. * Patch task form Patches the "trigger" field to make it hidden. This is temporary as it should be removed altogether soon both in the form and the db table. * Patch exit handling in Task class The handleExit() method needed the exit code to be passed while it was available already in the $snapshot class property. This also created room for error and the final handleExit() return meant that generic failures were never broadcasted through the failure event. * Patch exit handling in Task class The handleExit() method needed the exit code to be passed while it was available already in the $snapshot class property. This also created room for error and the final handleExit() return meant that generic failures were never broadcasted through the failure event. * Add support for mailing task outputs Implements support for mailing out task output attachments and in the body. Not robust but just works for a demo (needs to be redone). * Update SQL for task notification templates Adds the "task_output" param. * Add output file support in GET request routine Hastily done and to be redone but this works okay as a POC. * Patch task class Fixes the execution time record/next execution which broke somewhere along before. This is a quick patch and should be fixed as suggested by the comment. * Disable deprecated routineEndMessage [CheckFiles] * Improve code quality, consistency and style - Removes some redundant comments. - Reduces reliance on implicit PHP casts. - Refactors to a more functional approach in TaskModel::save() and calls nested within. - Uses allowed Priority::MAX as plgSystemSchedulerunner listener priority. - Refactors some abbreviated variable names. - Changes uses of the 'GMT' to 'UTC' (more correct and consistent with existing Joomla code) - Separates some variable assignments and tests for improved readability. - Starts removing imports for native global functions and objects. This should be a gradual process. - Cover up a couple copy-and-paste inconsistencies. oops! - Reverts a styling regression in old code. Ref: joomla/joomla-cms#35143 / @nibra / @HLeithner / @brianteeman. * Make SchedulerHelper abstract Makes SchedulerHelper an abstract class. This also eliminates the need for a private constructor. Refs: joomla/joomla-cms/#35143#discussion_r710998565 / joomla/joomla-cms#35143#discussion_r710999157 / @PhilETaylor / @nibra. * Add request hash protection for scheduler runner - Adds a configuration tab for the lazy scheduler in ComScheduler with configuration switches for disabling the lazy scheduler and protecting it with a request hash. - Adds configuration checks in plgSystemScheduleRunner to only run if either hash matches or it's not protected. * Bugfix scheduleRunner event subscription behaviour ScheduleRunner attached itself to events even with comScheduler disabled. This was likely because it utilised a constructor short which is useful only with the pre-4.x event-method model. This commit adds checks for the component straight to the getSubscribedEvents() method and also adds a check for the lazy scheduler switch in com_scheduler config params. Refs: @Denitz / joomla/joomla-cms#35143#issuecomment-911453500. * Add rule for manual-only task invocation Adds an execution rule for when a task should only run when manually invoked. Also renames internally the "custom" rule to "cron-expression". * Refactor and extend TaskModel, TaskTable - Updates TaskModel for changes in the Task form. - Extends and refactors TaskModel to both support to both support the new manual invocation only rule and for better behaviour with setting some fields initially in the database. - Adds a Task::bind() override to TaskTable and changes a default param to support updating fields to NULL through AdminModel::save(). * Update ExecRuleHelper - Update with changes to the Task form. - Removes imports for native global functions. * Update language constants for com_scheduler - Adds language constants for new Scheduler config fields. - Refactors some language constants for better, more uniform naming. * Cleanup Task class - Removes outdated info from handleExit() PHP-doc. - Removes imports for native global symbols. * Update com_scheduler manifest - Adds some missing fields and fixes code-style. * Apply code-style suggestions from code review - Fixes styling for some docblocks. - Fixes copyright header alignment for consistency (non-exhaustive). - Adds trailing commas for multi-line array declarations (probably non-exhaustive). - Adds explicit name-spacing for global native symbols (likely non-exhaustive). - Misc code-style improvements. Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * Apply code-style suggestions from code review - Fixes styling for some docblocks. - Fixes copyright header alignment for consistency (non-exhaustive). - Adds trailing commas for multi-line array declarations (probably non-exhaustive). - Adds explicit name-spacing for global native symbols (likely non-exhaustive). - Misc code-style improvements. Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * Clean up usage * Add AJAX requests script to scheduleRunner JS sets up a navigator.sendBeacon() callback to make requests to trigger a `com_ajax` backed AJAX listener offered by plgSystemScheduleRunner. * Update manifest for plgSystemScheduleRunner Adds the new media asset folder, fills in some missing fields and fixes the language field. * Add scheduleRunner listener to inject JS - Removes `shutdown_function` behavior to register the scheduleRunner. - Adds listener method to inject the trigger JS on the `onBeforeCompileHead` event. - Fixes copyright header styling. - Reduces event subscription stage check complexity. (Ref: @Denitz / joomla-projects/soc21_website-cronjob#4#commitcomment-57308547) - Adds `com_scheduler` component config as class property. - Change scheduleRunner's subscription event to `onAjaxRunScheduler`. * Add scheduleRunner doc and missing checks - Adds descriptive doc in the class docblock. - Adds missing checks to the runScheduler() method. * Fix `created_by` auto set on task save - TaskTable::save() now sets the `created_by` field correctly. - Adds and fixes existing checks for field auto-set. * Cleanup and enhance TaskTable docs - Fix copyright style. - Enhance doc blocks. - Cleanup. * Fix plugin manifests - Lowercase <name>. - Adds missing fields and missing <files> nodes. - Fixes XML styling (tasknotification.xml) Ref: @bembelimen * Revert changes to the modules/select template Reverts file to 4.1-dev state. * Add standard routine handler `standardRoutineHandler()` can take care of initialising the routine, calling the associated callable and ending the routine all without any logic in the plugin class if each routine has a corresponding callable. * Fix copyright formatting * Update Task\Status Adds status code for invalid return and improves member doc blocks. * Refactor TaskPluginTrait - Renames methods: - `taskLog()` => `logTask()` - `taskEnd()` => `endRoutine()` - `taskStart()` => `initRoutine()` - Upgrade `enhanceTaskItemForm()` to a complete event handler. For plugins targeting only the task form, this method can now be mapped straight to the `onContentPrepareForm` event. - Code style improvements and fixes for global namespace qualification on some `\Exception` references. - More explicit checks on variables. - `Event` type arguments are now `EventInterface` so other implementations stay compatible. - Removes deprecated logging nd `$log` param from `endRoutine()`. * Improve TaskPluginTrait documentation Adds and improves on the information in the doc blocks with context, usage hints and related information. Also updates some parameter information and fixes the tag order (`@since` <=> `@throws`). * Implement suggestions on TaskPluginTrait - Refactors `initRoutine()` => `startRoutine()` - Return true for irrelevant enhanceTaskItemForm() contexts. - Path checks for routine forms. - Allow only class methods with `standardRoutineHandler()` - Adds signature checks on standard routine methods. - Adds validation on routine return codes against `Task\Status`. * Update TaskPluginTrait::standardRoutineHandler() Now enforces a single required parameter of type `ExecuteTaskEvent` (from `EventInterface`). * Update task plugins - Remove methods now offered by TaskPluginTrait. - The 'call' TASKS_MAP param is now 'method'. - Update event subscriptions. - Update docs. - Improve code-style and copyright blocks. * Ignore user aborts on scheduler trigger Adds attempt to set the INI `ignore_user_abort` to true. Also enhances some docs. * Update TaskPluginTrait doc Updates signature reference for standard routine methods. * Rename status code Renames `Task\Status::NO_TIME` to `Task\Status::RUNNING`. * Add config options for scheduleRunner Adds config option for the client side request intervals for the scheduler trigger. Also fixes some showon attributes in the com_scheduler config form. * Add removal of time limit on task runs Add test task permission Add webcron, test task, lazycron entry points * Fix broken interval run when setting custom value * Set correct lazyCron URL and run it at the beginning Prevent running LazyCron when not in html view or if lazyCron is not enabled Implement hash check for webCron * Rebuild JS Implement test runner * Finish test cron * Fix CS * Revert SQL query * Add webcron to scheduler config Updates the `com_scheduler` config.xml with the webcron fieldset. * Add webcron key autogen and more to Schedulerunner - Schedulerunner auto-generates the webcron key and does some form usability enhancements on the config form (much like the user API token plugin). * Add custom field for webcron link - Adds new field 'WebcronLinkField', this field is not really needed except for to support the custom layout location. - Allows for the webcron link to be copies on click, much like the user API token field. - Adds field JS to the `com_scheduler` media source provider. * Update com_scheduler language file Adds new strings for the config form and updates some refs. * Fix regression in Scheduler class - Fix regression due to newly protected status of Task::snapshot + accessor. - Update some doc-blocks and related formatting. - Optimise some imports. - Minor miscellaneous changes. * Fix test run JS Fixes apparent JS parse error on non-zero task exits. * Improve form manipulation code - Check for `com_scheduler` in the subject table for table event. - Minor code simplification. * Clean up redundant field from Tasks table - Remove redundant `trigger` field from `#__scheduler_tasks`. - From install and update SQL. - Task item form. - Language file. - Fix regression in GenericDataException ref. - Minor styling/doc fixes and upgrades. * Remove global task configuration config - Removes task configuration config from `plgSystemTasknotifications` plugin config. - ! Does not update any usages. * Add task notification config as injected form - Task notification config is now injected into the task item form. - ! Usages are not updated. * Improve plgSystemTaskNotification code style - Updates docs. - Improves docblocks, general code style for compliance with unenforced Joomla! style guide. * Fix params display in task view * Add fieldset labels for task form - Adds missing fieldset labels. - Adds some comments and fixes marginally code-style. * Update task notification logic - Replaces checks with updated task item configuration. - Improves logging (additional checks). - Makes file attachment handling safer. - Fixes/updates code-style. * Update plgSystemTaskNotification language file - Adds new constants for logging. - Fixes ordering. * Fix Task driver behavior The run() method now updates the object state instead of leaving it to releaseLock(). The class continues to appear a clunky build :D. * Fix TasksRunCommand regression * Fix scheduleRunner default behaviour - Uses again sensible defaults (enabled lazy cron). - Check webcron.enabled. - Some useful logging. - Improved docblocks. * Update scheduleRunner language files Adds new constant for a logging string. * Update and fix code-style - Fix license header formatting. - Fix doc phpdoc tag ordering. - Cleanup and marginally improve doc-blocks. - Fix unqualified global refs in doc-blocks. - Misc formatting fixes/improvements. - Remove phpcs ignores. * Revert drone * Update com_scheduler language file - Missing constant. - Ordering. * Apply suggestions from code review Code-style and language improvements. Co-authored-by: Brian Teeman <brian@teeman.net> * Apply suggestions from code review Code-style and language improvements. Co-authored-by: Brian Teeman <brian@teeman.net> * Update language constants for plgSysScheduleRunner Updates plugin description string. * Bugfix Task::run() For some reason, the UNIX timestamp with microseconds `microtime()` broke the DateTime breaking down the task usual scheduling. This commit introduces an int cast for the timestamp which makes things work as expected. * Fix webcron url & description Fixes webcron url and description as exposed in the Scheduler component config. Ref: joomla-projects/soc21_website-cronjob#37 * Update joomla.asset.json * Improve the locking mechanism * Add table locking when locking task * CS * Simplify null date check * Add column quote * Extend TaskModel's getter method ! Fails in MySQL 5.6 with "Table <task table> was not locked with LOCK TABLES" - Adds options array to customise behavior. - Adds static option resolver for proxies to the getter. - Wrap queue behavior in a sub-query for compatibility. ... * Update Scheduler::getTask() and runTask() Updates Scheduler::getTask() and Scheduler::runTask() to match the updated TaskModel::getTask() method. * Fix typos and improve static analysis support Fixes some typos and adds some doc IDE typehint for improved static analysis to the Scheduler class. * Update/fix Schedulerunner Updates primarily the Schedulerunner::runTestCron() method. Other methods might need to be updated still. * Update Task class Minor updates, comments for the future. * Update Task::releaseLock() Fixes compatibility with PostgreSQL (tested on 11). Removes table specificity from columns (this confuses Postgres for some reason). * Update TaskModel::getTask() Fixes task queue behavior (now only applies when an ID is not passed). * Improve TaskModel::getTask() mysql compat ! Still fails because of table locks - Adds pseudo-source for sub-query. https://stackoverflow.com/q/44970574 - Adds reference comments to try to make the SQL gymnastics make sense. * Add unlock function * Fix language strings for the schedulerunner plugin * Update description and remove plugin files * Implement Scheduler CLI state changer * Update TasksStateCommand.php * Fix list state filter in scheduler * Fix MySQL lock violations Fixes lock violation by getting rid of sub-queries. * Fix label a11y [#42] * Quote 'id' Co-authored-by: Benjamin Trenkle <bembelimen@users.noreply.github.com> * update publish/unpublish => enable/disable * Add check for checked out tasks Adds check for checked out state of tasks, so it doesn't silently fail anymore if such a task is attempted to be updated. * Improve static analysis support. Adds type hints for classes so static analysis and IDE autocomplete works better. * Update exit codes and fix typos - Updates failure exit codes so all are now distinct. - Fixes typos and other minor things. - Uses syntactic string composition instead of concatenation. * Cleanup Removes debug string eval * Fix SQL scripts Reduces length of `#__scheduler_tasks.type` to evade exceeding maximum length of indices and considering 128 chars is sufficient for a UUID and for context aware string currently used for routine IDs. Refs: @HLeithner * Apply Code-style and doc-block improvements from code review Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * Replace Registry inheritance with composition Task no longer extends Registry, but uses a new `taskRegistry` property to store a Registry object. This compositional pattern makes the code stink less. * Refactor Task::isSuccess() No longer takes care of dispatching exit events, which is done by Task::dispatchExitEvent() now. Return API is unchanged. * Apply Code-style and doc-block improvements from code review Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * Update doc-blocks for the Task driver Adds doc-block for Task::EVENTS_MAP and updates the constructor's. * Update composer.lock * Update composer.lock * Make Task property getter public [bug] Makes the task property getter public. Protected visibility here breaks things. * Improve task routine exception handling - The driver now allows for and preserves exceptions from routines, throwing them again after wrapping things up and releasing the task lock. - Removes the nonNull assertion for the routine snapshot (this already did not work). * Update plgScheduleRunner Webcron now throws the exception from the task, if it exists. This is caught by com_ajax and the exception message included in the output. * Update Task::Status Renames the KO_RUN status to KNOCKOUT, adds description in docblock. * Fix exception handling in TaskPluginTrait Catches only ReflectionExceptions now, leaving out others for the Task driver to access. * Cleanup assert exception refs Cleans up imports and docblocks. * Improve ScheduleRunner documentation. * Improve code style Majorly fixes from the latest updates in Joomla's PHP CS Fixer config, * Fix demo task form * Update language file for `com_scheduler` * Use output buffering for lazyCron to avoid dying * Merge update SQL * Update plgTaskCheckfiles - Adds support for WEBP. - Better format support while resizing. - Minor refactoring and more informative logging. * Update scheduleRunner docs * Improve code quality for task unlocking - Improved static analysis support and type-hinting. - Fix usage of undefined variables. - Add/modify comments and variable names. - Update event names and interface for relevance. - Improve docs in doc-blocks. - Fix code-style. * Fix com_scheduler, task plugin code-style Fixes code-style with the updated php-cs-fixer config. * Fix WebcronLinkField::getLayoutPaths() The union operator... did not do the right job. * Merge more update SQL Missed one! * Rename update SQL Updates date signatures of update files to a fresher date. * Make plgTaskCheckfiles logging translatable Adds language constants for logging strings. Refs: @PhilETaylor * Update plgTaskRequests - Add logging on exception. - Improve variable naming/file write safety. - Update language file. Refs: @PhilETaylor * Improve exception handling plgTaskCheckfiles - Improves handling exceptions and failures. - Adds more informative logging. Refs: @PhilETaylor * Update code-style and language - Fixes some misc code-style, reverses regression. - Adds language for some log. * Fix installation and update SQL scripts * Fix update SQL for PostgreSQL for the database checker * Add new core extensions to the extensions helper * Add auto-install SQL for plg_task_checkfiles - Adds auto-install SQL for both installation and update. - Also adds relevant entry to ExtensionHelper. Refs: joomla-projects/soc21_website-cronjob#49 / @richard67 * Add DB column for cli exclusive tasks - Adds new DB column `#__scheduler_tasks.cli_exclusive`, updating both install and update scripts. Also adds relevant index. * Add support for CLI exclusive tasks - Updates TaskModel::getTask() with an option to include/exclude CLI exclusives. - Adds runtime check to Scheduler::runTask() so it now includes CLI exclusives only in a CLI context. * Add comments, fix doc signatures + style - Add comments to schedulerunner. - Fix some type signatures in doc-blocks. - Other minor style fixes. * Fix get request response body Shouldn't throw an undefined constant again. * Add `Scheduler::run()` option for concurrency - Scheduler::run() now uses an options array backed by the Symfony OptionsResolver. - Offers a new option that allows for execution concurrency (this was specifically required by the CLI command). * Update plgSystemSchedulerunner Updates Schedulerunner for changes in Scheduler::run() * Make `scheduler:run` safer - Null safety against Tasks. - More informative stderr log on lock acquisition failures. - Now allows concurrency so Web doesn't block out CLI anymore (thanks to the updates in Scheduler::run()). Refs: joomla/joomla-cms#35143#issuecomment-976391914 / @alikon / @bembelimen * Refactor `scheduler:state` - Better (expectedly safer) flow of logic with attempts to get the logical/enumerated state from command mode and interactive modes. - Terminate on invalid command invocation. - Fix exit success message (did not show action). - Better formatting of description, etc. - Code-style fixes. Refs: joomla/joomla-cms#35143#issuecomment-977608144 / @alikon / @bembelimen * Improve `scheduler:run` description style Minor improvement to `scheduler:run` description for consistency. * Add utilities, bugfix Task class - Adds state enumerations and map. - Adds basic static state and id validators. - Fix use of un-imported Text class, $->getMessage() call. * Improve `scheduler:state` command - Better validation and improved consistency. - Removes now redundant state enumerations, mapping and validators which the Task class offers. * Add page reload after testing * Code sniffer fixes * Rename param for Scheduler::fetchTaskRecord() Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> Co-authored-by: Benjamin Trenkle <benjamin.trenkle@wicked-software.de> Co-authored-by: Brian Teeman <brian@teeman.net> Co-authored-by: Benjamin Trenkle <bembelimen@users.noreply.github.com> Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2021-11-26 11:42:10 +00:00
"shasum": ""
},
"require": {
"php": "^7.2|^8.0",
"webmozart/assert": "^1.0"
[4.1] [SOC 21] Add a Scheduled Tasks Infrastructure to Joomla (#35143) * Fix task filter ordering Order now matches the order of columns the db table. Ref: joomla/joomla-cms#35143#discussion_r700213211 / @brianteeman. * Improve com_scheduler language strings Improves a task form hint, a label. Refs: joomla/joomla-cms#35143#discussion_r700203125 joomla/joomla-cms#35143#discussion_r700202862 @brianteeman. * Scheduler runner as a shutdown_function The schedule runner trigger is now bound as a shutdown_function. The function is registered by a onBeforeRender listener. * Enhance task locks and events - Updates task locks (the `locked` column) so they now use a timestamp to allow for recovery from a fatal failure. Includes updates to SQL scripts. - Dispatch a new onTaskRecoverFailure event on "recovery" from a fatal failure. - Actually dispatch task exit events (oops!) - Update the event class declaration for onExecuteTask to be more elegant, readable. [1] [1]: http://joomla/joomla-cms#35143#discussion_r700897628 / @Denitz * Add a sanity check to TaskPluginTrait Adds a pre-broadcast sanity check for plugins with invalid an TASK_MAP. The advertiseRoutines method will no longer try to advertise tasks that don't have a corresponding 'langConstPrefix'. * Fix fatal task failure check Fixes the failure check (the lock should not be null) and enhances a comment + styling. * Increase scheduler plugin hook priority Increases the priority for the registerRunner hook to PHP_INT_MAX, although I'm not yet sure if onBeforeRender is the first event to be fired (probably not). * Fix event dispatchers in the Task class The onTaskRecoverFailure and exit task weren't passing the event name to dispatchers. Oops! P.S. I don't know why that's required with the new Event classes. * Cleanup com_scheduler manifest Removes menu link (was supposed to go before). * Add filtering by lock state in TasksModel Adds support for filtering by the "lock" state of a task. Also in the process defines different lock levels: hard locks and soft locks. I think in the future, the filtering states should maybe go into a namespace/class for constants. * Add task timeout config to "com_scheduler" Adds a configuration field for a global task timeout. The timeout serves the purpose of safely declaring a hard-limit on how long tasks can be considered as running once a lock on them is acquired. Right now the default is 300s (5min) but this can be re-evaluated in the future to a more sensible value if needed. * Update language file for "com_scheduler" Adds new constants for the component configuration form. * Bugfix and update Scheduler API class - Now fetches all fields from the DB (this broke things as the `locked` field was never fetched!!) - Adds locked state filtering as a default (excludes hard-locked jobs). * Add priority column to `#__scheduler_tasks` - Adds a priority column to the tasks table, also a linked index. - Fixes update SQL script styling. * Add task priority to Task form and filter form * Add priority, multi-ordering support to TasksModel - Adds priority to the filter_fields config. - Adds support for a `list.multi_ordering` model state variable which can be used to sort by multiple fields (limitation for the standard `list.ordering` `list.direction` model). The way this is right now means we pass unquoted names to the db which should be fixed in the future. In any case this is not exposed in the filter form but only meant to be used by internal handlers interacting with the model. - Fixes behaviour for high collision ordering fields (used to order first by title and then by the targeted column). * Update task timeout with config fetch The Task driver class now fetches the task timeout from the component config. * Add priority-aware task queue to Scheduler class The fetchTasks() method now uses multi-ordering with priority as the primary ordering column to make the task queue priority aware. * Update language files for com_scheduler - Adds language constants for the task priority config in the task and tasks filter form. - Sneaks in a description attribute for the priority form field. * Bugfix and add an 'Advanced' tab to the task form - Moves the log config and task priority to the advanced tab. - Fixes a bug with using `joomla.edit.params`, which is now used for rendering all injected task routine parameters. * Enhance orphan task handling in Task driver - Dispatches now an event if task to run is orphaned, then skip the execution and exit early with a new exit code. - Adds a skipExecution method to the Task class. - Enhanced the handleExit method through an events map to dispatch other events based on exit code. - Adds a new code for orphaned tasks to the Status namespace class. * Enhance orphan handling in Scheduler, update lang - Scheduler now includes orphaned tasks by default. Before this, the ::runTask() method never got to handling or logging orphaned tasks because of the default filtering excluding them. - Adds exceptional log for orphaned tasks. - Update language file to match. * Add demo task routines to stress memory Adds task routines to test scheduled tasks when either the system memory runs out or the PHP memory_limit is exceeded. * Add sleep demo task routine Renames the first demo task routine and adds a form field to configure the sleep duration. * Update language files for plgTaskDemotasks Adds constants for new task routines and updates some others. * Cleanup and bugfix com_scheduler - Removes redundant pass-by-reference - Makes closures static where possible - Fixes problematic casts - Adds some missing parenthesis - Removes unused variables - Removes unused method overrides - Miscellaneous changes Ref: joomla/joomla-cms#35143 / @Denitz * Improve consistency, extend `#__scheduler_tasks` Adds `checked_out` and `checkout_out_time` to `#__scheduler_tasks`. Also adds index for `checked_out`. Ref: joomla/joomla-cms#35143#issuecomment-911819994 / @Denitz * Remove language autoload from ScheduleRunner Ref: joomla/joomla-cms#35143#issuecomment-911819994 / @Denitz * Fix missed errant cast Fixes a leftover problematic cast in IntervalField. * Patch Task::releaseLock() The method now updates the Task properties, so they now keep in sync with db updates and can be used reliably by other code. * Add plgSystemTaskNotification This plugin is responsible for sending out email notifications for task failures and optionally also successful executions. * Add language files for plgSystemTaskNotifications * Add SQL DDL for task notification mail templates * Add auto-install SQL (plgSystemTaskNotifications) * Add language autoload for plgSysTaskNotification * Patch auto-install SQL scripts - Adds installation DDL in installation script (supports.sql) - Adds the `extension` column in update scripts. * Cleanup plg taskNotification * Fix Scheduler::fetchTasks() default behaviour Shifts the list config for the task queue to the fetchTaskRecord() method. This makes more sense as the fetchTasks() method is supposed to be a transparent API method to interact with the TasksModel rather than have an overriding default like the list.multi_ordering state variable as a default. Also changes the default ordering behaviour for sensibility and adds some comments for clarity. * Add explicit id, title filtering to TasksModel These are largely redundant to the search filter but convenient to use and when only the title should be targeted. It turned out I assumed we had this in the model and so was an outstanding bug with the Scheduler class. Probably, can use refactor later (or _should_). * Enhance ExecRuleHelper::nextExec() Adds a new option $nowBasis argument, when provided uses 'now' as the last execution. Useful when skipping executions, so we're not actually updating the last exec. * Add new Task::Status constant Adds a status code for when no (matching) task exists. * Improve comments in the TaskOption class Improves comment structure, adds some missing punctuation. * Update the Scheduler class - Renames fetchTasks() => fetchTaskRecords(). - Fixes broken id search (l190). - Updates runTask() return (now returns the Task exit code). - Adds TASK_QUEUE filters and list config as class constants so other extensions can reliably use them to get the queue behaviour (should this somehow be baked in?). - Updates return for fetchTaskRecords(), which could return a false from the model query before but now would an empty array. * Bugfix Task::skipExecution() Now actually skips the execution and advances the task to the next execution slot relative to 'now'. * Add scheduler:list console command Command to list scheduled tasks. * Add scheduler:run command Command to run scheduled tasks. Supports triggering the task queue as well as individual tasks, matching either by id or title. Right now, due some code-smell fixes and perhaps behavior adjustments. An example, perhaps the title match could support running all tasks matching a title with the --all flag. * Add autoload for new commands Adds new commands to the application loader and dependency injection class used by other core commands. * Add plugin plgTaskCheckFiles Adds plgTaskCheckFiles. This plugin includes currently a single task routine which offers the ability to check images in a directory for dimensions and resize ones that are too big! * Enhance form for image size routine Adds sensible defaults, require attributes, etc. * Update form for get_request routine Updates the fieldset so its translated right. * Update language file for com_scheduler Adds a new constant for the task_params fieldset so plugins can use it without defining their own. * Patch task form Patches the "trigger" field to make it hidden. This is temporary as it should be removed altogether soon both in the form and the db table. * Patch exit handling in Task class The handleExit() method needed the exit code to be passed while it was available already in the $snapshot class property. This also created room for error and the final handleExit() return meant that generic failures were never broadcasted through the failure event. * Patch exit handling in Task class The handleExit() method needed the exit code to be passed while it was available already in the $snapshot class property. This also created room for error and the final handleExit() return meant that generic failures were never broadcasted through the failure event. * Add support for mailing task outputs Implements support for mailing out task output attachments and in the body. Not robust but just works for a demo (needs to be redone). * Update SQL for task notification templates Adds the "task_output" param. * Add output file support in GET request routine Hastily done and to be redone but this works okay as a POC. * Patch task class Fixes the execution time record/next execution which broke somewhere along before. This is a quick patch and should be fixed as suggested by the comment. * Disable deprecated routineEndMessage [CheckFiles] * Improve code quality, consistency and style - Removes some redundant comments. - Reduces reliance on implicit PHP casts. - Refactors to a more functional approach in TaskModel::save() and calls nested within. - Uses allowed Priority::MAX as plgSystemSchedulerunner listener priority. - Refactors some abbreviated variable names. - Changes uses of the 'GMT' to 'UTC' (more correct and consistent with existing Joomla code) - Separates some variable assignments and tests for improved readability. - Starts removing imports for native global functions and objects. This should be a gradual process. - Cover up a couple copy-and-paste inconsistencies. oops! - Reverts a styling regression in old code. Ref: joomla/joomla-cms#35143 / @nibra / @HLeithner / @brianteeman. * Make SchedulerHelper abstract Makes SchedulerHelper an abstract class. This also eliminates the need for a private constructor. Refs: joomla/joomla-cms/#35143#discussion_r710998565 / joomla/joomla-cms#35143#discussion_r710999157 / @PhilETaylor / @nibra. * Add request hash protection for scheduler runner - Adds a configuration tab for the lazy scheduler in ComScheduler with configuration switches for disabling the lazy scheduler and protecting it with a request hash. - Adds configuration checks in plgSystemScheduleRunner to only run if either hash matches or it's not protected. * Bugfix scheduleRunner event subscription behaviour ScheduleRunner attached itself to events even with comScheduler disabled. This was likely because it utilised a constructor short which is useful only with the pre-4.x event-method model. This commit adds checks for the component straight to the getSubscribedEvents() method and also adds a check for the lazy scheduler switch in com_scheduler config params. Refs: @Denitz / joomla/joomla-cms#35143#issuecomment-911453500. * Add rule for manual-only task invocation Adds an execution rule for when a task should only run when manually invoked. Also renames internally the "custom" rule to "cron-expression". * Refactor and extend TaskModel, TaskTable - Updates TaskModel for changes in the Task form. - Extends and refactors TaskModel to both support to both support the new manual invocation only rule and for better behaviour with setting some fields initially in the database. - Adds a Task::bind() override to TaskTable and changes a default param to support updating fields to NULL through AdminModel::save(). * Update ExecRuleHelper - Update with changes to the Task form. - Removes imports for native global functions. * Update language constants for com_scheduler - Adds language constants for new Scheduler config fields. - Refactors some language constants for better, more uniform naming. * Cleanup Task class - Removes outdated info from handleExit() PHP-doc. - Removes imports for native global symbols. * Update com_scheduler manifest - Adds some missing fields and fixes code-style. * Apply code-style suggestions from code review - Fixes styling for some docblocks. - Fixes copyright header alignment for consistency (non-exhaustive). - Adds trailing commas for multi-line array declarations (probably non-exhaustive). - Adds explicit name-spacing for global native symbols (likely non-exhaustive). - Misc code-style improvements. Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * Apply code-style suggestions from code review - Fixes styling for some docblocks. - Fixes copyright header alignment for consistency (non-exhaustive). - Adds trailing commas for multi-line array declarations (probably non-exhaustive). - Adds explicit name-spacing for global native symbols (likely non-exhaustive). - Misc code-style improvements. Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * Clean up usage * Add AJAX requests script to scheduleRunner JS sets up a navigator.sendBeacon() callback to make requests to trigger a `com_ajax` backed AJAX listener offered by plgSystemScheduleRunner. * Update manifest for plgSystemScheduleRunner Adds the new media asset folder, fills in some missing fields and fixes the language field. * Add scheduleRunner listener to inject JS - Removes `shutdown_function` behavior to register the scheduleRunner. - Adds listener method to inject the trigger JS on the `onBeforeCompileHead` event. - Fixes copyright header styling. - Reduces event subscription stage check complexity. (Ref: @Denitz / joomla-projects/soc21_website-cronjob#4#commitcomment-57308547) - Adds `com_scheduler` component config as class property. - Change scheduleRunner's subscription event to `onAjaxRunScheduler`. * Add scheduleRunner doc and missing checks - Adds descriptive doc in the class docblock. - Adds missing checks to the runScheduler() method. * Fix `created_by` auto set on task save - TaskTable::save() now sets the `created_by` field correctly. - Adds and fixes existing checks for field auto-set. * Cleanup and enhance TaskTable docs - Fix copyright style. - Enhance doc blocks. - Cleanup. * Fix plugin manifests - Lowercase <name>. - Adds missing fields and missing <files> nodes. - Fixes XML styling (tasknotification.xml) Ref: @bembelimen * Revert changes to the modules/select template Reverts file to 4.1-dev state. * Add standard routine handler `standardRoutineHandler()` can take care of initialising the routine, calling the associated callable and ending the routine all without any logic in the plugin class if each routine has a corresponding callable. * Fix copyright formatting * Update Task\Status Adds status code for invalid return and improves member doc blocks. * Refactor TaskPluginTrait - Renames methods: - `taskLog()` => `logTask()` - `taskEnd()` => `endRoutine()` - `taskStart()` => `initRoutine()` - Upgrade `enhanceTaskItemForm()` to a complete event handler. For plugins targeting only the task form, this method can now be mapped straight to the `onContentPrepareForm` event. - Code style improvements and fixes for global namespace qualification on some `\Exception` references. - More explicit checks on variables. - `Event` type arguments are now `EventInterface` so other implementations stay compatible. - Removes deprecated logging nd `$log` param from `endRoutine()`. * Improve TaskPluginTrait documentation Adds and improves on the information in the doc blocks with context, usage hints and related information. Also updates some parameter information and fixes the tag order (`@since` <=> `@throws`). * Implement suggestions on TaskPluginTrait - Refactors `initRoutine()` => `startRoutine()` - Return true for irrelevant enhanceTaskItemForm() contexts. - Path checks for routine forms. - Allow only class methods with `standardRoutineHandler()` - Adds signature checks on standard routine methods. - Adds validation on routine return codes against `Task\Status`. * Update TaskPluginTrait::standardRoutineHandler() Now enforces a single required parameter of type `ExecuteTaskEvent` (from `EventInterface`). * Update task plugins - Remove methods now offered by TaskPluginTrait. - The 'call' TASKS_MAP param is now 'method'. - Update event subscriptions. - Update docs. - Improve code-style and copyright blocks. * Ignore user aborts on scheduler trigger Adds attempt to set the INI `ignore_user_abort` to true. Also enhances some docs. * Update TaskPluginTrait doc Updates signature reference for standard routine methods. * Rename status code Renames `Task\Status::NO_TIME` to `Task\Status::RUNNING`. * Add config options for scheduleRunner Adds config option for the client side request intervals for the scheduler trigger. Also fixes some showon attributes in the com_scheduler config form. * Add removal of time limit on task runs Add test task permission Add webcron, test task, lazycron entry points * Fix broken interval run when setting custom value * Set correct lazyCron URL and run it at the beginning Prevent running LazyCron when not in html view or if lazyCron is not enabled Implement hash check for webCron * Rebuild JS Implement test runner * Finish test cron * Fix CS * Revert SQL query * Add webcron to scheduler config Updates the `com_scheduler` config.xml with the webcron fieldset. * Add webcron key autogen and more to Schedulerunner - Schedulerunner auto-generates the webcron key and does some form usability enhancements on the config form (much like the user API token plugin). * Add custom field for webcron link - Adds new field 'WebcronLinkField', this field is not really needed except for to support the custom layout location. - Allows for the webcron link to be copies on click, much like the user API token field. - Adds field JS to the `com_scheduler` media source provider. * Update com_scheduler language file Adds new strings for the config form and updates some refs. * Fix regression in Scheduler class - Fix regression due to newly protected status of Task::snapshot + accessor. - Update some doc-blocks and related formatting. - Optimise some imports. - Minor miscellaneous changes. * Fix test run JS Fixes apparent JS parse error on non-zero task exits. * Improve form manipulation code - Check for `com_scheduler` in the subject table for table event. - Minor code simplification. * Clean up redundant field from Tasks table - Remove redundant `trigger` field from `#__scheduler_tasks`. - From install and update SQL. - Task item form. - Language file. - Fix regression in GenericDataException ref. - Minor styling/doc fixes and upgrades. * Remove global task configuration config - Removes task configuration config from `plgSystemTasknotifications` plugin config. - ! Does not update any usages. * Add task notification config as injected form - Task notification config is now injected into the task item form. - ! Usages are not updated. * Improve plgSystemTaskNotification code style - Updates docs. - Improves docblocks, general code style for compliance with unenforced Joomla! style guide. * Fix params display in task view * Add fieldset labels for task form - Adds missing fieldset labels. - Adds some comments and fixes marginally code-style. * Update task notification logic - Replaces checks with updated task item configuration. - Improves logging (additional checks). - Makes file attachment handling safer. - Fixes/updates code-style. * Update plgSystemTaskNotification language file - Adds new constants for logging. - Fixes ordering. * Fix Task driver behavior The run() method now updates the object state instead of leaving it to releaseLock(). The class continues to appear a clunky build :D. * Fix TasksRunCommand regression * Fix scheduleRunner default behaviour - Uses again sensible defaults (enabled lazy cron). - Check webcron.enabled. - Some useful logging. - Improved docblocks. * Update scheduleRunner language files Adds new constant for a logging string. * Update and fix code-style - Fix license header formatting. - Fix doc phpdoc tag ordering. - Cleanup and marginally improve doc-blocks. - Fix unqualified global refs in doc-blocks. - Misc formatting fixes/improvements. - Remove phpcs ignores. * Revert drone * Update com_scheduler language file - Missing constant. - Ordering. * Apply suggestions from code review Code-style and language improvements. Co-authored-by: Brian Teeman <brian@teeman.net> * Apply suggestions from code review Code-style and language improvements. Co-authored-by: Brian Teeman <brian@teeman.net> * Update language constants for plgSysScheduleRunner Updates plugin description string. * Bugfix Task::run() For some reason, the UNIX timestamp with microseconds `microtime()` broke the DateTime breaking down the task usual scheduling. This commit introduces an int cast for the timestamp which makes things work as expected. * Fix webcron url & description Fixes webcron url and description as exposed in the Scheduler component config. Ref: joomla-projects/soc21_website-cronjob#37 * Update joomla.asset.json * Improve the locking mechanism * Add table locking when locking task * CS * Simplify null date check * Add column quote * Extend TaskModel's getter method ! Fails in MySQL 5.6 with "Table <task table> was not locked with LOCK TABLES" - Adds options array to customise behavior. - Adds static option resolver for proxies to the getter. - Wrap queue behavior in a sub-query for compatibility. ... * Update Scheduler::getTask() and runTask() Updates Scheduler::getTask() and Scheduler::runTask() to match the updated TaskModel::getTask() method. * Fix typos and improve static analysis support Fixes some typos and adds some doc IDE typehint for improved static analysis to the Scheduler class. * Update/fix Schedulerunner Updates primarily the Schedulerunner::runTestCron() method. Other methods might need to be updated still. * Update Task class Minor updates, comments for the future. * Update Task::releaseLock() Fixes compatibility with PostgreSQL (tested on 11). Removes table specificity from columns (this confuses Postgres for some reason). * Update TaskModel::getTask() Fixes task queue behavior (now only applies when an ID is not passed). * Improve TaskModel::getTask() mysql compat ! Still fails because of table locks - Adds pseudo-source for sub-query. https://stackoverflow.com/q/44970574 - Adds reference comments to try to make the SQL gymnastics make sense. * Add unlock function * Fix language strings for the schedulerunner plugin * Update description and remove plugin files * Implement Scheduler CLI state changer * Update TasksStateCommand.php * Fix list state filter in scheduler * Fix MySQL lock violations Fixes lock violation by getting rid of sub-queries. * Fix label a11y [#42] * Quote 'id' Co-authored-by: Benjamin Trenkle <bembelimen@users.noreply.github.com> * update publish/unpublish => enable/disable * Add check for checked out tasks Adds check for checked out state of tasks, so it doesn't silently fail anymore if such a task is attempted to be updated. * Improve static analysis support. Adds type hints for classes so static analysis and IDE autocomplete works better. * Update exit codes and fix typos - Updates failure exit codes so all are now distinct. - Fixes typos and other minor things. - Uses syntactic string composition instead of concatenation. * Cleanup Removes debug string eval * Fix SQL scripts Reduces length of `#__scheduler_tasks.type` to evade exceeding maximum length of indices and considering 128 chars is sufficient for a UUID and for context aware string currently used for routine IDs. Refs: @HLeithner * Apply Code-style and doc-block improvements from code review Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * Replace Registry inheritance with composition Task no longer extends Registry, but uses a new `taskRegistry` property to store a Registry object. This compositional pattern makes the code stink less. * Refactor Task::isSuccess() No longer takes care of dispatching exit events, which is done by Task::dispatchExitEvent() now. Return API is unchanged. * Apply Code-style and doc-block improvements from code review Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * Update doc-blocks for the Task driver Adds doc-block for Task::EVENTS_MAP and updates the constructor's. * Update composer.lock * Update composer.lock * Make Task property getter public [bug] Makes the task property getter public. Protected visibility here breaks things. * Improve task routine exception handling - The driver now allows for and preserves exceptions from routines, throwing them again after wrapping things up and releasing the task lock. - Removes the nonNull assertion for the routine snapshot (this already did not work). * Update plgScheduleRunner Webcron now throws the exception from the task, if it exists. This is caught by com_ajax and the exception message included in the output. * Update Task::Status Renames the KO_RUN status to KNOCKOUT, adds description in docblock. * Fix exception handling in TaskPluginTrait Catches only ReflectionExceptions now, leaving out others for the Task driver to access. * Cleanup assert exception refs Cleans up imports and docblocks. * Improve ScheduleRunner documentation. * Improve code style Majorly fixes from the latest updates in Joomla's PHP CS Fixer config, * Fix demo task form * Update language file for `com_scheduler` * Use output buffering for lazyCron to avoid dying * Merge update SQL * Update plgTaskCheckfiles - Adds support for WEBP. - Better format support while resizing. - Minor refactoring and more informative logging. * Update scheduleRunner docs * Improve code quality for task unlocking - Improved static analysis support and type-hinting. - Fix usage of undefined variables. - Add/modify comments and variable names. - Update event names and interface for relevance. - Improve docs in doc-blocks. - Fix code-style. * Fix com_scheduler, task plugin code-style Fixes code-style with the updated php-cs-fixer config. * Fix WebcronLinkField::getLayoutPaths() The union operator... did not do the right job. * Merge more update SQL Missed one! * Rename update SQL Updates date signatures of update files to a fresher date. * Make plgTaskCheckfiles logging translatable Adds language constants for logging strings. Refs: @PhilETaylor * Update plgTaskRequests - Add logging on exception. - Improve variable naming/file write safety. - Update language file. Refs: @PhilETaylor * Improve exception handling plgTaskCheckfiles - Improves handling exceptions and failures. - Adds more informative logging. Refs: @PhilETaylor * Update code-style and language - Fixes some misc code-style, reverses regression. - Adds language for some log. * Fix installation and update SQL scripts * Fix update SQL for PostgreSQL for the database checker * Add new core extensions to the extensions helper * Add auto-install SQL for plg_task_checkfiles - Adds auto-install SQL for both installation and update. - Also adds relevant entry to ExtensionHelper. Refs: joomla-projects/soc21_website-cronjob#49 / @richard67 * Add DB column for cli exclusive tasks - Adds new DB column `#__scheduler_tasks.cli_exclusive`, updating both install and update scripts. Also adds relevant index. * Add support for CLI exclusive tasks - Updates TaskModel::getTask() with an option to include/exclude CLI exclusives. - Adds runtime check to Scheduler::runTask() so it now includes CLI exclusives only in a CLI context. * Add comments, fix doc signatures + style - Add comments to schedulerunner. - Fix some type signatures in doc-blocks. - Other minor style fixes. * Fix get request response body Shouldn't throw an undefined constant again. * Add `Scheduler::run()` option for concurrency - Scheduler::run() now uses an options array backed by the Symfony OptionsResolver. - Offers a new option that allows for execution concurrency (this was specifically required by the CLI command). * Update plgSystemSchedulerunner Updates Schedulerunner for changes in Scheduler::run() * Make `scheduler:run` safer - Null safety against Tasks. - More informative stderr log on lock acquisition failures. - Now allows concurrency so Web doesn't block out CLI anymore (thanks to the updates in Scheduler::run()). Refs: joomla/joomla-cms#35143#issuecomment-976391914 / @alikon / @bembelimen * Refactor `scheduler:state` - Better (expectedly safer) flow of logic with attempts to get the logical/enumerated state from command mode and interactive modes. - Terminate on invalid command invocation. - Fix exit success message (did not show action). - Better formatting of description, etc. - Code-style fixes. Refs: joomla/joomla-cms#35143#issuecomment-977608144 / @alikon / @bembelimen * Improve `scheduler:run` description style Minor improvement to `scheduler:run` description for consistency. * Add utilities, bugfix Task class - Adds state enumerations and map. - Adds basic static state and id validators. - Fix use of un-imported Text class, $->getMessage() call. * Improve `scheduler:state` command - Better validation and improved consistency. - Removes now redundant state enumerations, mapping and validators which the Task class offers. * Add page reload after testing * Code sniffer fixes * Rename param for Scheduler::fetchTaskRecord() Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> Co-authored-by: Benjamin Trenkle <benjamin.trenkle@wicked-software.de> Co-authored-by: Brian Teeman <brian@teeman.net> Co-authored-by: Benjamin Trenkle <bembelimen@users.noreply.github.com> Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2021-11-26 11:42:10 +00:00
},
"replace": {
"mtdowling/cron-expression": "^1.0"
},
"require-dev": {
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-webmozart-assert": "^1.0",
[4.1] [SOC 21] Add a Scheduled Tasks Infrastructure to Joomla (#35143) * Fix task filter ordering Order now matches the order of columns the db table. Ref: joomla/joomla-cms#35143#discussion_r700213211 / @brianteeman. * Improve com_scheduler language strings Improves a task form hint, a label. Refs: joomla/joomla-cms#35143#discussion_r700203125 joomla/joomla-cms#35143#discussion_r700202862 @brianteeman. * Scheduler runner as a shutdown_function The schedule runner trigger is now bound as a shutdown_function. The function is registered by a onBeforeRender listener. * Enhance task locks and events - Updates task locks (the `locked` column) so they now use a timestamp to allow for recovery from a fatal failure. Includes updates to SQL scripts. - Dispatch a new onTaskRecoverFailure event on "recovery" from a fatal failure. - Actually dispatch task exit events (oops!) - Update the event class declaration for onExecuteTask to be more elegant, readable. [1] [1]: http://joomla/joomla-cms#35143#discussion_r700897628 / @Denitz * Add a sanity check to TaskPluginTrait Adds a pre-broadcast sanity check for plugins with invalid an TASK_MAP. The advertiseRoutines method will no longer try to advertise tasks that don't have a corresponding 'langConstPrefix'. * Fix fatal task failure check Fixes the failure check (the lock should not be null) and enhances a comment + styling. * Increase scheduler plugin hook priority Increases the priority for the registerRunner hook to PHP_INT_MAX, although I'm not yet sure if onBeforeRender is the first event to be fired (probably not). * Fix event dispatchers in the Task class The onTaskRecoverFailure and exit task weren't passing the event name to dispatchers. Oops! P.S. I don't know why that's required with the new Event classes. * Cleanup com_scheduler manifest Removes menu link (was supposed to go before). * Add filtering by lock state in TasksModel Adds support for filtering by the "lock" state of a task. Also in the process defines different lock levels: hard locks and soft locks. I think in the future, the filtering states should maybe go into a namespace/class for constants. * Add task timeout config to "com_scheduler" Adds a configuration field for a global task timeout. The timeout serves the purpose of safely declaring a hard-limit on how long tasks can be considered as running once a lock on them is acquired. Right now the default is 300s (5min) but this can be re-evaluated in the future to a more sensible value if needed. * Update language file for "com_scheduler" Adds new constants for the component configuration form. * Bugfix and update Scheduler API class - Now fetches all fields from the DB (this broke things as the `locked` field was never fetched!!) - Adds locked state filtering as a default (excludes hard-locked jobs). * Add priority column to `#__scheduler_tasks` - Adds a priority column to the tasks table, also a linked index. - Fixes update SQL script styling. * Add task priority to Task form and filter form * Add priority, multi-ordering support to TasksModel - Adds priority to the filter_fields config. - Adds support for a `list.multi_ordering` model state variable which can be used to sort by multiple fields (limitation for the standard `list.ordering` `list.direction` model). The way this is right now means we pass unquoted names to the db which should be fixed in the future. In any case this is not exposed in the filter form but only meant to be used by internal handlers interacting with the model. - Fixes behaviour for high collision ordering fields (used to order first by title and then by the targeted column). * Update task timeout with config fetch The Task driver class now fetches the task timeout from the component config. * Add priority-aware task queue to Scheduler class The fetchTasks() method now uses multi-ordering with priority as the primary ordering column to make the task queue priority aware. * Update language files for com_scheduler - Adds language constants for the task priority config in the task and tasks filter form. - Sneaks in a description attribute for the priority form field. * Bugfix and add an 'Advanced' tab to the task form - Moves the log config and task priority to the advanced tab. - Fixes a bug with using `joomla.edit.params`, which is now used for rendering all injected task routine parameters. * Enhance orphan task handling in Task driver - Dispatches now an event if task to run is orphaned, then skip the execution and exit early with a new exit code. - Adds a skipExecution method to the Task class. - Enhanced the handleExit method through an events map to dispatch other events based on exit code. - Adds a new code for orphaned tasks to the Status namespace class. * Enhance orphan handling in Scheduler, update lang - Scheduler now includes orphaned tasks by default. Before this, the ::runTask() method never got to handling or logging orphaned tasks because of the default filtering excluding them. - Adds exceptional log for orphaned tasks. - Update language file to match. * Add demo task routines to stress memory Adds task routines to test scheduled tasks when either the system memory runs out or the PHP memory_limit is exceeded. * Add sleep demo task routine Renames the first demo task routine and adds a form field to configure the sleep duration. * Update language files for plgTaskDemotasks Adds constants for new task routines and updates some others. * Cleanup and bugfix com_scheduler - Removes redundant pass-by-reference - Makes closures static where possible - Fixes problematic casts - Adds some missing parenthesis - Removes unused variables - Removes unused method overrides - Miscellaneous changes Ref: joomla/joomla-cms#35143 / @Denitz * Improve consistency, extend `#__scheduler_tasks` Adds `checked_out` and `checkout_out_time` to `#__scheduler_tasks`. Also adds index for `checked_out`. Ref: joomla/joomla-cms#35143#issuecomment-911819994 / @Denitz * Remove language autoload from ScheduleRunner Ref: joomla/joomla-cms#35143#issuecomment-911819994 / @Denitz * Fix missed errant cast Fixes a leftover problematic cast in IntervalField. * Patch Task::releaseLock() The method now updates the Task properties, so they now keep in sync with db updates and can be used reliably by other code. * Add plgSystemTaskNotification This plugin is responsible for sending out email notifications for task failures and optionally also successful executions. * Add language files for plgSystemTaskNotifications * Add SQL DDL for task notification mail templates * Add auto-install SQL (plgSystemTaskNotifications) * Add language autoload for plgSysTaskNotification * Patch auto-install SQL scripts - Adds installation DDL in installation script (supports.sql) - Adds the `extension` column in update scripts. * Cleanup plg taskNotification * Fix Scheduler::fetchTasks() default behaviour Shifts the list config for the task queue to the fetchTaskRecord() method. This makes more sense as the fetchTasks() method is supposed to be a transparent API method to interact with the TasksModel rather than have an overriding default like the list.multi_ordering state variable as a default. Also changes the default ordering behaviour for sensibility and adds some comments for clarity. * Add explicit id, title filtering to TasksModel These are largely redundant to the search filter but convenient to use and when only the title should be targeted. It turned out I assumed we had this in the model and so was an outstanding bug with the Scheduler class. Probably, can use refactor later (or _should_). * Enhance ExecRuleHelper::nextExec() Adds a new option $nowBasis argument, when provided uses 'now' as the last execution. Useful when skipping executions, so we're not actually updating the last exec. * Add new Task::Status constant Adds a status code for when no (matching) task exists. * Improve comments in the TaskOption class Improves comment structure, adds some missing punctuation. * Update the Scheduler class - Renames fetchTasks() => fetchTaskRecords(). - Fixes broken id search (l190). - Updates runTask() return (now returns the Task exit code). - Adds TASK_QUEUE filters and list config as class constants so other extensions can reliably use them to get the queue behaviour (should this somehow be baked in?). - Updates return for fetchTaskRecords(), which could return a false from the model query before but now would an empty array. * Bugfix Task::skipExecution() Now actually skips the execution and advances the task to the next execution slot relative to 'now'. * Add scheduler:list console command Command to list scheduled tasks. * Add scheduler:run command Command to run scheduled tasks. Supports triggering the task queue as well as individual tasks, matching either by id or title. Right now, due some code-smell fixes and perhaps behavior adjustments. An example, perhaps the title match could support running all tasks matching a title with the --all flag. * Add autoload for new commands Adds new commands to the application loader and dependency injection class used by other core commands. * Add plugin plgTaskCheckFiles Adds plgTaskCheckFiles. This plugin includes currently a single task routine which offers the ability to check images in a directory for dimensions and resize ones that are too big! * Enhance form for image size routine Adds sensible defaults, require attributes, etc. * Update form for get_request routine Updates the fieldset so its translated right. * Update language file for com_scheduler Adds a new constant for the task_params fieldset so plugins can use it without defining their own. * Patch task form Patches the "trigger" field to make it hidden. This is temporary as it should be removed altogether soon both in the form and the db table. * Patch exit handling in Task class The handleExit() method needed the exit code to be passed while it was available already in the $snapshot class property. This also created room for error and the final handleExit() return meant that generic failures were never broadcasted through the failure event. * Patch exit handling in Task class The handleExit() method needed the exit code to be passed while it was available already in the $snapshot class property. This also created room for error and the final handleExit() return meant that generic failures were never broadcasted through the failure event. * Add support for mailing task outputs Implements support for mailing out task output attachments and in the body. Not robust but just works for a demo (needs to be redone). * Update SQL for task notification templates Adds the "task_output" param. * Add output file support in GET request routine Hastily done and to be redone but this works okay as a POC. * Patch task class Fixes the execution time record/next execution which broke somewhere along before. This is a quick patch and should be fixed as suggested by the comment. * Disable deprecated routineEndMessage [CheckFiles] * Improve code quality, consistency and style - Removes some redundant comments. - Reduces reliance on implicit PHP casts. - Refactors to a more functional approach in TaskModel::save() and calls nested within. - Uses allowed Priority::MAX as plgSystemSchedulerunner listener priority. - Refactors some abbreviated variable names. - Changes uses of the 'GMT' to 'UTC' (more correct and consistent with existing Joomla code) - Separates some variable assignments and tests for improved readability. - Starts removing imports for native global functions and objects. This should be a gradual process. - Cover up a couple copy-and-paste inconsistencies. oops! - Reverts a styling regression in old code. Ref: joomla/joomla-cms#35143 / @nibra / @HLeithner / @brianteeman. * Make SchedulerHelper abstract Makes SchedulerHelper an abstract class. This also eliminates the need for a private constructor. Refs: joomla/joomla-cms/#35143#discussion_r710998565 / joomla/joomla-cms#35143#discussion_r710999157 / @PhilETaylor / @nibra. * Add request hash protection for scheduler runner - Adds a configuration tab for the lazy scheduler in ComScheduler with configuration switches for disabling the lazy scheduler and protecting it with a request hash. - Adds configuration checks in plgSystemScheduleRunner to only run if either hash matches or it's not protected. * Bugfix scheduleRunner event subscription behaviour ScheduleRunner attached itself to events even with comScheduler disabled. This was likely because it utilised a constructor short which is useful only with the pre-4.x event-method model. This commit adds checks for the component straight to the getSubscribedEvents() method and also adds a check for the lazy scheduler switch in com_scheduler config params. Refs: @Denitz / joomla/joomla-cms#35143#issuecomment-911453500. * Add rule for manual-only task invocation Adds an execution rule for when a task should only run when manually invoked. Also renames internally the "custom" rule to "cron-expression". * Refactor and extend TaskModel, TaskTable - Updates TaskModel for changes in the Task form. - Extends and refactors TaskModel to both support to both support the new manual invocation only rule and for better behaviour with setting some fields initially in the database. - Adds a Task::bind() override to TaskTable and changes a default param to support updating fields to NULL through AdminModel::save(). * Update ExecRuleHelper - Update with changes to the Task form. - Removes imports for native global functions. * Update language constants for com_scheduler - Adds language constants for new Scheduler config fields. - Refactors some language constants for better, more uniform naming. * Cleanup Task class - Removes outdated info from handleExit() PHP-doc. - Removes imports for native global symbols. * Update com_scheduler manifest - Adds some missing fields and fixes code-style. * Apply code-style suggestions from code review - Fixes styling for some docblocks. - Fixes copyright header alignment for consistency (non-exhaustive). - Adds trailing commas for multi-line array declarations (probably non-exhaustive). - Adds explicit name-spacing for global native symbols (likely non-exhaustive). - Misc code-style improvements. Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * Apply code-style suggestions from code review - Fixes styling for some docblocks. - Fixes copyright header alignment for consistency (non-exhaustive). - Adds trailing commas for multi-line array declarations (probably non-exhaustive). - Adds explicit name-spacing for global native symbols (likely non-exhaustive). - Misc code-style improvements. Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * Clean up usage * Add AJAX requests script to scheduleRunner JS sets up a navigator.sendBeacon() callback to make requests to trigger a `com_ajax` backed AJAX listener offered by plgSystemScheduleRunner. * Update manifest for plgSystemScheduleRunner Adds the new media asset folder, fills in some missing fields and fixes the language field. * Add scheduleRunner listener to inject JS - Removes `shutdown_function` behavior to register the scheduleRunner. - Adds listener method to inject the trigger JS on the `onBeforeCompileHead` event. - Fixes copyright header styling. - Reduces event subscription stage check complexity. (Ref: @Denitz / joomla-projects/soc21_website-cronjob#4#commitcomment-57308547) - Adds `com_scheduler` component config as class property. - Change scheduleRunner's subscription event to `onAjaxRunScheduler`. * Add scheduleRunner doc and missing checks - Adds descriptive doc in the class docblock. - Adds missing checks to the runScheduler() method. * Fix `created_by` auto set on task save - TaskTable::save() now sets the `created_by` field correctly. - Adds and fixes existing checks for field auto-set. * Cleanup and enhance TaskTable docs - Fix copyright style. - Enhance doc blocks. - Cleanup. * Fix plugin manifests - Lowercase <name>. - Adds missing fields and missing <files> nodes. - Fixes XML styling (tasknotification.xml) Ref: @bembelimen * Revert changes to the modules/select template Reverts file to 4.1-dev state. * Add standard routine handler `standardRoutineHandler()` can take care of initialising the routine, calling the associated callable and ending the routine all without any logic in the plugin class if each routine has a corresponding callable. * Fix copyright formatting * Update Task\Status Adds status code for invalid return and improves member doc blocks. * Refactor TaskPluginTrait - Renames methods: - `taskLog()` => `logTask()` - `taskEnd()` => `endRoutine()` - `taskStart()` => `initRoutine()` - Upgrade `enhanceTaskItemForm()` to a complete event handler. For plugins targeting only the task form, this method can now be mapped straight to the `onContentPrepareForm` event. - Code style improvements and fixes for global namespace qualification on some `\Exception` references. - More explicit checks on variables. - `Event` type arguments are now `EventInterface` so other implementations stay compatible. - Removes deprecated logging nd `$log` param from `endRoutine()`. * Improve TaskPluginTrait documentation Adds and improves on the information in the doc blocks with context, usage hints and related information. Also updates some parameter information and fixes the tag order (`@since` <=> `@throws`). * Implement suggestions on TaskPluginTrait - Refactors `initRoutine()` => `startRoutine()` - Return true for irrelevant enhanceTaskItemForm() contexts. - Path checks for routine forms. - Allow only class methods with `standardRoutineHandler()` - Adds signature checks on standard routine methods. - Adds validation on routine return codes against `Task\Status`. * Update TaskPluginTrait::standardRoutineHandler() Now enforces a single required parameter of type `ExecuteTaskEvent` (from `EventInterface`). * Update task plugins - Remove methods now offered by TaskPluginTrait. - The 'call' TASKS_MAP param is now 'method'. - Update event subscriptions. - Update docs. - Improve code-style and copyright blocks. * Ignore user aborts on scheduler trigger Adds attempt to set the INI `ignore_user_abort` to true. Also enhances some docs. * Update TaskPluginTrait doc Updates signature reference for standard routine methods. * Rename status code Renames `Task\Status::NO_TIME` to `Task\Status::RUNNING`. * Add config options for scheduleRunner Adds config option for the client side request intervals for the scheduler trigger. Also fixes some showon attributes in the com_scheduler config form. * Add removal of time limit on task runs Add test task permission Add webcron, test task, lazycron entry points * Fix broken interval run when setting custom value * Set correct lazyCron URL and run it at the beginning Prevent running LazyCron when not in html view or if lazyCron is not enabled Implement hash check for webCron * Rebuild JS Implement test runner * Finish test cron * Fix CS * Revert SQL query * Add webcron to scheduler config Updates the `com_scheduler` config.xml with the webcron fieldset. * Add webcron key autogen and more to Schedulerunner - Schedulerunner auto-generates the webcron key and does some form usability enhancements on the config form (much like the user API token plugin). * Add custom field for webcron link - Adds new field 'WebcronLinkField', this field is not really needed except for to support the custom layout location. - Allows for the webcron link to be copies on click, much like the user API token field. - Adds field JS to the `com_scheduler` media source provider. * Update com_scheduler language file Adds new strings for the config form and updates some refs. * Fix regression in Scheduler class - Fix regression due to newly protected status of Task::snapshot + accessor. - Update some doc-blocks and related formatting. - Optimise some imports. - Minor miscellaneous changes. * Fix test run JS Fixes apparent JS parse error on non-zero task exits. * Improve form manipulation code - Check for `com_scheduler` in the subject table for table event. - Minor code simplification. * Clean up redundant field from Tasks table - Remove redundant `trigger` field from `#__scheduler_tasks`. - From install and update SQL. - Task item form. - Language file. - Fix regression in GenericDataException ref. - Minor styling/doc fixes and upgrades. * Remove global task configuration config - Removes task configuration config from `plgSystemTasknotifications` plugin config. - ! Does not update any usages. * Add task notification config as injected form - Task notification config is now injected into the task item form. - ! Usages are not updated. * Improve plgSystemTaskNotification code style - Updates docs. - Improves docblocks, general code style for compliance with unenforced Joomla! style guide. * Fix params display in task view * Add fieldset labels for task form - Adds missing fieldset labels. - Adds some comments and fixes marginally code-style. * Update task notification logic - Replaces checks with updated task item configuration. - Improves logging (additional checks). - Makes file attachment handling safer. - Fixes/updates code-style. * Update plgSystemTaskNotification language file - Adds new constants for logging. - Fixes ordering. * Fix Task driver behavior The run() method now updates the object state instead of leaving it to releaseLock(). The class continues to appear a clunky build :D. * Fix TasksRunCommand regression * Fix scheduleRunner default behaviour - Uses again sensible defaults (enabled lazy cron). - Check webcron.enabled. - Some useful logging. - Improved docblocks. * Update scheduleRunner language files Adds new constant for a logging string. * Update and fix code-style - Fix license header formatting. - Fix doc phpdoc tag ordering. - Cleanup and marginally improve doc-blocks. - Fix unqualified global refs in doc-blocks. - Misc formatting fixes/improvements. - Remove phpcs ignores. * Revert drone * Update com_scheduler language file - Missing constant. - Ordering. * Apply suggestions from code review Code-style and language improvements. Co-authored-by: Brian Teeman <brian@teeman.net> * Apply suggestions from code review Code-style and language improvements. Co-authored-by: Brian Teeman <brian@teeman.net> * Update language constants for plgSysScheduleRunner Updates plugin description string. * Bugfix Task::run() For some reason, the UNIX timestamp with microseconds `microtime()` broke the DateTime breaking down the task usual scheduling. This commit introduces an int cast for the timestamp which makes things work as expected. * Fix webcron url & description Fixes webcron url and description as exposed in the Scheduler component config. Ref: joomla-projects/soc21_website-cronjob#37 * Update joomla.asset.json * Improve the locking mechanism * Add table locking when locking task * CS * Simplify null date check * Add column quote * Extend TaskModel's getter method ! Fails in MySQL 5.6 with "Table <task table> was not locked with LOCK TABLES" - Adds options array to customise behavior. - Adds static option resolver for proxies to the getter. - Wrap queue behavior in a sub-query for compatibility. ... * Update Scheduler::getTask() and runTask() Updates Scheduler::getTask() and Scheduler::runTask() to match the updated TaskModel::getTask() method. * Fix typos and improve static analysis support Fixes some typos and adds some doc IDE typehint for improved static analysis to the Scheduler class. * Update/fix Schedulerunner Updates primarily the Schedulerunner::runTestCron() method. Other methods might need to be updated still. * Update Task class Minor updates, comments for the future. * Update Task::releaseLock() Fixes compatibility with PostgreSQL (tested on 11). Removes table specificity from columns (this confuses Postgres for some reason). * Update TaskModel::getTask() Fixes task queue behavior (now only applies when an ID is not passed). * Improve TaskModel::getTask() mysql compat ! Still fails because of table locks - Adds pseudo-source for sub-query. https://stackoverflow.com/q/44970574 - Adds reference comments to try to make the SQL gymnastics make sense. * Add unlock function * Fix language strings for the schedulerunner plugin * Update description and remove plugin files * Implement Scheduler CLI state changer * Update TasksStateCommand.php * Fix list state filter in scheduler * Fix MySQL lock violations Fixes lock violation by getting rid of sub-queries. * Fix label a11y [#42] * Quote 'id' Co-authored-by: Benjamin Trenkle <bembelimen@users.noreply.github.com> * update publish/unpublish => enable/disable * Add check for checked out tasks Adds check for checked out state of tasks, so it doesn't silently fail anymore if such a task is attempted to be updated. * Improve static analysis support. Adds type hints for classes so static analysis and IDE autocomplete works better. * Update exit codes and fix typos - Updates failure exit codes so all are now distinct. - Fixes typos and other minor things. - Uses syntactic string composition instead of concatenation. * Cleanup Removes debug string eval * Fix SQL scripts Reduces length of `#__scheduler_tasks.type` to evade exceeding maximum length of indices and considering 128 chars is sufficient for a UUID and for context aware string currently used for routine IDs. Refs: @HLeithner * Apply Code-style and doc-block improvements from code review Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * Replace Registry inheritance with composition Task no longer extends Registry, but uses a new `taskRegistry` property to store a Registry object. This compositional pattern makes the code stink less. * Refactor Task::isSuccess() No longer takes care of dispatching exit events, which is done by Task::dispatchExitEvent() now. Return API is unchanged. * Apply Code-style and doc-block improvements from code review Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * Update doc-blocks for the Task driver Adds doc-block for Task::EVENTS_MAP and updates the constructor's. * Update composer.lock * Update composer.lock * Make Task property getter public [bug] Makes the task property getter public. Protected visibility here breaks things. * Improve task routine exception handling - The driver now allows for and preserves exceptions from routines, throwing them again after wrapping things up and releasing the task lock. - Removes the nonNull assertion for the routine snapshot (this already did not work). * Update plgScheduleRunner Webcron now throws the exception from the task, if it exists. This is caught by com_ajax and the exception message included in the output. * Update Task::Status Renames the KO_RUN status to KNOCKOUT, adds description in docblock. * Fix exception handling in TaskPluginTrait Catches only ReflectionExceptions now, leaving out others for the Task driver to access. * Cleanup assert exception refs Cleans up imports and docblocks. * Improve ScheduleRunner documentation. * Improve code style Majorly fixes from the latest updates in Joomla's PHP CS Fixer config, * Fix demo task form * Update language file for `com_scheduler` * Use output buffering for lazyCron to avoid dying * Merge update SQL * Update plgTaskCheckfiles - Adds support for WEBP. - Better format support while resizing. - Minor refactoring and more informative logging. * Update scheduleRunner docs * Improve code quality for task unlocking - Improved static analysis support and type-hinting. - Fix usage of undefined variables. - Add/modify comments and variable names. - Update event names and interface for relevance. - Improve docs in doc-blocks. - Fix code-style. * Fix com_scheduler, task plugin code-style Fixes code-style with the updated php-cs-fixer config. * Fix WebcronLinkField::getLayoutPaths() The union operator... did not do the right job. * Merge more update SQL Missed one! * Rename update SQL Updates date signatures of update files to a fresher date. * Make plgTaskCheckfiles logging translatable Adds language constants for logging strings. Refs: @PhilETaylor * Update plgTaskRequests - Add logging on exception. - Improve variable naming/file write safety. - Update language file. Refs: @PhilETaylor * Improve exception handling plgTaskCheckfiles - Improves handling exceptions and failures. - Adds more informative logging. Refs: @PhilETaylor * Update code-style and language - Fixes some misc code-style, reverses regression. - Adds language for some log. * Fix installation and update SQL scripts * Fix update SQL for PostgreSQL for the database checker * Add new core extensions to the extensions helper * Add auto-install SQL for plg_task_checkfiles - Adds auto-install SQL for both installation and update. - Also adds relevant entry to ExtensionHelper. Refs: joomla-projects/soc21_website-cronjob#49 / @richard67 * Add DB column for cli exclusive tasks - Adds new DB column `#__scheduler_tasks.cli_exclusive`, updating both install and update scripts. Also adds relevant index. * Add support for CLI exclusive tasks - Updates TaskModel::getTask() with an option to include/exclude CLI exclusives. - Adds runtime check to Scheduler::runTask() so it now includes CLI exclusives only in a CLI context. * Add comments, fix doc signatures + style - Add comments to schedulerunner. - Fix some type signatures in doc-blocks. - Other minor style fixes. * Fix get request response body Shouldn't throw an undefined constant again. * Add `Scheduler::run()` option for concurrency - Scheduler::run() now uses an options array backed by the Symfony OptionsResolver. - Offers a new option that allows for execution concurrency (this was specifically required by the CLI command). * Update plgSystemSchedulerunner Updates Schedulerunner for changes in Scheduler::run() * Make `scheduler:run` safer - Null safety against Tasks. - More informative stderr log on lock acquisition failures. - Now allows concurrency so Web doesn't block out CLI anymore (thanks to the updates in Scheduler::run()). Refs: joomla/joomla-cms#35143#issuecomment-976391914 / @alikon / @bembelimen * Refactor `scheduler:state` - Better (expectedly safer) flow of logic with attempts to get the logical/enumerated state from command mode and interactive modes. - Terminate on invalid command invocation. - Fix exit success message (did not show action). - Better formatting of description, etc. - Code-style fixes. Refs: joomla/joomla-cms#35143#issuecomment-977608144 / @alikon / @bembelimen * Improve `scheduler:run` description style Minor improvement to `scheduler:run` description for consistency. * Add utilities, bugfix Task class - Adds state enumerations and map. - Adds basic static state and id validators. - Fix use of un-imported Text class, $->getMessage() call. * Improve `scheduler:state` command - Better validation and improved consistency. - Removes now redundant state enumerations, mapping and validators which the Task class offers. * Add page reload after testing * Code sniffer fixes * Rename param for Scheduler::fetchTaskRecord() Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> Co-authored-by: Benjamin Trenkle <benjamin.trenkle@wicked-software.de> Co-authored-by: Brian Teeman <brian@teeman.net> Co-authored-by: Benjamin Trenkle <bembelimen@users.noreply.github.com> Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2021-11-26 11:42:10 +00:00
"phpunit/phpunit": "^7.0|^8.0|^9.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Cron\\": "src/Cron/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Chris Tankersley",
"email": "chris@ctankersley.com",
"homepage": "https://github.com/dragonmantank"
}
],
"description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
"keywords": [
"cron",
"schedule"
],
"support": {
"issues": "https://github.com/dragonmantank/cron-expression/issues",
"source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.1"
[4.1] [SOC 21] Add a Scheduled Tasks Infrastructure to Joomla (#35143) * Fix task filter ordering Order now matches the order of columns the db table. Ref: joomla/joomla-cms#35143#discussion_r700213211 / @brianteeman. * Improve com_scheduler language strings Improves a task form hint, a label. Refs: joomla/joomla-cms#35143#discussion_r700203125 joomla/joomla-cms#35143#discussion_r700202862 @brianteeman. * Scheduler runner as a shutdown_function The schedule runner trigger is now bound as a shutdown_function. The function is registered by a onBeforeRender listener. * Enhance task locks and events - Updates task locks (the `locked` column) so they now use a timestamp to allow for recovery from a fatal failure. Includes updates to SQL scripts. - Dispatch a new onTaskRecoverFailure event on "recovery" from a fatal failure. - Actually dispatch task exit events (oops!) - Update the event class declaration for onExecuteTask to be more elegant, readable. [1] [1]: http://joomla/joomla-cms#35143#discussion_r700897628 / @Denitz * Add a sanity check to TaskPluginTrait Adds a pre-broadcast sanity check for plugins with invalid an TASK_MAP. The advertiseRoutines method will no longer try to advertise tasks that don't have a corresponding 'langConstPrefix'. * Fix fatal task failure check Fixes the failure check (the lock should not be null) and enhances a comment + styling. * Increase scheduler plugin hook priority Increases the priority for the registerRunner hook to PHP_INT_MAX, although I'm not yet sure if onBeforeRender is the first event to be fired (probably not). * Fix event dispatchers in the Task class The onTaskRecoverFailure and exit task weren't passing the event name to dispatchers. Oops! P.S. I don't know why that's required with the new Event classes. * Cleanup com_scheduler manifest Removes menu link (was supposed to go before). * Add filtering by lock state in TasksModel Adds support for filtering by the "lock" state of a task. Also in the process defines different lock levels: hard locks and soft locks. I think in the future, the filtering states should maybe go into a namespace/class for constants. * Add task timeout config to "com_scheduler" Adds a configuration field for a global task timeout. The timeout serves the purpose of safely declaring a hard-limit on how long tasks can be considered as running once a lock on them is acquired. Right now the default is 300s (5min) but this can be re-evaluated in the future to a more sensible value if needed. * Update language file for "com_scheduler" Adds new constants for the component configuration form. * Bugfix and update Scheduler API class - Now fetches all fields from the DB (this broke things as the `locked` field was never fetched!!) - Adds locked state filtering as a default (excludes hard-locked jobs). * Add priority column to `#__scheduler_tasks` - Adds a priority column to the tasks table, also a linked index. - Fixes update SQL script styling. * Add task priority to Task form and filter form * Add priority, multi-ordering support to TasksModel - Adds priority to the filter_fields config. - Adds support for a `list.multi_ordering` model state variable which can be used to sort by multiple fields (limitation for the standard `list.ordering` `list.direction` model). The way this is right now means we pass unquoted names to the db which should be fixed in the future. In any case this is not exposed in the filter form but only meant to be used by internal handlers interacting with the model. - Fixes behaviour for high collision ordering fields (used to order first by title and then by the targeted column). * Update task timeout with config fetch The Task driver class now fetches the task timeout from the component config. * Add priority-aware task queue to Scheduler class The fetchTasks() method now uses multi-ordering with priority as the primary ordering column to make the task queue priority aware. * Update language files for com_scheduler - Adds language constants for the task priority config in the task and tasks filter form. - Sneaks in a description attribute for the priority form field. * Bugfix and add an 'Advanced' tab to the task form - Moves the log config and task priority to the advanced tab. - Fixes a bug with using `joomla.edit.params`, which is now used for rendering all injected task routine parameters. * Enhance orphan task handling in Task driver - Dispatches now an event if task to run is orphaned, then skip the execution and exit early with a new exit code. - Adds a skipExecution method to the Task class. - Enhanced the handleExit method through an events map to dispatch other events based on exit code. - Adds a new code for orphaned tasks to the Status namespace class. * Enhance orphan handling in Scheduler, update lang - Scheduler now includes orphaned tasks by default. Before this, the ::runTask() method never got to handling or logging orphaned tasks because of the default filtering excluding them. - Adds exceptional log for orphaned tasks. - Update language file to match. * Add demo task routines to stress memory Adds task routines to test scheduled tasks when either the system memory runs out or the PHP memory_limit is exceeded. * Add sleep demo task routine Renames the first demo task routine and adds a form field to configure the sleep duration. * Update language files for plgTaskDemotasks Adds constants for new task routines and updates some others. * Cleanup and bugfix com_scheduler - Removes redundant pass-by-reference - Makes closures static where possible - Fixes problematic casts - Adds some missing parenthesis - Removes unused variables - Removes unused method overrides - Miscellaneous changes Ref: joomla/joomla-cms#35143 / @Denitz * Improve consistency, extend `#__scheduler_tasks` Adds `checked_out` and `checkout_out_time` to `#__scheduler_tasks`. Also adds index for `checked_out`. Ref: joomla/joomla-cms#35143#issuecomment-911819994 / @Denitz * Remove language autoload from ScheduleRunner Ref: joomla/joomla-cms#35143#issuecomment-911819994 / @Denitz * Fix missed errant cast Fixes a leftover problematic cast in IntervalField. * Patch Task::releaseLock() The method now updates the Task properties, so they now keep in sync with db updates and can be used reliably by other code. * Add plgSystemTaskNotification This plugin is responsible for sending out email notifications for task failures and optionally also successful executions. * Add language files for plgSystemTaskNotifications * Add SQL DDL for task notification mail templates * Add auto-install SQL (plgSystemTaskNotifications) * Add language autoload for plgSysTaskNotification * Patch auto-install SQL scripts - Adds installation DDL in installation script (supports.sql) - Adds the `extension` column in update scripts. * Cleanup plg taskNotification * Fix Scheduler::fetchTasks() default behaviour Shifts the list config for the task queue to the fetchTaskRecord() method. This makes more sense as the fetchTasks() method is supposed to be a transparent API method to interact with the TasksModel rather than have an overriding default like the list.multi_ordering state variable as a default. Also changes the default ordering behaviour for sensibility and adds some comments for clarity. * Add explicit id, title filtering to TasksModel These are largely redundant to the search filter but convenient to use and when only the title should be targeted. It turned out I assumed we had this in the model and so was an outstanding bug with the Scheduler class. Probably, can use refactor later (or _should_). * Enhance ExecRuleHelper::nextExec() Adds a new option $nowBasis argument, when provided uses 'now' as the last execution. Useful when skipping executions, so we're not actually updating the last exec. * Add new Task::Status constant Adds a status code for when no (matching) task exists. * Improve comments in the TaskOption class Improves comment structure, adds some missing punctuation. * Update the Scheduler class - Renames fetchTasks() => fetchTaskRecords(). - Fixes broken id search (l190). - Updates runTask() return (now returns the Task exit code). - Adds TASK_QUEUE filters and list config as class constants so other extensions can reliably use them to get the queue behaviour (should this somehow be baked in?). - Updates return for fetchTaskRecords(), which could return a false from the model query before but now would an empty array. * Bugfix Task::skipExecution() Now actually skips the execution and advances the task to the next execution slot relative to 'now'. * Add scheduler:list console command Command to list scheduled tasks. * Add scheduler:run command Command to run scheduled tasks. Supports triggering the task queue as well as individual tasks, matching either by id or title. Right now, due some code-smell fixes and perhaps behavior adjustments. An example, perhaps the title match could support running all tasks matching a title with the --all flag. * Add autoload for new commands Adds new commands to the application loader and dependency injection class used by other core commands. * Add plugin plgTaskCheckFiles Adds plgTaskCheckFiles. This plugin includes currently a single task routine which offers the ability to check images in a directory for dimensions and resize ones that are too big! * Enhance form for image size routine Adds sensible defaults, require attributes, etc. * Update form for get_request routine Updates the fieldset so its translated right. * Update language file for com_scheduler Adds a new constant for the task_params fieldset so plugins can use it without defining their own. * Patch task form Patches the "trigger" field to make it hidden. This is temporary as it should be removed altogether soon both in the form and the db table. * Patch exit handling in Task class The handleExit() method needed the exit code to be passed while it was available already in the $snapshot class property. This also created room for error and the final handleExit() return meant that generic failures were never broadcasted through the failure event. * Patch exit handling in Task class The handleExit() method needed the exit code to be passed while it was available already in the $snapshot class property. This also created room for error and the final handleExit() return meant that generic failures were never broadcasted through the failure event. * Add support for mailing task outputs Implements support for mailing out task output attachments and in the body. Not robust but just works for a demo (needs to be redone). * Update SQL for task notification templates Adds the "task_output" param. * Add output file support in GET request routine Hastily done and to be redone but this works okay as a POC. * Patch task class Fixes the execution time record/next execution which broke somewhere along before. This is a quick patch and should be fixed as suggested by the comment. * Disable deprecated routineEndMessage [CheckFiles] * Improve code quality, consistency and style - Removes some redundant comments. - Reduces reliance on implicit PHP casts. - Refactors to a more functional approach in TaskModel::save() and calls nested within. - Uses allowed Priority::MAX as plgSystemSchedulerunner listener priority. - Refactors some abbreviated variable names. - Changes uses of the 'GMT' to 'UTC' (more correct and consistent with existing Joomla code) - Separates some variable assignments and tests for improved readability. - Starts removing imports for native global functions and objects. This should be a gradual process. - Cover up a couple copy-and-paste inconsistencies. oops! - Reverts a styling regression in old code. Ref: joomla/joomla-cms#35143 / @nibra / @HLeithner / @brianteeman. * Make SchedulerHelper abstract Makes SchedulerHelper an abstract class. This also eliminates the need for a private constructor. Refs: joomla/joomla-cms/#35143#discussion_r710998565 / joomla/joomla-cms#35143#discussion_r710999157 / @PhilETaylor / @nibra. * Add request hash protection for scheduler runner - Adds a configuration tab for the lazy scheduler in ComScheduler with configuration switches for disabling the lazy scheduler and protecting it with a request hash. - Adds configuration checks in plgSystemScheduleRunner to only run if either hash matches or it's not protected. * Bugfix scheduleRunner event subscription behaviour ScheduleRunner attached itself to events even with comScheduler disabled. This was likely because it utilised a constructor short which is useful only with the pre-4.x event-method model. This commit adds checks for the component straight to the getSubscribedEvents() method and also adds a check for the lazy scheduler switch in com_scheduler config params. Refs: @Denitz / joomla/joomla-cms#35143#issuecomment-911453500. * Add rule for manual-only task invocation Adds an execution rule for when a task should only run when manually invoked. Also renames internally the "custom" rule to "cron-expression". * Refactor and extend TaskModel, TaskTable - Updates TaskModel for changes in the Task form. - Extends and refactors TaskModel to both support to both support the new manual invocation only rule and for better behaviour with setting some fields initially in the database. - Adds a Task::bind() override to TaskTable and changes a default param to support updating fields to NULL through AdminModel::save(). * Update ExecRuleHelper - Update with changes to the Task form. - Removes imports for native global functions. * Update language constants for com_scheduler - Adds language constants for new Scheduler config fields. - Refactors some language constants for better, more uniform naming. * Cleanup Task class - Removes outdated info from handleExit() PHP-doc. - Removes imports for native global symbols. * Update com_scheduler manifest - Adds some missing fields and fixes code-style. * Apply code-style suggestions from code review - Fixes styling for some docblocks. - Fixes copyright header alignment for consistency (non-exhaustive). - Adds trailing commas for multi-line array declarations (probably non-exhaustive). - Adds explicit name-spacing for global native symbols (likely non-exhaustive). - Misc code-style improvements. Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * Apply code-style suggestions from code review - Fixes styling for some docblocks. - Fixes copyright header alignment for consistency (non-exhaustive). - Adds trailing commas for multi-line array declarations (probably non-exhaustive). - Adds explicit name-spacing for global native symbols (likely non-exhaustive). - Misc code-style improvements. Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * Clean up usage * Add AJAX requests script to scheduleRunner JS sets up a navigator.sendBeacon() callback to make requests to trigger a `com_ajax` backed AJAX listener offered by plgSystemScheduleRunner. * Update manifest for plgSystemScheduleRunner Adds the new media asset folder, fills in some missing fields and fixes the language field. * Add scheduleRunner listener to inject JS - Removes `shutdown_function` behavior to register the scheduleRunner. - Adds listener method to inject the trigger JS on the `onBeforeCompileHead` event. - Fixes copyright header styling. - Reduces event subscription stage check complexity. (Ref: @Denitz / joomla-projects/soc21_website-cronjob#4#commitcomment-57308547) - Adds `com_scheduler` component config as class property. - Change scheduleRunner's subscription event to `onAjaxRunScheduler`. * Add scheduleRunner doc and missing checks - Adds descriptive doc in the class docblock. - Adds missing checks to the runScheduler() method. * Fix `created_by` auto set on task save - TaskTable::save() now sets the `created_by` field correctly. - Adds and fixes existing checks for field auto-set. * Cleanup and enhance TaskTable docs - Fix copyright style. - Enhance doc blocks. - Cleanup. * Fix plugin manifests - Lowercase <name>. - Adds missing fields and missing <files> nodes. - Fixes XML styling (tasknotification.xml) Ref: @bembelimen * Revert changes to the modules/select template Reverts file to 4.1-dev state. * Add standard routine handler `standardRoutineHandler()` can take care of initialising the routine, calling the associated callable and ending the routine all without any logic in the plugin class if each routine has a corresponding callable. * Fix copyright formatting * Update Task\Status Adds status code for invalid return and improves member doc blocks. * Refactor TaskPluginTrait - Renames methods: - `taskLog()` => `logTask()` - `taskEnd()` => `endRoutine()` - `taskStart()` => `initRoutine()` - Upgrade `enhanceTaskItemForm()` to a complete event handler. For plugins targeting only the task form, this method can now be mapped straight to the `onContentPrepareForm` event. - Code style improvements and fixes for global namespace qualification on some `\Exception` references. - More explicit checks on variables. - `Event` type arguments are now `EventInterface` so other implementations stay compatible. - Removes deprecated logging nd `$log` param from `endRoutine()`. * Improve TaskPluginTrait documentation Adds and improves on the information in the doc blocks with context, usage hints and related information. Also updates some parameter information and fixes the tag order (`@since` <=> `@throws`). * Implement suggestions on TaskPluginTrait - Refactors `initRoutine()` => `startRoutine()` - Return true for irrelevant enhanceTaskItemForm() contexts. - Path checks for routine forms. - Allow only class methods with `standardRoutineHandler()` - Adds signature checks on standard routine methods. - Adds validation on routine return codes against `Task\Status`. * Update TaskPluginTrait::standardRoutineHandler() Now enforces a single required parameter of type `ExecuteTaskEvent` (from `EventInterface`). * Update task plugins - Remove methods now offered by TaskPluginTrait. - The 'call' TASKS_MAP param is now 'method'. - Update event subscriptions. - Update docs. - Improve code-style and copyright blocks. * Ignore user aborts on scheduler trigger Adds attempt to set the INI `ignore_user_abort` to true. Also enhances some docs. * Update TaskPluginTrait doc Updates signature reference for standard routine methods. * Rename status code Renames `Task\Status::NO_TIME` to `Task\Status::RUNNING`. * Add config options for scheduleRunner Adds config option for the client side request intervals for the scheduler trigger. Also fixes some showon attributes in the com_scheduler config form. * Add removal of time limit on task runs Add test task permission Add webcron, test task, lazycron entry points * Fix broken interval run when setting custom value * Set correct lazyCron URL and run it at the beginning Prevent running LazyCron when not in html view or if lazyCron is not enabled Implement hash check for webCron * Rebuild JS Implement test runner * Finish test cron * Fix CS * Revert SQL query * Add webcron to scheduler config Updates the `com_scheduler` config.xml with the webcron fieldset. * Add webcron key autogen and more to Schedulerunner - Schedulerunner auto-generates the webcron key and does some form usability enhancements on the config form (much like the user API token plugin). * Add custom field for webcron link - Adds new field 'WebcronLinkField', this field is not really needed except for to support the custom layout location. - Allows for the webcron link to be copies on click, much like the user API token field. - Adds field JS to the `com_scheduler` media source provider. * Update com_scheduler language file Adds new strings for the config form and updates some refs. * Fix regression in Scheduler class - Fix regression due to newly protected status of Task::snapshot + accessor. - Update some doc-blocks and related formatting. - Optimise some imports. - Minor miscellaneous changes. * Fix test run JS Fixes apparent JS parse error on non-zero task exits. * Improve form manipulation code - Check for `com_scheduler` in the subject table for table event. - Minor code simplification. * Clean up redundant field from Tasks table - Remove redundant `trigger` field from `#__scheduler_tasks`. - From install and update SQL. - Task item form. - Language file. - Fix regression in GenericDataException ref. - Minor styling/doc fixes and upgrades. * Remove global task configuration config - Removes task configuration config from `plgSystemTasknotifications` plugin config. - ! Does not update any usages. * Add task notification config as injected form - Task notification config is now injected into the task item form. - ! Usages are not updated. * Improve plgSystemTaskNotification code style - Updates docs. - Improves docblocks, general code style for compliance with unenforced Joomla! style guide. * Fix params display in task view * Add fieldset labels for task form - Adds missing fieldset labels. - Adds some comments and fixes marginally code-style. * Update task notification logic - Replaces checks with updated task item configuration. - Improves logging (additional checks). - Makes file attachment handling safer. - Fixes/updates code-style. * Update plgSystemTaskNotification language file - Adds new constants for logging. - Fixes ordering. * Fix Task driver behavior The run() method now updates the object state instead of leaving it to releaseLock(). The class continues to appear a clunky build :D. * Fix TasksRunCommand regression * Fix scheduleRunner default behaviour - Uses again sensible defaults (enabled lazy cron). - Check webcron.enabled. - Some useful logging. - Improved docblocks. * Update scheduleRunner language files Adds new constant for a logging string. * Update and fix code-style - Fix license header formatting. - Fix doc phpdoc tag ordering. - Cleanup and marginally improve doc-blocks. - Fix unqualified global refs in doc-blocks. - Misc formatting fixes/improvements. - Remove phpcs ignores. * Revert drone * Update com_scheduler language file - Missing constant. - Ordering. * Apply suggestions from code review Code-style and language improvements. Co-authored-by: Brian Teeman <brian@teeman.net> * Apply suggestions from code review Code-style and language improvements. Co-authored-by: Brian Teeman <brian@teeman.net> * Update language constants for plgSysScheduleRunner Updates plugin description string. * Bugfix Task::run() For some reason, the UNIX timestamp with microseconds `microtime()` broke the DateTime breaking down the task usual scheduling. This commit introduces an int cast for the timestamp which makes things work as expected. * Fix webcron url & description Fixes webcron url and description as exposed in the Scheduler component config. Ref: joomla-projects/soc21_website-cronjob#37 * Update joomla.asset.json * Improve the locking mechanism * Add table locking when locking task * CS * Simplify null date check * Add column quote * Extend TaskModel's getter method ! Fails in MySQL 5.6 with "Table <task table> was not locked with LOCK TABLES" - Adds options array to customise behavior. - Adds static option resolver for proxies to the getter. - Wrap queue behavior in a sub-query for compatibility. ... * Update Scheduler::getTask() and runTask() Updates Scheduler::getTask() and Scheduler::runTask() to match the updated TaskModel::getTask() method. * Fix typos and improve static analysis support Fixes some typos and adds some doc IDE typehint for improved static analysis to the Scheduler class. * Update/fix Schedulerunner Updates primarily the Schedulerunner::runTestCron() method. Other methods might need to be updated still. * Update Task class Minor updates, comments for the future. * Update Task::releaseLock() Fixes compatibility with PostgreSQL (tested on 11). Removes table specificity from columns (this confuses Postgres for some reason). * Update TaskModel::getTask() Fixes task queue behavior (now only applies when an ID is not passed). * Improve TaskModel::getTask() mysql compat ! Still fails because of table locks - Adds pseudo-source for sub-query. https://stackoverflow.com/q/44970574 - Adds reference comments to try to make the SQL gymnastics make sense. * Add unlock function * Fix language strings for the schedulerunner plugin * Update description and remove plugin files * Implement Scheduler CLI state changer * Update TasksStateCommand.php * Fix list state filter in scheduler * Fix MySQL lock violations Fixes lock violation by getting rid of sub-queries. * Fix label a11y [#42] * Quote 'id' Co-authored-by: Benjamin Trenkle <bembelimen@users.noreply.github.com> * update publish/unpublish => enable/disable * Add check for checked out tasks Adds check for checked out state of tasks, so it doesn't silently fail anymore if such a task is attempted to be updated. * Improve static analysis support. Adds type hints for classes so static analysis and IDE autocomplete works better. * Update exit codes and fix typos - Updates failure exit codes so all are now distinct. - Fixes typos and other minor things. - Uses syntactic string composition instead of concatenation. * Cleanup Removes debug string eval * Fix SQL scripts Reduces length of `#__scheduler_tasks.type` to evade exceeding maximum length of indices and considering 128 chars is sufficient for a UUID and for context aware string currently used for routine IDs. Refs: @HLeithner * Apply Code-style and doc-block improvements from code review Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * Replace Registry inheritance with composition Task no longer extends Registry, but uses a new `taskRegistry` property to store a Registry object. This compositional pattern makes the code stink less. * Refactor Task::isSuccess() No longer takes care of dispatching exit events, which is done by Task::dispatchExitEvent() now. Return API is unchanged. * Apply Code-style and doc-block improvements from code review Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * Update doc-blocks for the Task driver Adds doc-block for Task::EVENTS_MAP and updates the constructor's. * Update composer.lock * Update composer.lock * Make Task property getter public [bug] Makes the task property getter public. Protected visibility here breaks things. * Improve task routine exception handling - The driver now allows for and preserves exceptions from routines, throwing them again after wrapping things up and releasing the task lock. - Removes the nonNull assertion for the routine snapshot (this already did not work). * Update plgScheduleRunner Webcron now throws the exception from the task, if it exists. This is caught by com_ajax and the exception message included in the output. * Update Task::Status Renames the KO_RUN status to KNOCKOUT, adds description in docblock. * Fix exception handling in TaskPluginTrait Catches only ReflectionExceptions now, leaving out others for the Task driver to access. * Cleanup assert exception refs Cleans up imports and docblocks. * Improve ScheduleRunner documentation. * Improve code style Majorly fixes from the latest updates in Joomla's PHP CS Fixer config, * Fix demo task form * Update language file for `com_scheduler` * Use output buffering for lazyCron to avoid dying * Merge update SQL * Update plgTaskCheckfiles - Adds support for WEBP. - Better format support while resizing. - Minor refactoring and more informative logging. * Update scheduleRunner docs * Improve code quality for task unlocking - Improved static analysis support and type-hinting. - Fix usage of undefined variables. - Add/modify comments and variable names. - Update event names and interface for relevance. - Improve docs in doc-blocks. - Fix code-style. * Fix com_scheduler, task plugin code-style Fixes code-style with the updated php-cs-fixer config. * Fix WebcronLinkField::getLayoutPaths() The union operator... did not do the right job. * Merge more update SQL Missed one! * Rename update SQL Updates date signatures of update files to a fresher date. * Make plgTaskCheckfiles logging translatable Adds language constants for logging strings. Refs: @PhilETaylor * Update plgTaskRequests - Add logging on exception. - Improve variable naming/file write safety. - Update language file. Refs: @PhilETaylor * Improve exception handling plgTaskCheckfiles - Improves handling exceptions and failures. - Adds more informative logging. Refs: @PhilETaylor * Update code-style and language - Fixes some misc code-style, reverses regression. - Adds language for some log. * Fix installation and update SQL scripts * Fix update SQL for PostgreSQL for the database checker * Add new core extensions to the extensions helper * Add auto-install SQL for plg_task_checkfiles - Adds auto-install SQL for both installation and update. - Also adds relevant entry to ExtensionHelper. Refs: joomla-projects/soc21_website-cronjob#49 / @richard67 * Add DB column for cli exclusive tasks - Adds new DB column `#__scheduler_tasks.cli_exclusive`, updating both install and update scripts. Also adds relevant index. * Add support for CLI exclusive tasks - Updates TaskModel::getTask() with an option to include/exclude CLI exclusives. - Adds runtime check to Scheduler::runTask() so it now includes CLI exclusives only in a CLI context. * Add comments, fix doc signatures + style - Add comments to schedulerunner. - Fix some type signatures in doc-blocks. - Other minor style fixes. * Fix get request response body Shouldn't throw an undefined constant again. * Add `Scheduler::run()` option for concurrency - Scheduler::run() now uses an options array backed by the Symfony OptionsResolver. - Offers a new option that allows for execution concurrency (this was specifically required by the CLI command). * Update plgSystemSchedulerunner Updates Schedulerunner for changes in Scheduler::run() * Make `scheduler:run` safer - Null safety against Tasks. - More informative stderr log on lock acquisition failures. - Now allows concurrency so Web doesn't block out CLI anymore (thanks to the updates in Scheduler::run()). Refs: joomla/joomla-cms#35143#issuecomment-976391914 / @alikon / @bembelimen * Refactor `scheduler:state` - Better (expectedly safer) flow of logic with attempts to get the logical/enumerated state from command mode and interactive modes. - Terminate on invalid command invocation. - Fix exit success message (did not show action). - Better formatting of description, etc. - Code-style fixes. Refs: joomla/joomla-cms#35143#issuecomment-977608144 / @alikon / @bembelimen * Improve `scheduler:run` description style Minor improvement to `scheduler:run` description for consistency. * Add utilities, bugfix Task class - Adds state enumerations and map. - Adds basic static state and id validators. - Fix use of un-imported Text class, $->getMessage() call. * Improve `scheduler:state` command - Better validation and improved consistency. - Removes now redundant state enumerations, mapping and validators which the Task class offers. * Add page reload after testing * Code sniffer fixes * Rename param for Scheduler::fetchTaskRecord() Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> Co-authored-by: Benjamin Trenkle <benjamin.trenkle@wicked-software.de> Co-authored-by: Brian Teeman <brian@teeman.net> Co-authored-by: Benjamin Trenkle <bembelimen@users.noreply.github.com> Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2021-11-26 11:42:10 +00:00
},
"funding": [
{
"url": "https://github.com/dragonmantank",
"type": "github"
}
],
"time": "2022-01-18T15:43:28+00:00"
[4.1] [SOC 21] Add a Scheduled Tasks Infrastructure to Joomla (#35143) * Fix task filter ordering Order now matches the order of columns the db table. Ref: joomla/joomla-cms#35143#discussion_r700213211 / @brianteeman. * Improve com_scheduler language strings Improves a task form hint, a label. Refs: joomla/joomla-cms#35143#discussion_r700203125 joomla/joomla-cms#35143#discussion_r700202862 @brianteeman. * Scheduler runner as a shutdown_function The schedule runner trigger is now bound as a shutdown_function. The function is registered by a onBeforeRender listener. * Enhance task locks and events - Updates task locks (the `locked` column) so they now use a timestamp to allow for recovery from a fatal failure. Includes updates to SQL scripts. - Dispatch a new onTaskRecoverFailure event on "recovery" from a fatal failure. - Actually dispatch task exit events (oops!) - Update the event class declaration for onExecuteTask to be more elegant, readable. [1] [1]: http://joomla/joomla-cms#35143#discussion_r700897628 / @Denitz * Add a sanity check to TaskPluginTrait Adds a pre-broadcast sanity check for plugins with invalid an TASK_MAP. The advertiseRoutines method will no longer try to advertise tasks that don't have a corresponding 'langConstPrefix'. * Fix fatal task failure check Fixes the failure check (the lock should not be null) and enhances a comment + styling. * Increase scheduler plugin hook priority Increases the priority for the registerRunner hook to PHP_INT_MAX, although I'm not yet sure if onBeforeRender is the first event to be fired (probably not). * Fix event dispatchers in the Task class The onTaskRecoverFailure and exit task weren't passing the event name to dispatchers. Oops! P.S. I don't know why that's required with the new Event classes. * Cleanup com_scheduler manifest Removes menu link (was supposed to go before). * Add filtering by lock state in TasksModel Adds support for filtering by the "lock" state of a task. Also in the process defines different lock levels: hard locks and soft locks. I think in the future, the filtering states should maybe go into a namespace/class for constants. * Add task timeout config to "com_scheduler" Adds a configuration field for a global task timeout. The timeout serves the purpose of safely declaring a hard-limit on how long tasks can be considered as running once a lock on them is acquired. Right now the default is 300s (5min) but this can be re-evaluated in the future to a more sensible value if needed. * Update language file for "com_scheduler" Adds new constants for the component configuration form. * Bugfix and update Scheduler API class - Now fetches all fields from the DB (this broke things as the `locked` field was never fetched!!) - Adds locked state filtering as a default (excludes hard-locked jobs). * Add priority column to `#__scheduler_tasks` - Adds a priority column to the tasks table, also a linked index. - Fixes update SQL script styling. * Add task priority to Task form and filter form * Add priority, multi-ordering support to TasksModel - Adds priority to the filter_fields config. - Adds support for a `list.multi_ordering` model state variable which can be used to sort by multiple fields (limitation for the standard `list.ordering` `list.direction` model). The way this is right now means we pass unquoted names to the db which should be fixed in the future. In any case this is not exposed in the filter form but only meant to be used by internal handlers interacting with the model. - Fixes behaviour for high collision ordering fields (used to order first by title and then by the targeted column). * Update task timeout with config fetch The Task driver class now fetches the task timeout from the component config. * Add priority-aware task queue to Scheduler class The fetchTasks() method now uses multi-ordering with priority as the primary ordering column to make the task queue priority aware. * Update language files for com_scheduler - Adds language constants for the task priority config in the task and tasks filter form. - Sneaks in a description attribute for the priority form field. * Bugfix and add an 'Advanced' tab to the task form - Moves the log config and task priority to the advanced tab. - Fixes a bug with using `joomla.edit.params`, which is now used for rendering all injected task routine parameters. * Enhance orphan task handling in Task driver - Dispatches now an event if task to run is orphaned, then skip the execution and exit early with a new exit code. - Adds a skipExecution method to the Task class. - Enhanced the handleExit method through an events map to dispatch other events based on exit code. - Adds a new code for orphaned tasks to the Status namespace class. * Enhance orphan handling in Scheduler, update lang - Scheduler now includes orphaned tasks by default. Before this, the ::runTask() method never got to handling or logging orphaned tasks because of the default filtering excluding them. - Adds exceptional log for orphaned tasks. - Update language file to match. * Add demo task routines to stress memory Adds task routines to test scheduled tasks when either the system memory runs out or the PHP memory_limit is exceeded. * Add sleep demo task routine Renames the first demo task routine and adds a form field to configure the sleep duration. * Update language files for plgTaskDemotasks Adds constants for new task routines and updates some others. * Cleanup and bugfix com_scheduler - Removes redundant pass-by-reference - Makes closures static where possible - Fixes problematic casts - Adds some missing parenthesis - Removes unused variables - Removes unused method overrides - Miscellaneous changes Ref: joomla/joomla-cms#35143 / @Denitz * Improve consistency, extend `#__scheduler_tasks` Adds `checked_out` and `checkout_out_time` to `#__scheduler_tasks`. Also adds index for `checked_out`. Ref: joomla/joomla-cms#35143#issuecomment-911819994 / @Denitz * Remove language autoload from ScheduleRunner Ref: joomla/joomla-cms#35143#issuecomment-911819994 / @Denitz * Fix missed errant cast Fixes a leftover problematic cast in IntervalField. * Patch Task::releaseLock() The method now updates the Task properties, so they now keep in sync with db updates and can be used reliably by other code. * Add plgSystemTaskNotification This plugin is responsible for sending out email notifications for task failures and optionally also successful executions. * Add language files for plgSystemTaskNotifications * Add SQL DDL for task notification mail templates * Add auto-install SQL (plgSystemTaskNotifications) * Add language autoload for plgSysTaskNotification * Patch auto-install SQL scripts - Adds installation DDL in installation script (supports.sql) - Adds the `extension` column in update scripts. * Cleanup plg taskNotification * Fix Scheduler::fetchTasks() default behaviour Shifts the list config for the task queue to the fetchTaskRecord() method. This makes more sense as the fetchTasks() method is supposed to be a transparent API method to interact with the TasksModel rather than have an overriding default like the list.multi_ordering state variable as a default. Also changes the default ordering behaviour for sensibility and adds some comments for clarity. * Add explicit id, title filtering to TasksModel These are largely redundant to the search filter but convenient to use and when only the title should be targeted. It turned out I assumed we had this in the model and so was an outstanding bug with the Scheduler class. Probably, can use refactor later (or _should_). * Enhance ExecRuleHelper::nextExec() Adds a new option $nowBasis argument, when provided uses 'now' as the last execution. Useful when skipping executions, so we're not actually updating the last exec. * Add new Task::Status constant Adds a status code for when no (matching) task exists. * Improve comments in the TaskOption class Improves comment structure, adds some missing punctuation. * Update the Scheduler class - Renames fetchTasks() => fetchTaskRecords(). - Fixes broken id search (l190). - Updates runTask() return (now returns the Task exit code). - Adds TASK_QUEUE filters and list config as class constants so other extensions can reliably use them to get the queue behaviour (should this somehow be baked in?). - Updates return for fetchTaskRecords(), which could return a false from the model query before but now would an empty array. * Bugfix Task::skipExecution() Now actually skips the execution and advances the task to the next execution slot relative to 'now'. * Add scheduler:list console command Command to list scheduled tasks. * Add scheduler:run command Command to run scheduled tasks. Supports triggering the task queue as well as individual tasks, matching either by id or title. Right now, due some code-smell fixes and perhaps behavior adjustments. An example, perhaps the title match could support running all tasks matching a title with the --all flag. * Add autoload for new commands Adds new commands to the application loader and dependency injection class used by other core commands. * Add plugin plgTaskCheckFiles Adds plgTaskCheckFiles. This plugin includes currently a single task routine which offers the ability to check images in a directory for dimensions and resize ones that are too big! * Enhance form for image size routine Adds sensible defaults, require attributes, etc. * Update form for get_request routine Updates the fieldset so its translated right. * Update language file for com_scheduler Adds a new constant for the task_params fieldset so plugins can use it without defining their own. * Patch task form Patches the "trigger" field to make it hidden. This is temporary as it should be removed altogether soon both in the form and the db table. * Patch exit handling in Task class The handleExit() method needed the exit code to be passed while it was available already in the $snapshot class property. This also created room for error and the final handleExit() return meant that generic failures were never broadcasted through the failure event. * Patch exit handling in Task class The handleExit() method needed the exit code to be passed while it was available already in the $snapshot class property. This also created room for error and the final handleExit() return meant that generic failures were never broadcasted through the failure event. * Add support for mailing task outputs Implements support for mailing out task output attachments and in the body. Not robust but just works for a demo (needs to be redone). * Update SQL for task notification templates Adds the "task_output" param. * Add output file support in GET request routine Hastily done and to be redone but this works okay as a POC. * Patch task class Fixes the execution time record/next execution which broke somewhere along before. This is a quick patch and should be fixed as suggested by the comment. * Disable deprecated routineEndMessage [CheckFiles] * Improve code quality, consistency and style - Removes some redundant comments. - Reduces reliance on implicit PHP casts. - Refactors to a more functional approach in TaskModel::save() and calls nested within. - Uses allowed Priority::MAX as plgSystemSchedulerunner listener priority. - Refactors some abbreviated variable names. - Changes uses of the 'GMT' to 'UTC' (more correct and consistent with existing Joomla code) - Separates some variable assignments and tests for improved readability. - Starts removing imports for native global functions and objects. This should be a gradual process. - Cover up a couple copy-and-paste inconsistencies. oops! - Reverts a styling regression in old code. Ref: joomla/joomla-cms#35143 / @nibra / @HLeithner / @brianteeman. * Make SchedulerHelper abstract Makes SchedulerHelper an abstract class. This also eliminates the need for a private constructor. Refs: joomla/joomla-cms/#35143#discussion_r710998565 / joomla/joomla-cms#35143#discussion_r710999157 / @PhilETaylor / @nibra. * Add request hash protection for scheduler runner - Adds a configuration tab for the lazy scheduler in ComScheduler with configuration switches for disabling the lazy scheduler and protecting it with a request hash. - Adds configuration checks in plgSystemScheduleRunner to only run if either hash matches or it's not protected. * Bugfix scheduleRunner event subscription behaviour ScheduleRunner attached itself to events even with comScheduler disabled. This was likely because it utilised a constructor short which is useful only with the pre-4.x event-method model. This commit adds checks for the component straight to the getSubscribedEvents() method and also adds a check for the lazy scheduler switch in com_scheduler config params. Refs: @Denitz / joomla/joomla-cms#35143#issuecomment-911453500. * Add rule for manual-only task invocation Adds an execution rule for when a task should only run when manually invoked. Also renames internally the "custom" rule to "cron-expression". * Refactor and extend TaskModel, TaskTable - Updates TaskModel for changes in the Task form. - Extends and refactors TaskModel to both support to both support the new manual invocation only rule and for better behaviour with setting some fields initially in the database. - Adds a Task::bind() override to TaskTable and changes a default param to support updating fields to NULL through AdminModel::save(). * Update ExecRuleHelper - Update with changes to the Task form. - Removes imports for native global functions. * Update language constants for com_scheduler - Adds language constants for new Scheduler config fields. - Refactors some language constants for better, more uniform naming. * Cleanup Task class - Removes outdated info from handleExit() PHP-doc. - Removes imports for native global symbols. * Update com_scheduler manifest - Adds some missing fields and fixes code-style. * Apply code-style suggestions from code review - Fixes styling for some docblocks. - Fixes copyright header alignment for consistency (non-exhaustive). - Adds trailing commas for multi-line array declarations (probably non-exhaustive). - Adds explicit name-spacing for global native symbols (likely non-exhaustive). - Misc code-style improvements. Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * Apply code-style suggestions from code review - Fixes styling for some docblocks. - Fixes copyright header alignment for consistency (non-exhaustive). - Adds trailing commas for multi-line array declarations (probably non-exhaustive). - Adds explicit name-spacing for global native symbols (likely non-exhaustive). - Misc code-style improvements. Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * Clean up usage * Add AJAX requests script to scheduleRunner JS sets up a navigator.sendBeacon() callback to make requests to trigger a `com_ajax` backed AJAX listener offered by plgSystemScheduleRunner. * Update manifest for plgSystemScheduleRunner Adds the new media asset folder, fills in some missing fields and fixes the language field. * Add scheduleRunner listener to inject JS - Removes `shutdown_function` behavior to register the scheduleRunner. - Adds listener method to inject the trigger JS on the `onBeforeCompileHead` event. - Fixes copyright header styling. - Reduces event subscription stage check complexity. (Ref: @Denitz / joomla-projects/soc21_website-cronjob#4#commitcomment-57308547) - Adds `com_scheduler` component config as class property. - Change scheduleRunner's subscription event to `onAjaxRunScheduler`. * Add scheduleRunner doc and missing checks - Adds descriptive doc in the class docblock. - Adds missing checks to the runScheduler() method. * Fix `created_by` auto set on task save - TaskTable::save() now sets the `created_by` field correctly. - Adds and fixes existing checks for field auto-set. * Cleanup and enhance TaskTable docs - Fix copyright style. - Enhance doc blocks. - Cleanup. * Fix plugin manifests - Lowercase <name>. - Adds missing fields and missing <files> nodes. - Fixes XML styling (tasknotification.xml) Ref: @bembelimen * Revert changes to the modules/select template Reverts file to 4.1-dev state. * Add standard routine handler `standardRoutineHandler()` can take care of initialising the routine, calling the associated callable and ending the routine all without any logic in the plugin class if each routine has a corresponding callable. * Fix copyright formatting * Update Task\Status Adds status code for invalid return and improves member doc blocks. * Refactor TaskPluginTrait - Renames methods: - `taskLog()` => `logTask()` - `taskEnd()` => `endRoutine()` - `taskStart()` => `initRoutine()` - Upgrade `enhanceTaskItemForm()` to a complete event handler. For plugins targeting only the task form, this method can now be mapped straight to the `onContentPrepareForm` event. - Code style improvements and fixes for global namespace qualification on some `\Exception` references. - More explicit checks on variables. - `Event` type arguments are now `EventInterface` so other implementations stay compatible. - Removes deprecated logging nd `$log` param from `endRoutine()`. * Improve TaskPluginTrait documentation Adds and improves on the information in the doc blocks with context, usage hints and related information. Also updates some parameter information and fixes the tag order (`@since` <=> `@throws`). * Implement suggestions on TaskPluginTrait - Refactors `initRoutine()` => `startRoutine()` - Return true for irrelevant enhanceTaskItemForm() contexts. - Path checks for routine forms. - Allow only class methods with `standardRoutineHandler()` - Adds signature checks on standard routine methods. - Adds validation on routine return codes against `Task\Status`. * Update TaskPluginTrait::standardRoutineHandler() Now enforces a single required parameter of type `ExecuteTaskEvent` (from `EventInterface`). * Update task plugins - Remove methods now offered by TaskPluginTrait. - The 'call' TASKS_MAP param is now 'method'. - Update event subscriptions. - Update docs. - Improve code-style and copyright blocks. * Ignore user aborts on scheduler trigger Adds attempt to set the INI `ignore_user_abort` to true. Also enhances some docs. * Update TaskPluginTrait doc Updates signature reference for standard routine methods. * Rename status code Renames `Task\Status::NO_TIME` to `Task\Status::RUNNING`. * Add config options for scheduleRunner Adds config option for the client side request intervals for the scheduler trigger. Also fixes some showon attributes in the com_scheduler config form. * Add removal of time limit on task runs Add test task permission Add webcron, test task, lazycron entry points * Fix broken interval run when setting custom value * Set correct lazyCron URL and run it at the beginning Prevent running LazyCron when not in html view or if lazyCron is not enabled Implement hash check for webCron * Rebuild JS Implement test runner * Finish test cron * Fix CS * Revert SQL query * Add webcron to scheduler config Updates the `com_scheduler` config.xml with the webcron fieldset. * Add webcron key autogen and more to Schedulerunner - Schedulerunner auto-generates the webcron key and does some form usability enhancements on the config form (much like the user API token plugin). * Add custom field for webcron link - Adds new field 'WebcronLinkField', this field is not really needed except for to support the custom layout location. - Allows for the webcron link to be copies on click, much like the user API token field. - Adds field JS to the `com_scheduler` media source provider. * Update com_scheduler language file Adds new strings for the config form and updates some refs. * Fix regression in Scheduler class - Fix regression due to newly protected status of Task::snapshot + accessor. - Update some doc-blocks and related formatting. - Optimise some imports. - Minor miscellaneous changes. * Fix test run JS Fixes apparent JS parse error on non-zero task exits. * Improve form manipulation code - Check for `com_scheduler` in the subject table for table event. - Minor code simplification. * Clean up redundant field from Tasks table - Remove redundant `trigger` field from `#__scheduler_tasks`. - From install and update SQL. - Task item form. - Language file. - Fix regression in GenericDataException ref. - Minor styling/doc fixes and upgrades. * Remove global task configuration config - Removes task configuration config from `plgSystemTasknotifications` plugin config. - ! Does not update any usages. * Add task notification config as injected form - Task notification config is now injected into the task item form. - ! Usages are not updated. * Improve plgSystemTaskNotification code style - Updates docs. - Improves docblocks, general code style for compliance with unenforced Joomla! style guide. * Fix params display in task view * Add fieldset labels for task form - Adds missing fieldset labels. - Adds some comments and fixes marginally code-style. * Update task notification logic - Replaces checks with updated task item configuration. - Improves logging (additional checks). - Makes file attachment handling safer. - Fixes/updates code-style. * Update plgSystemTaskNotification language file - Adds new constants for logging. - Fixes ordering. * Fix Task driver behavior The run() method now updates the object state instead of leaving it to releaseLock(). The class continues to appear a clunky build :D. * Fix TasksRunCommand regression * Fix scheduleRunner default behaviour - Uses again sensible defaults (enabled lazy cron). - Check webcron.enabled. - Some useful logging. - Improved docblocks. * Update scheduleRunner language files Adds new constant for a logging string. * Update and fix code-style - Fix license header formatting. - Fix doc phpdoc tag ordering. - Cleanup and marginally improve doc-blocks. - Fix unqualified global refs in doc-blocks. - Misc formatting fixes/improvements. - Remove phpcs ignores. * Revert drone * Update com_scheduler language file - Missing constant. - Ordering. * Apply suggestions from code review Code-style and language improvements. Co-authored-by: Brian Teeman <brian@teeman.net> * Apply suggestions from code review Code-style and language improvements. Co-authored-by: Brian Teeman <brian@teeman.net> * Update language constants for plgSysScheduleRunner Updates plugin description string. * Bugfix Task::run() For some reason, the UNIX timestamp with microseconds `microtime()` broke the DateTime breaking down the task usual scheduling. This commit introduces an int cast for the timestamp which makes things work as expected. * Fix webcron url & description Fixes webcron url and description as exposed in the Scheduler component config. Ref: joomla-projects/soc21_website-cronjob#37 * Update joomla.asset.json * Improve the locking mechanism * Add table locking when locking task * CS * Simplify null date check * Add column quote * Extend TaskModel's getter method ! Fails in MySQL 5.6 with "Table <task table> was not locked with LOCK TABLES" - Adds options array to customise behavior. - Adds static option resolver for proxies to the getter. - Wrap queue behavior in a sub-query for compatibility. ... * Update Scheduler::getTask() and runTask() Updates Scheduler::getTask() and Scheduler::runTask() to match the updated TaskModel::getTask() method. * Fix typos and improve static analysis support Fixes some typos and adds some doc IDE typehint for improved static analysis to the Scheduler class. * Update/fix Schedulerunner Updates primarily the Schedulerunner::runTestCron() method. Other methods might need to be updated still. * Update Task class Minor updates, comments for the future. * Update Task::releaseLock() Fixes compatibility with PostgreSQL (tested on 11). Removes table specificity from columns (this confuses Postgres for some reason). * Update TaskModel::getTask() Fixes task queue behavior (now only applies when an ID is not passed). * Improve TaskModel::getTask() mysql compat ! Still fails because of table locks - Adds pseudo-source for sub-query. https://stackoverflow.com/q/44970574 - Adds reference comments to try to make the SQL gymnastics make sense. * Add unlock function * Fix language strings for the schedulerunner plugin * Update description and remove plugin files * Implement Scheduler CLI state changer * Update TasksStateCommand.php * Fix list state filter in scheduler * Fix MySQL lock violations Fixes lock violation by getting rid of sub-queries. * Fix label a11y [#42] * Quote 'id' Co-authored-by: Benjamin Trenkle <bembelimen@users.noreply.github.com> * update publish/unpublish => enable/disable * Add check for checked out tasks Adds check for checked out state of tasks, so it doesn't silently fail anymore if such a task is attempted to be updated. * Improve static analysis support. Adds type hints for classes so static analysis and IDE autocomplete works better. * Update exit codes and fix typos - Updates failure exit codes so all are now distinct. - Fixes typos and other minor things. - Uses syntactic string composition instead of concatenation. * Cleanup Removes debug string eval * Fix SQL scripts Reduces length of `#__scheduler_tasks.type` to evade exceeding maximum length of indices and considering 128 chars is sufficient for a UUID and for context aware string currently used for routine IDs. Refs: @HLeithner * Apply Code-style and doc-block improvements from code review Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * Replace Registry inheritance with composition Task no longer extends Registry, but uses a new `taskRegistry` property to store a Registry object. This compositional pattern makes the code stink less. * Refactor Task::isSuccess() No longer takes care of dispatching exit events, which is done by Task::dispatchExitEvent() now. Return API is unchanged. * Apply Code-style and doc-block improvements from code review Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * Update doc-blocks for the Task driver Adds doc-block for Task::EVENTS_MAP and updates the constructor's. * Update composer.lock * Update composer.lock * Make Task property getter public [bug] Makes the task property getter public. Protected visibility here breaks things. * Improve task routine exception handling - The driver now allows for and preserves exceptions from routines, throwing them again after wrapping things up and releasing the task lock. - Removes the nonNull assertion for the routine snapshot (this already did not work). * Update plgScheduleRunner Webcron now throws the exception from the task, if it exists. This is caught by com_ajax and the exception message included in the output. * Update Task::Status Renames the KO_RUN status to KNOCKOUT, adds description in docblock. * Fix exception handling in TaskPluginTrait Catches only ReflectionExceptions now, leaving out others for the Task driver to access. * Cleanup assert exception refs Cleans up imports and docblocks. * Improve ScheduleRunner documentation. * Improve code style Majorly fixes from the latest updates in Joomla's PHP CS Fixer config, * Fix demo task form * Update language file for `com_scheduler` * Use output buffering for lazyCron to avoid dying * Merge update SQL * Update plgTaskCheckfiles - Adds support for WEBP. - Better format support while resizing. - Minor refactoring and more informative logging. * Update scheduleRunner docs * Improve code quality for task unlocking - Improved static analysis support and type-hinting. - Fix usage of undefined variables. - Add/modify comments and variable names. - Update event names and interface for relevance. - Improve docs in doc-blocks. - Fix code-style. * Fix com_scheduler, task plugin code-style Fixes code-style with the updated php-cs-fixer config. * Fix WebcronLinkField::getLayoutPaths() The union operator... did not do the right job. * Merge more update SQL Missed one! * Rename update SQL Updates date signatures of update files to a fresher date. * Make plgTaskCheckfiles logging translatable Adds language constants for logging strings. Refs: @PhilETaylor * Update plgTaskRequests - Add logging on exception. - Improve variable naming/file write safety. - Update language file. Refs: @PhilETaylor * Improve exception handling plgTaskCheckfiles - Improves handling exceptions and failures. - Adds more informative logging. Refs: @PhilETaylor * Update code-style and language - Fixes some misc code-style, reverses regression. - Adds language for some log. * Fix installation and update SQL scripts * Fix update SQL for PostgreSQL for the database checker * Add new core extensions to the extensions helper * Add auto-install SQL for plg_task_checkfiles - Adds auto-install SQL for both installation and update. - Also adds relevant entry to ExtensionHelper. Refs: joomla-projects/soc21_website-cronjob#49 / @richard67 * Add DB column for cli exclusive tasks - Adds new DB column `#__scheduler_tasks.cli_exclusive`, updating both install and update scripts. Also adds relevant index. * Add support for CLI exclusive tasks - Updates TaskModel::getTask() with an option to include/exclude CLI exclusives. - Adds runtime check to Scheduler::runTask() so it now includes CLI exclusives only in a CLI context. * Add comments, fix doc signatures + style - Add comments to schedulerunner. - Fix some type signatures in doc-blocks. - Other minor style fixes. * Fix get request response body Shouldn't throw an undefined constant again. * Add `Scheduler::run()` option for concurrency - Scheduler::run() now uses an options array backed by the Symfony OptionsResolver. - Offers a new option that allows for execution concurrency (this was specifically required by the CLI command). * Update plgSystemSchedulerunner Updates Schedulerunner for changes in Scheduler::run() * Make `scheduler:run` safer - Null safety against Tasks. - More informative stderr log on lock acquisition failures. - Now allows concurrency so Web doesn't block out CLI anymore (thanks to the updates in Scheduler::run()). Refs: joomla/joomla-cms#35143#issuecomment-976391914 / @alikon / @bembelimen * Refactor `scheduler:state` - Better (expectedly safer) flow of logic with attempts to get the logical/enumerated state from command mode and interactive modes. - Terminate on invalid command invocation. - Fix exit success message (did not show action). - Better formatting of description, etc. - Code-style fixes. Refs: joomla/joomla-cms#35143#issuecomment-977608144 / @alikon / @bembelimen * Improve `scheduler:run` description style Minor improvement to `scheduler:run` description for consistency. * Add utilities, bugfix Task class - Adds state enumerations and map. - Adds basic static state and id validators. - Fix use of un-imported Text class, $->getMessage() call. * Improve `scheduler:state` command - Better validation and improved consistency. - Removes now redundant state enumerations, mapping and validators which the Task class offers. * Add page reload after testing * Code sniffer fixes * Rename param for Scheduler::fetchTaskRecord() Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> Co-authored-by: Benjamin Trenkle <benjamin.trenkle@wicked-software.de> Co-authored-by: Brian Teeman <brian@teeman.net> Co-authored-by: Benjamin Trenkle <bembelimen@users.noreply.github.com> Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2021-11-26 11:42:10 +00:00
},
2022-03-29 13:27:09 +00:00
{
"name": "enshrined/svg-sanitize",
"version": "0.15.4",
"source": {
"type": "git",
"url": "https://github.com/darylldoyle/svg-sanitizer.git",
"reference": "e50b83a2f1f296ca61394fe88fbfe3e896a84cf4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/e50b83a2f1f296ca61394fe88fbfe3e896a84cf4",
"reference": "e50b83a2f1f296ca61394fe88fbfe3e896a84cf4",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-libxml": "*",
"php": "^7.0 || ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^6.5 || ^8.5"
},
"type": "library",
"autoload": {
"psr-4": {
"enshrined\\svgSanitize\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Daryll Doyle",
"email": "daryll@enshrined.co.uk"
}
],
"description": "An SVG sanitizer for PHP",
"support": {
"issues": "https://github.com/darylldoyle/svg-sanitizer/issues",
"source": "https://github.com/darylldoyle/svg-sanitizer/tree/0.15.4"
},
"time": "2022-02-21T09:13:59+00:00"
},
{
"name": "fgrosse/phpasn1",
"version": "v2.4.0",
"source": {
"type": "git",
"url": "https://github.com/fgrosse/PHPASN1.git",
"reference": "eef488991d53e58e60c9554b09b1201ca5ba9296"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fgrosse/PHPASN1/zipball/eef488991d53e58e60c9554b09b1201ca5ba9296",
"reference": "eef488991d53e58e60c9554b09b1201ca5ba9296",
"shasum": ""
},
"require": {
"php": "~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0"
},
"require-dev": {
"php-coveralls/php-coveralls": "~2.0",
"phpunit/phpunit": "^6.3 || ^7.0 || ^8.0"
},
"suggest": {
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"ext-bcmath": "BCmath is the fallback extension for big integer calculations",
"ext-curl": "For loading OID information from the web if they have not bee defined statically",
"ext-gmp": "GMP is the preferred extension for big integer calculations",
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"phpseclib/bcmath_compat": "BCmath polyfill for servers where neither GMP nor BCmath is available"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"FG\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Friedrich Große",
"email": "friedrich.grosse@gmail.com",
"homepage": "https://github.com/FGrosse",
"role": "Author"
},
{
"name": "All contributors",
"homepage": "https://github.com/FGrosse/PHPASN1/contributors"
}
],
"description": "A PHP Framework that allows you to encode and decode arbitrary ASN.1 structures using the ITU-T X.690 Encoding Rules.",
"homepage": "https://github.com/FGrosse/PHPASN1",
"keywords": [
"DER",
"asn.1",
"asn1",
"ber",
"binary",
"decoding",
"encoding",
"x.509",
"x.690",
"x509",
"x690"
],
"support": {
"issues": "https://github.com/fgrosse/PHPASN1/issues",
"source": "https://github.com/fgrosse/PHPASN1/tree/v2.4.0"
},
"time": "2021-12-11T12:41:06+00:00"
},
{
"name": "fig/link-util",
2021-04-23 07:34:06 +00:00
"version": "1.1.2",
"source": {
"type": "git",
"url": "https://github.com/php-fig/link-util.git",
2021-04-23 07:34:06 +00:00
"reference": "5d7b8d04ed3393b4b59968ca1e906fb7186d81e8"
},
"dist": {
"type": "zip",
2021-04-23 07:34:06 +00:00
"url": "https://api.github.com/repos/php-fig/link-util/zipball/5d7b8d04ed3393b4b59968ca1e906fb7186d81e8",
"reference": "5d7b8d04ed3393b4b59968ca1e906fb7186d81e8",
"shasum": ""
},
"require": {
"php": ">=5.5.0",
"psr/link": "~1.0@dev"
},
"provide": {
"psr/link-implementation": "1.0"
},
"require-dev": {
"phpunit/phpunit": "^5.1",
"squizlabs/php_codesniffer": "^2.3.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Fig\\Link\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
2021-04-23 07:34:06 +00:00
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common utility implementations for HTTP links",
"keywords": [
"http",
"http-link",
"link",
"psr",
"psr-13",
"rest"
],
"support": {
"issues": "https://github.com/php-fig/link-util/issues",
"source": "https://github.com/php-fig/link-util/tree/1.1.2"
},
2021-04-23 07:34:06 +00:00
"time": "2021-02-03T23:36:04+00:00"
},
{
"name": "google/recaptcha",
"version": "1.2.4",
"source": {
"type": "git",
"url": "https://github.com/google/recaptcha.git",
"reference": "614f25a9038be4f3f2da7cbfd778dc5b357d2419"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/google/recaptcha/zipball/614f25a9038be4f3f2da7cbfd778dc5b357d2419",
"reference": "614f25a9038be4f3f2da7cbfd778dc5b357d2419",
"shasum": ""
},
"require": {
"php": ">=5.5"
},
"require-dev": {
2019-06-17 14:25:08 +00:00
"friendsofphp/php-cs-fixer": "^2.2.20|^2.15",
2018-08-09 12:59:03 +00:00
"php-coveralls/php-coveralls": "^2.1",
2019-06-17 14:25:08 +00:00
"phpunit/phpunit": "^4.8.36|^5.7.27|^6.59|^7.5.11"
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-09 12:59:03 +00:00
"dev-master": "1.2.x-dev"
}
},
"autoload": {
2017-06-28 23:45:26 +00:00
"psr-4": {
"ReCaptcha\\": "src/ReCaptcha"
2017-06-28 23:45:26 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
2018-08-09 12:59:03 +00:00
"description": "Client library for reCAPTCHA, a free service that protects websites from spam and abuse.",
"homepage": "https://www.google.com/recaptcha/",
"keywords": [
"Abuse",
"captcha",
"recaptcha",
"spam"
],
"support": {
"forum": "https://groups.google.com/forum/#!forum/recaptcha",
"issues": "https://github.com/google/recaptcha/issues",
"source": "https://github.com/google/recaptcha"
},
"time": "2020-03-31T17:50:54+00:00"
},
{
"name": "jakeasmith/http_build_url",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/jakeasmith/http_build_url.git",
"reference": "93c273e77cb1edead0cf8bcf8cd2003428e74e37"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jakeasmith/http_build_url/zipball/93c273e77cb1edead0cf8bcf8cd2003428e74e37",
"reference": "93c273e77cb1edead0cf8bcf8cd2003428e74e37",
"shasum": ""
},
"type": "library",
"autoload": {
"files": [
"src/http_build_url.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jake A. Smith",
"email": "theman@jakeasmith.com"
}
],
"description": "Provides functionality for http_build_url() to environments without pecl_http.",
"support": {
"issues": "https://github.com/jakeasmith/http_build_url/issues",
"source": "https://github.com/jakeasmith/http_build_url"
},
"time": "2017-05-01T15:36:40+00:00"
},
{
"name": "joomla/application",
2021-12-11 20:03:39 +00:00
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/application.git",
2021-12-11 20:03:39 +00:00
"reference": "e7b950d2d1358c0baac95a8633a60de20a1e82ab"
},
"dist": {
"type": "zip",
2021-12-11 20:03:39 +00:00
"url": "https://api.github.com/repos/joomla-framework/application/zipball/e7b950d2d1358c0baac95a8633a60de20a1e82ab",
"reference": "e7b950d2d1358c0baac95a8633a60de20a1e82ab",
"shasum": ""
},
"require": {
"joomla/event": "^2.0",
"joomla/registry": "^1.4.5|^2.0",
"laminas/laminas-diactoros": "^2.2.2",
"php": "^7.2.5",
"psr/http-message": "^1.0",
2021-08-10 19:13:42 +00:00
"psr/log": "^1.0",
"symfony/deprecation-contracts": "^2.1"
},
"conflict": {
"joomla/di": "<1.5",
"joomla/input": "<1.2",
"joomla/router": "<2.0",
"joomla/session": "<2.0",
"joomla/uri": "<1.1"
},
"require-dev": {
2021-08-10 19:13:42 +00:00
"joomla/coding-standards": "^3.0@dev",
"joomla/controller": "^1.0|^2.0",
"joomla/di": "^1.5|^2.0",
"joomla/input": "^1.2|^2.0",
"joomla/router": "^2.0",
"joomla/session": "^2.0",
"joomla/test": "^2.0",
"joomla/uri": "^1.1|^2.0",
"phpunit/phpunit": "^8.5|^9.0",
2021-12-11 20:03:39 +00:00
"symfony/phpunit-bridge": "^3.4.26|^4.1.12|^4.2.7|^5.0"
},
"suggest": {
"joomla/controller": "^1.0|^2.0 To support resolving ControllerInterface objects in ControllerResolverInterface, install joomla/controller",
"joomla/input": "^1.2|^2.0 To use WebApplicationInterface, install joomla/input",
"joomla/router": "^2.0 To use WebApplication or ControllerResolverInterface implementations, install joomla/router",
"joomla/session": "^2.0 To use SessionAwareWebApplicationInterface, install joomla/session",
"joomla/uri": "^1.1|^2.0 To use AbstractWebApplication, install joomla/uri",
"psr/container": "^1.0 To use the ContainerControllerResolver, install any PSR-11 compatible container"
},
"type": "joomla-package",
"extra": {
"branch-alias": {
"dev-2.0-dev": "2.0-dev"
}
},
"autoload": {
"psr-4": {
"Joomla\\Application\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2018-02-04 23:44:31 +00:00
"GPL-2.0-or-later"
],
"description": "Joomla Application Package",
"homepage": "https://github.com/joomla-framework/application",
"keywords": [
"application",
"framework",
"joomla"
],
2021-08-10 19:13:42 +00:00
"support": {
"issues": "https://github.com/joomla-framework/application/issues",
2021-12-11 20:03:39 +00:00
"source": "https://github.com/joomla-framework/application/tree/2.0.1"
2021-08-10 19:13:42 +00:00
},
"funding": [
{
"url": "https://community.joomla.org/sponsorship-campaigns.html",
"type": "custom"
},
{
"url": "https://github.com/joomla",
"type": "github"
}
],
2021-12-11 20:03:39 +00:00
"time": "2021-12-10T12:11:13+00:00"
},
{
"name": "joomla/archive",
2022-03-29 13:27:09 +00:00
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/archive.git",
2022-03-29 13:27:09 +00:00
"reference": "cedda2cf21c388c590b8a110df25db6197765b8c"
},
"dist": {
"type": "zip",
2022-03-29 13:27:09 +00:00
"url": "https://api.github.com/repos/joomla-framework/archive/zipball/cedda2cf21c388c590b8a110df25db6197765b8c",
"reference": "cedda2cf21c388c590b8a110df25db6197765b8c",
"shasum": ""
},
"require": {
2022-03-29 13:27:09 +00:00
"joomla/filesystem": "^2.0",
"php": "^7.2.5|^8.0"
},
"require-dev": {
2020-12-17 15:30:39 +00:00
"joomla/coding-standards": "^3.0@dev",
"joomla/test": "^2.0",
"phpunit/phpunit": "^8.5|^9.0"
},
"suggest": {
"ext-bz2": "To extract bzip2 compressed packages",
"ext-zip": "To extract zip compressed packages",
"ext-zlib": "To extract gzip or zip compressed packages"
},
"type": "joomla-package",
2014-10-19 05:03:32 +00:00
"extra": {
"branch-alias": {
"dev-2.0-dev": "2.0-dev"
2014-10-19 05:03:32 +00:00
}
},
"autoload": {
"psr-4": {
"Joomla\\Archive\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2019-04-08 12:28:13 +00:00
"GPL-2.0-or-later"
],
"description": "Joomla Archive Package",
"homepage": "https://github.com/joomla-framework/archive",
"keywords": [
"archive",
"framework",
"joomla"
],
2021-08-10 19:13:42 +00:00
"support": {
"issues": "https://github.com/joomla-framework/archive/issues",
2022-03-29 13:27:09 +00:00
"source": "https://github.com/joomla-framework/archive/tree/2.0.1"
2021-08-10 19:13:42 +00:00
},
"funding": [
{
"url": "https://community.joomla.org/sponsorship-campaigns.html",
"type": "custom"
},
{
"url": "https://github.com/joomla",
"type": "github"
}
],
2022-03-29 13:27:09 +00:00
"time": "2022-03-29T13:03:06+00:00"
},
{
"name": "joomla/authentication",
2021-08-16 20:14:32 +00:00
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/authentication.git",
2021-08-10 19:13:42 +00:00
"reference": "73d77db3b5d31300ffc0f147936cb420d4dffd96"
},
"dist": {
"type": "zip",
2021-08-10 19:13:42 +00:00
"url": "https://api.github.com/repos/joomla-framework/authentication/zipball/73d77db3b5d31300ffc0f147936cb420d4dffd96",
"reference": "73d77db3b5d31300ffc0f147936cb420d4dffd96",
"shasum": ""
},
"require": {
2021-08-10 19:13:42 +00:00
"php": "^7.2.5|^8.0"
},
"conflict": {
"joomla/database": "<2.0"
},
"require-dev": {
2021-08-10 19:13:42 +00:00
"joomla/coding-standards": "^3.0@dev",
"joomla/database": "^2.0",
"joomla/input": "^1.0|^2.0",
"phpunit/phpunit": "^8.5|^9.0",
"symfony/phpunit-bridge": "^3.4|^4.4|^5.0"
},
"suggest": {
"joomla/database": "Required if you want to use Joomla\\Authentication\\Strategies\\DatabaseStrategy",
"joomla/input": "Required if you want to use classes in the Joomla\\Authentication\\Strategies namespace"
},
"type": "joomla-package",
"extra": {
"branch-alias": {
"dev-2.0-dev": "2.0-dev"
}
},
"autoload": {
"psr-4": {
"Joomla\\Authentication\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2018-02-04 23:44:31 +00:00
"GPL-2.0-or-later"
],
"description": "Joomla Authentication Package",
"homepage": "https://github.com/joomla-framework/authentication",
"keywords": [
"Authentication",
"framework",
"joomla"
],
2021-08-10 19:13:42 +00:00
"support": {
"issues": "https://github.com/joomla-framework/authentication/issues",
2021-08-16 20:14:32 +00:00
"source": "https://github.com/joomla-framework/authentication/tree/2.0.0"
2021-08-10 19:13:42 +00:00
},
"funding": [
{
"url": "https://community.joomla.org/sponsorship-campaigns.html",
"type": "custom"
},
{
"url": "https://github.com/joomla",
"type": "github"
}
],
"time": "2021-08-10T18:44:21+00:00"
},
{
"name": "joomla/console",
2021-08-16 20:14:32 +00:00
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/console.git",
2021-08-16 20:14:32 +00:00
"reference": "9db90c5b99e84a48cbaaf14c4c0d881b4d92480d"
},
"dist": {
"type": "zip",
2021-08-16 20:14:32 +00:00
"url": "https://api.github.com/repos/joomla-framework/console/zipball/9db90c5b99e84a48cbaaf14c4c0d881b4d92480d",
"reference": "9db90c5b99e84a48cbaaf14c4c0d881b4d92480d",
"shasum": ""
},
"require": {
"joomla/application": "^2.0",
"joomla/event": "^2.0",
"joomla/string": "^2.0",
"php": "^7.2.5",
"symfony/console": "^3.4|^4.4|^5.0"
},
"require-dev": {
"joomla/coding-standards": "^2.0@alpha",
"joomla/test": "^2.0",
"phpunit/phpunit": "^8.5|^9.0",
"psr/container": "^1.0"
},
"suggest": {
"psr/container-implementation": "To use the ContainerLoader"
},
"type": "joomla-package",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"psr-4": {
"Joomla\\Console\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2018-02-04 23:44:31 +00:00
"GPL-2.0-or-later"
],
"description": "Joomla Console Package",
"homepage": "https://github.com/joomla-framework/console",
"keywords": [
"console",
"framework",
"joomla"
],
2021-08-10 19:13:42 +00:00
"support": {
"issues": "https://github.com/joomla-framework/console/issues",
2021-08-16 20:14:32 +00:00
"source": "https://github.com/joomla-framework/console/tree/2.0.0"
2021-08-10 19:13:42 +00:00
},
"funding": [
{
"url": "https://community.joomla.org/sponsorship-campaigns.html",
"type": "custom"
},
{
"url": "https://github.com/joomla",
"type": "github"
}
],
2021-08-16 20:14:32 +00:00
"time": "2021-08-10T20:31:15+00:00"
},
2017-02-12 18:26:56 +00:00
{
"name": "joomla/crypt",
2021-08-16 20:14:32 +00:00
"version": "2.0.0",
2017-02-12 18:26:56 +00:00
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/crypt.git",
2021-08-10 19:13:42 +00:00
"reference": "db9e5c4f8b42df5dee0a3698404affe631fdaba4"
2017-02-12 18:26:56 +00:00
},
"dist": {
"type": "zip",
2021-08-10 19:13:42 +00:00
"url": "https://api.github.com/repos/joomla-framework/crypt/zipball/db9e5c4f8b42df5dee0a3698404affe631fdaba4",
"reference": "db9e5c4f8b42df5dee0a3698404affe631fdaba4",
2017-02-12 18:26:56 +00:00
"shasum": ""
},
"require": {
2021-08-10 19:13:42 +00:00
"php": "^7.2.5|^8.0"
2017-02-12 18:26:56 +00:00
},
"conflict": {
"defuse/php-encryption": "<2.0"
},
2017-02-12 18:26:56 +00:00
"require-dev": {
"defuse/php-encryption": "^2.0",
"joomla/coding-standards": "^2.0@alpha",
"paragonie/sodium_compat": "^1.0",
"phpunit/phpunit": "^8.5|^9.0",
"symfony/phpunit-bridge": "^4.4|^5.0",
"symfony/polyfill-util": "^1.0"
},
2017-11-16 14:23:18 +00:00
"suggest": {
"defuse/php-encryption": "To use Crypto cipher",
2019-06-17 14:25:08 +00:00
"ext-openssl": "To use the OpenSSL cipher",
"ext-sodium": "To use the Sodium cipher",
"paragonie/sodium_compat": "To use Sodium cipher if neither ext/sodium or ext/libsodium are available"
2017-11-16 14:23:18 +00:00
},
"type": "joomla-package",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
2017-02-12 18:26:56 +00:00
},
"autoload": {
"psr-4": {
"Joomla\\Crypt\\": "src/"
2017-02-12 18:26:56 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2018-02-04 23:44:31 +00:00
"GPL-2.0-or-later"
2017-02-12 18:26:56 +00:00
],
"description": "Joomla Crypt Package",
"homepage": "https://github.com/joomla-framework/crypt",
2017-02-12 18:26:56 +00:00
"keywords": [
"crypt",
"framework",
"joomla"
2017-02-12 18:26:56 +00:00
],
2021-08-10 19:13:42 +00:00
"support": {
"issues": "https://github.com/joomla-framework/crypt/issues",
2021-08-16 20:14:32 +00:00
"source": "https://github.com/joomla-framework/crypt/tree/2.0.0"
2021-08-10 19:13:42 +00:00
},
"funding": [
{
"url": "https://community.joomla.org/sponsorship-campaigns.html",
"type": "custom"
},
{
"url": "https://github.com/joomla",
"type": "github"
}
],
"time": "2021-08-10T18:46:07+00:00"
2017-02-12 18:26:56 +00:00
},
{
"name": "joomla/data",
2021-08-16 20:14:32 +00:00
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/data.git",
2021-08-10 19:13:42 +00:00
"reference": "6327825f48ba517d8f35179ac8f7868522d3a23f"
},
"dist": {
"type": "zip",
2021-08-10 19:13:42 +00:00
"url": "https://api.github.com/repos/joomla-framework/data/zipball/6327825f48ba517d8f35179ac8f7868522d3a23f",
"reference": "6327825f48ba517d8f35179ac8f7868522d3a23f",
"shasum": ""
},
"require": {
"joomla/registry": "^1.4.5|^2.0",
"php": "^7.2.5"
},
"require-dev": {
2021-08-10 19:13:42 +00:00
"joomla/coding-standards": "^3.0@dev",
"joomla/test": "^2.0",
"phpunit/phpunit": "^8.5|^9.0"
},
"type": "joomla-package",
"extra": {
"branch-alias": {
"dev-2.0-dev": "2.0-dev"
}
},
"autoload": {
"psr-4": {
"Joomla\\Data\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2018-02-04 23:44:31 +00:00
"GPL-2.0-or-later"
],
"description": "Joomla Data Package",
"homepage": "https://github.com/joomla-framework/data",
"keywords": [
"data",
"framework",
"joomla"
],
2021-08-10 19:13:42 +00:00
"support": {
"issues": "https://github.com/joomla-framework/data/issues",
2021-08-16 20:14:32 +00:00
"source": "https://github.com/joomla-framework/data/tree/2.0.0"
2021-08-10 19:13:42 +00:00
},
"funding": [
{
"url": "https://community.joomla.org/sponsorship-campaigns.html",
"type": "custom"
},
{
"url": "https://github.com/joomla",
"type": "github"
}
],
"time": "2021-08-10T18:47:10+00:00"
},
[4.0] Merge staging (#12622) * added show/hide introtext parameter to mod_articles_news * added <?php if (!$params->get('intro_only')) : ?> back again since it might be a B/C setting/parameter * added tabs in code * Update mod_articles_news.xml * Update _item.php * corrected typo from last merge * changed label and description * Add JHtmlBootstrap for front-end editing. Fixes #11562 * Implementing Menu Items modals (New feature) * Wrong class for chosen (#11820) * 3.7.0: Using the new modal_menu field in various core places (#11694) * Using the new modal_menu field in various core places * Simplifying clearField * Simplify conditional * Parenthesis replaced by mdash * Using modal_category field in various core locations * 3.7.0: New Feature=>editor-xtd to insert menu items links in content (#11721) * 3.7.0: New Feature=>editor-xtd to insert menu items links in content * correcting some errors * quoting for sql azure * one more * Changed icon + lang constants * Chosen upgrade. Fixes #11779 Squashed commit of the following: commit 48051c7bf2792fb64cbe10046ada196fc9d233b8 Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 25 14:31:04 2016 +0100 css change only commit 90a89fddf8e70d036b3779022a1477dc632f78ba Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 25 14:28:58 2016 +0100 Revert "css fix thanks @C-Lodder" This reverts commit f7320cfb331e018b179c9356b642dac330f55c22. commit f7320cfb331e018b179c9356b642dac330f55c22 Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 25 14:09:03 2016 +0100 css fix thanks @C-Lodder commit 42c9de38e90c6a1ad48def219b65a0cc77159933 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 18:10:33 2016 +0100 fix permissions commit b8fdd34d3e5678bbe8cd568e1b32ec951ac18421 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 18:07:53 2016 +0100 add minified version of js commit 0ef056d06609cab17b272aa7c37da4b0521199b6 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:59:55 2016 +0100 add documented js hacks commit c68c275bfa9f87f287ac394baa7de65d32565c14 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:48:01 2016 +0100 add comment block commit 983dbf5a561b25aeef9f8d2658edc58e352da780 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:08:47 2016 +0100 rename liszt: chosen: commit 8caad7361bdddc25ae81912892061dd1b04f759f Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:07:47 2016 +0100 Revert "rename liszt: chosen: and add JUI hacks" This reverts commit 86116716d6ff7ba307621de3b0e1fdc8f90bc2b1. commit 86116716d6ff7ba307621de3b0e1fdc8f90bc2b1 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:06:21 2016 +0100 rename liszt: chosen: and add JUI hacks commit 535bea0c37a7bb6667a09fe39e3e99153e3b0bad Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:45:14 2016 +0100 replace chosen: with liszt: commit 2686df5323907e9a394a2a8279a45667ecda89d3 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:43:35 2016 +0100 replace _chosen with _chzn commit 691be65de111d1e6fb25e06a6037981ec13514bd Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:42:49 2016 +0100 replace chosen- with chzn- commit 863b5f9ec87e4702e6c70b5d9c8d705608cb2e5c Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:37:20 2016 +0100 update js with original version commit 537735c2a46513daac39fed29fe32c65e415c859 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:36:19 2016 +0100 remove min js commit e7395625704664bea75cd342757480ba7b6a7b62 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:35:21 2016 +0100 replace chosen- with chzn- commit db8243160065d8f26b606bcfb436dad8e8db929f Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:33:46 2016 +0100 update css file with original version commit 24a955be243ff8a42da38b1c98a07149e7cd86c0 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:29:34 2016 +0100 update sprites commit 4856d5e0be4ad0152dda452b6d0a5669fac1c4b1 Merge: 4ddd833 f10ab35 Author: Brian Teeman <brian@teeman.net> Date: Tue Aug 23 16:23:34 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 4ddd833e3d370ae9accc2ddb57a16e4302eb5981 Merge: b5ffa27 8258906 Author: Brian Teeman <brian@teeman.net> Date: Mon Aug 22 10:30:58 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit b5ffa2745a6e8f32e87963dbe234f25b7882ace5 Merge: 24e6c45 e80e319 Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 21 17:45:45 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 24e6c45f87dd15bb58d4968df31024f1b79dd01f Merge: 962b424 c1b0295 Author: Brian Teeman <brian@teeman.net> Date: Fri Aug 19 21:08:30 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 962b424dc0edaed79581179c769951e4944ff465 Merge: 14f5b1c 4c539c4 Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 18 12:06:49 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 14f5b1caf6a37ad396fab2c860450688f76142a2 Merge: 2baa00b edb70c2 Author: Brian Teeman <brian@teeman.net> Date: Mon Aug 15 10:06:07 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 2baa00b27295ad037e22685e9e3c73097e9ce5d7 Merge: 97d1fb7 f827dfc Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 14 22:38:02 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 97d1fb7fce493acbfccaf1ffde30cd05a5d3f04a Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 14 16:28:13 2016 +0100 Revert "toolbar" This reverts commit 8f995f199efdfe8668c5f6d7f28a733076f89383. commit 8f995f199efdfe8668c5f6d7f28a733076f89383 Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 14 16:27:57 2016 +0100 toolbar * Two search modules on same page: Invalid HTML. (#11229) * Add postfix for unique id ($module->id) * Respect postfixes for unique id in mod_search * Reduce use of JFactory::getConfig() where practical * Allow registering callback functions for the debug console. Fixes #11700 * Allow adding script options without inline JavaScript. Fixes #11671 * Adding "category on fly" functionality when create/edit contact. Fixes #11354 * New method for retrieving the strings from the store. Fixes #11692 * [html5] Hathor administrator template. Fixes #10634 * [Optimize] Generate thumbnail image method to avoid pixelated error in thumbnails. Fixes #7919 * Fix since tag * Normalise Block this User button styling. Fixes #11421 * [html5] System administrator template. Fixes #10638 * URL checking improved in com_wrapper. Fixes #4670 When adding the scheme to an URL use correct scheme (http or https) and port. Checking for "http" or "https" via strstr() in the URL matched also these strings embedded in the URL (e.g. in /static/http/index.html), due to that checks changed to strpos(). * Update en-GB.com_users.ini (#11909) * Templates are in the scope of JDocument. Fixes #10847 * Small review/cleanup in JHtml. Fixes #10771 * Fix form field unit tests. Fixes #11910 Fixes #11413 * Improvements to article modals (with Create Article button). Fixes #11830 * [com_content] - Allow captcha when submit article. Fixes #10976 * Proxy JData to the Framework. Fixes #11588 * [newsfeed modal field] Adds Create News Feed button and other improvements. Fixes #11862 * Allow force refreshing the cache when getting fields in JTable. Fixes #11046 * Allow a custom page title to be defined for an article without a menu item. Fixes #10838 * Code review on com_content component. Fixes #10851 * [category modal field] Adds Create Category button and other improvements. Fixes #11857 * Joomla.JText uses scriptOptions 'joomla.jtext'. Fixes #11690 * Remove legacy frame breaking js code. Fixes #11679 * [contact modal field] Adds Create Contact button and other improvements. Fixes #11858 * Support collection of custom stats in admin stats module. Fixes #10870 * Use intro_image in newsfeed. Fixes #11402 * [com_tags] - Add count and link to tagged items. Fixes #10895 * Allow the vote plugin's position to be configured. Fixes #11375 * Return a 403 status code instead of a 404 for a not accessible category. Fixes #11624 * Add Sort by Modified Date in the Module mod_articles_news (#11128) * Update mod_articles_news.xml At present the sorting by date has the options to sort the articles by Published Up date and Created Date. Adding another sort option to sort the articles by the Modified Date has been added. This addition would be of help to list the articles that are modified recently. * Update en-GB.mod_articles_news.ini Added the following language string that would be used in the xml file of the module mod_articles_news. MOD_ARTICLES_NEWS_FIELD_ORDERING_MODIFIED_DATE="Modified Date" * Update mod_articles_news.xml The value a.modified has been added to the Direction * Cleanup deprecated unused files. Fixes #11762 * Add Polyfill js for legacy browsers (adds events and classlist polyfills). Fixes #11686 * [com_content] Add icons layout. Fixes #10423 * [3.7.x] Fixes issues with the category article view after #11624 (#11943) * Update category.php * Update category.php * Fixing missing getItems in mock JMenu for (routing) unittests. Fixes #11936 * Enable caching of menu data in JMenuSite (#10797) * Enable caching of menu data in JMenuSite * Use a lambda function for the query instead * Add Microseconds to JDate('now') (#11890) * Update date.php * Update date.php * cleaner code * simplify * Update date.php * Router options (#11962) * Router options * switch sentences * [unit tests] Just need to check one microsecond now (3.7.x Branch) (#11966) * Update JHtmlDateTest.php * Update JFactoryTest.php * Fix button classes (#11971) * Fix javascript tests (#11993) * fix javascript tests * typo * change the order to test Joomla.optionsStorage = null * ordering again * Add chosen to module order field (#11992) * remove crap, add chosen * s * New Routing: Fix category routing without menu items * [category item modal field] Apply on more fields for categories. Fixes #11920 * Patch #6712 - FieldCheckbox attribute default (#6794) * Patch 6712 - FieldCheckbox attribute default Checkbox field does not allow defining a value without being checked #6712 * fix code style * Added a clean line Added a clean line befor the if @zero-24 * IS (list views) - Replace html/pagination.php::pagination_list_footer() by JLayouts. Fixes #11246 * Fix no menu item pages giving wrong links (#12020) * Fix routing for non-sef menu items with Modern Routing (#12021) * Phase out JString calls in libraries (#12058) * Admin app - JString -> StringHelper (#12056) * Site app & Plugins - JString -> StringHelper (#12057) * New Feature, Multilanguage: Add the possibility of displaying associations in article info and in articles list. Replaces #11935 (#12042) * Replaces * Modifying to fit Thomas proposal * modifying fetching flags param * adding showon + some * [JAccess] Improve ACL asset preloading performance/memory consumption (#12028) * improve component asset preload speed * Update user.php * Update access.php * Update access.php * Update access.php * Update access.php * not convinced yet, but revert changes in juser * make sure that components are always preloaded * only a logged users (with user id) can be root. * [com_content] - add articles ordering by votes, ratings (#11225) * Add setDocumentTitle() function in JViewLegacy (#11399) * setDocumentTitle() function in JViewLegacy * PHPCS * set new counts too center * fir for #11225 * There is no need for the extra spaces at the end of the line :) * fix typo fixed typo * allow to hide session too in plugin system debug * deprecate keychain for 3.0 * deprecate fof * deprecate fof * Update include.php * deprecate old ciphers * Fix Travis error in keychain (#12157) * fix travis * space * Allow JHtmlDate::relative to set a custom format (#12164) * Updated installation language files. * Fix typo in cache memcached storage (#12150) * div doesn't support type=button (#12131) * JFile - error fix "Cannot pass parameter 2 by reference" (#11952) * Fix of an error "Only variables should be passed by reference" If you pass a string to methods ````append```` or ````write````, you will have an error ````Only variables should be passed by reference```` * Update file.php * Update file.php * Custom calendar is not applied to version history preview and compare dates (#12138) * Custom calendar is not applied to version history preview and compare * simplify code. Thanks Thomas. * Update preview.php * Update compare.php * Update MediaElement.js to 2.23.0 (#11981) * Allow JHtmlDate::relative to set a custom format * Add doc block comment * Proposed onAfterRenderModules event in modules rendering (#10113) * Updated pull request #3105 to latest stage (2016-04-24) inclusive unit test * CS fix * Update JDocumentRendererHtmlModulesTest.php * fix expected value for the unit test in #10113 a unit test was added but failed, this is a fix * Deprecate web router classes * Localise the format for the calendar formfield (#12102) * Localise the format for the calendar formfield * Adding comment * Support all formats * Label - Mass Mail Users v2 (#12084) * Added optional suffix text to Mass Mail Form page (#12078) * Add Unpublished Content Language on Language Package Install (#11867) * initial commit * Update language.php * Update en-GB.lib_joomla.ini * Update en-GB.lib_joomla.ini * ups * Update language.php * Update language.php * Update language.php * change native to $siteLanguageManifest['name'] * allow to install published content languages on install 1 * allow to install published content languages on install 2 * solve remaining issues * cs * fix language names and simplify * cs * improve code and deprecate unneed code * fix title issues (as possible with current xml scenario) * remove non existent metadata values * shoudl not be row, it should be tableLanguage * don't fallback to en-GB native title * tinyMCE use document "scriptoptions", and allow to override tinyMCE Javascript parameters (#11157) * tinymce initialization, use addScriptOptions and tinymce-init.js * Finalize tinymce-init.js * Small improve for code duplication * Allow multiple editors with diferent options * Setup default options for the editor script only once * Minified version of tinymce-init * code style * Improve a bit * Reply to email (#11015) * Reply to email * Reply to email: configuration file chnages resolved * #11015 Reply to email: suggested changes fixed * Media form field bootstrapped with static preview (#10889) * Bootstrap popup with mootols compatibility * restore static preview * 💩 * 😡 * fixes - Delete extra </div> - Move preview under the input field - respect landscape/portrait images * typo * Utilise unionAll element in the select query, previously it was always being ignored. (#10817) Rearrange union > unionAll > order to render a valid query when all these three are used together in a query. Fix return type in method doc blocks. Update test case for the JDatabaseQuery::toString method to test all the element for select query. * Introduce new method isClient($identifier) in JApplicationCms class (#8971) * Introduce new method isClient($identifier) in JApplicationCms class as a substitute for isSite and isAdmin methods. Hence, remove usage of descendant class reference in the JApplication (legacy) and JApplicationCms for better OO structure and support more extensibility. * Added unit tests for JApplicationCms::isClient($identifier); * Fix, null == 0 passes. Avoiding strict check to allow use of '0' or '1' as string as well as integer. * Removed support for integer argument which matched client_id as discussed with @mbabker, thanks. * fix com_finder regression (#12236) * Core.js AJAX method (#11585) * Core.js even listeners * Core.js: method for ajax requests * Code style * Some example and minified version * Core.js even listeners, use IE fallback * Core.js remove even listeners fallback * 370: solving #11225 merge regression (#12238) * 3.7.x: Porting #11225 to beez (#12240) * Move keepalive to external js (#8545) * Keepalive with data attributes * cs * cs * cs empty line * Not seconds ... * object * No double entities We have to use JRoute without xhtml or else the admin keep alive URL get double entities `&amp;amp;?` * From chocolate to vanilla ... Works with vanilla js! Works if onload event is already fired when script is executed. This way the js file can be loaded on render, asyncronous or deferered to after the onload event. Should be cross-browser compatible. * improvements * cs * default options, move to jui folder, asynchronous loading * simple correct to work with new script attributes PR (11289). Adds auto version hash. * update to match #11289 JHtml script behaviour * use __DEPLOY_VERSION__ * cs and simplify * Update behavior.php * Update keepalive.js * Update keepalive.min.js * Update keepalive.js * Update keepalive.min.js * fix conflicts 1 * use new addScriptOptions and Joomla.request methods * fix unit tests * fix last unit test * [menu item modal field] Adds Create Menu Item button and other improvements (3.7.x branch) (#11916) * Update modal.php * Update edit.php * Update view.html.php * Update item_alias.xml * Update default.xml * Update logout.xml * Update mod_login.xml * Update mod_login.xml * Update mod_menu.xml * Update item.php * Update menu.php * Update menu.php * Update en-GB.com_menus.ini * minor cs * corrections * solve no item text issue * New show_info option (hide/show) in com_contact and some minor changes (#8607) * several improvments * lang changes * minor changes * fix conflicts * fix conflicts 2 * revert * fix conflicts final * [3.7.x] Lets use the correct API to get this string translated (com_postinstall) (#12247) * add files joomla * lets make the languagestring checker happy * cs * add missing string (#12246) * fix missing string (#12245) * Deprecate MooTools based helpers (#12268) * Deprecate MooTools based helpers * PHPCS sucks... * fix redirect plugin messages (#12280) * remove dublicate message (#12279) * Allow users to share sessions between apps (#12068) * Allow users to share sessions between apps * Address all metadata related stuff * warning (#12285) merged on review * [3.7.x] Fix Regression #12277: language selector blocked on edit when there are no associations (multilanguage) (#12283) * category edit: check if there are associations * contact edit: check if there are associations * articles edit: check if there are associations * menus edit: check if there are associations * newsfeed edit: check if there are associations * Admin - Simplify instantiation of Registry (#12270) * [j3.7] New Feature Contact editor-xtd plugin (#12252) * New editor-xtd contact plugin * docs * update sql * add contact icon * prevent loading in com_banners where it is useless * Installation sql * correct installation * extra line feed * __DEPLOY_VERSION__ * __DEPLOY_VERSION__ * com_admin script * Update contact.php * Update contact.php * Update contact.php * Update contact.xml * Update en-GB.plg_editors-xtd_contact.sys.ini * Update en-GB.plg_editors-xtd_contact.ini * Update 3.7.0-2016-10-01.sql * Update 3.7.0-2016-10-01.sql * Update 3.7.0-2016-10-01.sql * Routing: Remove IDs from SEF URLs (#11320) Also fixes various bugs in the new router * Run SEF plugin also when SEF URLs are not enabled (#11035) * remove menu button * Update note.xml * string, not array * Redo Isis flat repaint (Closes #11832) (#12319) * Isis flat repaint - Initial commit * Tags field refinement * Fixed field height inconsistency * RTL support added * Minor fixes * Installation flat repaint * Revert install flat repaint * Chzn flat styling separated to chzn-override.less * Missing the in language string * TinyMCE xtd-button close (again, really) and drop jquery (#12324) * drop jquery, fix jModalClose() * classList polyfill not needed here * window.width (seriously?), merge options * use Joomla.extend() * my bad * IE<9 * Add attribs to the script tag, add version to JHtml script methods and deprecate MD5SUM (alternative to 8540) (#11289) * new method to add attrbibs to the script tag * corrections * defaultJsMimes * add deprecated comment * travis * further simplify * remove extra space * forgot to convert mime to type * add UTF-8, ENT_COMPAT to htmlspecialchars (like previous done in all other places) * cs line size fix * better coding * small typo * elseif * deprecate MD5SUM and don't allow two version hashes * add JLog deprected warnings for new method signatures * cs line size * fix conflicts 1 * fix conflicts 2 * refactor JHtml script method signature * deprecate addScriptVersion add options for version and conditional statements * Update head.php * cs * cs fix * Change all self::getMd5Version to static::getMd5Version * has changed * has changed * fix conflicts - part one * fix conflicts * correct unit test * [3.7] Readme updates (#12387) * [languages] Organize and new metadata (Native language and calendar type) (#12036) * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * fix unit tests * add to install.xml in unit tests * correct unit tests * remove extra tab * ident with tabs, not spaces! * installation should have en-GB in name * en-GB ... * correct db jos_languages csv stub also * add missing pkg_en-GB extension to extension stub and correct language extension names * correct sql files * correct sql files * correct sql files * add en-GB, instead of UK, to batch test * correct JTableLanguageTest::testStore * Update install.xml * Update install.xml * same replacements in test stub * Update en-GB.com_languages.ini * correct last unit test * Update en-GB.xml * Update JLanguageTest.php * Update en-GB.xml * Update en-GB.xml * use the new nativeName is exists * Make language flags in backend optional (#12051) * Allow to select none image in language * admin menu module: fall back to a label if no image is selected or image doesn't exist * "Default" buttons in template styles and menuitems list views * remove unneeded variable * Remove empty flag span * Show language code instead of flag in associations tooltip if no image is selected * show language label instead of flag if no images is assigned * Adjust Hathor overrides * Codestyle fixes * Missed contact JHtmlContact::association() * Use a popover for the association tooltips * Taking care of mod_languages * Fix flag preview * show sef in module assignments. * Fixing frontend Associations * Fixing menu assignment modal * a e * a i * a o * a u * a a - javascript * js * Replace uses of JRegistry * Simplify instantiation of Registry objects * [3.7] Isis Flat Repaint - Minor Fixes (#12349) * Removed text shadow * Remove text-shadow * Modal save mouseover fix * Changed to individual removal of text-shadow * sidebar-nav margin fix * Fix hover color on all BS btn * Re-align permissions chzn * Show configured upload limit when uploading files (redo of #11255) (#12396) * * Show configured upload limit when uploading installer package. Otherwise when uploading a larger file than the configured limit, the page reloads without any information about what went wrong. * Show upload limits for file input everywhere. Refactor the calculation part to JUtility class. * Honour template manager configuration to display upload size limit * In Hathor: Honour template manager configuration to display upload size limit * Add deprecated message that in 4.0 the html5 property will be default true (#12430) * Will be replaced by $html5 and the default value will be true. * Update html.php * CodeMirror 5.19 (#12300) * corrections/improvements (#12429) * Fixing notice for non-existing views (#12434) * [3.7.x] Admin login language field fix (#12442) * Admin login lang fix * Admin login lang field alignment * New xtd_contact lang files missing in install.xml (#12452) * Make more use of the autoloader (#12060) * Fix error in mergeHeadData method for html document (#12013) * Extend test for document html links * Fix mergeHeadData method for html document->_links * correct table html errors (#12129) * [users list modal] ismoo parameter need to still exist after form submit (solve #12122) (#12137) * ismoo parameter need to exist after form submit * int * default to 1 * Replaced rand() with mt_rand() projectwide (#12169) * Replaced rand() with mt_rand() projectwide * session package is from the framework so we need to revert that change at this point * fof is an external lib so we need to revert that change at this point * fof is an external lib so we need to revert that change at this point * Use global as default option (#12186) * Solving 12214 Plugin tooltip (#12215) * JLayoutFile wrong type hint (#12231) * JLayoutFile wrong type hint * CS * CS / Review for the editor plugins (#12260) * cs review for the editor plugin * cs * Update image.php * Call to undefined method stdClass::get() * use the warning and error (#12265) * error not notice (#12273) * Remove deprecated function (#12296) * Minor language string change for com_contact (#12339) * Redo Isis flat repaint Installation (Closes #11917) (#12342) * Installation flat repaint - Initial commit * Install flat repaint - Initial commit * Add missing period (#12356) * Change language string (#12364) * Allow loading plugin language strings from extension folder (#12403) * some cs changes after #12396 (#12431) * [3.7.x] Update js polyfills to 3.13.0 (#12513) * Update polyfill.event-uncompressed.js * Update polyfill.event.js * update classlist polyfill * Update polyfill.classlist.js * minor changes * minor changes in doc block * move jquery to template (#12521) * fixing typo in the comment (#12523) Just a small typo in the comment. * Update CREDITS (#12534) * Update CREDITS Removing old content that has been moved to a dedicated page on the Joomla! Documentation and adding a link to new contributors page on GitHub. * Update CREDITS * Updated installation language files * 2fa handeling for mcrypt and openssl (#12497) * handeling for mcrypt and openssl * Language changes suggested bei Brian * Prepare 3.6.4 Stable Release * Mark _autoload function as public and not private. (#12478) * Mark _autoload function public. * whitespace was hanging out * Revert _load to private * issing language strings in frontend lib.joomla.ini (#12468) * forum link to https (#12467) * [a11y] Protostar back to top (#12446) * [a11y] Protostar - back to top link * Oops Andre was right * add anchor for non-js enabled browsers * [3.7.x] Convert installation template to html5 (also move inline scripts to js) (#12444) * convert to html5, use the api for inline scripts * stupid mistake * ok let's remove all that inline js ... * Fix early exit from foreach in JForm::removeGroup (#11856) * Fix early exit from foreach in JForm::removeGroup The method is supposed to remove all instances of <fields> element but it exits the loop on first iteration only. Looks like a quick copy-paste from removeField may have caused this. * Never returns false * keepalive for editing forms (#12163) * Remove retina 2x sprite (#12528) * Set a proper default value for getParams always (#12463) * Correct spelling (#12564) * Remove JFilter mock (#12484) We don't need JFilter hanging out in the JInstaller Adapter tests * Stop allowing failures on PHP 7.1 (#12599) * Improvements in the Associations Edit Workflow (#12344) * changes in model preprocessForm to allow all associations fields to be dumped * adjustement * there is no need to block the language field now * simplify association tab in the templates files * let's make the layout more dynamic * add the js behaviours * solve one of strange bug ... * improvements and allow associations on create * correct language string * render a warning message * solve categoies issue * add new language methods getContentLanguages and getInstalledLanguages * let's now load all content languages, including the unpublished ones * correct label for bug in categories modal field! all other model fields have this * ups correction in js * default pivot is language code * doc blocks corrections * cs * language correction thanks brian * fix conflicts final * When $this->cursor is false, throw an Exception (#12359) A call to pg_result_error_field() when $this->cursor is false from a query failing will result in an error `pg_result_error_field() expects parameter 1 to be resource, boolean given` Try to get a valid error message and throw a JDatabaseExceptionExecuting Exception * Implement a check / notification for an invalid or missing access file (#12608) * Implement a check / notification for an invalid or missing access file * Add language string for invalid or missing access file notification * Add language string for invalid or missing access file notification * Reduce log message as suggested by mbabker * Reduce log message for #12608 as suggested by mbabker * Reduce log message for #12608 as suggested by mbabker * Change string to match actual translation text * Grid within well changed to row-fluid (#11995) * update doc block (#12569) * Folder icons in front end (#12551) * Add folder size to protostar .less * compiled protostar * rename folder value (#12579) * [3.7.x] Regression Hathor modules and users manager (#12412) * Native language (adjustments after 12036 merge) (#12394) * restore native language * remvoe space * correct * simplify * improve code * ups * native language in unit test too * Add detachObserver (#11037) * Add detachObserver Adds ability to detach observers * Simple CS fix * 3.6.4 Sample data: Escape quota in json data (#12501) * [fix] new extensions not installed on already existing packages (#12545) * $menu->params is already a Registry object. (#12557) * Overridden strings in both back-end and front-end (#12576) * [imp] remove hardcoded published column (#12585) * Fix JUri path in language filter plugin (#12600) * Custom fields (#11833) * Update gallery.xml * Update fields.php * Update internal.php * Update field.php * Update dprules.php * Update section.php * Update base.php * Update view.html.php * Update view.html.php * Update render.php * Update modal_article.php * Update sql.php * Update fields.php * Remove commented debug code * Update fields.php * #14 fixed Joomla Coding Standards and added function dock blocks code * #14 fixed Joomla Conding Standards and added function dock blocks * #14 Fixed class dock block mistake * we did not require this any more * #14 fixed Joomla Coding Standards and added function dock block in helper file at back-end * #14 Fixed only Joomla Coding Standards in FieldsHelper file * #14 removed where function, added dock blocks and fixed dock bocks coding standards errors * #14 formatted as the function doc blocks * #14 formatted as the function doc blocks * Check the active menu correct Closes #72 * Move the label field to the options tab Closes #22 * Label has it's own field and must not stay in params Regression from #22 * Backport from Digital-Peak/DPFields#32 * Fix the save and copy action Closes #37 * Store data on reload Closes #76 * Don't add always the All language to the query Closes #38 * Count the items in the category manager from com_fields Closes #61 * Corrected colspan when fields are assigned to a language * #14 fixed conflict * Don't save the All category Closes #19 * Minor language updates * Fix "Show On" tooltip's description The tooltip's description for the 'Show On' field is not showing because it is currently looking for the label. * Don't hardcode com_content.article Closes #80 * Load the types form when the data is an array * Create the links correct for the count item feature Closes #82 * Show the value from com_fields instead of the the users helper Closes #81 * Set the language correct on the fields cache Closes #47 * Removed string conversion error Closes #47 * Changed links to 3.7 * Remove legacy DPFields code * Get data from state correctly * Add joins to the com_fields in search plugin (#83) Add joins to com_fields in the content search plugin * Add new core rule core.edit.value (#75) * Add 'onFieldBeforePrepare' and 'onFieldAfterPrepare' events * Rename "Field Category" to "Field Group" Closes #91 * Add option to disable custom fields per component Closes #87 * Use select box to define the images directory Closes #97 * Truncate correctly Closes #101 * Change description field to plain textarea Closes #94 CLoses #99 * Parameters are more clear and improved comment Adapted change from https://github.com/joomla/joomla-cms/pull/10722/commits/32c9048b88383ba6028743a48517176952d9a574 * onFieldBeforePrepare and onFieldAfterPrepare events now triggered even when custom field value is empty * Cast before access * Create params even when they are empty * Add com_fields menu entries on back end Closes #109 * Extract the context correctly Closes #112 * Add custom fields for contact * Add inline group create Closes #114 * Add simple context mapping Closes #117 * Dont assign a not existing category when a field is saved with no catid * Rename string with group and not category Closes #124 * Category strings should be named Field Groups Closes #126 * Show the fields on the blog listing Closes #108 * Installer crashes somehow Closes #132 * Merge the types set up into JFormField (#104) * Merge field types into JFormFields * Converting the rest of the fields * Merge DP Field Rendering with Joomla Form Fields * Remove the gallery scripts * Rename the interface to JFormDomfieldinterface for auto loading * Add article field as demo how a component can add fields * Removing mustache, will be replaced later with a new parser See #12 for the discussion * Fixing composer setup, reverting to 3.6.x branch * Fixing code style errors Closes #14 * Rename upgrade file to 3.7 * Strip slashes from description Related to #139 * Removing Simplepie from the database installer script Reverts 8381e46758d18c6286fde35c52b1a2a475d7d0df See comments for more information * Show field group description in form Closes #139 * List field changed key to value and value to name Closes #121 * Use the first category as field filter when creating an article Closes #144 * Dont show a user field on the front end Closes #149 * Add always the fields path when adding the custom fields Closes #150 * Added hint (placeholder) option Closes #151 * Correct redirect after checkin action Closes #154 * Check for group access levels when getting the fields (#153) * Consider field group state Closes #155 * Added missing language strings Closes #129 * JArrayHelper => ArrayHelper * reduce model method (#160) * Fixing permission inheritance to edit the value of a field in the form (#157) * Correct path for parameters folder when not in Joomla libraries * Type selection (#162) Closes #134 * Display class attributes (#143) * User home (#161) * Add home parameter to media field * Correct path for paramneters folder when not in Joomla libraries * Fixing code style errors * Add new context for com_contact for contact form fields (#115) * Add new context for com_contact for contact form fields * Prepare the value on com_contact mail * Fixing travis code style errors * Use the correct variable name Closes #163 * Show the all label when no category is assigned Closes #165 * Don't set 0 as default hint when not present Closes #166 * Fix Sniffer Whitespace errors * Fix Sniffer Whitespace errors (#167) * Cleanup field model * Support fields plugins * Add gallery plugin * Moved since tag to 3.7 * Some brushup * Update controller.php * Update field.php * Update fields.php * Update controller.php * Update fields.php * Update internal.php * Update fields.php * Update fields.xml * Update field.php * Update fields.php * Update type.php * Update section.php * Update field.php * Update field.xml * Update filter_fields.xml * Update field.php * Update view.html.php * Update edit.php * Update modal_options.php * Update view.html.php * Update default.php * Update default_batch_body.php * Update modal.php * Update field.xml * Update en-GB.com_fields.sys.ini * Update en-GB.com_fields.ini * Update en-GB.plg_fields_gallery.ini * Update en-GB.plg_fields_gallery.sys.ini * Update en-GB.plg_system_fields.ini * Update en-GB.plg_system_fields.sys.ini * Update modal_article.php * Update controller.php * Update field.php * Update default_custom.php * Update captcha.php * Update editor.php * Update media.php * Update user.php * Update editor.xml * Update media.xml * Update user.xml * Update usergrouplist.xml * Update abstractlist.php * Update domfieldinterface.php * Update field.php * Update email.php * Update file.php * Update imagelist.php * Update sql.php * Update tel.php * Update textarea.php * Update url.php * Update calendar.xml * Update checkboxes.xml * Update imagelist.xml * Update integer.xml * Update list.xml * Update radio.xml * Update sql.xml * Update textarea.xml * Update url.xml * Update gallery.xml * plugin * plugin2 * typo * Change to uft8mb4 * Add new extensions to the script file * Revert merge conflict composer changes * No needed changes * Library form fields should be unaware of com_fields * Default to https * Order the tables correct * Cleanup language strings * Code errors from cleanup * Remove tags support * Add category filter * Display fielg group label when editing a group * Display all fields which are assigned to all languages correct * Don't show fields on categories as it is not ready yet * Update fields.php * Don't transofrm the category name * Correct quote name function used * Revert "Display fielg group label when editing a group" This reverts commit 133133267e88a341cb5634d814a87e06f3e8daf3. * Disable tags on custom field groups * Don't include category state in filter on back end * Remove debug code * CS fix * Shortening the line length * Install SQL files for postgres * Use JDatabaseQuery * Option to show the user custom fields on the front on the contact view * Comment for item_id table column * Remove class for textareas * Fix no menu item pages giving wrong links (#12020) * [plg_system_logout] Load language files only when needed (#11736) * Update logout.php * cs and stuff * Update logout.php * Adding Options Button (#12033) * fix paths (#12032) * Fix routing for non-sef menu items with Modern Routing (#12021) * [com_banners] - publishing time does not honor timezone (#11978) * [com_banners ] - publishing time does not honor timezone * impress only when needed impress only when needed * CS fix cs fix * Order stylesheet attributes the same as link attributes (#12052) * use joomla-projects docker * Phase out JString calls in libraries (#12058) * Admin app - JString -> StringHelper (#12056) * Site app & Plugins - JString -> StringHelper (#12057) * New Feature, Multilanguage: Add the possibility of displaying associations in article info and in articles list. Replaces #11935 (#12042) * Replaces * Modifying to fit Thomas proposal * modifying fetching flags param * adding showon + some * [JAccess] Improve ACL asset preloading performance/memory consumption (#12028) * improve component asset preload speed * Update user.php * Update access.php * Update access.php * Update access.php * Update access.php * not convinced yet, but revert changes in juser * make sure that components are always preloaded * only a logged users (with user id) can be root. * [com_contact] - moved the captchaEnabled var from default to view (#11964) * [com_contact] - moved the captchaEnabled var out of the default.php file to the view.html.php file moved the captchaEnabled var out of the default.php file to the view.html.php file. * moved captchaEnabled to the view moved captchaEnabled to the view * missed var declarationi/initialization missed var $captchaSet declarationi/initialization * Session interaction refactoring (#10905) * Allow lazy starting a session * Defer starting sessions in the installer * Defer starting session in JApplicationCms * Deprecate creating sessions in JFactory * Start restructuring session load sequence in JApplicationCms * Add JSession object to onAfterSessionStart event trigger * Override afterSessionStart for install app to not store the user * Expand the database storage object for better API * Fix session listener declaration * Restructure session bootup and when the session metadata operations run * 3.5 -> 3.6 * Remove option, out of scope * Tweak things so the behavior is closer to current API * Undefined variable * Get store name from session object * Remove this, out of scope * PHPCS fix * Deep rooted application dependencies are my absolute favorite * Move comment, doc blocks, consistent method signature * Again on the consistency, we don't like E_STRICT errors * Nevermind, confused myself with checkSession, carry on... * Until the day the unit tests no longer follow the doc block code styles... * Lost line in merge * One more merge conflict fix * This internal coupling is addressed * Fix query from merge * [com_content] - add articles ordering by votes, ratings (#11225) * Add setDocumentTitle() function in JViewLegacy (#11399) * setDocumentTitle() function in JViewLegacy * PHPCS * JED turned to https (#12076) * JED truned to https JED truned to https Minor fixes on proper use of Joomla! * Update README.txt Same as #12076 * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED and community turned https * JED, community and org turned https * JED and community turned https * JED and community turned https * correct/add quotename (#12070) * Label: Users Options: Login name > Username (#12073) The language label "Change Login Name" is not consistent with the front-end label "Username". This PR changes the language label to "Change Username" and the decription to "Allow users to change their Username when editing their profile." The front-end login screens use the label "Username" Login Component: ![login-component](https://cloud.githubusercontent.com/assets/1217850/18627996/579510ca-7e5e-11e6-9161-6268e9ccb213.png) Login Module: ![login-module](https://cloud.githubusercontent.com/assets/1217850/18627997/579595ae-7e5e-11e6-8920-edf34631a3c7.png) ### Testing Instructions #### Before the PR Users > Manage > [Options] > [User Options] The last entry is "Change Login Name" + hover description "Allow users to change their Login name when editing their profile." ![login-back-end-options](https://cloud.githubusercontent.com/assets/1217850/18627995/5791ac32-7e5e-11e6-8b18-94a34372c422.png) #### After the PR Users > Manage > [Options] > [User Options] The last entry is "Change Username" + hover description "Allow users to change their Username when editing their profile." ![login-back-end-options-after](https://cloud.githubusercontent.com/assets/1217850/18627998/5799ceb2-7e5e-11e6-9a5e-234dcf2db14e.png) * Update .travis.yml (#12079) * Add vote order check * [a11y] Protostar back to top (#12446) * [a11y] Protostar - back to top link * Oops Andre was right * add anchor for non-js enabled browsers * Added missing com_fields component from last merge * Replace Platform version numbers in libraries/legacy (#12242) * Remove variable declaration (Fix #12619) * Misc. fixes * Test fixes
2016-10-29 20:23:43 +00:00
{
"name": "joomla/database",
2022-03-10 06:01:12 +00:00
"version": "2.1.0",
[4.0] Merge staging (#12622) * added show/hide introtext parameter to mod_articles_news * added <?php if (!$params->get('intro_only')) : ?> back again since it might be a B/C setting/parameter * added tabs in code * Update mod_articles_news.xml * Update _item.php * corrected typo from last merge * changed label and description * Add JHtmlBootstrap for front-end editing. Fixes #11562 * Implementing Menu Items modals (New feature) * Wrong class for chosen (#11820) * 3.7.0: Using the new modal_menu field in various core places (#11694) * Using the new modal_menu field in various core places * Simplifying clearField * Simplify conditional * Parenthesis replaced by mdash * Using modal_category field in various core locations * 3.7.0: New Feature=>editor-xtd to insert menu items links in content (#11721) * 3.7.0: New Feature=>editor-xtd to insert menu items links in content * correcting some errors * quoting for sql azure * one more * Changed icon + lang constants * Chosen upgrade. Fixes #11779 Squashed commit of the following: commit 48051c7bf2792fb64cbe10046ada196fc9d233b8 Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 25 14:31:04 2016 +0100 css change only commit 90a89fddf8e70d036b3779022a1477dc632f78ba Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 25 14:28:58 2016 +0100 Revert "css fix thanks @C-Lodder" This reverts commit f7320cfb331e018b179c9356b642dac330f55c22. commit f7320cfb331e018b179c9356b642dac330f55c22 Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 25 14:09:03 2016 +0100 css fix thanks @C-Lodder commit 42c9de38e90c6a1ad48def219b65a0cc77159933 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 18:10:33 2016 +0100 fix permissions commit b8fdd34d3e5678bbe8cd568e1b32ec951ac18421 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 18:07:53 2016 +0100 add minified version of js commit 0ef056d06609cab17b272aa7c37da4b0521199b6 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:59:55 2016 +0100 add documented js hacks commit c68c275bfa9f87f287ac394baa7de65d32565c14 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:48:01 2016 +0100 add comment block commit 983dbf5a561b25aeef9f8d2658edc58e352da780 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:08:47 2016 +0100 rename liszt: chosen: commit 8caad7361bdddc25ae81912892061dd1b04f759f Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:07:47 2016 +0100 Revert "rename liszt: chosen: and add JUI hacks" This reverts commit 86116716d6ff7ba307621de3b0e1fdc8f90bc2b1. commit 86116716d6ff7ba307621de3b0e1fdc8f90bc2b1 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:06:21 2016 +0100 rename liszt: chosen: and add JUI hacks commit 535bea0c37a7bb6667a09fe39e3e99153e3b0bad Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:45:14 2016 +0100 replace chosen: with liszt: commit 2686df5323907e9a394a2a8279a45667ecda89d3 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:43:35 2016 +0100 replace _chosen with _chzn commit 691be65de111d1e6fb25e06a6037981ec13514bd Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:42:49 2016 +0100 replace chosen- with chzn- commit 863b5f9ec87e4702e6c70b5d9c8d705608cb2e5c Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:37:20 2016 +0100 update js with original version commit 537735c2a46513daac39fed29fe32c65e415c859 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:36:19 2016 +0100 remove min js commit e7395625704664bea75cd342757480ba7b6a7b62 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:35:21 2016 +0100 replace chosen- with chzn- commit db8243160065d8f26b606bcfb436dad8e8db929f Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:33:46 2016 +0100 update css file with original version commit 24a955be243ff8a42da38b1c98a07149e7cd86c0 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:29:34 2016 +0100 update sprites commit 4856d5e0be4ad0152dda452b6d0a5669fac1c4b1 Merge: 4ddd833 f10ab35 Author: Brian Teeman <brian@teeman.net> Date: Tue Aug 23 16:23:34 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 4ddd833e3d370ae9accc2ddb57a16e4302eb5981 Merge: b5ffa27 8258906 Author: Brian Teeman <brian@teeman.net> Date: Mon Aug 22 10:30:58 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit b5ffa2745a6e8f32e87963dbe234f25b7882ace5 Merge: 24e6c45 e80e319 Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 21 17:45:45 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 24e6c45f87dd15bb58d4968df31024f1b79dd01f Merge: 962b424 c1b0295 Author: Brian Teeman <brian@teeman.net> Date: Fri Aug 19 21:08:30 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 962b424dc0edaed79581179c769951e4944ff465 Merge: 14f5b1c 4c539c4 Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 18 12:06:49 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 14f5b1caf6a37ad396fab2c860450688f76142a2 Merge: 2baa00b edb70c2 Author: Brian Teeman <brian@teeman.net> Date: Mon Aug 15 10:06:07 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 2baa00b27295ad037e22685e9e3c73097e9ce5d7 Merge: 97d1fb7 f827dfc Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 14 22:38:02 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 97d1fb7fce493acbfccaf1ffde30cd05a5d3f04a Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 14 16:28:13 2016 +0100 Revert "toolbar" This reverts commit 8f995f199efdfe8668c5f6d7f28a733076f89383. commit 8f995f199efdfe8668c5f6d7f28a733076f89383 Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 14 16:27:57 2016 +0100 toolbar * Two search modules on same page: Invalid HTML. (#11229) * Add postfix for unique id ($module->id) * Respect postfixes for unique id in mod_search * Reduce use of JFactory::getConfig() where practical * Allow registering callback functions for the debug console. Fixes #11700 * Allow adding script options without inline JavaScript. Fixes #11671 * Adding "category on fly" functionality when create/edit contact. Fixes #11354 * New method for retrieving the strings from the store. Fixes #11692 * [html5] Hathor administrator template. Fixes #10634 * [Optimize] Generate thumbnail image method to avoid pixelated error in thumbnails. Fixes #7919 * Fix since tag * Normalise Block this User button styling. Fixes #11421 * [html5] System administrator template. Fixes #10638 * URL checking improved in com_wrapper. Fixes #4670 When adding the scheme to an URL use correct scheme (http or https) and port. Checking for "http" or "https" via strstr() in the URL matched also these strings embedded in the URL (e.g. in /static/http/index.html), due to that checks changed to strpos(). * Update en-GB.com_users.ini (#11909) * Templates are in the scope of JDocument. Fixes #10847 * Small review/cleanup in JHtml. Fixes #10771 * Fix form field unit tests. Fixes #11910 Fixes #11413 * Improvements to article modals (with Create Article button). Fixes #11830 * [com_content] - Allow captcha when submit article. Fixes #10976 * Proxy JData to the Framework. Fixes #11588 * [newsfeed modal field] Adds Create News Feed button and other improvements. Fixes #11862 * Allow force refreshing the cache when getting fields in JTable. Fixes #11046 * Allow a custom page title to be defined for an article without a menu item. Fixes #10838 * Code review on com_content component. Fixes #10851 * [category modal field] Adds Create Category button and other improvements. Fixes #11857 * Joomla.JText uses scriptOptions 'joomla.jtext'. Fixes #11690 * Remove legacy frame breaking js code. Fixes #11679 * [contact modal field] Adds Create Contact button and other improvements. Fixes #11858 * Support collection of custom stats in admin stats module. Fixes #10870 * Use intro_image in newsfeed. Fixes #11402 * [com_tags] - Add count and link to tagged items. Fixes #10895 * Allow the vote plugin's position to be configured. Fixes #11375 * Return a 403 status code instead of a 404 for a not accessible category. Fixes #11624 * Add Sort by Modified Date in the Module mod_articles_news (#11128) * Update mod_articles_news.xml At present the sorting by date has the options to sort the articles by Published Up date and Created Date. Adding another sort option to sort the articles by the Modified Date has been added. This addition would be of help to list the articles that are modified recently. * Update en-GB.mod_articles_news.ini Added the following language string that would be used in the xml file of the module mod_articles_news. MOD_ARTICLES_NEWS_FIELD_ORDERING_MODIFIED_DATE="Modified Date" * Update mod_articles_news.xml The value a.modified has been added to the Direction * Cleanup deprecated unused files. Fixes #11762 * Add Polyfill js for legacy browsers (adds events and classlist polyfills). Fixes #11686 * [com_content] Add icons layout. Fixes #10423 * [3.7.x] Fixes issues with the category article view after #11624 (#11943) * Update category.php * Update category.php * Fixing missing getItems in mock JMenu for (routing) unittests. Fixes #11936 * Enable caching of menu data in JMenuSite (#10797) * Enable caching of menu data in JMenuSite * Use a lambda function for the query instead * Add Microseconds to JDate('now') (#11890) * Update date.php * Update date.php * cleaner code * simplify * Update date.php * Router options (#11962) * Router options * switch sentences * [unit tests] Just need to check one microsecond now (3.7.x Branch) (#11966) * Update JHtmlDateTest.php * Update JFactoryTest.php * Fix button classes (#11971) * Fix javascript tests (#11993) * fix javascript tests * typo * change the order to test Joomla.optionsStorage = null * ordering again * Add chosen to module order field (#11992) * remove crap, add chosen * s * New Routing: Fix category routing without menu items * [category item modal field] Apply on more fields for categories. Fixes #11920 * Patch #6712 - FieldCheckbox attribute default (#6794) * Patch 6712 - FieldCheckbox attribute default Checkbox field does not allow defining a value without being checked #6712 * fix code style * Added a clean line Added a clean line befor the if @zero-24 * IS (list views) - Replace html/pagination.php::pagination_list_footer() by JLayouts. Fixes #11246 * Fix no menu item pages giving wrong links (#12020) * Fix routing for non-sef menu items with Modern Routing (#12021) * Phase out JString calls in libraries (#12058) * Admin app - JString -> StringHelper (#12056) * Site app & Plugins - JString -> StringHelper (#12057) * New Feature, Multilanguage: Add the possibility of displaying associations in article info and in articles list. Replaces #11935 (#12042) * Replaces * Modifying to fit Thomas proposal * modifying fetching flags param * adding showon + some * [JAccess] Improve ACL asset preloading performance/memory consumption (#12028) * improve component asset preload speed * Update user.php * Update access.php * Update access.php * Update access.php * Update access.php * not convinced yet, but revert changes in juser * make sure that components are always preloaded * only a logged users (with user id) can be root. * [com_content] - add articles ordering by votes, ratings (#11225) * Add setDocumentTitle() function in JViewLegacy (#11399) * setDocumentTitle() function in JViewLegacy * PHPCS * set new counts too center * fir for #11225 * There is no need for the extra spaces at the end of the line :) * fix typo fixed typo * allow to hide session too in plugin system debug * deprecate keychain for 3.0 * deprecate fof * deprecate fof * Update include.php * deprecate old ciphers * Fix Travis error in keychain (#12157) * fix travis * space * Allow JHtmlDate::relative to set a custom format (#12164) * Updated installation language files. * Fix typo in cache memcached storage (#12150) * div doesn't support type=button (#12131) * JFile - error fix "Cannot pass parameter 2 by reference" (#11952) * Fix of an error "Only variables should be passed by reference" If you pass a string to methods ````append```` or ````write````, you will have an error ````Only variables should be passed by reference```` * Update file.php * Update file.php * Custom calendar is not applied to version history preview and compare dates (#12138) * Custom calendar is not applied to version history preview and compare * simplify code. Thanks Thomas. * Update preview.php * Update compare.php * Update MediaElement.js to 2.23.0 (#11981) * Allow JHtmlDate::relative to set a custom format * Add doc block comment * Proposed onAfterRenderModules event in modules rendering (#10113) * Updated pull request #3105 to latest stage (2016-04-24) inclusive unit test * CS fix * Update JDocumentRendererHtmlModulesTest.php * fix expected value for the unit test in #10113 a unit test was added but failed, this is a fix * Deprecate web router classes * Localise the format for the calendar formfield (#12102) * Localise the format for the calendar formfield * Adding comment * Support all formats * Label - Mass Mail Users v2 (#12084) * Added optional suffix text to Mass Mail Form page (#12078) * Add Unpublished Content Language on Language Package Install (#11867) * initial commit * Update language.php * Update en-GB.lib_joomla.ini * Update en-GB.lib_joomla.ini * ups * Update language.php * Update language.php * Update language.php * change native to $siteLanguageManifest['name'] * allow to install published content languages on install 1 * allow to install published content languages on install 2 * solve remaining issues * cs * fix language names and simplify * cs * improve code and deprecate unneed code * fix title issues (as possible with current xml scenario) * remove non existent metadata values * shoudl not be row, it should be tableLanguage * don't fallback to en-GB native title * tinyMCE use document "scriptoptions", and allow to override tinyMCE Javascript parameters (#11157) * tinymce initialization, use addScriptOptions and tinymce-init.js * Finalize tinymce-init.js * Small improve for code duplication * Allow multiple editors with diferent options * Setup default options for the editor script only once * Minified version of tinymce-init * code style * Improve a bit * Reply to email (#11015) * Reply to email * Reply to email: configuration file chnages resolved * #11015 Reply to email: suggested changes fixed * Media form field bootstrapped with static preview (#10889) * Bootstrap popup with mootols compatibility * restore static preview * 💩 * 😡 * fixes - Delete extra </div> - Move preview under the input field - respect landscape/portrait images * typo * Utilise unionAll element in the select query, previously it was always being ignored. (#10817) Rearrange union > unionAll > order to render a valid query when all these three are used together in a query. Fix return type in method doc blocks. Update test case for the JDatabaseQuery::toString method to test all the element for select query. * Introduce new method isClient($identifier) in JApplicationCms class (#8971) * Introduce new method isClient($identifier) in JApplicationCms class as a substitute for isSite and isAdmin methods. Hence, remove usage of descendant class reference in the JApplication (legacy) and JApplicationCms for better OO structure and support more extensibility. * Added unit tests for JApplicationCms::isClient($identifier); * Fix, null == 0 passes. Avoiding strict check to allow use of '0' or '1' as string as well as integer. * Removed support for integer argument which matched client_id as discussed with @mbabker, thanks. * fix com_finder regression (#12236) * Core.js AJAX method (#11585) * Core.js even listeners * Core.js: method for ajax requests * Code style * Some example and minified version * Core.js even listeners, use IE fallback * Core.js remove even listeners fallback * 370: solving #11225 merge regression (#12238) * 3.7.x: Porting #11225 to beez (#12240) * Move keepalive to external js (#8545) * Keepalive with data attributes * cs * cs * cs empty line * Not seconds ... * object * No double entities We have to use JRoute without xhtml or else the admin keep alive URL get double entities `&amp;amp;?` * From chocolate to vanilla ... Works with vanilla js! Works if onload event is already fired when script is executed. This way the js file can be loaded on render, asyncronous or deferered to after the onload event. Should be cross-browser compatible. * improvements * cs * default options, move to jui folder, asynchronous loading * simple correct to work with new script attributes PR (11289). Adds auto version hash. * update to match #11289 JHtml script behaviour * use __DEPLOY_VERSION__ * cs and simplify * Update behavior.php * Update keepalive.js * Update keepalive.min.js * Update keepalive.js * Update keepalive.min.js * fix conflicts 1 * use new addScriptOptions and Joomla.request methods * fix unit tests * fix last unit test * [menu item modal field] Adds Create Menu Item button and other improvements (3.7.x branch) (#11916) * Update modal.php * Update edit.php * Update view.html.php * Update item_alias.xml * Update default.xml * Update logout.xml * Update mod_login.xml * Update mod_login.xml * Update mod_menu.xml * Update item.php * Update menu.php * Update menu.php * Update en-GB.com_menus.ini * minor cs * corrections * solve no item text issue * New show_info option (hide/show) in com_contact and some minor changes (#8607) * several improvments * lang changes * minor changes * fix conflicts * fix conflicts 2 * revert * fix conflicts final * [3.7.x] Lets use the correct API to get this string translated (com_postinstall) (#12247) * add files joomla * lets make the languagestring checker happy * cs * add missing string (#12246) * fix missing string (#12245) * Deprecate MooTools based helpers (#12268) * Deprecate MooTools based helpers * PHPCS sucks... * fix redirect plugin messages (#12280) * remove dublicate message (#12279) * Allow users to share sessions between apps (#12068) * Allow users to share sessions between apps * Address all metadata related stuff * warning (#12285) merged on review * [3.7.x] Fix Regression #12277: language selector blocked on edit when there are no associations (multilanguage) (#12283) * category edit: check if there are associations * contact edit: check if there are associations * articles edit: check if there are associations * menus edit: check if there are associations * newsfeed edit: check if there are associations * Admin - Simplify instantiation of Registry (#12270) * [j3.7] New Feature Contact editor-xtd plugin (#12252) * New editor-xtd contact plugin * docs * update sql * add contact icon * prevent loading in com_banners where it is useless * Installation sql * correct installation * extra line feed * __DEPLOY_VERSION__ * __DEPLOY_VERSION__ * com_admin script * Update contact.php * Update contact.php * Update contact.php * Update contact.xml * Update en-GB.plg_editors-xtd_contact.sys.ini * Update en-GB.plg_editors-xtd_contact.ini * Update 3.7.0-2016-10-01.sql * Update 3.7.0-2016-10-01.sql * Update 3.7.0-2016-10-01.sql * Routing: Remove IDs from SEF URLs (#11320) Also fixes various bugs in the new router * Run SEF plugin also when SEF URLs are not enabled (#11035) * remove menu button * Update note.xml * string, not array * Redo Isis flat repaint (Closes #11832) (#12319) * Isis flat repaint - Initial commit * Tags field refinement * Fixed field height inconsistency * RTL support added * Minor fixes * Installation flat repaint * Revert install flat repaint * Chzn flat styling separated to chzn-override.less * Missing the in language string * TinyMCE xtd-button close (again, really) and drop jquery (#12324) * drop jquery, fix jModalClose() * classList polyfill not needed here * window.width (seriously?), merge options * use Joomla.extend() * my bad * IE<9 * Add attribs to the script tag, add version to JHtml script methods and deprecate MD5SUM (alternative to 8540) (#11289) * new method to add attrbibs to the script tag * corrections * defaultJsMimes * add deprecated comment * travis * further simplify * remove extra space * forgot to convert mime to type * add UTF-8, ENT_COMPAT to htmlspecialchars (like previous done in all other places) * cs line size fix * better coding * small typo * elseif * deprecate MD5SUM and don't allow two version hashes * add JLog deprected warnings for new method signatures * cs line size * fix conflicts 1 * fix conflicts 2 * refactor JHtml script method signature * deprecate addScriptVersion add options for version and conditional statements * Update head.php * cs * cs fix * Change all self::getMd5Version to static::getMd5Version * has changed * has changed * fix conflicts - part one * fix conflicts * correct unit test * [3.7] Readme updates (#12387) * [languages] Organize and new metadata (Native language and calendar type) (#12036) * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * fix unit tests * add to install.xml in unit tests * correct unit tests * remove extra tab * ident with tabs, not spaces! * installation should have en-GB in name * en-GB ... * correct db jos_languages csv stub also * add missing pkg_en-GB extension to extension stub and correct language extension names * correct sql files * correct sql files * correct sql files * add en-GB, instead of UK, to batch test * correct JTableLanguageTest::testStore * Update install.xml * Update install.xml * same replacements in test stub * Update en-GB.com_languages.ini * correct last unit test * Update en-GB.xml * Update JLanguageTest.php * Update en-GB.xml * Update en-GB.xml * use the new nativeName is exists * Make language flags in backend optional (#12051) * Allow to select none image in language * admin menu module: fall back to a label if no image is selected or image doesn't exist * "Default" buttons in template styles and menuitems list views * remove unneeded variable * Remove empty flag span * Show language code instead of flag in associations tooltip if no image is selected * show language label instead of flag if no images is assigned * Adjust Hathor overrides * Codestyle fixes * Missed contact JHtmlContact::association() * Use a popover for the association tooltips * Taking care of mod_languages * Fix flag preview * show sef in module assignments. * Fixing frontend Associations * Fixing menu assignment modal * a e * a i * a o * a u * a a - javascript * js * Replace uses of JRegistry * Simplify instantiation of Registry objects * [3.7] Isis Flat Repaint - Minor Fixes (#12349) * Removed text shadow * Remove text-shadow * Modal save mouseover fix * Changed to individual removal of text-shadow * sidebar-nav margin fix * Fix hover color on all BS btn * Re-align permissions chzn * Show configured upload limit when uploading files (redo of #11255) (#12396) * * Show configured upload limit when uploading installer package. Otherwise when uploading a larger file than the configured limit, the page reloads without any information about what went wrong. * Show upload limits for file input everywhere. Refactor the calculation part to JUtility class. * Honour template manager configuration to display upload size limit * In Hathor: Honour template manager configuration to display upload size limit * Add deprecated message that in 4.0 the html5 property will be default true (#12430) * Will be replaced by $html5 and the default value will be true. * Update html.php * CodeMirror 5.19 (#12300) * corrections/improvements (#12429) * Fixing notice for non-existing views (#12434) * [3.7.x] Admin login language field fix (#12442) * Admin login lang fix * Admin login lang field alignment * New xtd_contact lang files missing in install.xml (#12452) * Make more use of the autoloader (#12060) * Fix error in mergeHeadData method for html document (#12013) * Extend test for document html links * Fix mergeHeadData method for html document->_links * correct table html errors (#12129) * [users list modal] ismoo parameter need to still exist after form submit (solve #12122) (#12137) * ismoo parameter need to exist after form submit * int * default to 1 * Replaced rand() with mt_rand() projectwide (#12169) * Replaced rand() with mt_rand() projectwide * session package is from the framework so we need to revert that change at this point * fof is an external lib so we need to revert that change at this point * fof is an external lib so we need to revert that change at this point * Use global as default option (#12186) * Solving 12214 Plugin tooltip (#12215) * JLayoutFile wrong type hint (#12231) * JLayoutFile wrong type hint * CS * CS / Review for the editor plugins (#12260) * cs review for the editor plugin * cs * Update image.php * Call to undefined method stdClass::get() * use the warning and error (#12265) * error not notice (#12273) * Remove deprecated function (#12296) * Minor language string change for com_contact (#12339) * Redo Isis flat repaint Installation (Closes #11917) (#12342) * Installation flat repaint - Initial commit * Install flat repaint - Initial commit * Add missing period (#12356) * Change language string (#12364) * Allow loading plugin language strings from extension folder (#12403) * some cs changes after #12396 (#12431) * [3.7.x] Update js polyfills to 3.13.0 (#12513) * Update polyfill.event-uncompressed.js * Update polyfill.event.js * update classlist polyfill * Update polyfill.classlist.js * minor changes * minor changes in doc block * move jquery to template (#12521) * fixing typo in the comment (#12523) Just a small typo in the comment. * Update CREDITS (#12534) * Update CREDITS Removing old content that has been moved to a dedicated page on the Joomla! Documentation and adding a link to new contributors page on GitHub. * Update CREDITS * Updated installation language files * 2fa handeling for mcrypt and openssl (#12497) * handeling for mcrypt and openssl * Language changes suggested bei Brian * Prepare 3.6.4 Stable Release * Mark _autoload function as public and not private. (#12478) * Mark _autoload function public. * whitespace was hanging out * Revert _load to private * issing language strings in frontend lib.joomla.ini (#12468) * forum link to https (#12467) * [a11y] Protostar back to top (#12446) * [a11y] Protostar - back to top link * Oops Andre was right * add anchor for non-js enabled browsers * [3.7.x] Convert installation template to html5 (also move inline scripts to js) (#12444) * convert to html5, use the api for inline scripts * stupid mistake * ok let's remove all that inline js ... * Fix early exit from foreach in JForm::removeGroup (#11856) * Fix early exit from foreach in JForm::removeGroup The method is supposed to remove all instances of <fields> element but it exits the loop on first iteration only. Looks like a quick copy-paste from removeField may have caused this. * Never returns false * keepalive for editing forms (#12163) * Remove retina 2x sprite (#12528) * Set a proper default value for getParams always (#12463) * Correct spelling (#12564) * Remove JFilter mock (#12484) We don't need JFilter hanging out in the JInstaller Adapter tests * Stop allowing failures on PHP 7.1 (#12599) * Improvements in the Associations Edit Workflow (#12344) * changes in model preprocessForm to allow all associations fields to be dumped * adjustement * there is no need to block the language field now * simplify association tab in the templates files * let's make the layout more dynamic * add the js behaviours * solve one of strange bug ... * improvements and allow associations on create * correct language string * render a warning message * solve categoies issue * add new language methods getContentLanguages and getInstalledLanguages * let's now load all content languages, including the unpublished ones * correct label for bug in categories modal field! all other model fields have this * ups correction in js * default pivot is language code * doc blocks corrections * cs * language correction thanks brian * fix conflicts final * When $this->cursor is false, throw an Exception (#12359) A call to pg_result_error_field() when $this->cursor is false from a query failing will result in an error `pg_result_error_field() expects parameter 1 to be resource, boolean given` Try to get a valid error message and throw a JDatabaseExceptionExecuting Exception * Implement a check / notification for an invalid or missing access file (#12608) * Implement a check / notification for an invalid or missing access file * Add language string for invalid or missing access file notification * Add language string for invalid or missing access file notification * Reduce log message as suggested by mbabker * Reduce log message for #12608 as suggested by mbabker * Reduce log message for #12608 as suggested by mbabker * Change string to match actual translation text * Grid within well changed to row-fluid (#11995) * update doc block (#12569) * Folder icons in front end (#12551) * Add folder size to protostar .less * compiled protostar * rename folder value (#12579) * [3.7.x] Regression Hathor modules and users manager (#12412) * Native language (adjustments after 12036 merge) (#12394) * restore native language * remvoe space * correct * simplify * improve code * ups * native language in unit test too * Add detachObserver (#11037) * Add detachObserver Adds ability to detach observers * Simple CS fix * 3.6.4 Sample data: Escape quota in json data (#12501) * [fix] new extensions not installed on already existing packages (#12545) * $menu->params is already a Registry object. (#12557) * Overridden strings in both back-end and front-end (#12576) * [imp] remove hardcoded published column (#12585) * Fix JUri path in language filter plugin (#12600) * Custom fields (#11833) * Update gallery.xml * Update fields.php * Update internal.php * Update field.php * Update dprules.php * Update section.php * Update base.php * Update view.html.php * Update view.html.php * Update render.php * Update modal_article.php * Update sql.php * Update fields.php * Remove commented debug code * Update fields.php * #14 fixed Joomla Coding Standards and added function dock blocks code * #14 fixed Joomla Conding Standards and added function dock blocks * #14 Fixed class dock block mistake * we did not require this any more * #14 fixed Joomla Coding Standards and added function dock block in helper file at back-end * #14 Fixed only Joomla Coding Standards in FieldsHelper file * #14 removed where function, added dock blocks and fixed dock bocks coding standards errors * #14 formatted as the function doc blocks * #14 formatted as the function doc blocks * Check the active menu correct Closes #72 * Move the label field to the options tab Closes #22 * Label has it's own field and must not stay in params Regression from #22 * Backport from Digital-Peak/DPFields#32 * Fix the save and copy action Closes #37 * Store data on reload Closes #76 * Don't add always the All language to the query Closes #38 * Count the items in the category manager from com_fields Closes #61 * Corrected colspan when fields are assigned to a language * #14 fixed conflict * Don't save the All category Closes #19 * Minor language updates * Fix "Show On" tooltip's description The tooltip's description for the 'Show On' field is not showing because it is currently looking for the label. * Don't hardcode com_content.article Closes #80 * Load the types form when the data is an array * Create the links correct for the count item feature Closes #82 * Show the value from com_fields instead of the the users helper Closes #81 * Set the language correct on the fields cache Closes #47 * Removed string conversion error Closes #47 * Changed links to 3.7 * Remove legacy DPFields code * Get data from state correctly * Add joins to the com_fields in search plugin (#83) Add joins to com_fields in the content search plugin * Add new core rule core.edit.value (#75) * Add 'onFieldBeforePrepare' and 'onFieldAfterPrepare' events * Rename "Field Category" to "Field Group" Closes #91 * Add option to disable custom fields per component Closes #87 * Use select box to define the images directory Closes #97 * Truncate correctly Closes #101 * Change description field to plain textarea Closes #94 CLoses #99 * Parameters are more clear and improved comment Adapted change from https://github.com/joomla/joomla-cms/pull/10722/commits/32c9048b88383ba6028743a48517176952d9a574 * onFieldBeforePrepare and onFieldAfterPrepare events now triggered even when custom field value is empty * Cast before access * Create params even when they are empty * Add com_fields menu entries on back end Closes #109 * Extract the context correctly Closes #112 * Add custom fields for contact * Add inline group create Closes #114 * Add simple context mapping Closes #117 * Dont assign a not existing category when a field is saved with no catid * Rename string with group and not category Closes #124 * Category strings should be named Field Groups Closes #126 * Show the fields on the blog listing Closes #108 * Installer crashes somehow Closes #132 * Merge the types set up into JFormField (#104) * Merge field types into JFormFields * Converting the rest of the fields * Merge DP Field Rendering with Joomla Form Fields * Remove the gallery scripts * Rename the interface to JFormDomfieldinterface for auto loading * Add article field as demo how a component can add fields * Removing mustache, will be replaced later with a new parser See #12 for the discussion * Fixing composer setup, reverting to 3.6.x branch * Fixing code style errors Closes #14 * Rename upgrade file to 3.7 * Strip slashes from description Related to #139 * Removing Simplepie from the database installer script Reverts 8381e46758d18c6286fde35c52b1a2a475d7d0df See comments for more information * Show field group description in form Closes #139 * List field changed key to value and value to name Closes #121 * Use the first category as field filter when creating an article Closes #144 * Dont show a user field on the front end Closes #149 * Add always the fields path when adding the custom fields Closes #150 * Added hint (placeholder) option Closes #151 * Correct redirect after checkin action Closes #154 * Check for group access levels when getting the fields (#153) * Consider field group state Closes #155 * Added missing language strings Closes #129 * JArrayHelper => ArrayHelper * reduce model method (#160) * Fixing permission inheritance to edit the value of a field in the form (#157) * Correct path for parameters folder when not in Joomla libraries * Type selection (#162) Closes #134 * Display class attributes (#143) * User home (#161) * Add home parameter to media field * Correct path for paramneters folder when not in Joomla libraries * Fixing code style errors * Add new context for com_contact for contact form fields (#115) * Add new context for com_contact for contact form fields * Prepare the value on com_contact mail * Fixing travis code style errors * Use the correct variable name Closes #163 * Show the all label when no category is assigned Closes #165 * Don't set 0 as default hint when not present Closes #166 * Fix Sniffer Whitespace errors * Fix Sniffer Whitespace errors (#167) * Cleanup field model * Support fields plugins * Add gallery plugin * Moved since tag to 3.7 * Some brushup * Update controller.php * Update field.php * Update fields.php * Update controller.php * Update fields.php * Update internal.php * Update fields.php * Update fields.xml * Update field.php * Update fields.php * Update type.php * Update section.php * Update field.php * Update field.xml * Update filter_fields.xml * Update field.php * Update view.html.php * Update edit.php * Update modal_options.php * Update view.html.php * Update default.php * Update default_batch_body.php * Update modal.php * Update field.xml * Update en-GB.com_fields.sys.ini * Update en-GB.com_fields.ini * Update en-GB.plg_fields_gallery.ini * Update en-GB.plg_fields_gallery.sys.ini * Update en-GB.plg_system_fields.ini * Update en-GB.plg_system_fields.sys.ini * Update modal_article.php * Update controller.php * Update field.php * Update default_custom.php * Update captcha.php * Update editor.php * Update media.php * Update user.php * Update editor.xml * Update media.xml * Update user.xml * Update usergrouplist.xml * Update abstractlist.php * Update domfieldinterface.php * Update field.php * Update email.php * Update file.php * Update imagelist.php * Update sql.php * Update tel.php * Update textarea.php * Update url.php * Update calendar.xml * Update checkboxes.xml * Update imagelist.xml * Update integer.xml * Update list.xml * Update radio.xml * Update sql.xml * Update textarea.xml * Update url.xml * Update gallery.xml * plugin * plugin2 * typo * Change to uft8mb4 * Add new extensions to the script file * Revert merge conflict composer changes * No needed changes * Library form fields should be unaware of com_fields * Default to https * Order the tables correct * Cleanup language strings * Code errors from cleanup * Remove tags support * Add category filter * Display fielg group label when editing a group * Display all fields which are assigned to all languages correct * Don't show fields on categories as it is not ready yet * Update fields.php * Don't transofrm the category name * Correct quote name function used * Revert "Display fielg group label when editing a group" This reverts commit 133133267e88a341cb5634d814a87e06f3e8daf3. * Disable tags on custom field groups * Don't include category state in filter on back end * Remove debug code * CS fix * Shortening the line length * Install SQL files for postgres * Use JDatabaseQuery * Option to show the user custom fields on the front on the contact view * Comment for item_id table column * Remove class for textareas * Fix no menu item pages giving wrong links (#12020) * [plg_system_logout] Load language files only when needed (#11736) * Update logout.php * cs and stuff * Update logout.php * Adding Options Button (#12033) * fix paths (#12032) * Fix routing for non-sef menu items with Modern Routing (#12021) * [com_banners] - publishing time does not honor timezone (#11978) * [com_banners ] - publishing time does not honor timezone * impress only when needed impress only when needed * CS fix cs fix * Order stylesheet attributes the same as link attributes (#12052) * use joomla-projects docker * Phase out JString calls in libraries (#12058) * Admin app - JString -> StringHelper (#12056) * Site app & Plugins - JString -> StringHelper (#12057) * New Feature, Multilanguage: Add the possibility of displaying associations in article info and in articles list. Replaces #11935 (#12042) * Replaces * Modifying to fit Thomas proposal * modifying fetching flags param * adding showon + some * [JAccess] Improve ACL asset preloading performance/memory consumption (#12028) * improve component asset preload speed * Update user.php * Update access.php * Update access.php * Update access.php * Update access.php * not convinced yet, but revert changes in juser * make sure that components are always preloaded * only a logged users (with user id) can be root. * [com_contact] - moved the captchaEnabled var from default to view (#11964) * [com_contact] - moved the captchaEnabled var out of the default.php file to the view.html.php file moved the captchaEnabled var out of the default.php file to the view.html.php file. * moved captchaEnabled to the view moved captchaEnabled to the view * missed var declarationi/initialization missed var $captchaSet declarationi/initialization * Session interaction refactoring (#10905) * Allow lazy starting a session * Defer starting sessions in the installer * Defer starting session in JApplicationCms * Deprecate creating sessions in JFactory * Start restructuring session load sequence in JApplicationCms * Add JSession object to onAfterSessionStart event trigger * Override afterSessionStart for install app to not store the user * Expand the database storage object for better API * Fix session listener declaration * Restructure session bootup and when the session metadata operations run * 3.5 -> 3.6 * Remove option, out of scope * Tweak things so the behavior is closer to current API * Undefined variable * Get store name from session object * Remove this, out of scope * PHPCS fix * Deep rooted application dependencies are my absolute favorite * Move comment, doc blocks, consistent method signature * Again on the consistency, we don't like E_STRICT errors * Nevermind, confused myself with checkSession, carry on... * Until the day the unit tests no longer follow the doc block code styles... * Lost line in merge * One more merge conflict fix * This internal coupling is addressed * Fix query from merge * [com_content] - add articles ordering by votes, ratings (#11225) * Add setDocumentTitle() function in JViewLegacy (#11399) * setDocumentTitle() function in JViewLegacy * PHPCS * JED turned to https (#12076) * JED truned to https JED truned to https Minor fixes on proper use of Joomla! * Update README.txt Same as #12076 * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED and community turned https * JED, community and org turned https * JED and community turned https * JED and community turned https * correct/add quotename (#12070) * Label: Users Options: Login name > Username (#12073) The language label "Change Login Name" is not consistent with the front-end label "Username". This PR changes the language label to "Change Username" and the decription to "Allow users to change their Username when editing their profile." The front-end login screens use the label "Username" Login Component: ![login-component](https://cloud.githubusercontent.com/assets/1217850/18627996/579510ca-7e5e-11e6-9161-6268e9ccb213.png) Login Module: ![login-module](https://cloud.githubusercontent.com/assets/1217850/18627997/579595ae-7e5e-11e6-8920-edf34631a3c7.png) ### Testing Instructions #### Before the PR Users > Manage > [Options] > [User Options] The last entry is "Change Login Name" + hover description "Allow users to change their Login name when editing their profile." ![login-back-end-options](https://cloud.githubusercontent.com/assets/1217850/18627995/5791ac32-7e5e-11e6-8b18-94a34372c422.png) #### After the PR Users > Manage > [Options] > [User Options] The last entry is "Change Username" + hover description "Allow users to change their Username when editing their profile." ![login-back-end-options-after](https://cloud.githubusercontent.com/assets/1217850/18627998/5799ceb2-7e5e-11e6-9a5e-234dcf2db14e.png) * Update .travis.yml (#12079) * Add vote order check * [a11y] Protostar back to top (#12446) * [a11y] Protostar - back to top link * Oops Andre was right * add anchor for non-js enabled browsers * Added missing com_fields component from last merge * Replace Platform version numbers in libraries/legacy (#12242) * Remove variable declaration (Fix #12619) * Misc. fixes * Test fixes
2016-10-29 20:23:43 +00:00
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/database.git",
2022-03-10 06:01:12 +00:00
"reference": "194415339358b3ded43d5f68446b4fa93e18c3d3"
[4.0] Merge staging (#12622) * added show/hide introtext parameter to mod_articles_news * added <?php if (!$params->get('intro_only')) : ?> back again since it might be a B/C setting/parameter * added tabs in code * Update mod_articles_news.xml * Update _item.php * corrected typo from last merge * changed label and description * Add JHtmlBootstrap for front-end editing. Fixes #11562 * Implementing Menu Items modals (New feature) * Wrong class for chosen (#11820) * 3.7.0: Using the new modal_menu field in various core places (#11694) * Using the new modal_menu field in various core places * Simplifying clearField * Simplify conditional * Parenthesis replaced by mdash * Using modal_category field in various core locations * 3.7.0: New Feature=>editor-xtd to insert menu items links in content (#11721) * 3.7.0: New Feature=>editor-xtd to insert menu items links in content * correcting some errors * quoting for sql azure * one more * Changed icon + lang constants * Chosen upgrade. Fixes #11779 Squashed commit of the following: commit 48051c7bf2792fb64cbe10046ada196fc9d233b8 Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 25 14:31:04 2016 +0100 css change only commit 90a89fddf8e70d036b3779022a1477dc632f78ba Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 25 14:28:58 2016 +0100 Revert "css fix thanks @C-Lodder" This reverts commit f7320cfb331e018b179c9356b642dac330f55c22. commit f7320cfb331e018b179c9356b642dac330f55c22 Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 25 14:09:03 2016 +0100 css fix thanks @C-Lodder commit 42c9de38e90c6a1ad48def219b65a0cc77159933 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 18:10:33 2016 +0100 fix permissions commit b8fdd34d3e5678bbe8cd568e1b32ec951ac18421 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 18:07:53 2016 +0100 add minified version of js commit 0ef056d06609cab17b272aa7c37da4b0521199b6 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:59:55 2016 +0100 add documented js hacks commit c68c275bfa9f87f287ac394baa7de65d32565c14 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:48:01 2016 +0100 add comment block commit 983dbf5a561b25aeef9f8d2658edc58e352da780 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:08:47 2016 +0100 rename liszt: chosen: commit 8caad7361bdddc25ae81912892061dd1b04f759f Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:07:47 2016 +0100 Revert "rename liszt: chosen: and add JUI hacks" This reverts commit 86116716d6ff7ba307621de3b0e1fdc8f90bc2b1. commit 86116716d6ff7ba307621de3b0e1fdc8f90bc2b1 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:06:21 2016 +0100 rename liszt: chosen: and add JUI hacks commit 535bea0c37a7bb6667a09fe39e3e99153e3b0bad Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:45:14 2016 +0100 replace chosen: with liszt: commit 2686df5323907e9a394a2a8279a45667ecda89d3 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:43:35 2016 +0100 replace _chosen with _chzn commit 691be65de111d1e6fb25e06a6037981ec13514bd Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:42:49 2016 +0100 replace chosen- with chzn- commit 863b5f9ec87e4702e6c70b5d9c8d705608cb2e5c Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:37:20 2016 +0100 update js with original version commit 537735c2a46513daac39fed29fe32c65e415c859 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:36:19 2016 +0100 remove min js commit e7395625704664bea75cd342757480ba7b6a7b62 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:35:21 2016 +0100 replace chosen- with chzn- commit db8243160065d8f26b606bcfb436dad8e8db929f Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:33:46 2016 +0100 update css file with original version commit 24a955be243ff8a42da38b1c98a07149e7cd86c0 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:29:34 2016 +0100 update sprites commit 4856d5e0be4ad0152dda452b6d0a5669fac1c4b1 Merge: 4ddd833 f10ab35 Author: Brian Teeman <brian@teeman.net> Date: Tue Aug 23 16:23:34 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 4ddd833e3d370ae9accc2ddb57a16e4302eb5981 Merge: b5ffa27 8258906 Author: Brian Teeman <brian@teeman.net> Date: Mon Aug 22 10:30:58 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit b5ffa2745a6e8f32e87963dbe234f25b7882ace5 Merge: 24e6c45 e80e319 Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 21 17:45:45 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 24e6c45f87dd15bb58d4968df31024f1b79dd01f Merge: 962b424 c1b0295 Author: Brian Teeman <brian@teeman.net> Date: Fri Aug 19 21:08:30 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 962b424dc0edaed79581179c769951e4944ff465 Merge: 14f5b1c 4c539c4 Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 18 12:06:49 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 14f5b1caf6a37ad396fab2c860450688f76142a2 Merge: 2baa00b edb70c2 Author: Brian Teeman <brian@teeman.net> Date: Mon Aug 15 10:06:07 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 2baa00b27295ad037e22685e9e3c73097e9ce5d7 Merge: 97d1fb7 f827dfc Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 14 22:38:02 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 97d1fb7fce493acbfccaf1ffde30cd05a5d3f04a Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 14 16:28:13 2016 +0100 Revert "toolbar" This reverts commit 8f995f199efdfe8668c5f6d7f28a733076f89383. commit 8f995f199efdfe8668c5f6d7f28a733076f89383 Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 14 16:27:57 2016 +0100 toolbar * Two search modules on same page: Invalid HTML. (#11229) * Add postfix for unique id ($module->id) * Respect postfixes for unique id in mod_search * Reduce use of JFactory::getConfig() where practical * Allow registering callback functions for the debug console. Fixes #11700 * Allow adding script options without inline JavaScript. Fixes #11671 * Adding "category on fly" functionality when create/edit contact. Fixes #11354 * New method for retrieving the strings from the store. Fixes #11692 * [html5] Hathor administrator template. Fixes #10634 * [Optimize] Generate thumbnail image method to avoid pixelated error in thumbnails. Fixes #7919 * Fix since tag * Normalise Block this User button styling. Fixes #11421 * [html5] System administrator template. Fixes #10638 * URL checking improved in com_wrapper. Fixes #4670 When adding the scheme to an URL use correct scheme (http or https) and port. Checking for "http" or "https" via strstr() in the URL matched also these strings embedded in the URL (e.g. in /static/http/index.html), due to that checks changed to strpos(). * Update en-GB.com_users.ini (#11909) * Templates are in the scope of JDocument. Fixes #10847 * Small review/cleanup in JHtml. Fixes #10771 * Fix form field unit tests. Fixes #11910 Fixes #11413 * Improvements to article modals (with Create Article button). Fixes #11830 * [com_content] - Allow captcha when submit article. Fixes #10976 * Proxy JData to the Framework. Fixes #11588 * [newsfeed modal field] Adds Create News Feed button and other improvements. Fixes #11862 * Allow force refreshing the cache when getting fields in JTable. Fixes #11046 * Allow a custom page title to be defined for an article without a menu item. Fixes #10838 * Code review on com_content component. Fixes #10851 * [category modal field] Adds Create Category button and other improvements. Fixes #11857 * Joomla.JText uses scriptOptions 'joomla.jtext'. Fixes #11690 * Remove legacy frame breaking js code. Fixes #11679 * [contact modal field] Adds Create Contact button and other improvements. Fixes #11858 * Support collection of custom stats in admin stats module. Fixes #10870 * Use intro_image in newsfeed. Fixes #11402 * [com_tags] - Add count and link to tagged items. Fixes #10895 * Allow the vote plugin's position to be configured. Fixes #11375 * Return a 403 status code instead of a 404 for a not accessible category. Fixes #11624 * Add Sort by Modified Date in the Module mod_articles_news (#11128) * Update mod_articles_news.xml At present the sorting by date has the options to sort the articles by Published Up date and Created Date. Adding another sort option to sort the articles by the Modified Date has been added. This addition would be of help to list the articles that are modified recently. * Update en-GB.mod_articles_news.ini Added the following language string that would be used in the xml file of the module mod_articles_news. MOD_ARTICLES_NEWS_FIELD_ORDERING_MODIFIED_DATE="Modified Date" * Update mod_articles_news.xml The value a.modified has been added to the Direction * Cleanup deprecated unused files. Fixes #11762 * Add Polyfill js for legacy browsers (adds events and classlist polyfills). Fixes #11686 * [com_content] Add icons layout. Fixes #10423 * [3.7.x] Fixes issues with the category article view after #11624 (#11943) * Update category.php * Update category.php * Fixing missing getItems in mock JMenu for (routing) unittests. Fixes #11936 * Enable caching of menu data in JMenuSite (#10797) * Enable caching of menu data in JMenuSite * Use a lambda function for the query instead * Add Microseconds to JDate('now') (#11890) * Update date.php * Update date.php * cleaner code * simplify * Update date.php * Router options (#11962) * Router options * switch sentences * [unit tests] Just need to check one microsecond now (3.7.x Branch) (#11966) * Update JHtmlDateTest.php * Update JFactoryTest.php * Fix button classes (#11971) * Fix javascript tests (#11993) * fix javascript tests * typo * change the order to test Joomla.optionsStorage = null * ordering again * Add chosen to module order field (#11992) * remove crap, add chosen * s * New Routing: Fix category routing without menu items * [category item modal field] Apply on more fields for categories. Fixes #11920 * Patch #6712 - FieldCheckbox attribute default (#6794) * Patch 6712 - FieldCheckbox attribute default Checkbox field does not allow defining a value without being checked #6712 * fix code style * Added a clean line Added a clean line befor the if @zero-24 * IS (list views) - Replace html/pagination.php::pagination_list_footer() by JLayouts. Fixes #11246 * Fix no menu item pages giving wrong links (#12020) * Fix routing for non-sef menu items with Modern Routing (#12021) * Phase out JString calls in libraries (#12058) * Admin app - JString -> StringHelper (#12056) * Site app & Plugins - JString -> StringHelper (#12057) * New Feature, Multilanguage: Add the possibility of displaying associations in article info and in articles list. Replaces #11935 (#12042) * Replaces * Modifying to fit Thomas proposal * modifying fetching flags param * adding showon + some * [JAccess] Improve ACL asset preloading performance/memory consumption (#12028) * improve component asset preload speed * Update user.php * Update access.php * Update access.php * Update access.php * Update access.php * not convinced yet, but revert changes in juser * make sure that components are always preloaded * only a logged users (with user id) can be root. * [com_content] - add articles ordering by votes, ratings (#11225) * Add setDocumentTitle() function in JViewLegacy (#11399) * setDocumentTitle() function in JViewLegacy * PHPCS * set new counts too center * fir for #11225 * There is no need for the extra spaces at the end of the line :) * fix typo fixed typo * allow to hide session too in plugin system debug * deprecate keychain for 3.0 * deprecate fof * deprecate fof * Update include.php * deprecate old ciphers * Fix Travis error in keychain (#12157) * fix travis * space * Allow JHtmlDate::relative to set a custom format (#12164) * Updated installation language files. * Fix typo in cache memcached storage (#12150) * div doesn't support type=button (#12131) * JFile - error fix "Cannot pass parameter 2 by reference" (#11952) * Fix of an error "Only variables should be passed by reference" If you pass a string to methods ````append```` or ````write````, you will have an error ````Only variables should be passed by reference```` * Update file.php * Update file.php * Custom calendar is not applied to version history preview and compare dates (#12138) * Custom calendar is not applied to version history preview and compare * simplify code. Thanks Thomas. * Update preview.php * Update compare.php * Update MediaElement.js to 2.23.0 (#11981) * Allow JHtmlDate::relative to set a custom format * Add doc block comment * Proposed onAfterRenderModules event in modules rendering (#10113) * Updated pull request #3105 to latest stage (2016-04-24) inclusive unit test * CS fix * Update JDocumentRendererHtmlModulesTest.php * fix expected value for the unit test in #10113 a unit test was added but failed, this is a fix * Deprecate web router classes * Localise the format for the calendar formfield (#12102) * Localise the format for the calendar formfield * Adding comment * Support all formats * Label - Mass Mail Users v2 (#12084) * Added optional suffix text to Mass Mail Form page (#12078) * Add Unpublished Content Language on Language Package Install (#11867) * initial commit * Update language.php * Update en-GB.lib_joomla.ini * Update en-GB.lib_joomla.ini * ups * Update language.php * Update language.php * Update language.php * change native to $siteLanguageManifest['name'] * allow to install published content languages on install 1 * allow to install published content languages on install 2 * solve remaining issues * cs * fix language names and simplify * cs * improve code and deprecate unneed code * fix title issues (as possible with current xml scenario) * remove non existent metadata values * shoudl not be row, it should be tableLanguage * don't fallback to en-GB native title * tinyMCE use document "scriptoptions", and allow to override tinyMCE Javascript parameters (#11157) * tinymce initialization, use addScriptOptions and tinymce-init.js * Finalize tinymce-init.js * Small improve for code duplication * Allow multiple editors with diferent options * Setup default options for the editor script only once * Minified version of tinymce-init * code style * Improve a bit * Reply to email (#11015) * Reply to email * Reply to email: configuration file chnages resolved * #11015 Reply to email: suggested changes fixed * Media form field bootstrapped with static preview (#10889) * Bootstrap popup with mootols compatibility * restore static preview * 💩 * 😡 * fixes - Delete extra </div> - Move preview under the input field - respect landscape/portrait images * typo * Utilise unionAll element in the select query, previously it was always being ignored. (#10817) Rearrange union > unionAll > order to render a valid query when all these three are used together in a query. Fix return type in method doc blocks. Update test case for the JDatabaseQuery::toString method to test all the element for select query. * Introduce new method isClient($identifier) in JApplicationCms class (#8971) * Introduce new method isClient($identifier) in JApplicationCms class as a substitute for isSite and isAdmin methods. Hence, remove usage of descendant class reference in the JApplication (legacy) and JApplicationCms for better OO structure and support more extensibility. * Added unit tests for JApplicationCms::isClient($identifier); * Fix, null == 0 passes. Avoiding strict check to allow use of '0' or '1' as string as well as integer. * Removed support for integer argument which matched client_id as discussed with @mbabker, thanks. * fix com_finder regression (#12236) * Core.js AJAX method (#11585) * Core.js even listeners * Core.js: method for ajax requests * Code style * Some example and minified version * Core.js even listeners, use IE fallback * Core.js remove even listeners fallback * 370: solving #11225 merge regression (#12238) * 3.7.x: Porting #11225 to beez (#12240) * Move keepalive to external js (#8545) * Keepalive with data attributes * cs * cs * cs empty line * Not seconds ... * object * No double entities We have to use JRoute without xhtml or else the admin keep alive URL get double entities `&amp;amp;?` * From chocolate to vanilla ... Works with vanilla js! Works if onload event is already fired when script is executed. This way the js file can be loaded on render, asyncronous or deferered to after the onload event. Should be cross-browser compatible. * improvements * cs * default options, move to jui folder, asynchronous loading * simple correct to work with new script attributes PR (11289). Adds auto version hash. * update to match #11289 JHtml script behaviour * use __DEPLOY_VERSION__ * cs and simplify * Update behavior.php * Update keepalive.js * Update keepalive.min.js * Update keepalive.js * Update keepalive.min.js * fix conflicts 1 * use new addScriptOptions and Joomla.request methods * fix unit tests * fix last unit test * [menu item modal field] Adds Create Menu Item button and other improvements (3.7.x branch) (#11916) * Update modal.php * Update edit.php * Update view.html.php * Update item_alias.xml * Update default.xml * Update logout.xml * Update mod_login.xml * Update mod_login.xml * Update mod_menu.xml * Update item.php * Update menu.php * Update menu.php * Update en-GB.com_menus.ini * minor cs * corrections * solve no item text issue * New show_info option (hide/show) in com_contact and some minor changes (#8607) * several improvments * lang changes * minor changes * fix conflicts * fix conflicts 2 * revert * fix conflicts final * [3.7.x] Lets use the correct API to get this string translated (com_postinstall) (#12247) * add files joomla * lets make the languagestring checker happy * cs * add missing string (#12246) * fix missing string (#12245) * Deprecate MooTools based helpers (#12268) * Deprecate MooTools based helpers * PHPCS sucks... * fix redirect plugin messages (#12280) * remove dublicate message (#12279) * Allow users to share sessions between apps (#12068) * Allow users to share sessions between apps * Address all metadata related stuff * warning (#12285) merged on review * [3.7.x] Fix Regression #12277: language selector blocked on edit when there are no associations (multilanguage) (#12283) * category edit: check if there are associations * contact edit: check if there are associations * articles edit: check if there are associations * menus edit: check if there are associations * newsfeed edit: check if there are associations * Admin - Simplify instantiation of Registry (#12270) * [j3.7] New Feature Contact editor-xtd plugin (#12252) * New editor-xtd contact plugin * docs * update sql * add contact icon * prevent loading in com_banners where it is useless * Installation sql * correct installation * extra line feed * __DEPLOY_VERSION__ * __DEPLOY_VERSION__ * com_admin script * Update contact.php * Update contact.php * Update contact.php * Update contact.xml * Update en-GB.plg_editors-xtd_contact.sys.ini * Update en-GB.plg_editors-xtd_contact.ini * Update 3.7.0-2016-10-01.sql * Update 3.7.0-2016-10-01.sql * Update 3.7.0-2016-10-01.sql * Routing: Remove IDs from SEF URLs (#11320) Also fixes various bugs in the new router * Run SEF plugin also when SEF URLs are not enabled (#11035) * remove menu button * Update note.xml * string, not array * Redo Isis flat repaint (Closes #11832) (#12319) * Isis flat repaint - Initial commit * Tags field refinement * Fixed field height inconsistency * RTL support added * Minor fixes * Installation flat repaint * Revert install flat repaint * Chzn flat styling separated to chzn-override.less * Missing the in language string * TinyMCE xtd-button close (again, really) and drop jquery (#12324) * drop jquery, fix jModalClose() * classList polyfill not needed here * window.width (seriously?), merge options * use Joomla.extend() * my bad * IE<9 * Add attribs to the script tag, add version to JHtml script methods and deprecate MD5SUM (alternative to 8540) (#11289) * new method to add attrbibs to the script tag * corrections * defaultJsMimes * add deprecated comment * travis * further simplify * remove extra space * forgot to convert mime to type * add UTF-8, ENT_COMPAT to htmlspecialchars (like previous done in all other places) * cs line size fix * better coding * small typo * elseif * deprecate MD5SUM and don't allow two version hashes * add JLog deprected warnings for new method signatures * cs line size * fix conflicts 1 * fix conflicts 2 * refactor JHtml script method signature * deprecate addScriptVersion add options for version and conditional statements * Update head.php * cs * cs fix * Change all self::getMd5Version to static::getMd5Version * has changed * has changed * fix conflicts - part one * fix conflicts * correct unit test * [3.7] Readme updates (#12387) * [languages] Organize and new metadata (Native language and calendar type) (#12036) * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * fix unit tests * add to install.xml in unit tests * correct unit tests * remove extra tab * ident with tabs, not spaces! * installation should have en-GB in name * en-GB ... * correct db jos_languages csv stub also * add missing pkg_en-GB extension to extension stub and correct language extension names * correct sql files * correct sql files * correct sql files * add en-GB, instead of UK, to batch test * correct JTableLanguageTest::testStore * Update install.xml * Update install.xml * same replacements in test stub * Update en-GB.com_languages.ini * correct last unit test * Update en-GB.xml * Update JLanguageTest.php * Update en-GB.xml * Update en-GB.xml * use the new nativeName is exists * Make language flags in backend optional (#12051) * Allow to select none image in language * admin menu module: fall back to a label if no image is selected or image doesn't exist * "Default" buttons in template styles and menuitems list views * remove unneeded variable * Remove empty flag span * Show language code instead of flag in associations tooltip if no image is selected * show language label instead of flag if no images is assigned * Adjust Hathor overrides * Codestyle fixes * Missed contact JHtmlContact::association() * Use a popover for the association tooltips * Taking care of mod_languages * Fix flag preview * show sef in module assignments. * Fixing frontend Associations * Fixing menu assignment modal * a e * a i * a o * a u * a a - javascript * js * Replace uses of JRegistry * Simplify instantiation of Registry objects * [3.7] Isis Flat Repaint - Minor Fixes (#12349) * Removed text shadow * Remove text-shadow * Modal save mouseover fix * Changed to individual removal of text-shadow * sidebar-nav margin fix * Fix hover color on all BS btn * Re-align permissions chzn * Show configured upload limit when uploading files (redo of #11255) (#12396) * * Show configured upload limit when uploading installer package. Otherwise when uploading a larger file than the configured limit, the page reloads without any information about what went wrong. * Show upload limits for file input everywhere. Refactor the calculation part to JUtility class. * Honour template manager configuration to display upload size limit * In Hathor: Honour template manager configuration to display upload size limit * Add deprecated message that in 4.0 the html5 property will be default true (#12430) * Will be replaced by $html5 and the default value will be true. * Update html.php * CodeMirror 5.19 (#12300) * corrections/improvements (#12429) * Fixing notice for non-existing views (#12434) * [3.7.x] Admin login language field fix (#12442) * Admin login lang fix * Admin login lang field alignment * New xtd_contact lang files missing in install.xml (#12452) * Make more use of the autoloader (#12060) * Fix error in mergeHeadData method for html document (#12013) * Extend test for document html links * Fix mergeHeadData method for html document->_links * correct table html errors (#12129) * [users list modal] ismoo parameter need to still exist after form submit (solve #12122) (#12137) * ismoo parameter need to exist after form submit * int * default to 1 * Replaced rand() with mt_rand() projectwide (#12169) * Replaced rand() with mt_rand() projectwide * session package is from the framework so we need to revert that change at this point * fof is an external lib so we need to revert that change at this point * fof is an external lib so we need to revert that change at this point * Use global as default option (#12186) * Solving 12214 Plugin tooltip (#12215) * JLayoutFile wrong type hint (#12231) * JLayoutFile wrong type hint * CS * CS / Review for the editor plugins (#12260) * cs review for the editor plugin * cs * Update image.php * Call to undefined method stdClass::get() * use the warning and error (#12265) * error not notice (#12273) * Remove deprecated function (#12296) * Minor language string change for com_contact (#12339) * Redo Isis flat repaint Installation (Closes #11917) (#12342) * Installation flat repaint - Initial commit * Install flat repaint - Initial commit * Add missing period (#12356) * Change language string (#12364) * Allow loading plugin language strings from extension folder (#12403) * some cs changes after #12396 (#12431) * [3.7.x] Update js polyfills to 3.13.0 (#12513) * Update polyfill.event-uncompressed.js * Update polyfill.event.js * update classlist polyfill * Update polyfill.classlist.js * minor changes * minor changes in doc block * move jquery to template (#12521) * fixing typo in the comment (#12523) Just a small typo in the comment. * Update CREDITS (#12534) * Update CREDITS Removing old content that has been moved to a dedicated page on the Joomla! Documentation and adding a link to new contributors page on GitHub. * Update CREDITS * Updated installation language files * 2fa handeling for mcrypt and openssl (#12497) * handeling for mcrypt and openssl * Language changes suggested bei Brian * Prepare 3.6.4 Stable Release * Mark _autoload function as public and not private. (#12478) * Mark _autoload function public. * whitespace was hanging out * Revert _load to private * issing language strings in frontend lib.joomla.ini (#12468) * forum link to https (#12467) * [a11y] Protostar back to top (#12446) * [a11y] Protostar - back to top link * Oops Andre was right * add anchor for non-js enabled browsers * [3.7.x] Convert installation template to html5 (also move inline scripts to js) (#12444) * convert to html5, use the api for inline scripts * stupid mistake * ok let's remove all that inline js ... * Fix early exit from foreach in JForm::removeGroup (#11856) * Fix early exit from foreach in JForm::removeGroup The method is supposed to remove all instances of <fields> element but it exits the loop on first iteration only. Looks like a quick copy-paste from removeField may have caused this. * Never returns false * keepalive for editing forms (#12163) * Remove retina 2x sprite (#12528) * Set a proper default value for getParams always (#12463) * Correct spelling (#12564) * Remove JFilter mock (#12484) We don't need JFilter hanging out in the JInstaller Adapter tests * Stop allowing failures on PHP 7.1 (#12599) * Improvements in the Associations Edit Workflow (#12344) * changes in model preprocessForm to allow all associations fields to be dumped * adjustement * there is no need to block the language field now * simplify association tab in the templates files * let's make the layout more dynamic * add the js behaviours * solve one of strange bug ... * improvements and allow associations on create * correct language string * render a warning message * solve categoies issue * add new language methods getContentLanguages and getInstalledLanguages * let's now load all content languages, including the unpublished ones * correct label for bug in categories modal field! all other model fields have this * ups correction in js * default pivot is language code * doc blocks corrections * cs * language correction thanks brian * fix conflicts final * When $this->cursor is false, throw an Exception (#12359) A call to pg_result_error_field() when $this->cursor is false from a query failing will result in an error `pg_result_error_field() expects parameter 1 to be resource, boolean given` Try to get a valid error message and throw a JDatabaseExceptionExecuting Exception * Implement a check / notification for an invalid or missing access file (#12608) * Implement a check / notification for an invalid or missing access file * Add language string for invalid or missing access file notification * Add language string for invalid or missing access file notification * Reduce log message as suggested by mbabker * Reduce log message for #12608 as suggested by mbabker * Reduce log message for #12608 as suggested by mbabker * Change string to match actual translation text * Grid within well changed to row-fluid (#11995) * update doc block (#12569) * Folder icons in front end (#12551) * Add folder size to protostar .less * compiled protostar * rename folder value (#12579) * [3.7.x] Regression Hathor modules and users manager (#12412) * Native language (adjustments after 12036 merge) (#12394) * restore native language * remvoe space * correct * simplify * improve code * ups * native language in unit test too * Add detachObserver (#11037) * Add detachObserver Adds ability to detach observers * Simple CS fix * 3.6.4 Sample data: Escape quota in json data (#12501) * [fix] new extensions not installed on already existing packages (#12545) * $menu->params is already a Registry object. (#12557) * Overridden strings in both back-end and front-end (#12576) * [imp] remove hardcoded published column (#12585) * Fix JUri path in language filter plugin (#12600) * Custom fields (#11833) * Update gallery.xml * Update fields.php * Update internal.php * Update field.php * Update dprules.php * Update section.php * Update base.php * Update view.html.php * Update view.html.php * Update render.php * Update modal_article.php * Update sql.php * Update fields.php * Remove commented debug code * Update fields.php * #14 fixed Joomla Coding Standards and added function dock blocks code * #14 fixed Joomla Conding Standards and added function dock blocks * #14 Fixed class dock block mistake * we did not require this any more * #14 fixed Joomla Coding Standards and added function dock block in helper file at back-end * #14 Fixed only Joomla Coding Standards in FieldsHelper file * #14 removed where function, added dock blocks and fixed dock bocks coding standards errors * #14 formatted as the function doc blocks * #14 formatted as the function doc blocks * Check the active menu correct Closes #72 * Move the label field to the options tab Closes #22 * Label has it's own field and must not stay in params Regression from #22 * Backport from Digital-Peak/DPFields#32 * Fix the save and copy action Closes #37 * Store data on reload Closes #76 * Don't add always the All language to the query Closes #38 * Count the items in the category manager from com_fields Closes #61 * Corrected colspan when fields are assigned to a language * #14 fixed conflict * Don't save the All category Closes #19 * Minor language updates * Fix "Show On" tooltip's description The tooltip's description for the 'Show On' field is not showing because it is currently looking for the label. * Don't hardcode com_content.article Closes #80 * Load the types form when the data is an array * Create the links correct for the count item feature Closes #82 * Show the value from com_fields instead of the the users helper Closes #81 * Set the language correct on the fields cache Closes #47 * Removed string conversion error Closes #47 * Changed links to 3.7 * Remove legacy DPFields code * Get data from state correctly * Add joins to the com_fields in search plugin (#83) Add joins to com_fields in the content search plugin * Add new core rule core.edit.value (#75) * Add 'onFieldBeforePrepare' and 'onFieldAfterPrepare' events * Rename "Field Category" to "Field Group" Closes #91 * Add option to disable custom fields per component Closes #87 * Use select box to define the images directory Closes #97 * Truncate correctly Closes #101 * Change description field to plain textarea Closes #94 CLoses #99 * Parameters are more clear and improved comment Adapted change from https://github.com/joomla/joomla-cms/pull/10722/commits/32c9048b88383ba6028743a48517176952d9a574 * onFieldBeforePrepare and onFieldAfterPrepare events now triggered even when custom field value is empty * Cast before access * Create params even when they are empty * Add com_fields menu entries on back end Closes #109 * Extract the context correctly Closes #112 * Add custom fields for contact * Add inline group create Closes #114 * Add simple context mapping Closes #117 * Dont assign a not existing category when a field is saved with no catid * Rename string with group and not category Closes #124 * Category strings should be named Field Groups Closes #126 * Show the fields on the blog listing Closes #108 * Installer crashes somehow Closes #132 * Merge the types set up into JFormField (#104) * Merge field types into JFormFields * Converting the rest of the fields * Merge DP Field Rendering with Joomla Form Fields * Remove the gallery scripts * Rename the interface to JFormDomfieldinterface for auto loading * Add article field as demo how a component can add fields * Removing mustache, will be replaced later with a new parser See #12 for the discussion * Fixing composer setup, reverting to 3.6.x branch * Fixing code style errors Closes #14 * Rename upgrade file to 3.7 * Strip slashes from description Related to #139 * Removing Simplepie from the database installer script Reverts 8381e46758d18c6286fde35c52b1a2a475d7d0df See comments for more information * Show field group description in form Closes #139 * List field changed key to value and value to name Closes #121 * Use the first category as field filter when creating an article Closes #144 * Dont show a user field on the front end Closes #149 * Add always the fields path when adding the custom fields Closes #150 * Added hint (placeholder) option Closes #151 * Correct redirect after checkin action Closes #154 * Check for group access levels when getting the fields (#153) * Consider field group state Closes #155 * Added missing language strings Closes #129 * JArrayHelper => ArrayHelper * reduce model method (#160) * Fixing permission inheritance to edit the value of a field in the form (#157) * Correct path for parameters folder when not in Joomla libraries * Type selection (#162) Closes #134 * Display class attributes (#143) * User home (#161) * Add home parameter to media field * Correct path for paramneters folder when not in Joomla libraries * Fixing code style errors * Add new context for com_contact for contact form fields (#115) * Add new context for com_contact for contact form fields * Prepare the value on com_contact mail * Fixing travis code style errors * Use the correct variable name Closes #163 * Show the all label when no category is assigned Closes #165 * Don't set 0 as default hint when not present Closes #166 * Fix Sniffer Whitespace errors * Fix Sniffer Whitespace errors (#167) * Cleanup field model * Support fields plugins * Add gallery plugin * Moved since tag to 3.7 * Some brushup * Update controller.php * Update field.php * Update fields.php * Update controller.php * Update fields.php * Update internal.php * Update fields.php * Update fields.xml * Update field.php * Update fields.php * Update type.php * Update section.php * Update field.php * Update field.xml * Update filter_fields.xml * Update field.php * Update view.html.php * Update edit.php * Update modal_options.php * Update view.html.php * Update default.php * Update default_batch_body.php * Update modal.php * Update field.xml * Update en-GB.com_fields.sys.ini * Update en-GB.com_fields.ini * Update en-GB.plg_fields_gallery.ini * Update en-GB.plg_fields_gallery.sys.ini * Update en-GB.plg_system_fields.ini * Update en-GB.plg_system_fields.sys.ini * Update modal_article.php * Update controller.php * Update field.php * Update default_custom.php * Update captcha.php * Update editor.php * Update media.php * Update user.php * Update editor.xml * Update media.xml * Update user.xml * Update usergrouplist.xml * Update abstractlist.php * Update domfieldinterface.php * Update field.php * Update email.php * Update file.php * Update imagelist.php * Update sql.php * Update tel.php * Update textarea.php * Update url.php * Update calendar.xml * Update checkboxes.xml * Update imagelist.xml * Update integer.xml * Update list.xml * Update radio.xml * Update sql.xml * Update textarea.xml * Update url.xml * Update gallery.xml * plugin * plugin2 * typo * Change to uft8mb4 * Add new extensions to the script file * Revert merge conflict composer changes * No needed changes * Library form fields should be unaware of com_fields * Default to https * Order the tables correct * Cleanup language strings * Code errors from cleanup * Remove tags support * Add category filter * Display fielg group label when editing a group * Display all fields which are assigned to all languages correct * Don't show fields on categories as it is not ready yet * Update fields.php * Don't transofrm the category name * Correct quote name function used * Revert "Display fielg group label when editing a group" This reverts commit 133133267e88a341cb5634d814a87e06f3e8daf3. * Disable tags on custom field groups * Don't include category state in filter on back end * Remove debug code * CS fix * Shortening the line length * Install SQL files for postgres * Use JDatabaseQuery * Option to show the user custom fields on the front on the contact view * Comment for item_id table column * Remove class for textareas * Fix no menu item pages giving wrong links (#12020) * [plg_system_logout] Load language files only when needed (#11736) * Update logout.php * cs and stuff * Update logout.php * Adding Options Button (#12033) * fix paths (#12032) * Fix routing for non-sef menu items with Modern Routing (#12021) * [com_banners] - publishing time does not honor timezone (#11978) * [com_banners ] - publishing time does not honor timezone * impress only when needed impress only when needed * CS fix cs fix * Order stylesheet attributes the same as link attributes (#12052) * use joomla-projects docker * Phase out JString calls in libraries (#12058) * Admin app - JString -> StringHelper (#12056) * Site app & Plugins - JString -> StringHelper (#12057) * New Feature, Multilanguage: Add the possibility of displaying associations in article info and in articles list. Replaces #11935 (#12042) * Replaces * Modifying to fit Thomas proposal * modifying fetching flags param * adding showon + some * [JAccess] Improve ACL asset preloading performance/memory consumption (#12028) * improve component asset preload speed * Update user.php * Update access.php * Update access.php * Update access.php * Update access.php * not convinced yet, but revert changes in juser * make sure that components are always preloaded * only a logged users (with user id) can be root. * [com_contact] - moved the captchaEnabled var from default to view (#11964) * [com_contact] - moved the captchaEnabled var out of the default.php file to the view.html.php file moved the captchaEnabled var out of the default.php file to the view.html.php file. * moved captchaEnabled to the view moved captchaEnabled to the view * missed var declarationi/initialization missed var $captchaSet declarationi/initialization * Session interaction refactoring (#10905) * Allow lazy starting a session * Defer starting sessions in the installer * Defer starting session in JApplicationCms * Deprecate creating sessions in JFactory * Start restructuring session load sequence in JApplicationCms * Add JSession object to onAfterSessionStart event trigger * Override afterSessionStart for install app to not store the user * Expand the database storage object for better API * Fix session listener declaration * Restructure session bootup and when the session metadata operations run * 3.5 -> 3.6 * Remove option, out of scope * Tweak things so the behavior is closer to current API * Undefined variable * Get store name from session object * Remove this, out of scope * PHPCS fix * Deep rooted application dependencies are my absolute favorite * Move comment, doc blocks, consistent method signature * Again on the consistency, we don't like E_STRICT errors * Nevermind, confused myself with checkSession, carry on... * Until the day the unit tests no longer follow the doc block code styles... * Lost line in merge * One more merge conflict fix * This internal coupling is addressed * Fix query from merge * [com_content] - add articles ordering by votes, ratings (#11225) * Add setDocumentTitle() function in JViewLegacy (#11399) * setDocumentTitle() function in JViewLegacy * PHPCS * JED turned to https (#12076) * JED truned to https JED truned to https Minor fixes on proper use of Joomla! * Update README.txt Same as #12076 * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED and community turned https * JED, community and org turned https * JED and community turned https * JED and community turned https * correct/add quotename (#12070) * Label: Users Options: Login name > Username (#12073) The language label "Change Login Name" is not consistent with the front-end label "Username". This PR changes the language label to "Change Username" and the decription to "Allow users to change their Username when editing their profile." The front-end login screens use the label "Username" Login Component: ![login-component](https://cloud.githubusercontent.com/assets/1217850/18627996/579510ca-7e5e-11e6-9161-6268e9ccb213.png) Login Module: ![login-module](https://cloud.githubusercontent.com/assets/1217850/18627997/579595ae-7e5e-11e6-8920-edf34631a3c7.png) ### Testing Instructions #### Before the PR Users > Manage > [Options] > [User Options] The last entry is "Change Login Name" + hover description "Allow users to change their Login name when editing their profile." ![login-back-end-options](https://cloud.githubusercontent.com/assets/1217850/18627995/5791ac32-7e5e-11e6-8b18-94a34372c422.png) #### After the PR Users > Manage > [Options] > [User Options] The last entry is "Change Username" + hover description "Allow users to change their Username when editing their profile." ![login-back-end-options-after](https://cloud.githubusercontent.com/assets/1217850/18627998/5799ceb2-7e5e-11e6-9a5e-234dcf2db14e.png) * Update .travis.yml (#12079) * Add vote order check * [a11y] Protostar back to top (#12446) * [a11y] Protostar - back to top link * Oops Andre was right * add anchor for non-js enabled browsers * Added missing com_fields component from last merge * Replace Platform version numbers in libraries/legacy (#12242) * Remove variable declaration (Fix #12619) * Misc. fixes * Test fixes
2016-10-29 20:23:43 +00:00
},
"dist": {
"type": "zip",
2022-03-10 06:01:12 +00:00
"url": "https://api.github.com/repos/joomla-framework/database/zipball/194415339358b3ded43d5f68446b4fa93e18c3d3",
"reference": "194415339358b3ded43d5f68446b4fa93e18c3d3",
[4.0] Merge staging (#12622) * added show/hide introtext parameter to mod_articles_news * added <?php if (!$params->get('intro_only')) : ?> back again since it might be a B/C setting/parameter * added tabs in code * Update mod_articles_news.xml * Update _item.php * corrected typo from last merge * changed label and description * Add JHtmlBootstrap for front-end editing. Fixes #11562 * Implementing Menu Items modals (New feature) * Wrong class for chosen (#11820) * 3.7.0: Using the new modal_menu field in various core places (#11694) * Using the new modal_menu field in various core places * Simplifying clearField * Simplify conditional * Parenthesis replaced by mdash * Using modal_category field in various core locations * 3.7.0: New Feature=>editor-xtd to insert menu items links in content (#11721) * 3.7.0: New Feature=>editor-xtd to insert menu items links in content * correcting some errors * quoting for sql azure * one more * Changed icon + lang constants * Chosen upgrade. Fixes #11779 Squashed commit of the following: commit 48051c7bf2792fb64cbe10046ada196fc9d233b8 Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 25 14:31:04 2016 +0100 css change only commit 90a89fddf8e70d036b3779022a1477dc632f78ba Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 25 14:28:58 2016 +0100 Revert "css fix thanks @C-Lodder" This reverts commit f7320cfb331e018b179c9356b642dac330f55c22. commit f7320cfb331e018b179c9356b642dac330f55c22 Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 25 14:09:03 2016 +0100 css fix thanks @C-Lodder commit 42c9de38e90c6a1ad48def219b65a0cc77159933 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 18:10:33 2016 +0100 fix permissions commit b8fdd34d3e5678bbe8cd568e1b32ec951ac18421 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 18:07:53 2016 +0100 add minified version of js commit 0ef056d06609cab17b272aa7c37da4b0521199b6 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:59:55 2016 +0100 add documented js hacks commit c68c275bfa9f87f287ac394baa7de65d32565c14 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:48:01 2016 +0100 add comment block commit 983dbf5a561b25aeef9f8d2658edc58e352da780 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:08:47 2016 +0100 rename liszt: chosen: commit 8caad7361bdddc25ae81912892061dd1b04f759f Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:07:47 2016 +0100 Revert "rename liszt: chosen: and add JUI hacks" This reverts commit 86116716d6ff7ba307621de3b0e1fdc8f90bc2b1. commit 86116716d6ff7ba307621de3b0e1fdc8f90bc2b1 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:06:21 2016 +0100 rename liszt: chosen: and add JUI hacks commit 535bea0c37a7bb6667a09fe39e3e99153e3b0bad Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:45:14 2016 +0100 replace chosen: with liszt: commit 2686df5323907e9a394a2a8279a45667ecda89d3 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:43:35 2016 +0100 replace _chosen with _chzn commit 691be65de111d1e6fb25e06a6037981ec13514bd Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:42:49 2016 +0100 replace chosen- with chzn- commit 863b5f9ec87e4702e6c70b5d9c8d705608cb2e5c Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:37:20 2016 +0100 update js with original version commit 537735c2a46513daac39fed29fe32c65e415c859 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:36:19 2016 +0100 remove min js commit e7395625704664bea75cd342757480ba7b6a7b62 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:35:21 2016 +0100 replace chosen- with chzn- commit db8243160065d8f26b606bcfb436dad8e8db929f Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:33:46 2016 +0100 update css file with original version commit 24a955be243ff8a42da38b1c98a07149e7cd86c0 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:29:34 2016 +0100 update sprites commit 4856d5e0be4ad0152dda452b6d0a5669fac1c4b1 Merge: 4ddd833 f10ab35 Author: Brian Teeman <brian@teeman.net> Date: Tue Aug 23 16:23:34 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 4ddd833e3d370ae9accc2ddb57a16e4302eb5981 Merge: b5ffa27 8258906 Author: Brian Teeman <brian@teeman.net> Date: Mon Aug 22 10:30:58 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit b5ffa2745a6e8f32e87963dbe234f25b7882ace5 Merge: 24e6c45 e80e319 Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 21 17:45:45 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 24e6c45f87dd15bb58d4968df31024f1b79dd01f Merge: 962b424 c1b0295 Author: Brian Teeman <brian@teeman.net> Date: Fri Aug 19 21:08:30 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 962b424dc0edaed79581179c769951e4944ff465 Merge: 14f5b1c 4c539c4 Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 18 12:06:49 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 14f5b1caf6a37ad396fab2c860450688f76142a2 Merge: 2baa00b edb70c2 Author: Brian Teeman <brian@teeman.net> Date: Mon Aug 15 10:06:07 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 2baa00b27295ad037e22685e9e3c73097e9ce5d7 Merge: 97d1fb7 f827dfc Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 14 22:38:02 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 97d1fb7fce493acbfccaf1ffde30cd05a5d3f04a Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 14 16:28:13 2016 +0100 Revert "toolbar" This reverts commit 8f995f199efdfe8668c5f6d7f28a733076f89383. commit 8f995f199efdfe8668c5f6d7f28a733076f89383 Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 14 16:27:57 2016 +0100 toolbar * Two search modules on same page: Invalid HTML. (#11229) * Add postfix for unique id ($module->id) * Respect postfixes for unique id in mod_search * Reduce use of JFactory::getConfig() where practical * Allow registering callback functions for the debug console. Fixes #11700 * Allow adding script options without inline JavaScript. Fixes #11671 * Adding "category on fly" functionality when create/edit contact. Fixes #11354 * New method for retrieving the strings from the store. Fixes #11692 * [html5] Hathor administrator template. Fixes #10634 * [Optimize] Generate thumbnail image method to avoid pixelated error in thumbnails. Fixes #7919 * Fix since tag * Normalise Block this User button styling. Fixes #11421 * [html5] System administrator template. Fixes #10638 * URL checking improved in com_wrapper. Fixes #4670 When adding the scheme to an URL use correct scheme (http or https) and port. Checking for "http" or "https" via strstr() in the URL matched also these strings embedded in the URL (e.g. in /static/http/index.html), due to that checks changed to strpos(). * Update en-GB.com_users.ini (#11909) * Templates are in the scope of JDocument. Fixes #10847 * Small review/cleanup in JHtml. Fixes #10771 * Fix form field unit tests. Fixes #11910 Fixes #11413 * Improvements to article modals (with Create Article button). Fixes #11830 * [com_content] - Allow captcha when submit article. Fixes #10976 * Proxy JData to the Framework. Fixes #11588 * [newsfeed modal field] Adds Create News Feed button and other improvements. Fixes #11862 * Allow force refreshing the cache when getting fields in JTable. Fixes #11046 * Allow a custom page title to be defined for an article without a menu item. Fixes #10838 * Code review on com_content component. Fixes #10851 * [category modal field] Adds Create Category button and other improvements. Fixes #11857 * Joomla.JText uses scriptOptions 'joomla.jtext'. Fixes #11690 * Remove legacy frame breaking js code. Fixes #11679 * [contact modal field] Adds Create Contact button and other improvements. Fixes #11858 * Support collection of custom stats in admin stats module. Fixes #10870 * Use intro_image in newsfeed. Fixes #11402 * [com_tags] - Add count and link to tagged items. Fixes #10895 * Allow the vote plugin's position to be configured. Fixes #11375 * Return a 403 status code instead of a 404 for a not accessible category. Fixes #11624 * Add Sort by Modified Date in the Module mod_articles_news (#11128) * Update mod_articles_news.xml At present the sorting by date has the options to sort the articles by Published Up date and Created Date. Adding another sort option to sort the articles by the Modified Date has been added. This addition would be of help to list the articles that are modified recently. * Update en-GB.mod_articles_news.ini Added the following language string that would be used in the xml file of the module mod_articles_news. MOD_ARTICLES_NEWS_FIELD_ORDERING_MODIFIED_DATE="Modified Date" * Update mod_articles_news.xml The value a.modified has been added to the Direction * Cleanup deprecated unused files. Fixes #11762 * Add Polyfill js for legacy browsers (adds events and classlist polyfills). Fixes #11686 * [com_content] Add icons layout. Fixes #10423 * [3.7.x] Fixes issues with the category article view after #11624 (#11943) * Update category.php * Update category.php * Fixing missing getItems in mock JMenu for (routing) unittests. Fixes #11936 * Enable caching of menu data in JMenuSite (#10797) * Enable caching of menu data in JMenuSite * Use a lambda function for the query instead * Add Microseconds to JDate('now') (#11890) * Update date.php * Update date.php * cleaner code * simplify * Update date.php * Router options (#11962) * Router options * switch sentences * [unit tests] Just need to check one microsecond now (3.7.x Branch) (#11966) * Update JHtmlDateTest.php * Update JFactoryTest.php * Fix button classes (#11971) * Fix javascript tests (#11993) * fix javascript tests * typo * change the order to test Joomla.optionsStorage = null * ordering again * Add chosen to module order field (#11992) * remove crap, add chosen * s * New Routing: Fix category routing without menu items * [category item modal field] Apply on more fields for categories. Fixes #11920 * Patch #6712 - FieldCheckbox attribute default (#6794) * Patch 6712 - FieldCheckbox attribute default Checkbox field does not allow defining a value without being checked #6712 * fix code style * Added a clean line Added a clean line befor the if @zero-24 * IS (list views) - Replace html/pagination.php::pagination_list_footer() by JLayouts. Fixes #11246 * Fix no menu item pages giving wrong links (#12020) * Fix routing for non-sef menu items with Modern Routing (#12021) * Phase out JString calls in libraries (#12058) * Admin app - JString -> StringHelper (#12056) * Site app & Plugins - JString -> StringHelper (#12057) * New Feature, Multilanguage: Add the possibility of displaying associations in article info and in articles list. Replaces #11935 (#12042) * Replaces * Modifying to fit Thomas proposal * modifying fetching flags param * adding showon + some * [JAccess] Improve ACL asset preloading performance/memory consumption (#12028) * improve component asset preload speed * Update user.php * Update access.php * Update access.php * Update access.php * Update access.php * not convinced yet, but revert changes in juser * make sure that components are always preloaded * only a logged users (with user id) can be root. * [com_content] - add articles ordering by votes, ratings (#11225) * Add setDocumentTitle() function in JViewLegacy (#11399) * setDocumentTitle() function in JViewLegacy * PHPCS * set new counts too center * fir for #11225 * There is no need for the extra spaces at the end of the line :) * fix typo fixed typo * allow to hide session too in plugin system debug * deprecate keychain for 3.0 * deprecate fof * deprecate fof * Update include.php * deprecate old ciphers * Fix Travis error in keychain (#12157) * fix travis * space * Allow JHtmlDate::relative to set a custom format (#12164) * Updated installation language files. * Fix typo in cache memcached storage (#12150) * div doesn't support type=button (#12131) * JFile - error fix "Cannot pass parameter 2 by reference" (#11952) * Fix of an error "Only variables should be passed by reference" If you pass a string to methods ````append```` or ````write````, you will have an error ````Only variables should be passed by reference```` * Update file.php * Update file.php * Custom calendar is not applied to version history preview and compare dates (#12138) * Custom calendar is not applied to version history preview and compare * simplify code. Thanks Thomas. * Update preview.php * Update compare.php * Update MediaElement.js to 2.23.0 (#11981) * Allow JHtmlDate::relative to set a custom format * Add doc block comment * Proposed onAfterRenderModules event in modules rendering (#10113) * Updated pull request #3105 to latest stage (2016-04-24) inclusive unit test * CS fix * Update JDocumentRendererHtmlModulesTest.php * fix expected value for the unit test in #10113 a unit test was added but failed, this is a fix * Deprecate web router classes * Localise the format for the calendar formfield (#12102) * Localise the format for the calendar formfield * Adding comment * Support all formats * Label - Mass Mail Users v2 (#12084) * Added optional suffix text to Mass Mail Form page (#12078) * Add Unpublished Content Language on Language Package Install (#11867) * initial commit * Update language.php * Update en-GB.lib_joomla.ini * Update en-GB.lib_joomla.ini * ups * Update language.php * Update language.php * Update language.php * change native to $siteLanguageManifest['name'] * allow to install published content languages on install 1 * allow to install published content languages on install 2 * solve remaining issues * cs * fix language names and simplify * cs * improve code and deprecate unneed code * fix title issues (as possible with current xml scenario) * remove non existent metadata values * shoudl not be row, it should be tableLanguage * don't fallback to en-GB native title * tinyMCE use document "scriptoptions", and allow to override tinyMCE Javascript parameters (#11157) * tinymce initialization, use addScriptOptions and tinymce-init.js * Finalize tinymce-init.js * Small improve for code duplication * Allow multiple editors with diferent options * Setup default options for the editor script only once * Minified version of tinymce-init * code style * Improve a bit * Reply to email (#11015) * Reply to email * Reply to email: configuration file chnages resolved * #11015 Reply to email: suggested changes fixed * Media form field bootstrapped with static preview (#10889) * Bootstrap popup with mootols compatibility * restore static preview * 💩 * 😡 * fixes - Delete extra </div> - Move preview under the input field - respect landscape/portrait images * typo * Utilise unionAll element in the select query, previously it was always being ignored. (#10817) Rearrange union > unionAll > order to render a valid query when all these three are used together in a query. Fix return type in method doc blocks. Update test case for the JDatabaseQuery::toString method to test all the element for select query. * Introduce new method isClient($identifier) in JApplicationCms class (#8971) * Introduce new method isClient($identifier) in JApplicationCms class as a substitute for isSite and isAdmin methods. Hence, remove usage of descendant class reference in the JApplication (legacy) and JApplicationCms for better OO structure and support more extensibility. * Added unit tests for JApplicationCms::isClient($identifier); * Fix, null == 0 passes. Avoiding strict check to allow use of '0' or '1' as string as well as integer. * Removed support for integer argument which matched client_id as discussed with @mbabker, thanks. * fix com_finder regression (#12236) * Core.js AJAX method (#11585) * Core.js even listeners * Core.js: method for ajax requests * Code style * Some example and minified version * Core.js even listeners, use IE fallback * Core.js remove even listeners fallback * 370: solving #11225 merge regression (#12238) * 3.7.x: Porting #11225 to beez (#12240) * Move keepalive to external js (#8545) * Keepalive with data attributes * cs * cs * cs empty line * Not seconds ... * object * No double entities We have to use JRoute without xhtml or else the admin keep alive URL get double entities `&amp;amp;?` * From chocolate to vanilla ... Works with vanilla js! Works if onload event is already fired when script is executed. This way the js file can be loaded on render, asyncronous or deferered to after the onload event. Should be cross-browser compatible. * improvements * cs * default options, move to jui folder, asynchronous loading * simple correct to work with new script attributes PR (11289). Adds auto version hash. * update to match #11289 JHtml script behaviour * use __DEPLOY_VERSION__ * cs and simplify * Update behavior.php * Update keepalive.js * Update keepalive.min.js * Update keepalive.js * Update keepalive.min.js * fix conflicts 1 * use new addScriptOptions and Joomla.request methods * fix unit tests * fix last unit test * [menu item modal field] Adds Create Menu Item button and other improvements (3.7.x branch) (#11916) * Update modal.php * Update edit.php * Update view.html.php * Update item_alias.xml * Update default.xml * Update logout.xml * Update mod_login.xml * Update mod_login.xml * Update mod_menu.xml * Update item.php * Update menu.php * Update menu.php * Update en-GB.com_menus.ini * minor cs * corrections * solve no item text issue * New show_info option (hide/show) in com_contact and some minor changes (#8607) * several improvments * lang changes * minor changes * fix conflicts * fix conflicts 2 * revert * fix conflicts final * [3.7.x] Lets use the correct API to get this string translated (com_postinstall) (#12247) * add files joomla * lets make the languagestring checker happy * cs * add missing string (#12246) * fix missing string (#12245) * Deprecate MooTools based helpers (#12268) * Deprecate MooTools based helpers * PHPCS sucks... * fix redirect plugin messages (#12280) * remove dublicate message (#12279) * Allow users to share sessions between apps (#12068) * Allow users to share sessions between apps * Address all metadata related stuff * warning (#12285) merged on review * [3.7.x] Fix Regression #12277: language selector blocked on edit when there are no associations (multilanguage) (#12283) * category edit: check if there are associations * contact edit: check if there are associations * articles edit: check if there are associations * menus edit: check if there are associations * newsfeed edit: check if there are associations * Admin - Simplify instantiation of Registry (#12270) * [j3.7] New Feature Contact editor-xtd plugin (#12252) * New editor-xtd contact plugin * docs * update sql * add contact icon * prevent loading in com_banners where it is useless * Installation sql * correct installation * extra line feed * __DEPLOY_VERSION__ * __DEPLOY_VERSION__ * com_admin script * Update contact.php * Update contact.php * Update contact.php * Update contact.xml * Update en-GB.plg_editors-xtd_contact.sys.ini * Update en-GB.plg_editors-xtd_contact.ini * Update 3.7.0-2016-10-01.sql * Update 3.7.0-2016-10-01.sql * Update 3.7.0-2016-10-01.sql * Routing: Remove IDs from SEF URLs (#11320) Also fixes various bugs in the new router * Run SEF plugin also when SEF URLs are not enabled (#11035) * remove menu button * Update note.xml * string, not array * Redo Isis flat repaint (Closes #11832) (#12319) * Isis flat repaint - Initial commit * Tags field refinement * Fixed field height inconsistency * RTL support added * Minor fixes * Installation flat repaint * Revert install flat repaint * Chzn flat styling separated to chzn-override.less * Missing the in language string * TinyMCE xtd-button close (again, really) and drop jquery (#12324) * drop jquery, fix jModalClose() * classList polyfill not needed here * window.width (seriously?), merge options * use Joomla.extend() * my bad * IE<9 * Add attribs to the script tag, add version to JHtml script methods and deprecate MD5SUM (alternative to 8540) (#11289) * new method to add attrbibs to the script tag * corrections * defaultJsMimes * add deprecated comment * travis * further simplify * remove extra space * forgot to convert mime to type * add UTF-8, ENT_COMPAT to htmlspecialchars (like previous done in all other places) * cs line size fix * better coding * small typo * elseif * deprecate MD5SUM and don't allow two version hashes * add JLog deprected warnings for new method signatures * cs line size * fix conflicts 1 * fix conflicts 2 * refactor JHtml script method signature * deprecate addScriptVersion add options for version and conditional statements * Update head.php * cs * cs fix * Change all self::getMd5Version to static::getMd5Version * has changed * has changed * fix conflicts - part one * fix conflicts * correct unit test * [3.7] Readme updates (#12387) * [languages] Organize and new metadata (Native language and calendar type) (#12036) * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * fix unit tests * add to install.xml in unit tests * correct unit tests * remove extra tab * ident with tabs, not spaces! * installation should have en-GB in name * en-GB ... * correct db jos_languages csv stub also * add missing pkg_en-GB extension to extension stub and correct language extension names * correct sql files * correct sql files * correct sql files * add en-GB, instead of UK, to batch test * correct JTableLanguageTest::testStore * Update install.xml * Update install.xml * same replacements in test stub * Update en-GB.com_languages.ini * correct last unit test * Update en-GB.xml * Update JLanguageTest.php * Update en-GB.xml * Update en-GB.xml * use the new nativeName is exists * Make language flags in backend optional (#12051) * Allow to select none image in language * admin menu module: fall back to a label if no image is selected or image doesn't exist * "Default" buttons in template styles and menuitems list views * remove unneeded variable * Remove empty flag span * Show language code instead of flag in associations tooltip if no image is selected * show language label instead of flag if no images is assigned * Adjust Hathor overrides * Codestyle fixes * Missed contact JHtmlContact::association() * Use a popover for the association tooltips * Taking care of mod_languages * Fix flag preview * show sef in module assignments. * Fixing frontend Associations * Fixing menu assignment modal * a e * a i * a o * a u * a a - javascript * js * Replace uses of JRegistry * Simplify instantiation of Registry objects * [3.7] Isis Flat Repaint - Minor Fixes (#12349) * Removed text shadow * Remove text-shadow * Modal save mouseover fix * Changed to individual removal of text-shadow * sidebar-nav margin fix * Fix hover color on all BS btn * Re-align permissions chzn * Show configured upload limit when uploading files (redo of #11255) (#12396) * * Show configured upload limit when uploading installer package. Otherwise when uploading a larger file than the configured limit, the page reloads without any information about what went wrong. * Show upload limits for file input everywhere. Refactor the calculation part to JUtility class. * Honour template manager configuration to display upload size limit * In Hathor: Honour template manager configuration to display upload size limit * Add deprecated message that in 4.0 the html5 property will be default true (#12430) * Will be replaced by $html5 and the default value will be true. * Update html.php * CodeMirror 5.19 (#12300) * corrections/improvements (#12429) * Fixing notice for non-existing views (#12434) * [3.7.x] Admin login language field fix (#12442) * Admin login lang fix * Admin login lang field alignment * New xtd_contact lang files missing in install.xml (#12452) * Make more use of the autoloader (#12060) * Fix error in mergeHeadData method for html document (#12013) * Extend test for document html links * Fix mergeHeadData method for html document->_links * correct table html errors (#12129) * [users list modal] ismoo parameter need to still exist after form submit (solve #12122) (#12137) * ismoo parameter need to exist after form submit * int * default to 1 * Replaced rand() with mt_rand() projectwide (#12169) * Replaced rand() with mt_rand() projectwide * session package is from the framework so we need to revert that change at this point * fof is an external lib so we need to revert that change at this point * fof is an external lib so we need to revert that change at this point * Use global as default option (#12186) * Solving 12214 Plugin tooltip (#12215) * JLayoutFile wrong type hint (#12231) * JLayoutFile wrong type hint * CS * CS / Review for the editor plugins (#12260) * cs review for the editor plugin * cs * Update image.php * Call to undefined method stdClass::get() * use the warning and error (#12265) * error not notice (#12273) * Remove deprecated function (#12296) * Minor language string change for com_contact (#12339) * Redo Isis flat repaint Installation (Closes #11917) (#12342) * Installation flat repaint - Initial commit * Install flat repaint - Initial commit * Add missing period (#12356) * Change language string (#12364) * Allow loading plugin language strings from extension folder (#12403) * some cs changes after #12396 (#12431) * [3.7.x] Update js polyfills to 3.13.0 (#12513) * Update polyfill.event-uncompressed.js * Update polyfill.event.js * update classlist polyfill * Update polyfill.classlist.js * minor changes * minor changes in doc block * move jquery to template (#12521) * fixing typo in the comment (#12523) Just a small typo in the comment. * Update CREDITS (#12534) * Update CREDITS Removing old content that has been moved to a dedicated page on the Joomla! Documentation and adding a link to new contributors page on GitHub. * Update CREDITS * Updated installation language files * 2fa handeling for mcrypt and openssl (#12497) * handeling for mcrypt and openssl * Language changes suggested bei Brian * Prepare 3.6.4 Stable Release * Mark _autoload function as public and not private. (#12478) * Mark _autoload function public. * whitespace was hanging out * Revert _load to private * issing language strings in frontend lib.joomla.ini (#12468) * forum link to https (#12467) * [a11y] Protostar back to top (#12446) * [a11y] Protostar - back to top link * Oops Andre was right * add anchor for non-js enabled browsers * [3.7.x] Convert installation template to html5 (also move inline scripts to js) (#12444) * convert to html5, use the api for inline scripts * stupid mistake * ok let's remove all that inline js ... * Fix early exit from foreach in JForm::removeGroup (#11856) * Fix early exit from foreach in JForm::removeGroup The method is supposed to remove all instances of <fields> element but it exits the loop on first iteration only. Looks like a quick copy-paste from removeField may have caused this. * Never returns false * keepalive for editing forms (#12163) * Remove retina 2x sprite (#12528) * Set a proper default value for getParams always (#12463) * Correct spelling (#12564) * Remove JFilter mock (#12484) We don't need JFilter hanging out in the JInstaller Adapter tests * Stop allowing failures on PHP 7.1 (#12599) * Improvements in the Associations Edit Workflow (#12344) * changes in model preprocessForm to allow all associations fields to be dumped * adjustement * there is no need to block the language field now * simplify association tab in the templates files * let's make the layout more dynamic * add the js behaviours * solve one of strange bug ... * improvements and allow associations on create * correct language string * render a warning message * solve categoies issue * add new language methods getContentLanguages and getInstalledLanguages * let's now load all content languages, including the unpublished ones * correct label for bug in categories modal field! all other model fields have this * ups correction in js * default pivot is language code * doc blocks corrections * cs * language correction thanks brian * fix conflicts final * When $this->cursor is false, throw an Exception (#12359) A call to pg_result_error_field() when $this->cursor is false from a query failing will result in an error `pg_result_error_field() expects parameter 1 to be resource, boolean given` Try to get a valid error message and throw a JDatabaseExceptionExecuting Exception * Implement a check / notification for an invalid or missing access file (#12608) * Implement a check / notification for an invalid or missing access file * Add language string for invalid or missing access file notification * Add language string for invalid or missing access file notification * Reduce log message as suggested by mbabker * Reduce log message for #12608 as suggested by mbabker * Reduce log message for #12608 as suggested by mbabker * Change string to match actual translation text * Grid within well changed to row-fluid (#11995) * update doc block (#12569) * Folder icons in front end (#12551) * Add folder size to protostar .less * compiled protostar * rename folder value (#12579) * [3.7.x] Regression Hathor modules and users manager (#12412) * Native language (adjustments after 12036 merge) (#12394) * restore native language * remvoe space * correct * simplify * improve code * ups * native language in unit test too * Add detachObserver (#11037) * Add detachObserver Adds ability to detach observers * Simple CS fix * 3.6.4 Sample data: Escape quota in json data (#12501) * [fix] new extensions not installed on already existing packages (#12545) * $menu->params is already a Registry object. (#12557) * Overridden strings in both back-end and front-end (#12576) * [imp] remove hardcoded published column (#12585) * Fix JUri path in language filter plugin (#12600) * Custom fields (#11833) * Update gallery.xml * Update fields.php * Update internal.php * Update field.php * Update dprules.php * Update section.php * Update base.php * Update view.html.php * Update view.html.php * Update render.php * Update modal_article.php * Update sql.php * Update fields.php * Remove commented debug code * Update fields.php * #14 fixed Joomla Coding Standards and added function dock blocks code * #14 fixed Joomla Conding Standards and added function dock blocks * #14 Fixed class dock block mistake * we did not require this any more * #14 fixed Joomla Coding Standards and added function dock block in helper file at back-end * #14 Fixed only Joomla Coding Standards in FieldsHelper file * #14 removed where function, added dock blocks and fixed dock bocks coding standards errors * #14 formatted as the function doc blocks * #14 formatted as the function doc blocks * Check the active menu correct Closes #72 * Move the label field to the options tab Closes #22 * Label has it's own field and must not stay in params Regression from #22 * Backport from Digital-Peak/DPFields#32 * Fix the save and copy action Closes #37 * Store data on reload Closes #76 * Don't add always the All language to the query Closes #38 * Count the items in the category manager from com_fields Closes #61 * Corrected colspan when fields are assigned to a language * #14 fixed conflict * Don't save the All category Closes #19 * Minor language updates * Fix "Show On" tooltip's description The tooltip's description for the 'Show On' field is not showing because it is currently looking for the label. * Don't hardcode com_content.article Closes #80 * Load the types form when the data is an array * Create the links correct for the count item feature Closes #82 * Show the value from com_fields instead of the the users helper Closes #81 * Set the language correct on the fields cache Closes #47 * Removed string conversion error Closes #47 * Changed links to 3.7 * Remove legacy DPFields code * Get data from state correctly * Add joins to the com_fields in search plugin (#83) Add joins to com_fields in the content search plugin * Add new core rule core.edit.value (#75) * Add 'onFieldBeforePrepare' and 'onFieldAfterPrepare' events * Rename "Field Category" to "Field Group" Closes #91 * Add option to disable custom fields per component Closes #87 * Use select box to define the images directory Closes #97 * Truncate correctly Closes #101 * Change description field to plain textarea Closes #94 CLoses #99 * Parameters are more clear and improved comment Adapted change from https://github.com/joomla/joomla-cms/pull/10722/commits/32c9048b88383ba6028743a48517176952d9a574 * onFieldBeforePrepare and onFieldAfterPrepare events now triggered even when custom field value is empty * Cast before access * Create params even when they are empty * Add com_fields menu entries on back end Closes #109 * Extract the context correctly Closes #112 * Add custom fields for contact * Add inline group create Closes #114 * Add simple context mapping Closes #117 * Dont assign a not existing category when a field is saved with no catid * Rename string with group and not category Closes #124 * Category strings should be named Field Groups Closes #126 * Show the fields on the blog listing Closes #108 * Installer crashes somehow Closes #132 * Merge the types set up into JFormField (#104) * Merge field types into JFormFields * Converting the rest of the fields * Merge DP Field Rendering with Joomla Form Fields * Remove the gallery scripts * Rename the interface to JFormDomfieldinterface for auto loading * Add article field as demo how a component can add fields * Removing mustache, will be replaced later with a new parser See #12 for the discussion * Fixing composer setup, reverting to 3.6.x branch * Fixing code style errors Closes #14 * Rename upgrade file to 3.7 * Strip slashes from description Related to #139 * Removing Simplepie from the database installer script Reverts 8381e46758d18c6286fde35c52b1a2a475d7d0df See comments for more information * Show field group description in form Closes #139 * List field changed key to value and value to name Closes #121 * Use the first category as field filter when creating an article Closes #144 * Dont show a user field on the front end Closes #149 * Add always the fields path when adding the custom fields Closes #150 * Added hint (placeholder) option Closes #151 * Correct redirect after checkin action Closes #154 * Check for group access levels when getting the fields (#153) * Consider field group state Closes #155 * Added missing language strings Closes #129 * JArrayHelper => ArrayHelper * reduce model method (#160) * Fixing permission inheritance to edit the value of a field in the form (#157) * Correct path for parameters folder when not in Joomla libraries * Type selection (#162) Closes #134 * Display class attributes (#143) * User home (#161) * Add home parameter to media field * Correct path for paramneters folder when not in Joomla libraries * Fixing code style errors * Add new context for com_contact for contact form fields (#115) * Add new context for com_contact for contact form fields * Prepare the value on com_contact mail * Fixing travis code style errors * Use the correct variable name Closes #163 * Show the all label when no category is assigned Closes #165 * Don't set 0 as default hint when not present Closes #166 * Fix Sniffer Whitespace errors * Fix Sniffer Whitespace errors (#167) * Cleanup field model * Support fields plugins * Add gallery plugin * Moved since tag to 3.7 * Some brushup * Update controller.php * Update field.php * Update fields.php * Update controller.php * Update fields.php * Update internal.php * Update fields.php * Update fields.xml * Update field.php * Update fields.php * Update type.php * Update section.php * Update field.php * Update field.xml * Update filter_fields.xml * Update field.php * Update view.html.php * Update edit.php * Update modal_options.php * Update view.html.php * Update default.php * Update default_batch_body.php * Update modal.php * Update field.xml * Update en-GB.com_fields.sys.ini * Update en-GB.com_fields.ini * Update en-GB.plg_fields_gallery.ini * Update en-GB.plg_fields_gallery.sys.ini * Update en-GB.plg_system_fields.ini * Update en-GB.plg_system_fields.sys.ini * Update modal_article.php * Update controller.php * Update field.php * Update default_custom.php * Update captcha.php * Update editor.php * Update media.php * Update user.php * Update editor.xml * Update media.xml * Update user.xml * Update usergrouplist.xml * Update abstractlist.php * Update domfieldinterface.php * Update field.php * Update email.php * Update file.php * Update imagelist.php * Update sql.php * Update tel.php * Update textarea.php * Update url.php * Update calendar.xml * Update checkboxes.xml * Update imagelist.xml * Update integer.xml * Update list.xml * Update radio.xml * Update sql.xml * Update textarea.xml * Update url.xml * Update gallery.xml * plugin * plugin2 * typo * Change to uft8mb4 * Add new extensions to the script file * Revert merge conflict composer changes * No needed changes * Library form fields should be unaware of com_fields * Default to https * Order the tables correct * Cleanup language strings * Code errors from cleanup * Remove tags support * Add category filter * Display fielg group label when editing a group * Display all fields which are assigned to all languages correct * Don't show fields on categories as it is not ready yet * Update fields.php * Don't transofrm the category name * Correct quote name function used * Revert "Display fielg group label when editing a group" This reverts commit 133133267e88a341cb5634d814a87e06f3e8daf3. * Disable tags on custom field groups * Don't include category state in filter on back end * Remove debug code * CS fix * Shortening the line length * Install SQL files for postgres * Use JDatabaseQuery * Option to show the user custom fields on the front on the contact view * Comment for item_id table column * Remove class for textareas * Fix no menu item pages giving wrong links (#12020) * [plg_system_logout] Load language files only when needed (#11736) * Update logout.php * cs and stuff * Update logout.php * Adding Options Button (#12033) * fix paths (#12032) * Fix routing for non-sef menu items with Modern Routing (#12021) * [com_banners] - publishing time does not honor timezone (#11978) * [com_banners ] - publishing time does not honor timezone * impress only when needed impress only when needed * CS fix cs fix * Order stylesheet attributes the same as link attributes (#12052) * use joomla-projects docker * Phase out JString calls in libraries (#12058) * Admin app - JString -> StringHelper (#12056) * Site app & Plugins - JString -> StringHelper (#12057) * New Feature, Multilanguage: Add the possibility of displaying associations in article info and in articles list. Replaces #11935 (#12042) * Replaces * Modifying to fit Thomas proposal * modifying fetching flags param * adding showon + some * [JAccess] Improve ACL asset preloading performance/memory consumption (#12028) * improve component asset preload speed * Update user.php * Update access.php * Update access.php * Update access.php * Update access.php * not convinced yet, but revert changes in juser * make sure that components are always preloaded * only a logged users (with user id) can be root. * [com_contact] - moved the captchaEnabled var from default to view (#11964) * [com_contact] - moved the captchaEnabled var out of the default.php file to the view.html.php file moved the captchaEnabled var out of the default.php file to the view.html.php file. * moved captchaEnabled to the view moved captchaEnabled to the view * missed var declarationi/initialization missed var $captchaSet declarationi/initialization * Session interaction refactoring (#10905) * Allow lazy starting a session * Defer starting sessions in the installer * Defer starting session in JApplicationCms * Deprecate creating sessions in JFactory * Start restructuring session load sequence in JApplicationCms * Add JSession object to onAfterSessionStart event trigger * Override afterSessionStart for install app to not store the user * Expand the database storage object for better API * Fix session listener declaration * Restructure session bootup and when the session metadata operations run * 3.5 -> 3.6 * Remove option, out of scope * Tweak things so the behavior is closer to current API * Undefined variable * Get store name from session object * Remove this, out of scope * PHPCS fix * Deep rooted application dependencies are my absolute favorite * Move comment, doc blocks, consistent method signature * Again on the consistency, we don't like E_STRICT errors * Nevermind, confused myself with checkSession, carry on... * Until the day the unit tests no longer follow the doc block code styles... * Lost line in merge * One more merge conflict fix * This internal coupling is addressed * Fix query from merge * [com_content] - add articles ordering by votes, ratings (#11225) * Add setDocumentTitle() function in JViewLegacy (#11399) * setDocumentTitle() function in JViewLegacy * PHPCS * JED turned to https (#12076) * JED truned to https JED truned to https Minor fixes on proper use of Joomla! * Update README.txt Same as #12076 * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED and community turned https * JED, community and org turned https * JED and community turned https * JED and community turned https * correct/add quotename (#12070) * Label: Users Options: Login name > Username (#12073) The language label "Change Login Name" is not consistent with the front-end label "Username". This PR changes the language label to "Change Username" and the decription to "Allow users to change their Username when editing their profile." The front-end login screens use the label "Username" Login Component: ![login-component](https://cloud.githubusercontent.com/assets/1217850/18627996/579510ca-7e5e-11e6-9161-6268e9ccb213.png) Login Module: ![login-module](https://cloud.githubusercontent.com/assets/1217850/18627997/579595ae-7e5e-11e6-8920-edf34631a3c7.png) ### Testing Instructions #### Before the PR Users > Manage > [Options] > [User Options] The last entry is "Change Login Name" + hover description "Allow users to change their Login name when editing their profile." ![login-back-end-options](https://cloud.githubusercontent.com/assets/1217850/18627995/5791ac32-7e5e-11e6-8b18-94a34372c422.png) #### After the PR Users > Manage > [Options] > [User Options] The last entry is "Change Username" + hover description "Allow users to change their Username when editing their profile." ![login-back-end-options-after](https://cloud.githubusercontent.com/assets/1217850/18627998/5799ceb2-7e5e-11e6-9a5e-234dcf2db14e.png) * Update .travis.yml (#12079) * Add vote order check * [a11y] Protostar back to top (#12446) * [a11y] Protostar - back to top link * Oops Andre was right * add anchor for non-js enabled browsers * Added missing com_fields component from last merge * Replace Platform version numbers in libraries/legacy (#12242) * Remove variable declaration (Fix #12619) * Misc. fixes * Test fixes
2016-10-29 20:23:43 +00:00
"shasum": ""
},
"require": {
"joomla/event": "^2.0",
"php": "^7.2.5|^8.0",
[4.0] Composer update 19 sep (#30692) Package operations: 0 installs, 38 updates, 0 removals - Updating symfony/deprecation-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating joomla/database (2.0.0-beta2 => 2.0.0-beta3): Downloading (100%) - Updating laminas/laminas-zendframework-bridge (1.0.4 => 1.1.1): Downloading (100%) - Updating laminas/laminas-diactoros (2.3.1 => 2.4.1): Downloading (100%) - Updating symfony/string (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/service-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating symfony/console (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/var-dumper (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/error-handler (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/options-resolver (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/ldap (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/web-link (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/yaml (v5.1.3 => v5.1.5): Loading from cache - Updating squizlabs/php_codesniffer (3.5.5 => 3.5.6): Loading from cache - Updating symfony/finder (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/event-dispatcher-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/css-selector (v5.1.3 => v5.1.5): Loading from cache - Updating phpdocumentor/type-resolver (1.3.0 => 1.4.0): Downloading (100%) - Updating phpdocumentor/reflection-docblock (5.2.0 => 5.2.2): Downloading (100%) - Updating codeception/lib-asserts (1.12.0 => 1.13.1): Loading from cache - Updating codeception/codeception (4.1.6 => 4.1.7): Loading from cache - Updating codeception/module-asserts (1.2.1 => 1.3.0): Loading from cache - Updating codeception/module-rest (1.2.1 => 1.2.3): Downloading (100%) - Updating symfony/process (v5.1.3 => v5.1.5): Loading from cache - Updating codeception/module-webdriver (1.1.0 => 1.1.1): Loading from cache - Updating composer/semver (1.5.1 => 1.7.0): Downloading (100%) - Updating composer/xdebug-handler (1.4.2 => 1.4.3): Loading from cache - Updating doctrine/annotations (1.10.3 => 1.10.4): Loading from cache - Updating symfony/filesystem (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/stopwatch (v5.1.3 => v5.1.5): Loading from cache - Updating joomla/filesystem (1.5.2 => 1.6.0): Loading from cache - Updating composer/ca-bundle (1.2.7 => 1.2.8): Loading from cache - Updating nyholm/psr7 (1.3.0 => 1.3.1): Downloading (100%) - Updating spomky-labs/base64url (v2.0.2 => v2.0.3): Loading from cache - Updating symfony/dom-crawler (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/browser-kit (v5.1.3 => v5.1.5): Loading from cache - Updating brick/math (0.8.15 => 0.8.17): Loading from cache ### note Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
2020-09-22 17:34:14 +00:00
"symfony/deprecation-contracts": "^2.1"
[4.0] Merge staging (#12622) * added show/hide introtext parameter to mod_articles_news * added <?php if (!$params->get('intro_only')) : ?> back again since it might be a B/C setting/parameter * added tabs in code * Update mod_articles_news.xml * Update _item.php * corrected typo from last merge * changed label and description * Add JHtmlBootstrap for front-end editing. Fixes #11562 * Implementing Menu Items modals (New feature) * Wrong class for chosen (#11820) * 3.7.0: Using the new modal_menu field in various core places (#11694) * Using the new modal_menu field in various core places * Simplifying clearField * Simplify conditional * Parenthesis replaced by mdash * Using modal_category field in various core locations * 3.7.0: New Feature=>editor-xtd to insert menu items links in content (#11721) * 3.7.0: New Feature=>editor-xtd to insert menu items links in content * correcting some errors * quoting for sql azure * one more * Changed icon + lang constants * Chosen upgrade. Fixes #11779 Squashed commit of the following: commit 48051c7bf2792fb64cbe10046ada196fc9d233b8 Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 25 14:31:04 2016 +0100 css change only commit 90a89fddf8e70d036b3779022a1477dc632f78ba Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 25 14:28:58 2016 +0100 Revert "css fix thanks @C-Lodder" This reverts commit f7320cfb331e018b179c9356b642dac330f55c22. commit f7320cfb331e018b179c9356b642dac330f55c22 Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 25 14:09:03 2016 +0100 css fix thanks @C-Lodder commit 42c9de38e90c6a1ad48def219b65a0cc77159933 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 18:10:33 2016 +0100 fix permissions commit b8fdd34d3e5678bbe8cd568e1b32ec951ac18421 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 18:07:53 2016 +0100 add minified version of js commit 0ef056d06609cab17b272aa7c37da4b0521199b6 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:59:55 2016 +0100 add documented js hacks commit c68c275bfa9f87f287ac394baa7de65d32565c14 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:48:01 2016 +0100 add comment block commit 983dbf5a561b25aeef9f8d2658edc58e352da780 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:08:47 2016 +0100 rename liszt: chosen: commit 8caad7361bdddc25ae81912892061dd1b04f759f Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:07:47 2016 +0100 Revert "rename liszt: chosen: and add JUI hacks" This reverts commit 86116716d6ff7ba307621de3b0e1fdc8f90bc2b1. commit 86116716d6ff7ba307621de3b0e1fdc8f90bc2b1 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:06:21 2016 +0100 rename liszt: chosen: and add JUI hacks commit 535bea0c37a7bb6667a09fe39e3e99153e3b0bad Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:45:14 2016 +0100 replace chosen: with liszt: commit 2686df5323907e9a394a2a8279a45667ecda89d3 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:43:35 2016 +0100 replace _chosen with _chzn commit 691be65de111d1e6fb25e06a6037981ec13514bd Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:42:49 2016 +0100 replace chosen- with chzn- commit 863b5f9ec87e4702e6c70b5d9c8d705608cb2e5c Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:37:20 2016 +0100 update js with original version commit 537735c2a46513daac39fed29fe32c65e415c859 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:36:19 2016 +0100 remove min js commit e7395625704664bea75cd342757480ba7b6a7b62 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:35:21 2016 +0100 replace chosen- with chzn- commit db8243160065d8f26b606bcfb436dad8e8db929f Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:33:46 2016 +0100 update css file with original version commit 24a955be243ff8a42da38b1c98a07149e7cd86c0 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:29:34 2016 +0100 update sprites commit 4856d5e0be4ad0152dda452b6d0a5669fac1c4b1 Merge: 4ddd833 f10ab35 Author: Brian Teeman <brian@teeman.net> Date: Tue Aug 23 16:23:34 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 4ddd833e3d370ae9accc2ddb57a16e4302eb5981 Merge: b5ffa27 8258906 Author: Brian Teeman <brian@teeman.net> Date: Mon Aug 22 10:30:58 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit b5ffa2745a6e8f32e87963dbe234f25b7882ace5 Merge: 24e6c45 e80e319 Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 21 17:45:45 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 24e6c45f87dd15bb58d4968df31024f1b79dd01f Merge: 962b424 c1b0295 Author: Brian Teeman <brian@teeman.net> Date: Fri Aug 19 21:08:30 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 962b424dc0edaed79581179c769951e4944ff465 Merge: 14f5b1c 4c539c4 Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 18 12:06:49 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 14f5b1caf6a37ad396fab2c860450688f76142a2 Merge: 2baa00b edb70c2 Author: Brian Teeman <brian@teeman.net> Date: Mon Aug 15 10:06:07 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 2baa00b27295ad037e22685e9e3c73097e9ce5d7 Merge: 97d1fb7 f827dfc Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 14 22:38:02 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 97d1fb7fce493acbfccaf1ffde30cd05a5d3f04a Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 14 16:28:13 2016 +0100 Revert "toolbar" This reverts commit 8f995f199efdfe8668c5f6d7f28a733076f89383. commit 8f995f199efdfe8668c5f6d7f28a733076f89383 Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 14 16:27:57 2016 +0100 toolbar * Two search modules on same page: Invalid HTML. (#11229) * Add postfix for unique id ($module->id) * Respect postfixes for unique id in mod_search * Reduce use of JFactory::getConfig() where practical * Allow registering callback functions for the debug console. Fixes #11700 * Allow adding script options without inline JavaScript. Fixes #11671 * Adding "category on fly" functionality when create/edit contact. Fixes #11354 * New method for retrieving the strings from the store. Fixes #11692 * [html5] Hathor administrator template. Fixes #10634 * [Optimize] Generate thumbnail image method to avoid pixelated error in thumbnails. Fixes #7919 * Fix since tag * Normalise Block this User button styling. Fixes #11421 * [html5] System administrator template. Fixes #10638 * URL checking improved in com_wrapper. Fixes #4670 When adding the scheme to an URL use correct scheme (http or https) and port. Checking for "http" or "https" via strstr() in the URL matched also these strings embedded in the URL (e.g. in /static/http/index.html), due to that checks changed to strpos(). * Update en-GB.com_users.ini (#11909) * Templates are in the scope of JDocument. Fixes #10847 * Small review/cleanup in JHtml. Fixes #10771 * Fix form field unit tests. Fixes #11910 Fixes #11413 * Improvements to article modals (with Create Article button). Fixes #11830 * [com_content] - Allow captcha when submit article. Fixes #10976 * Proxy JData to the Framework. Fixes #11588 * [newsfeed modal field] Adds Create News Feed button and other improvements. Fixes #11862 * Allow force refreshing the cache when getting fields in JTable. Fixes #11046 * Allow a custom page title to be defined for an article without a menu item. Fixes #10838 * Code review on com_content component. Fixes #10851 * [category modal field] Adds Create Category button and other improvements. Fixes #11857 * Joomla.JText uses scriptOptions 'joomla.jtext'. Fixes #11690 * Remove legacy frame breaking js code. Fixes #11679 * [contact modal field] Adds Create Contact button and other improvements. Fixes #11858 * Support collection of custom stats in admin stats module. Fixes #10870 * Use intro_image in newsfeed. Fixes #11402 * [com_tags] - Add count and link to tagged items. Fixes #10895 * Allow the vote plugin's position to be configured. Fixes #11375 * Return a 403 status code instead of a 404 for a not accessible category. Fixes #11624 * Add Sort by Modified Date in the Module mod_articles_news (#11128) * Update mod_articles_news.xml At present the sorting by date has the options to sort the articles by Published Up date and Created Date. Adding another sort option to sort the articles by the Modified Date has been added. This addition would be of help to list the articles that are modified recently. * Update en-GB.mod_articles_news.ini Added the following language string that would be used in the xml file of the module mod_articles_news. MOD_ARTICLES_NEWS_FIELD_ORDERING_MODIFIED_DATE="Modified Date" * Update mod_articles_news.xml The value a.modified has been added to the Direction * Cleanup deprecated unused files. Fixes #11762 * Add Polyfill js for legacy browsers (adds events and classlist polyfills). Fixes #11686 * [com_content] Add icons layout. Fixes #10423 * [3.7.x] Fixes issues with the category article view after #11624 (#11943) * Update category.php * Update category.php * Fixing missing getItems in mock JMenu for (routing) unittests. Fixes #11936 * Enable caching of menu data in JMenuSite (#10797) * Enable caching of menu data in JMenuSite * Use a lambda function for the query instead * Add Microseconds to JDate('now') (#11890) * Update date.php * Update date.php * cleaner code * simplify * Update date.php * Router options (#11962) * Router options * switch sentences * [unit tests] Just need to check one microsecond now (3.7.x Branch) (#11966) * Update JHtmlDateTest.php * Update JFactoryTest.php * Fix button classes (#11971) * Fix javascript tests (#11993) * fix javascript tests * typo * change the order to test Joomla.optionsStorage = null * ordering again * Add chosen to module order field (#11992) * remove crap, add chosen * s * New Routing: Fix category routing without menu items * [category item modal field] Apply on more fields for categories. Fixes #11920 * Patch #6712 - FieldCheckbox attribute default (#6794) * Patch 6712 - FieldCheckbox attribute default Checkbox field does not allow defining a value without being checked #6712 * fix code style * Added a clean line Added a clean line befor the if @zero-24 * IS (list views) - Replace html/pagination.php::pagination_list_footer() by JLayouts. Fixes #11246 * Fix no menu item pages giving wrong links (#12020) * Fix routing for non-sef menu items with Modern Routing (#12021) * Phase out JString calls in libraries (#12058) * Admin app - JString -> StringHelper (#12056) * Site app & Plugins - JString -> StringHelper (#12057) * New Feature, Multilanguage: Add the possibility of displaying associations in article info and in articles list. Replaces #11935 (#12042) * Replaces * Modifying to fit Thomas proposal * modifying fetching flags param * adding showon + some * [JAccess] Improve ACL asset preloading performance/memory consumption (#12028) * improve component asset preload speed * Update user.php * Update access.php * Update access.php * Update access.php * Update access.php * not convinced yet, but revert changes in juser * make sure that components are always preloaded * only a logged users (with user id) can be root. * [com_content] - add articles ordering by votes, ratings (#11225) * Add setDocumentTitle() function in JViewLegacy (#11399) * setDocumentTitle() function in JViewLegacy * PHPCS * set new counts too center * fir for #11225 * There is no need for the extra spaces at the end of the line :) * fix typo fixed typo * allow to hide session too in plugin system debug * deprecate keychain for 3.0 * deprecate fof * deprecate fof * Update include.php * deprecate old ciphers * Fix Travis error in keychain (#12157) * fix travis * space * Allow JHtmlDate::relative to set a custom format (#12164) * Updated installation language files. * Fix typo in cache memcached storage (#12150) * div doesn't support type=button (#12131) * JFile - error fix "Cannot pass parameter 2 by reference" (#11952) * Fix of an error "Only variables should be passed by reference" If you pass a string to methods ````append```` or ````write````, you will have an error ````Only variables should be passed by reference```` * Update file.php * Update file.php * Custom calendar is not applied to version history preview and compare dates (#12138) * Custom calendar is not applied to version history preview and compare * simplify code. Thanks Thomas. * Update preview.php * Update compare.php * Update MediaElement.js to 2.23.0 (#11981) * Allow JHtmlDate::relative to set a custom format * Add doc block comment * Proposed onAfterRenderModules event in modules rendering (#10113) * Updated pull request #3105 to latest stage (2016-04-24) inclusive unit test * CS fix * Update JDocumentRendererHtmlModulesTest.php * fix expected value for the unit test in #10113 a unit test was added but failed, this is a fix * Deprecate web router classes * Localise the format for the calendar formfield (#12102) * Localise the format for the calendar formfield * Adding comment * Support all formats * Label - Mass Mail Users v2 (#12084) * Added optional suffix text to Mass Mail Form page (#12078) * Add Unpublished Content Language on Language Package Install (#11867) * initial commit * Update language.php * Update en-GB.lib_joomla.ini * Update en-GB.lib_joomla.ini * ups * Update language.php * Update language.php * Update language.php * change native to $siteLanguageManifest['name'] * allow to install published content languages on install 1 * allow to install published content languages on install 2 * solve remaining issues * cs * fix language names and simplify * cs * improve code and deprecate unneed code * fix title issues (as possible with current xml scenario) * remove non existent metadata values * shoudl not be row, it should be tableLanguage * don't fallback to en-GB native title * tinyMCE use document "scriptoptions", and allow to override tinyMCE Javascript parameters (#11157) * tinymce initialization, use addScriptOptions and tinymce-init.js * Finalize tinymce-init.js * Small improve for code duplication * Allow multiple editors with diferent options * Setup default options for the editor script only once * Minified version of tinymce-init * code style * Improve a bit * Reply to email (#11015) * Reply to email * Reply to email: configuration file chnages resolved * #11015 Reply to email: suggested changes fixed * Media form field bootstrapped with static preview (#10889) * Bootstrap popup with mootols compatibility * restore static preview * 💩 * 😡 * fixes - Delete extra </div> - Move preview under the input field - respect landscape/portrait images * typo * Utilise unionAll element in the select query, previously it was always being ignored. (#10817) Rearrange union > unionAll > order to render a valid query when all these three are used together in a query. Fix return type in method doc blocks. Update test case for the JDatabaseQuery::toString method to test all the element for select query. * Introduce new method isClient($identifier) in JApplicationCms class (#8971) * Introduce new method isClient($identifier) in JApplicationCms class as a substitute for isSite and isAdmin methods. Hence, remove usage of descendant class reference in the JApplication (legacy) and JApplicationCms for better OO structure and support more extensibility. * Added unit tests for JApplicationCms::isClient($identifier); * Fix, null == 0 passes. Avoiding strict check to allow use of '0' or '1' as string as well as integer. * Removed support for integer argument which matched client_id as discussed with @mbabker, thanks. * fix com_finder regression (#12236) * Core.js AJAX method (#11585) * Core.js even listeners * Core.js: method for ajax requests * Code style * Some example and minified version * Core.js even listeners, use IE fallback * Core.js remove even listeners fallback * 370: solving #11225 merge regression (#12238) * 3.7.x: Porting #11225 to beez (#12240) * Move keepalive to external js (#8545) * Keepalive with data attributes * cs * cs * cs empty line * Not seconds ... * object * No double entities We have to use JRoute without xhtml or else the admin keep alive URL get double entities `&amp;amp;?` * From chocolate to vanilla ... Works with vanilla js! Works if onload event is already fired when script is executed. This way the js file can be loaded on render, asyncronous or deferered to after the onload event. Should be cross-browser compatible. * improvements * cs * default options, move to jui folder, asynchronous loading * simple correct to work with new script attributes PR (11289). Adds auto version hash. * update to match #11289 JHtml script behaviour * use __DEPLOY_VERSION__ * cs and simplify * Update behavior.php * Update keepalive.js * Update keepalive.min.js * Update keepalive.js * Update keepalive.min.js * fix conflicts 1 * use new addScriptOptions and Joomla.request methods * fix unit tests * fix last unit test * [menu item modal field] Adds Create Menu Item button and other improvements (3.7.x branch) (#11916) * Update modal.php * Update edit.php * Update view.html.php * Update item_alias.xml * Update default.xml * Update logout.xml * Update mod_login.xml * Update mod_login.xml * Update mod_menu.xml * Update item.php * Update menu.php * Update menu.php * Update en-GB.com_menus.ini * minor cs * corrections * solve no item text issue * New show_info option (hide/show) in com_contact and some minor changes (#8607) * several improvments * lang changes * minor changes * fix conflicts * fix conflicts 2 * revert * fix conflicts final * [3.7.x] Lets use the correct API to get this string translated (com_postinstall) (#12247) * add files joomla * lets make the languagestring checker happy * cs * add missing string (#12246) * fix missing string (#12245) * Deprecate MooTools based helpers (#12268) * Deprecate MooTools based helpers * PHPCS sucks... * fix redirect plugin messages (#12280) * remove dublicate message (#12279) * Allow users to share sessions between apps (#12068) * Allow users to share sessions between apps * Address all metadata related stuff * warning (#12285) merged on review * [3.7.x] Fix Regression #12277: language selector blocked on edit when there are no associations (multilanguage) (#12283) * category edit: check if there are associations * contact edit: check if there are associations * articles edit: check if there are associations * menus edit: check if there are associations * newsfeed edit: check if there are associations * Admin - Simplify instantiation of Registry (#12270) * [j3.7] New Feature Contact editor-xtd plugin (#12252) * New editor-xtd contact plugin * docs * update sql * add contact icon * prevent loading in com_banners where it is useless * Installation sql * correct installation * extra line feed * __DEPLOY_VERSION__ * __DEPLOY_VERSION__ * com_admin script * Update contact.php * Update contact.php * Update contact.php * Update contact.xml * Update en-GB.plg_editors-xtd_contact.sys.ini * Update en-GB.plg_editors-xtd_contact.ini * Update 3.7.0-2016-10-01.sql * Update 3.7.0-2016-10-01.sql * Update 3.7.0-2016-10-01.sql * Routing: Remove IDs from SEF URLs (#11320) Also fixes various bugs in the new router * Run SEF plugin also when SEF URLs are not enabled (#11035) * remove menu button * Update note.xml * string, not array * Redo Isis flat repaint (Closes #11832) (#12319) * Isis flat repaint - Initial commit * Tags field refinement * Fixed field height inconsistency * RTL support added * Minor fixes * Installation flat repaint * Revert install flat repaint * Chzn flat styling separated to chzn-override.less * Missing the in language string * TinyMCE xtd-button close (again, really) and drop jquery (#12324) * drop jquery, fix jModalClose() * classList polyfill not needed here * window.width (seriously?), merge options * use Joomla.extend() * my bad * IE<9 * Add attribs to the script tag, add version to JHtml script methods and deprecate MD5SUM (alternative to 8540) (#11289) * new method to add attrbibs to the script tag * corrections * defaultJsMimes * add deprecated comment * travis * further simplify * remove extra space * forgot to convert mime to type * add UTF-8, ENT_COMPAT to htmlspecialchars (like previous done in all other places) * cs line size fix * better coding * small typo * elseif * deprecate MD5SUM and don't allow two version hashes * add JLog deprected warnings for new method signatures * cs line size * fix conflicts 1 * fix conflicts 2 * refactor JHtml script method signature * deprecate addScriptVersion add options for version and conditional statements * Update head.php * cs * cs fix * Change all self::getMd5Version to static::getMd5Version * has changed * has changed * fix conflicts - part one * fix conflicts * correct unit test * [3.7] Readme updates (#12387) * [languages] Organize and new metadata (Native language and calendar type) (#12036) * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * fix unit tests * add to install.xml in unit tests * correct unit tests * remove extra tab * ident with tabs, not spaces! * installation should have en-GB in name * en-GB ... * correct db jos_languages csv stub also * add missing pkg_en-GB extension to extension stub and correct language extension names * correct sql files * correct sql files * correct sql files * add en-GB, instead of UK, to batch test * correct JTableLanguageTest::testStore * Update install.xml * Update install.xml * same replacements in test stub * Update en-GB.com_languages.ini * correct last unit test * Update en-GB.xml * Update JLanguageTest.php * Update en-GB.xml * Update en-GB.xml * use the new nativeName is exists * Make language flags in backend optional (#12051) * Allow to select none image in language * admin menu module: fall back to a label if no image is selected or image doesn't exist * "Default" buttons in template styles and menuitems list views * remove unneeded variable * Remove empty flag span * Show language code instead of flag in associations tooltip if no image is selected * show language label instead of flag if no images is assigned * Adjust Hathor overrides * Codestyle fixes * Missed contact JHtmlContact::association() * Use a popover for the association tooltips * Taking care of mod_languages * Fix flag preview * show sef in module assignments. * Fixing frontend Associations * Fixing menu assignment modal * a e * a i * a o * a u * a a - javascript * js * Replace uses of JRegistry * Simplify instantiation of Registry objects * [3.7] Isis Flat Repaint - Minor Fixes (#12349) * Removed text shadow * Remove text-shadow * Modal save mouseover fix * Changed to individual removal of text-shadow * sidebar-nav margin fix * Fix hover color on all BS btn * Re-align permissions chzn * Show configured upload limit when uploading files (redo of #11255) (#12396) * * Show configured upload limit when uploading installer package. Otherwise when uploading a larger file than the configured limit, the page reloads without any information about what went wrong. * Show upload limits for file input everywhere. Refactor the calculation part to JUtility class. * Honour template manager configuration to display upload size limit * In Hathor: Honour template manager configuration to display upload size limit * Add deprecated message that in 4.0 the html5 property will be default true (#12430) * Will be replaced by $html5 and the default value will be true. * Update html.php * CodeMirror 5.19 (#12300) * corrections/improvements (#12429) * Fixing notice for non-existing views (#12434) * [3.7.x] Admin login language field fix (#12442) * Admin login lang fix * Admin login lang field alignment * New xtd_contact lang files missing in install.xml (#12452) * Make more use of the autoloader (#12060) * Fix error in mergeHeadData method for html document (#12013) * Extend test for document html links * Fix mergeHeadData method for html document->_links * correct table html errors (#12129) * [users list modal] ismoo parameter need to still exist after form submit (solve #12122) (#12137) * ismoo parameter need to exist after form submit * int * default to 1 * Replaced rand() with mt_rand() projectwide (#12169) * Replaced rand() with mt_rand() projectwide * session package is from the framework so we need to revert that change at this point * fof is an external lib so we need to revert that change at this point * fof is an external lib so we need to revert that change at this point * Use global as default option (#12186) * Solving 12214 Plugin tooltip (#12215) * JLayoutFile wrong type hint (#12231) * JLayoutFile wrong type hint * CS * CS / Review for the editor plugins (#12260) * cs review for the editor plugin * cs * Update image.php * Call to undefined method stdClass::get() * use the warning and error (#12265) * error not notice (#12273) * Remove deprecated function (#12296) * Minor language string change for com_contact (#12339) * Redo Isis flat repaint Installation (Closes #11917) (#12342) * Installation flat repaint - Initial commit * Install flat repaint - Initial commit * Add missing period (#12356) * Change language string (#12364) * Allow loading plugin language strings from extension folder (#12403) * some cs changes after #12396 (#12431) * [3.7.x] Update js polyfills to 3.13.0 (#12513) * Update polyfill.event-uncompressed.js * Update polyfill.event.js * update classlist polyfill * Update polyfill.classlist.js * minor changes * minor changes in doc block * move jquery to template (#12521) * fixing typo in the comment (#12523) Just a small typo in the comment. * Update CREDITS (#12534) * Update CREDITS Removing old content that has been moved to a dedicated page on the Joomla! Documentation and adding a link to new contributors page on GitHub. * Update CREDITS * Updated installation language files * 2fa handeling for mcrypt and openssl (#12497) * handeling for mcrypt and openssl * Language changes suggested bei Brian * Prepare 3.6.4 Stable Release * Mark _autoload function as public and not private. (#12478) * Mark _autoload function public. * whitespace was hanging out * Revert _load to private * issing language strings in frontend lib.joomla.ini (#12468) * forum link to https (#12467) * [a11y] Protostar back to top (#12446) * [a11y] Protostar - back to top link * Oops Andre was right * add anchor for non-js enabled browsers * [3.7.x] Convert installation template to html5 (also move inline scripts to js) (#12444) * convert to html5, use the api for inline scripts * stupid mistake * ok let's remove all that inline js ... * Fix early exit from foreach in JForm::removeGroup (#11856) * Fix early exit from foreach in JForm::removeGroup The method is supposed to remove all instances of <fields> element but it exits the loop on first iteration only. Looks like a quick copy-paste from removeField may have caused this. * Never returns false * keepalive for editing forms (#12163) * Remove retina 2x sprite (#12528) * Set a proper default value for getParams always (#12463) * Correct spelling (#12564) * Remove JFilter mock (#12484) We don't need JFilter hanging out in the JInstaller Adapter tests * Stop allowing failures on PHP 7.1 (#12599) * Improvements in the Associations Edit Workflow (#12344) * changes in model preprocessForm to allow all associations fields to be dumped * adjustement * there is no need to block the language field now * simplify association tab in the templates files * let's make the layout more dynamic * add the js behaviours * solve one of strange bug ... * improvements and allow associations on create * correct language string * render a warning message * solve categoies issue * add new language methods getContentLanguages and getInstalledLanguages * let's now load all content languages, including the unpublished ones * correct label for bug in categories modal field! all other model fields have this * ups correction in js * default pivot is language code * doc blocks corrections * cs * language correction thanks brian * fix conflicts final * When $this->cursor is false, throw an Exception (#12359) A call to pg_result_error_field() when $this->cursor is false from a query failing will result in an error `pg_result_error_field() expects parameter 1 to be resource, boolean given` Try to get a valid error message and throw a JDatabaseExceptionExecuting Exception * Implement a check / notification for an invalid or missing access file (#12608) * Implement a check / notification for an invalid or missing access file * Add language string for invalid or missing access file notification * Add language string for invalid or missing access file notification * Reduce log message as suggested by mbabker * Reduce log message for #12608 as suggested by mbabker * Reduce log message for #12608 as suggested by mbabker * Change string to match actual translation text * Grid within well changed to row-fluid (#11995) * update doc block (#12569) * Folder icons in front end (#12551) * Add folder size to protostar .less * compiled protostar * rename folder value (#12579) * [3.7.x] Regression Hathor modules and users manager (#12412) * Native language (adjustments after 12036 merge) (#12394) * restore native language * remvoe space * correct * simplify * improve code * ups * native language in unit test too * Add detachObserver (#11037) * Add detachObserver Adds ability to detach observers * Simple CS fix * 3.6.4 Sample data: Escape quota in json data (#12501) * [fix] new extensions not installed on already existing packages (#12545) * $menu->params is already a Registry object. (#12557) * Overridden strings in both back-end and front-end (#12576) * [imp] remove hardcoded published column (#12585) * Fix JUri path in language filter plugin (#12600) * Custom fields (#11833) * Update gallery.xml * Update fields.php * Update internal.php * Update field.php * Update dprules.php * Update section.php * Update base.php * Update view.html.php * Update view.html.php * Update render.php * Update modal_article.php * Update sql.php * Update fields.php * Remove commented debug code * Update fields.php * #14 fixed Joomla Coding Standards and added function dock blocks code * #14 fixed Joomla Conding Standards and added function dock blocks * #14 Fixed class dock block mistake * we did not require this any more * #14 fixed Joomla Coding Standards and added function dock block in helper file at back-end * #14 Fixed only Joomla Coding Standards in FieldsHelper file * #14 removed where function, added dock blocks and fixed dock bocks coding standards errors * #14 formatted as the function doc blocks * #14 formatted as the function doc blocks * Check the active menu correct Closes #72 * Move the label field to the options tab Closes #22 * Label has it's own field and must not stay in params Regression from #22 * Backport from Digital-Peak/DPFields#32 * Fix the save and copy action Closes #37 * Store data on reload Closes #76 * Don't add always the All language to the query Closes #38 * Count the items in the category manager from com_fields Closes #61 * Corrected colspan when fields are assigned to a language * #14 fixed conflict * Don't save the All category Closes #19 * Minor language updates * Fix "Show On" tooltip's description The tooltip's description for the 'Show On' field is not showing because it is currently looking for the label. * Don't hardcode com_content.article Closes #80 * Load the types form when the data is an array * Create the links correct for the count item feature Closes #82 * Show the value from com_fields instead of the the users helper Closes #81 * Set the language correct on the fields cache Closes #47 * Removed string conversion error Closes #47 * Changed links to 3.7 * Remove legacy DPFields code * Get data from state correctly * Add joins to the com_fields in search plugin (#83) Add joins to com_fields in the content search plugin * Add new core rule core.edit.value (#75) * Add 'onFieldBeforePrepare' and 'onFieldAfterPrepare' events * Rename "Field Category" to "Field Group" Closes #91 * Add option to disable custom fields per component Closes #87 * Use select box to define the images directory Closes #97 * Truncate correctly Closes #101 * Change description field to plain textarea Closes #94 CLoses #99 * Parameters are more clear and improved comment Adapted change from https://github.com/joomla/joomla-cms/pull/10722/commits/32c9048b88383ba6028743a48517176952d9a574 * onFieldBeforePrepare and onFieldAfterPrepare events now triggered even when custom field value is empty * Cast before access * Create params even when they are empty * Add com_fields menu entries on back end Closes #109 * Extract the context correctly Closes #112 * Add custom fields for contact * Add inline group create Closes #114 * Add simple context mapping Closes #117 * Dont assign a not existing category when a field is saved with no catid * Rename string with group and not category Closes #124 * Category strings should be named Field Groups Closes #126 * Show the fields on the blog listing Closes #108 * Installer crashes somehow Closes #132 * Merge the types set up into JFormField (#104) * Merge field types into JFormFields * Converting the rest of the fields * Merge DP Field Rendering with Joomla Form Fields * Remove the gallery scripts * Rename the interface to JFormDomfieldinterface for auto loading * Add article field as demo how a component can add fields * Removing mustache, will be replaced later with a new parser See #12 for the discussion * Fixing composer setup, reverting to 3.6.x branch * Fixing code style errors Closes #14 * Rename upgrade file to 3.7 * Strip slashes from description Related to #139 * Removing Simplepie from the database installer script Reverts 8381e46758d18c6286fde35c52b1a2a475d7d0df See comments for more information * Show field group description in form Closes #139 * List field changed key to value and value to name Closes #121 * Use the first category as field filter when creating an article Closes #144 * Dont show a user field on the front end Closes #149 * Add always the fields path when adding the custom fields Closes #150 * Added hint (placeholder) option Closes #151 * Correct redirect after checkin action Closes #154 * Check for group access levels when getting the fields (#153) * Consider field group state Closes #155 * Added missing language strings Closes #129 * JArrayHelper => ArrayHelper * reduce model method (#160) * Fixing permission inheritance to edit the value of a field in the form (#157) * Correct path for parameters folder when not in Joomla libraries * Type selection (#162) Closes #134 * Display class attributes (#143) * User home (#161) * Add home parameter to media field * Correct path for paramneters folder when not in Joomla libraries * Fixing code style errors * Add new context for com_contact for contact form fields (#115) * Add new context for com_contact for contact form fields * Prepare the value on com_contact mail * Fixing travis code style errors * Use the correct variable name Closes #163 * Show the all label when no category is assigned Closes #165 * Don't set 0 as default hint when not present Closes #166 * Fix Sniffer Whitespace errors * Fix Sniffer Whitespace errors (#167) * Cleanup field model * Support fields plugins * Add gallery plugin * Moved since tag to 3.7 * Some brushup * Update controller.php * Update field.php * Update fields.php * Update controller.php * Update fields.php * Update internal.php * Update fields.php * Update fields.xml * Update field.php * Update fields.php * Update type.php * Update section.php * Update field.php * Update field.xml * Update filter_fields.xml * Update field.php * Update view.html.php * Update edit.php * Update modal_options.php * Update view.html.php * Update default.php * Update default_batch_body.php * Update modal.php * Update field.xml * Update en-GB.com_fields.sys.ini * Update en-GB.com_fields.ini * Update en-GB.plg_fields_gallery.ini * Update en-GB.plg_fields_gallery.sys.ini * Update en-GB.plg_system_fields.ini * Update en-GB.plg_system_fields.sys.ini * Update modal_article.php * Update controller.php * Update field.php * Update default_custom.php * Update captcha.php * Update editor.php * Update media.php * Update user.php * Update editor.xml * Update media.xml * Update user.xml * Update usergrouplist.xml * Update abstractlist.php * Update domfieldinterface.php * Update field.php * Update email.php * Update file.php * Update imagelist.php * Update sql.php * Update tel.php * Update textarea.php * Update url.php * Update calendar.xml * Update checkboxes.xml * Update imagelist.xml * Update integer.xml * Update list.xml * Update radio.xml * Update sql.xml * Update textarea.xml * Update url.xml * Update gallery.xml * plugin * plugin2 * typo * Change to uft8mb4 * Add new extensions to the script file * Revert merge conflict composer changes * No needed changes * Library form fields should be unaware of com_fields * Default to https * Order the tables correct * Cleanup language strings * Code errors from cleanup * Remove tags support * Add category filter * Display fielg group label when editing a group * Display all fields which are assigned to all languages correct * Don't show fields on categories as it is not ready yet * Update fields.php * Don't transofrm the category name * Correct quote name function used * Revert "Display fielg group label when editing a group" This reverts commit 133133267e88a341cb5634d814a87e06f3e8daf3. * Disable tags on custom field groups * Don't include category state in filter on back end * Remove debug code * CS fix * Shortening the line length * Install SQL files for postgres * Use JDatabaseQuery * Option to show the user custom fields on the front on the contact view * Comment for item_id table column * Remove class for textareas * Fix no menu item pages giving wrong links (#12020) * [plg_system_logout] Load language files only when needed (#11736) * Update logout.php * cs and stuff * Update logout.php * Adding Options Button (#12033) * fix paths (#12032) * Fix routing for non-sef menu items with Modern Routing (#12021) * [com_banners] - publishing time does not honor timezone (#11978) * [com_banners ] - publishing time does not honor timezone * impress only when needed impress only when needed * CS fix cs fix * Order stylesheet attributes the same as link attributes (#12052) * use joomla-projects docker * Phase out JString calls in libraries (#12058) * Admin app - JString -> StringHelper (#12056) * Site app & Plugins - JString -> StringHelper (#12057) * New Feature, Multilanguage: Add the possibility of displaying associations in article info and in articles list. Replaces #11935 (#12042) * Replaces * Modifying to fit Thomas proposal * modifying fetching flags param * adding showon + some * [JAccess] Improve ACL asset preloading performance/memory consumption (#12028) * improve component asset preload speed * Update user.php * Update access.php * Update access.php * Update access.php * Update access.php * not convinced yet, but revert changes in juser * make sure that components are always preloaded * only a logged users (with user id) can be root. * [com_contact] - moved the captchaEnabled var from default to view (#11964) * [com_contact] - moved the captchaEnabled var out of the default.php file to the view.html.php file moved the captchaEnabled var out of the default.php file to the view.html.php file. * moved captchaEnabled to the view moved captchaEnabled to the view * missed var declarationi/initialization missed var $captchaSet declarationi/initialization * Session interaction refactoring (#10905) * Allow lazy starting a session * Defer starting sessions in the installer * Defer starting session in JApplicationCms * Deprecate creating sessions in JFactory * Start restructuring session load sequence in JApplicationCms * Add JSession object to onAfterSessionStart event trigger * Override afterSessionStart for install app to not store the user * Expand the database storage object for better API * Fix session listener declaration * Restructure session bootup and when the session metadata operations run * 3.5 -> 3.6 * Remove option, out of scope * Tweak things so the behavior is closer to current API * Undefined variable * Get store name from session object * Remove this, out of scope * PHPCS fix * Deep rooted application dependencies are my absolute favorite * Move comment, doc blocks, consistent method signature * Again on the consistency, we don't like E_STRICT errors * Nevermind, confused myself with checkSession, carry on... * Until the day the unit tests no longer follow the doc block code styles... * Lost line in merge * One more merge conflict fix * This internal coupling is addressed * Fix query from merge * [com_content] - add articles ordering by votes, ratings (#11225) * Add setDocumentTitle() function in JViewLegacy (#11399) * setDocumentTitle() function in JViewLegacy * PHPCS * JED turned to https (#12076) * JED truned to https JED truned to https Minor fixes on proper use of Joomla! * Update README.txt Same as #12076 * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED and community turned https * JED, community and org turned https * JED and community turned https * JED and community turned https * correct/add quotename (#12070) * Label: Users Options: Login name > Username (#12073) The language label "Change Login Name" is not consistent with the front-end label "Username". This PR changes the language label to "Change Username" and the decription to "Allow users to change their Username when editing their profile." The front-end login screens use the label "Username" Login Component: ![login-component](https://cloud.githubusercontent.com/assets/1217850/18627996/579510ca-7e5e-11e6-9161-6268e9ccb213.png) Login Module: ![login-module](https://cloud.githubusercontent.com/assets/1217850/18627997/579595ae-7e5e-11e6-8920-edf34631a3c7.png) ### Testing Instructions #### Before the PR Users > Manage > [Options] > [User Options] The last entry is "Change Login Name" + hover description "Allow users to change their Login name when editing their profile." ![login-back-end-options](https://cloud.githubusercontent.com/assets/1217850/18627995/5791ac32-7e5e-11e6-8b18-94a34372c422.png) #### After the PR Users > Manage > [Options] > [User Options] The last entry is "Change Username" + hover description "Allow users to change their Username when editing their profile." ![login-back-end-options-after](https://cloud.githubusercontent.com/assets/1217850/18627998/5799ceb2-7e5e-11e6-9a5e-234dcf2db14e.png) * Update .travis.yml (#12079) * Add vote order check * [a11y] Protostar back to top (#12446) * [a11y] Protostar - back to top link * Oops Andre was right * add anchor for non-js enabled browsers * Added missing com_fields component from last merge * Replace Platform version numbers in libraries/legacy (#12242) * Remove variable declaration (Fix #12619) * Misc. fixes * Test fixes
2016-10-29 20:23:43 +00:00
},
"require-dev": {
"joomla/archive": "^1.0|^2.0",
"joomla/coding-standards": "^2.0@alpha",
"joomla/console": "^2.0",
"joomla/di": "^1.0|^2.0",
"joomla/filesystem": "^1.3|^2.0",
"joomla/registry": "^1.4.5|^2.0",
"joomla/test": "^2.0",
"phpunit/phpunit": "^8.5|^9.0",
"psr/log": "^1.1",
"symfony/phpunit-bridge": "^4.4|^5.0"
[4.0] Merge staging (#12622) * added show/hide introtext parameter to mod_articles_news * added <?php if (!$params->get('intro_only')) : ?> back again since it might be a B/C setting/parameter * added tabs in code * Update mod_articles_news.xml * Update _item.php * corrected typo from last merge * changed label and description * Add JHtmlBootstrap for front-end editing. Fixes #11562 * Implementing Menu Items modals (New feature) * Wrong class for chosen (#11820) * 3.7.0: Using the new modal_menu field in various core places (#11694) * Using the new modal_menu field in various core places * Simplifying clearField * Simplify conditional * Parenthesis replaced by mdash * Using modal_category field in various core locations * 3.7.0: New Feature=>editor-xtd to insert menu items links in content (#11721) * 3.7.0: New Feature=>editor-xtd to insert menu items links in content * correcting some errors * quoting for sql azure * one more * Changed icon + lang constants * Chosen upgrade. Fixes #11779 Squashed commit of the following: commit 48051c7bf2792fb64cbe10046ada196fc9d233b8 Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 25 14:31:04 2016 +0100 css change only commit 90a89fddf8e70d036b3779022a1477dc632f78ba Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 25 14:28:58 2016 +0100 Revert "css fix thanks @C-Lodder" This reverts commit f7320cfb331e018b179c9356b642dac330f55c22. commit f7320cfb331e018b179c9356b642dac330f55c22 Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 25 14:09:03 2016 +0100 css fix thanks @C-Lodder commit 42c9de38e90c6a1ad48def219b65a0cc77159933 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 18:10:33 2016 +0100 fix permissions commit b8fdd34d3e5678bbe8cd568e1b32ec951ac18421 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 18:07:53 2016 +0100 add minified version of js commit 0ef056d06609cab17b272aa7c37da4b0521199b6 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:59:55 2016 +0100 add documented js hacks commit c68c275bfa9f87f287ac394baa7de65d32565c14 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:48:01 2016 +0100 add comment block commit 983dbf5a561b25aeef9f8d2658edc58e352da780 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:08:47 2016 +0100 rename liszt: chosen: commit 8caad7361bdddc25ae81912892061dd1b04f759f Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:07:47 2016 +0100 Revert "rename liszt: chosen: and add JUI hacks" This reverts commit 86116716d6ff7ba307621de3b0e1fdc8f90bc2b1. commit 86116716d6ff7ba307621de3b0e1fdc8f90bc2b1 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:06:21 2016 +0100 rename liszt: chosen: and add JUI hacks commit 535bea0c37a7bb6667a09fe39e3e99153e3b0bad Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:45:14 2016 +0100 replace chosen: with liszt: commit 2686df5323907e9a394a2a8279a45667ecda89d3 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:43:35 2016 +0100 replace _chosen with _chzn commit 691be65de111d1e6fb25e06a6037981ec13514bd Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:42:49 2016 +0100 replace chosen- with chzn- commit 863b5f9ec87e4702e6c70b5d9c8d705608cb2e5c Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:37:20 2016 +0100 update js with original version commit 537735c2a46513daac39fed29fe32c65e415c859 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:36:19 2016 +0100 remove min js commit e7395625704664bea75cd342757480ba7b6a7b62 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:35:21 2016 +0100 replace chosen- with chzn- commit db8243160065d8f26b606bcfb436dad8e8db929f Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:33:46 2016 +0100 update css file with original version commit 24a955be243ff8a42da38b1c98a07149e7cd86c0 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:29:34 2016 +0100 update sprites commit 4856d5e0be4ad0152dda452b6d0a5669fac1c4b1 Merge: 4ddd833 f10ab35 Author: Brian Teeman <brian@teeman.net> Date: Tue Aug 23 16:23:34 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 4ddd833e3d370ae9accc2ddb57a16e4302eb5981 Merge: b5ffa27 8258906 Author: Brian Teeman <brian@teeman.net> Date: Mon Aug 22 10:30:58 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit b5ffa2745a6e8f32e87963dbe234f25b7882ace5 Merge: 24e6c45 e80e319 Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 21 17:45:45 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 24e6c45f87dd15bb58d4968df31024f1b79dd01f Merge: 962b424 c1b0295 Author: Brian Teeman <brian@teeman.net> Date: Fri Aug 19 21:08:30 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 962b424dc0edaed79581179c769951e4944ff465 Merge: 14f5b1c 4c539c4 Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 18 12:06:49 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 14f5b1caf6a37ad396fab2c860450688f76142a2 Merge: 2baa00b edb70c2 Author: Brian Teeman <brian@teeman.net> Date: Mon Aug 15 10:06:07 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 2baa00b27295ad037e22685e9e3c73097e9ce5d7 Merge: 97d1fb7 f827dfc Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 14 22:38:02 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 97d1fb7fce493acbfccaf1ffde30cd05a5d3f04a Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 14 16:28:13 2016 +0100 Revert "toolbar" This reverts commit 8f995f199efdfe8668c5f6d7f28a733076f89383. commit 8f995f199efdfe8668c5f6d7f28a733076f89383 Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 14 16:27:57 2016 +0100 toolbar * Two search modules on same page: Invalid HTML. (#11229) * Add postfix for unique id ($module->id) * Respect postfixes for unique id in mod_search * Reduce use of JFactory::getConfig() where practical * Allow registering callback functions for the debug console. Fixes #11700 * Allow adding script options without inline JavaScript. Fixes #11671 * Adding "category on fly" functionality when create/edit contact. Fixes #11354 * New method for retrieving the strings from the store. Fixes #11692 * [html5] Hathor administrator template. Fixes #10634 * [Optimize] Generate thumbnail image method to avoid pixelated error in thumbnails. Fixes #7919 * Fix since tag * Normalise Block this User button styling. Fixes #11421 * [html5] System administrator template. Fixes #10638 * URL checking improved in com_wrapper. Fixes #4670 When adding the scheme to an URL use correct scheme (http or https) and port. Checking for "http" or "https" via strstr() in the URL matched also these strings embedded in the URL (e.g. in /static/http/index.html), due to that checks changed to strpos(). * Update en-GB.com_users.ini (#11909) * Templates are in the scope of JDocument. Fixes #10847 * Small review/cleanup in JHtml. Fixes #10771 * Fix form field unit tests. Fixes #11910 Fixes #11413 * Improvements to article modals (with Create Article button). Fixes #11830 * [com_content] - Allow captcha when submit article. Fixes #10976 * Proxy JData to the Framework. Fixes #11588 * [newsfeed modal field] Adds Create News Feed button and other improvements. Fixes #11862 * Allow force refreshing the cache when getting fields in JTable. Fixes #11046 * Allow a custom page title to be defined for an article without a menu item. Fixes #10838 * Code review on com_content component. Fixes #10851 * [category modal field] Adds Create Category button and other improvements. Fixes #11857 * Joomla.JText uses scriptOptions 'joomla.jtext'. Fixes #11690 * Remove legacy frame breaking js code. Fixes #11679 * [contact modal field] Adds Create Contact button and other improvements. Fixes #11858 * Support collection of custom stats in admin stats module. Fixes #10870 * Use intro_image in newsfeed. Fixes #11402 * [com_tags] - Add count and link to tagged items. Fixes #10895 * Allow the vote plugin's position to be configured. Fixes #11375 * Return a 403 status code instead of a 404 for a not accessible category. Fixes #11624 * Add Sort by Modified Date in the Module mod_articles_news (#11128) * Update mod_articles_news.xml At present the sorting by date has the options to sort the articles by Published Up date and Created Date. Adding another sort option to sort the articles by the Modified Date has been added. This addition would be of help to list the articles that are modified recently. * Update en-GB.mod_articles_news.ini Added the following language string that would be used in the xml file of the module mod_articles_news. MOD_ARTICLES_NEWS_FIELD_ORDERING_MODIFIED_DATE="Modified Date" * Update mod_articles_news.xml The value a.modified has been added to the Direction * Cleanup deprecated unused files. Fixes #11762 * Add Polyfill js for legacy browsers (adds events and classlist polyfills). Fixes #11686 * [com_content] Add icons layout. Fixes #10423 * [3.7.x] Fixes issues with the category article view after #11624 (#11943) * Update category.php * Update category.php * Fixing missing getItems in mock JMenu for (routing) unittests. Fixes #11936 * Enable caching of menu data in JMenuSite (#10797) * Enable caching of menu data in JMenuSite * Use a lambda function for the query instead * Add Microseconds to JDate('now') (#11890) * Update date.php * Update date.php * cleaner code * simplify * Update date.php * Router options (#11962) * Router options * switch sentences * [unit tests] Just need to check one microsecond now (3.7.x Branch) (#11966) * Update JHtmlDateTest.php * Update JFactoryTest.php * Fix button classes (#11971) * Fix javascript tests (#11993) * fix javascript tests * typo * change the order to test Joomla.optionsStorage = null * ordering again * Add chosen to module order field (#11992) * remove crap, add chosen * s * New Routing: Fix category routing without menu items * [category item modal field] Apply on more fields for categories. Fixes #11920 * Patch #6712 - FieldCheckbox attribute default (#6794) * Patch 6712 - FieldCheckbox attribute default Checkbox field does not allow defining a value without being checked #6712 * fix code style * Added a clean line Added a clean line befor the if @zero-24 * IS (list views) - Replace html/pagination.php::pagination_list_footer() by JLayouts. Fixes #11246 * Fix no menu item pages giving wrong links (#12020) * Fix routing for non-sef menu items with Modern Routing (#12021) * Phase out JString calls in libraries (#12058) * Admin app - JString -> StringHelper (#12056) * Site app & Plugins - JString -> StringHelper (#12057) * New Feature, Multilanguage: Add the possibility of displaying associations in article info and in articles list. Replaces #11935 (#12042) * Replaces * Modifying to fit Thomas proposal * modifying fetching flags param * adding showon + some * [JAccess] Improve ACL asset preloading performance/memory consumption (#12028) * improve component asset preload speed * Update user.php * Update access.php * Update access.php * Update access.php * Update access.php * not convinced yet, but revert changes in juser * make sure that components are always preloaded * only a logged users (with user id) can be root. * [com_content] - add articles ordering by votes, ratings (#11225) * Add setDocumentTitle() function in JViewLegacy (#11399) * setDocumentTitle() function in JViewLegacy * PHPCS * set new counts too center * fir for #11225 * There is no need for the extra spaces at the end of the line :) * fix typo fixed typo * allow to hide session too in plugin system debug * deprecate keychain for 3.0 * deprecate fof * deprecate fof * Update include.php * deprecate old ciphers * Fix Travis error in keychain (#12157) * fix travis * space * Allow JHtmlDate::relative to set a custom format (#12164) * Updated installation language files. * Fix typo in cache memcached storage (#12150) * div doesn't support type=button (#12131) * JFile - error fix "Cannot pass parameter 2 by reference" (#11952) * Fix of an error "Only variables should be passed by reference" If you pass a string to methods ````append```` or ````write````, you will have an error ````Only variables should be passed by reference```` * Update file.php * Update file.php * Custom calendar is not applied to version history preview and compare dates (#12138) * Custom calendar is not applied to version history preview and compare * simplify code. Thanks Thomas. * Update preview.php * Update compare.php * Update MediaElement.js to 2.23.0 (#11981) * Allow JHtmlDate::relative to set a custom format * Add doc block comment * Proposed onAfterRenderModules event in modules rendering (#10113) * Updated pull request #3105 to latest stage (2016-04-24) inclusive unit test * CS fix * Update JDocumentRendererHtmlModulesTest.php * fix expected value for the unit test in #10113 a unit test was added but failed, this is a fix * Deprecate web router classes * Localise the format for the calendar formfield (#12102) * Localise the format for the calendar formfield * Adding comment * Support all formats * Label - Mass Mail Users v2 (#12084) * Added optional suffix text to Mass Mail Form page (#12078) * Add Unpublished Content Language on Language Package Install (#11867) * initial commit * Update language.php * Update en-GB.lib_joomla.ini * Update en-GB.lib_joomla.ini * ups * Update language.php * Update language.php * Update language.php * change native to $siteLanguageManifest['name'] * allow to install published content languages on install 1 * allow to install published content languages on install 2 * solve remaining issues * cs * fix language names and simplify * cs * improve code and deprecate unneed code * fix title issues (as possible with current xml scenario) * remove non existent metadata values * shoudl not be row, it should be tableLanguage * don't fallback to en-GB native title * tinyMCE use document "scriptoptions", and allow to override tinyMCE Javascript parameters (#11157) * tinymce initialization, use addScriptOptions and tinymce-init.js * Finalize tinymce-init.js * Small improve for code duplication * Allow multiple editors with diferent options * Setup default options for the editor script only once * Minified version of tinymce-init * code style * Improve a bit * Reply to email (#11015) * Reply to email * Reply to email: configuration file chnages resolved * #11015 Reply to email: suggested changes fixed * Media form field bootstrapped with static preview (#10889) * Bootstrap popup with mootols compatibility * restore static preview * 💩 * 😡 * fixes - Delete extra </div> - Move preview under the input field - respect landscape/portrait images * typo * Utilise unionAll element in the select query, previously it was always being ignored. (#10817) Rearrange union > unionAll > order to render a valid query when all these three are used together in a query. Fix return type in method doc blocks. Update test case for the JDatabaseQuery::toString method to test all the element for select query. * Introduce new method isClient($identifier) in JApplicationCms class (#8971) * Introduce new method isClient($identifier) in JApplicationCms class as a substitute for isSite and isAdmin methods. Hence, remove usage of descendant class reference in the JApplication (legacy) and JApplicationCms for better OO structure and support more extensibility. * Added unit tests for JApplicationCms::isClient($identifier); * Fix, null == 0 passes. Avoiding strict check to allow use of '0' or '1' as string as well as integer. * Removed support for integer argument which matched client_id as discussed with @mbabker, thanks. * fix com_finder regression (#12236) * Core.js AJAX method (#11585) * Core.js even listeners * Core.js: method for ajax requests * Code style * Some example and minified version * Core.js even listeners, use IE fallback * Core.js remove even listeners fallback * 370: solving #11225 merge regression (#12238) * 3.7.x: Porting #11225 to beez (#12240) * Move keepalive to external js (#8545) * Keepalive with data attributes * cs * cs * cs empty line * Not seconds ... * object * No double entities We have to use JRoute without xhtml or else the admin keep alive URL get double entities `&amp;amp;?` * From chocolate to vanilla ... Works with vanilla js! Works if onload event is already fired when script is executed. This way the js file can be loaded on render, asyncronous or deferered to after the onload event. Should be cross-browser compatible. * improvements * cs * default options, move to jui folder, asynchronous loading * simple correct to work with new script attributes PR (11289). Adds auto version hash. * update to match #11289 JHtml script behaviour * use __DEPLOY_VERSION__ * cs and simplify * Update behavior.php * Update keepalive.js * Update keepalive.min.js * Update keepalive.js * Update keepalive.min.js * fix conflicts 1 * use new addScriptOptions and Joomla.request methods * fix unit tests * fix last unit test * [menu item modal field] Adds Create Menu Item button and other improvements (3.7.x branch) (#11916) * Update modal.php * Update edit.php * Update view.html.php * Update item_alias.xml * Update default.xml * Update logout.xml * Update mod_login.xml * Update mod_login.xml * Update mod_menu.xml * Update item.php * Update menu.php * Update menu.php * Update en-GB.com_menus.ini * minor cs * corrections * solve no item text issue * New show_info option (hide/show) in com_contact and some minor changes (#8607) * several improvments * lang changes * minor changes * fix conflicts * fix conflicts 2 * revert * fix conflicts final * [3.7.x] Lets use the correct API to get this string translated (com_postinstall) (#12247) * add files joomla * lets make the languagestring checker happy * cs * add missing string (#12246) * fix missing string (#12245) * Deprecate MooTools based helpers (#12268) * Deprecate MooTools based helpers * PHPCS sucks... * fix redirect plugin messages (#12280) * remove dublicate message (#12279) * Allow users to share sessions between apps (#12068) * Allow users to share sessions between apps * Address all metadata related stuff * warning (#12285) merged on review * [3.7.x] Fix Regression #12277: language selector blocked on edit when there are no associations (multilanguage) (#12283) * category edit: check if there are associations * contact edit: check if there are associations * articles edit: check if there are associations * menus edit: check if there are associations * newsfeed edit: check if there are associations * Admin - Simplify instantiation of Registry (#12270) * [j3.7] New Feature Contact editor-xtd plugin (#12252) * New editor-xtd contact plugin * docs * update sql * add contact icon * prevent loading in com_banners where it is useless * Installation sql * correct installation * extra line feed * __DEPLOY_VERSION__ * __DEPLOY_VERSION__ * com_admin script * Update contact.php * Update contact.php * Update contact.php * Update contact.xml * Update en-GB.plg_editors-xtd_contact.sys.ini * Update en-GB.plg_editors-xtd_contact.ini * Update 3.7.0-2016-10-01.sql * Update 3.7.0-2016-10-01.sql * Update 3.7.0-2016-10-01.sql * Routing: Remove IDs from SEF URLs (#11320) Also fixes various bugs in the new router * Run SEF plugin also when SEF URLs are not enabled (#11035) * remove menu button * Update note.xml * string, not array * Redo Isis flat repaint (Closes #11832) (#12319) * Isis flat repaint - Initial commit * Tags field refinement * Fixed field height inconsistency * RTL support added * Minor fixes * Installation flat repaint * Revert install flat repaint * Chzn flat styling separated to chzn-override.less * Missing the in language string * TinyMCE xtd-button close (again, really) and drop jquery (#12324) * drop jquery, fix jModalClose() * classList polyfill not needed here * window.width (seriously?), merge options * use Joomla.extend() * my bad * IE<9 * Add attribs to the script tag, add version to JHtml script methods and deprecate MD5SUM (alternative to 8540) (#11289) * new method to add attrbibs to the script tag * corrections * defaultJsMimes * add deprecated comment * travis * further simplify * remove extra space * forgot to convert mime to type * add UTF-8, ENT_COMPAT to htmlspecialchars (like previous done in all other places) * cs line size fix * better coding * small typo * elseif * deprecate MD5SUM and don't allow two version hashes * add JLog deprected warnings for new method signatures * cs line size * fix conflicts 1 * fix conflicts 2 * refactor JHtml script method signature * deprecate addScriptVersion add options for version and conditional statements * Update head.php * cs * cs fix * Change all self::getMd5Version to static::getMd5Version * has changed * has changed * fix conflicts - part one * fix conflicts * correct unit test * [3.7] Readme updates (#12387) * [languages] Organize and new metadata (Native language and calendar type) (#12036) * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * fix unit tests * add to install.xml in unit tests * correct unit tests * remove extra tab * ident with tabs, not spaces! * installation should have en-GB in name * en-GB ... * correct db jos_languages csv stub also * add missing pkg_en-GB extension to extension stub and correct language extension names * correct sql files * correct sql files * correct sql files * add en-GB, instead of UK, to batch test * correct JTableLanguageTest::testStore * Update install.xml * Update install.xml * same replacements in test stub * Update en-GB.com_languages.ini * correct last unit test * Update en-GB.xml * Update JLanguageTest.php * Update en-GB.xml * Update en-GB.xml * use the new nativeName is exists * Make language flags in backend optional (#12051) * Allow to select none image in language * admin menu module: fall back to a label if no image is selected or image doesn't exist * "Default" buttons in template styles and menuitems list views * remove unneeded variable * Remove empty flag span * Show language code instead of flag in associations tooltip if no image is selected * show language label instead of flag if no images is assigned * Adjust Hathor overrides * Codestyle fixes * Missed contact JHtmlContact::association() * Use a popover for the association tooltips * Taking care of mod_languages * Fix flag preview * show sef in module assignments. * Fixing frontend Associations * Fixing menu assignment modal * a e * a i * a o * a u * a a - javascript * js * Replace uses of JRegistry * Simplify instantiation of Registry objects * [3.7] Isis Flat Repaint - Minor Fixes (#12349) * Removed text shadow * Remove text-shadow * Modal save mouseover fix * Changed to individual removal of text-shadow * sidebar-nav margin fix * Fix hover color on all BS btn * Re-align permissions chzn * Show configured upload limit when uploading files (redo of #11255) (#12396) * * Show configured upload limit when uploading installer package. Otherwise when uploading a larger file than the configured limit, the page reloads without any information about what went wrong. * Show upload limits for file input everywhere. Refactor the calculation part to JUtility class. * Honour template manager configuration to display upload size limit * In Hathor: Honour template manager configuration to display upload size limit * Add deprecated message that in 4.0 the html5 property will be default true (#12430) * Will be replaced by $html5 and the default value will be true. * Update html.php * CodeMirror 5.19 (#12300) * corrections/improvements (#12429) * Fixing notice for non-existing views (#12434) * [3.7.x] Admin login language field fix (#12442) * Admin login lang fix * Admin login lang field alignment * New xtd_contact lang files missing in install.xml (#12452) * Make more use of the autoloader (#12060) * Fix error in mergeHeadData method for html document (#12013) * Extend test for document html links * Fix mergeHeadData method for html document->_links * correct table html errors (#12129) * [users list modal] ismoo parameter need to still exist after form submit (solve #12122) (#12137) * ismoo parameter need to exist after form submit * int * default to 1 * Replaced rand() with mt_rand() projectwide (#12169) * Replaced rand() with mt_rand() projectwide * session package is from the framework so we need to revert that change at this point * fof is an external lib so we need to revert that change at this point * fof is an external lib so we need to revert that change at this point * Use global as default option (#12186) * Solving 12214 Plugin tooltip (#12215) * JLayoutFile wrong type hint (#12231) * JLayoutFile wrong type hint * CS * CS / Review for the editor plugins (#12260) * cs review for the editor plugin * cs * Update image.php * Call to undefined method stdClass::get() * use the warning and error (#12265) * error not notice (#12273) * Remove deprecated function (#12296) * Minor language string change for com_contact (#12339) * Redo Isis flat repaint Installation (Closes #11917) (#12342) * Installation flat repaint - Initial commit * Install flat repaint - Initial commit * Add missing period (#12356) * Change language string (#12364) * Allow loading plugin language strings from extension folder (#12403) * some cs changes after #12396 (#12431) * [3.7.x] Update js polyfills to 3.13.0 (#12513) * Update polyfill.event-uncompressed.js * Update polyfill.event.js * update classlist polyfill * Update polyfill.classlist.js * minor changes * minor changes in doc block * move jquery to template (#12521) * fixing typo in the comment (#12523) Just a small typo in the comment. * Update CREDITS (#12534) * Update CREDITS Removing old content that has been moved to a dedicated page on the Joomla! Documentation and adding a link to new contributors page on GitHub. * Update CREDITS * Updated installation language files * 2fa handeling for mcrypt and openssl (#12497) * handeling for mcrypt and openssl * Language changes suggested bei Brian * Prepare 3.6.4 Stable Release * Mark _autoload function as public and not private. (#12478) * Mark _autoload function public. * whitespace was hanging out * Revert _load to private * issing language strings in frontend lib.joomla.ini (#12468) * forum link to https (#12467) * [a11y] Protostar back to top (#12446) * [a11y] Protostar - back to top link * Oops Andre was right * add anchor for non-js enabled browsers * [3.7.x] Convert installation template to html5 (also move inline scripts to js) (#12444) * convert to html5, use the api for inline scripts * stupid mistake * ok let's remove all that inline js ... * Fix early exit from foreach in JForm::removeGroup (#11856) * Fix early exit from foreach in JForm::removeGroup The method is supposed to remove all instances of <fields> element but it exits the loop on first iteration only. Looks like a quick copy-paste from removeField may have caused this. * Never returns false * keepalive for editing forms (#12163) * Remove retina 2x sprite (#12528) * Set a proper default value for getParams always (#12463) * Correct spelling (#12564) * Remove JFilter mock (#12484) We don't need JFilter hanging out in the JInstaller Adapter tests * Stop allowing failures on PHP 7.1 (#12599) * Improvements in the Associations Edit Workflow (#12344) * changes in model preprocessForm to allow all associations fields to be dumped * adjustement * there is no need to block the language field now * simplify association tab in the templates files * let's make the layout more dynamic * add the js behaviours * solve one of strange bug ... * improvements and allow associations on create * correct language string * render a warning message * solve categoies issue * add new language methods getContentLanguages and getInstalledLanguages * let's now load all content languages, including the unpublished ones * correct label for bug in categories modal field! all other model fields have this * ups correction in js * default pivot is language code * doc blocks corrections * cs * language correction thanks brian * fix conflicts final * When $this->cursor is false, throw an Exception (#12359) A call to pg_result_error_field() when $this->cursor is false from a query failing will result in an error `pg_result_error_field() expects parameter 1 to be resource, boolean given` Try to get a valid error message and throw a JDatabaseExceptionExecuting Exception * Implement a check / notification for an invalid or missing access file (#12608) * Implement a check / notification for an invalid or missing access file * Add language string for invalid or missing access file notification * Add language string for invalid or missing access file notification * Reduce log message as suggested by mbabker * Reduce log message for #12608 as suggested by mbabker * Reduce log message for #12608 as suggested by mbabker * Change string to match actual translation text * Grid within well changed to row-fluid (#11995) * update doc block (#12569) * Folder icons in front end (#12551) * Add folder size to protostar .less * compiled protostar * rename folder value (#12579) * [3.7.x] Regression Hathor modules and users manager (#12412) * Native language (adjustments after 12036 merge) (#12394) * restore native language * remvoe space * correct * simplify * improve code * ups * native language in unit test too * Add detachObserver (#11037) * Add detachObserver Adds ability to detach observers * Simple CS fix * 3.6.4 Sample data: Escape quota in json data (#12501) * [fix] new extensions not installed on already existing packages (#12545) * $menu->params is already a Registry object. (#12557) * Overridden strings in both back-end and front-end (#12576) * [imp] remove hardcoded published column (#12585) * Fix JUri path in language filter plugin (#12600) * Custom fields (#11833) * Update gallery.xml * Update fields.php * Update internal.php * Update field.php * Update dprules.php * Update section.php * Update base.php * Update view.html.php * Update view.html.php * Update render.php * Update modal_article.php * Update sql.php * Update fields.php * Remove commented debug code * Update fields.php * #14 fixed Joomla Coding Standards and added function dock blocks code * #14 fixed Joomla Conding Standards and added function dock blocks * #14 Fixed class dock block mistake * we did not require this any more * #14 fixed Joomla Coding Standards and added function dock block in helper file at back-end * #14 Fixed only Joomla Coding Standards in FieldsHelper file * #14 removed where function, added dock blocks and fixed dock bocks coding standards errors * #14 formatted as the function doc blocks * #14 formatted as the function doc blocks * Check the active menu correct Closes #72 * Move the label field to the options tab Closes #22 * Label has it's own field and must not stay in params Regression from #22 * Backport from Digital-Peak/DPFields#32 * Fix the save and copy action Closes #37 * Store data on reload Closes #76 * Don't add always the All language to the query Closes #38 * Count the items in the category manager from com_fields Closes #61 * Corrected colspan when fields are assigned to a language * #14 fixed conflict * Don't save the All category Closes #19 * Minor language updates * Fix "Show On" tooltip's description The tooltip's description for the 'Show On' field is not showing because it is currently looking for the label. * Don't hardcode com_content.article Closes #80 * Load the types form when the data is an array * Create the links correct for the count item feature Closes #82 * Show the value from com_fields instead of the the users helper Closes #81 * Set the language correct on the fields cache Closes #47 * Removed string conversion error Closes #47 * Changed links to 3.7 * Remove legacy DPFields code * Get data from state correctly * Add joins to the com_fields in search plugin (#83) Add joins to com_fields in the content search plugin * Add new core rule core.edit.value (#75) * Add 'onFieldBeforePrepare' and 'onFieldAfterPrepare' events * Rename "Field Category" to "Field Group" Closes #91 * Add option to disable custom fields per component Closes #87 * Use select box to define the images directory Closes #97 * Truncate correctly Closes #101 * Change description field to plain textarea Closes #94 CLoses #99 * Parameters are more clear and improved comment Adapted change from https://github.com/joomla/joomla-cms/pull/10722/commits/32c9048b88383ba6028743a48517176952d9a574 * onFieldBeforePrepare and onFieldAfterPrepare events now triggered even when custom field value is empty * Cast before access * Create params even when they are empty * Add com_fields menu entries on back end Closes #109 * Extract the context correctly Closes #112 * Add custom fields for contact * Add inline group create Closes #114 * Add simple context mapping Closes #117 * Dont assign a not existing category when a field is saved with no catid * Rename string with group and not category Closes #124 * Category strings should be named Field Groups Closes #126 * Show the fields on the blog listing Closes #108 * Installer crashes somehow Closes #132 * Merge the types set up into JFormField (#104) * Merge field types into JFormFields * Converting the rest of the fields * Merge DP Field Rendering with Joomla Form Fields * Remove the gallery scripts * Rename the interface to JFormDomfieldinterface for auto loading * Add article field as demo how a component can add fields * Removing mustache, will be replaced later with a new parser See #12 for the discussion * Fixing composer setup, reverting to 3.6.x branch * Fixing code style errors Closes #14 * Rename upgrade file to 3.7 * Strip slashes from description Related to #139 * Removing Simplepie from the database installer script Reverts 8381e46758d18c6286fde35c52b1a2a475d7d0df See comments for more information * Show field group description in form Closes #139 * List field changed key to value and value to name Closes #121 * Use the first category as field filter when creating an article Closes #144 * Dont show a user field on the front end Closes #149 * Add always the fields path when adding the custom fields Closes #150 * Added hint (placeholder) option Closes #151 * Correct redirect after checkin action Closes #154 * Check for group access levels when getting the fields (#153) * Consider field group state Closes #155 * Added missing language strings Closes #129 * JArrayHelper => ArrayHelper * reduce model method (#160) * Fixing permission inheritance to edit the value of a field in the form (#157) * Correct path for parameters folder when not in Joomla libraries * Type selection (#162) Closes #134 * Display class attributes (#143) * User home (#161) * Add home parameter to media field * Correct path for paramneters folder when not in Joomla libraries * Fixing code style errors * Add new context for com_contact for contact form fields (#115) * Add new context for com_contact for contact form fields * Prepare the value on com_contact mail * Fixing travis code style errors * Use the correct variable name Closes #163 * Show the all label when no category is assigned Closes #165 * Don't set 0 as default hint when not present Closes #166 * Fix Sniffer Whitespace errors * Fix Sniffer Whitespace errors (#167) * Cleanup field model * Support fields plugins * Add gallery plugin * Moved since tag to 3.7 * Some brushup * Update controller.php * Update field.php * Update fields.php * Update controller.php * Update fields.php * Update internal.php * Update fields.php * Update fields.xml * Update field.php * Update fields.php * Update type.php * Update section.php * Update field.php * Update field.xml * Update filter_fields.xml * Update field.php * Update view.html.php * Update edit.php * Update modal_options.php * Update view.html.php * Update default.php * Update default_batch_body.php * Update modal.php * Update field.xml * Update en-GB.com_fields.sys.ini * Update en-GB.com_fields.ini * Update en-GB.plg_fields_gallery.ini * Update en-GB.plg_fields_gallery.sys.ini * Update en-GB.plg_system_fields.ini * Update en-GB.plg_system_fields.sys.ini * Update modal_article.php * Update controller.php * Update field.php * Update default_custom.php * Update captcha.php * Update editor.php * Update media.php * Update user.php * Update editor.xml * Update media.xml * Update user.xml * Update usergrouplist.xml * Update abstractlist.php * Update domfieldinterface.php * Update field.php * Update email.php * Update file.php * Update imagelist.php * Update sql.php * Update tel.php * Update textarea.php * Update url.php * Update calendar.xml * Update checkboxes.xml * Update imagelist.xml * Update integer.xml * Update list.xml * Update radio.xml * Update sql.xml * Update textarea.xml * Update url.xml * Update gallery.xml * plugin * plugin2 * typo * Change to uft8mb4 * Add new extensions to the script file * Revert merge conflict composer changes * No needed changes * Library form fields should be unaware of com_fields * Default to https * Order the tables correct * Cleanup language strings * Code errors from cleanup * Remove tags support * Add category filter * Display fielg group label when editing a group * Display all fields which are assigned to all languages correct * Don't show fields on categories as it is not ready yet * Update fields.php * Don't transofrm the category name * Correct quote name function used * Revert "Display fielg group label when editing a group" This reverts commit 133133267e88a341cb5634d814a87e06f3e8daf3. * Disable tags on custom field groups * Don't include category state in filter on back end * Remove debug code * CS fix * Shortening the line length * Install SQL files for postgres * Use JDatabaseQuery * Option to show the user custom fields on the front on the contact view * Comment for item_id table column * Remove class for textareas * Fix no menu item pages giving wrong links (#12020) * [plg_system_logout] Load language files only when needed (#11736) * Update logout.php * cs and stuff * Update logout.php * Adding Options Button (#12033) * fix paths (#12032) * Fix routing for non-sef menu items with Modern Routing (#12021) * [com_banners] - publishing time does not honor timezone (#11978) * [com_banners ] - publishing time does not honor timezone * impress only when needed impress only when needed * CS fix cs fix * Order stylesheet attributes the same as link attributes (#12052) * use joomla-projects docker * Phase out JString calls in libraries (#12058) * Admin app - JString -> StringHelper (#12056) * Site app & Plugins - JString -> StringHelper (#12057) * New Feature, Multilanguage: Add the possibility of displaying associations in article info and in articles list. Replaces #11935 (#12042) * Replaces * Modifying to fit Thomas proposal * modifying fetching flags param * adding showon + some * [JAccess] Improve ACL asset preloading performance/memory consumption (#12028) * improve component asset preload speed * Update user.php * Update access.php * Update access.php * Update access.php * Update access.php * not convinced yet, but revert changes in juser * make sure that components are always preloaded * only a logged users (with user id) can be root. * [com_contact] - moved the captchaEnabled var from default to view (#11964) * [com_contact] - moved the captchaEnabled var out of the default.php file to the view.html.php file moved the captchaEnabled var out of the default.php file to the view.html.php file. * moved captchaEnabled to the view moved captchaEnabled to the view * missed var declarationi/initialization missed var $captchaSet declarationi/initialization * Session interaction refactoring (#10905) * Allow lazy starting a session * Defer starting sessions in the installer * Defer starting session in JApplicationCms * Deprecate creating sessions in JFactory * Start restructuring session load sequence in JApplicationCms * Add JSession object to onAfterSessionStart event trigger * Override afterSessionStart for install app to not store the user * Expand the database storage object for better API * Fix session listener declaration * Restructure session bootup and when the session metadata operations run * 3.5 -> 3.6 * Remove option, out of scope * Tweak things so the behavior is closer to current API * Undefined variable * Get store name from session object * Remove this, out of scope * PHPCS fix * Deep rooted application dependencies are my absolute favorite * Move comment, doc blocks, consistent method signature * Again on the consistency, we don't like E_STRICT errors * Nevermind, confused myself with checkSession, carry on... * Until the day the unit tests no longer follow the doc block code styles... * Lost line in merge * One more merge conflict fix * This internal coupling is addressed * Fix query from merge * [com_content] - add articles ordering by votes, ratings (#11225) * Add setDocumentTitle() function in JViewLegacy (#11399) * setDocumentTitle() function in JViewLegacy * PHPCS * JED turned to https (#12076) * JED truned to https JED truned to https Minor fixes on proper use of Joomla! * Update README.txt Same as #12076 * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED and community turned https * JED, community and org turned https * JED and community turned https * JED and community turned https * correct/add quotename (#12070) * Label: Users Options: Login name > Username (#12073) The language label "Change Login Name" is not consistent with the front-end label "Username". This PR changes the language label to "Change Username" and the decription to "Allow users to change their Username when editing their profile." The front-end login screens use the label "Username" Login Component: ![login-component](https://cloud.githubusercontent.com/assets/1217850/18627996/579510ca-7e5e-11e6-9161-6268e9ccb213.png) Login Module: ![login-module](https://cloud.githubusercontent.com/assets/1217850/18627997/579595ae-7e5e-11e6-8920-edf34631a3c7.png) ### Testing Instructions #### Before the PR Users > Manage > [Options] > [User Options] The last entry is "Change Login Name" + hover description "Allow users to change their Login name when editing their profile." ![login-back-end-options](https://cloud.githubusercontent.com/assets/1217850/18627995/5791ac32-7e5e-11e6-8b18-94a34372c422.png) #### After the PR Users > Manage > [Options] > [User Options] The last entry is "Change Username" + hover description "Allow users to change their Username when editing their profile." ![login-back-end-options-after](https://cloud.githubusercontent.com/assets/1217850/18627998/5799ceb2-7e5e-11e6-9a5e-234dcf2db14e.png) * Update .travis.yml (#12079) * Add vote order check * [a11y] Protostar back to top (#12446) * [a11y] Protostar - back to top link * Oops Andre was right * add anchor for non-js enabled browsers * Added missing com_fields component from last merge * Replace Platform version numbers in libraries/legacy (#12242) * Remove variable declaration (Fix #12619) * Misc. fixes * Test fixes
2016-10-29 20:23:43 +00:00
},
"suggest": {
"ext-mysqli": "To connect to a MySQL database via MySQLi",
"ext-pdo": "To connect to a MySQL, PostgreSQL, or SQLite database via PDO",
"ext-sqlsrv": "To connect to a SQL Server database",
"joomla/archive": "To use the ExportCommand class, install joomla/archive",
"joomla/console": "To use the ExportCommand and ImportCommand classes, install joomla/console",
"joomla/di": "To use the Database ServiceProviderInterface objects, install joomla/di.",
"joomla/filesystem": "To use the ExportCommand and ImportCommand classes, install joomla/filesystem",
2019-12-06 10:56:13 +00:00
"joomla/registry": "To use the Database ServiceProviderInterface objects, install joomla/registry.",
"psr/log": "To use the LoggingMonitor, install psr/log."
},
"type": "joomla-package",
[4.0] Merge staging (#12622) * added show/hide introtext parameter to mod_articles_news * added <?php if (!$params->get('intro_only')) : ?> back again since it might be a B/C setting/parameter * added tabs in code * Update mod_articles_news.xml * Update _item.php * corrected typo from last merge * changed label and description * Add JHtmlBootstrap for front-end editing. Fixes #11562 * Implementing Menu Items modals (New feature) * Wrong class for chosen (#11820) * 3.7.0: Using the new modal_menu field in various core places (#11694) * Using the new modal_menu field in various core places * Simplifying clearField * Simplify conditional * Parenthesis replaced by mdash * Using modal_category field in various core locations * 3.7.0: New Feature=>editor-xtd to insert menu items links in content (#11721) * 3.7.0: New Feature=>editor-xtd to insert menu items links in content * correcting some errors * quoting for sql azure * one more * Changed icon + lang constants * Chosen upgrade. Fixes #11779 Squashed commit of the following: commit 48051c7bf2792fb64cbe10046ada196fc9d233b8 Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 25 14:31:04 2016 +0100 css change only commit 90a89fddf8e70d036b3779022a1477dc632f78ba Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 25 14:28:58 2016 +0100 Revert "css fix thanks @C-Lodder" This reverts commit f7320cfb331e018b179c9356b642dac330f55c22. commit f7320cfb331e018b179c9356b642dac330f55c22 Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 25 14:09:03 2016 +0100 css fix thanks @C-Lodder commit 42c9de38e90c6a1ad48def219b65a0cc77159933 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 18:10:33 2016 +0100 fix permissions commit b8fdd34d3e5678bbe8cd568e1b32ec951ac18421 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 18:07:53 2016 +0100 add minified version of js commit 0ef056d06609cab17b272aa7c37da4b0521199b6 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:59:55 2016 +0100 add documented js hacks commit c68c275bfa9f87f287ac394baa7de65d32565c14 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:48:01 2016 +0100 add comment block commit 983dbf5a561b25aeef9f8d2658edc58e352da780 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:08:47 2016 +0100 rename liszt: chosen: commit 8caad7361bdddc25ae81912892061dd1b04f759f Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:07:47 2016 +0100 Revert "rename liszt: chosen: and add JUI hacks" This reverts commit 86116716d6ff7ba307621de3b0e1fdc8f90bc2b1. commit 86116716d6ff7ba307621de3b0e1fdc8f90bc2b1 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:06:21 2016 +0100 rename liszt: chosen: and add JUI hacks commit 535bea0c37a7bb6667a09fe39e3e99153e3b0bad Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:45:14 2016 +0100 replace chosen: with liszt: commit 2686df5323907e9a394a2a8279a45667ecda89d3 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:43:35 2016 +0100 replace _chosen with _chzn commit 691be65de111d1e6fb25e06a6037981ec13514bd Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:42:49 2016 +0100 replace chosen- with chzn- commit 863b5f9ec87e4702e6c70b5d9c8d705608cb2e5c Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:37:20 2016 +0100 update js with original version commit 537735c2a46513daac39fed29fe32c65e415c859 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:36:19 2016 +0100 remove min js commit e7395625704664bea75cd342757480ba7b6a7b62 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:35:21 2016 +0100 replace chosen- with chzn- commit db8243160065d8f26b606bcfb436dad8e8db929f Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:33:46 2016 +0100 update css file with original version commit 24a955be243ff8a42da38b1c98a07149e7cd86c0 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:29:34 2016 +0100 update sprites commit 4856d5e0be4ad0152dda452b6d0a5669fac1c4b1 Merge: 4ddd833 f10ab35 Author: Brian Teeman <brian@teeman.net> Date: Tue Aug 23 16:23:34 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 4ddd833e3d370ae9accc2ddb57a16e4302eb5981 Merge: b5ffa27 8258906 Author: Brian Teeman <brian@teeman.net> Date: Mon Aug 22 10:30:58 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit b5ffa2745a6e8f32e87963dbe234f25b7882ace5 Merge: 24e6c45 e80e319 Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 21 17:45:45 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 24e6c45f87dd15bb58d4968df31024f1b79dd01f Merge: 962b424 c1b0295 Author: Brian Teeman <brian@teeman.net> Date: Fri Aug 19 21:08:30 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 962b424dc0edaed79581179c769951e4944ff465 Merge: 14f5b1c 4c539c4 Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 18 12:06:49 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 14f5b1caf6a37ad396fab2c860450688f76142a2 Merge: 2baa00b edb70c2 Author: Brian Teeman <brian@teeman.net> Date: Mon Aug 15 10:06:07 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 2baa00b27295ad037e22685e9e3c73097e9ce5d7 Merge: 97d1fb7 f827dfc Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 14 22:38:02 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 97d1fb7fce493acbfccaf1ffde30cd05a5d3f04a Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 14 16:28:13 2016 +0100 Revert "toolbar" This reverts commit 8f995f199efdfe8668c5f6d7f28a733076f89383. commit 8f995f199efdfe8668c5f6d7f28a733076f89383 Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 14 16:27:57 2016 +0100 toolbar * Two search modules on same page: Invalid HTML. (#11229) * Add postfix for unique id ($module->id) * Respect postfixes for unique id in mod_search * Reduce use of JFactory::getConfig() where practical * Allow registering callback functions for the debug console. Fixes #11700 * Allow adding script options without inline JavaScript. Fixes #11671 * Adding "category on fly" functionality when create/edit contact. Fixes #11354 * New method for retrieving the strings from the store. Fixes #11692 * [html5] Hathor administrator template. Fixes #10634 * [Optimize] Generate thumbnail image method to avoid pixelated error in thumbnails. Fixes #7919 * Fix since tag * Normalise Block this User button styling. Fixes #11421 * [html5] System administrator template. Fixes #10638 * URL checking improved in com_wrapper. Fixes #4670 When adding the scheme to an URL use correct scheme (http or https) and port. Checking for "http" or "https" via strstr() in the URL matched also these strings embedded in the URL (e.g. in /static/http/index.html), due to that checks changed to strpos(). * Update en-GB.com_users.ini (#11909) * Templates are in the scope of JDocument. Fixes #10847 * Small review/cleanup in JHtml. Fixes #10771 * Fix form field unit tests. Fixes #11910 Fixes #11413 * Improvements to article modals (with Create Article button). Fixes #11830 * [com_content] - Allow captcha when submit article. Fixes #10976 * Proxy JData to the Framework. Fixes #11588 * [newsfeed modal field] Adds Create News Feed button and other improvements. Fixes #11862 * Allow force refreshing the cache when getting fields in JTable. Fixes #11046 * Allow a custom page title to be defined for an article without a menu item. Fixes #10838 * Code review on com_content component. Fixes #10851 * [category modal field] Adds Create Category button and other improvements. Fixes #11857 * Joomla.JText uses scriptOptions 'joomla.jtext'. Fixes #11690 * Remove legacy frame breaking js code. Fixes #11679 * [contact modal field] Adds Create Contact button and other improvements. Fixes #11858 * Support collection of custom stats in admin stats module. Fixes #10870 * Use intro_image in newsfeed. Fixes #11402 * [com_tags] - Add count and link to tagged items. Fixes #10895 * Allow the vote plugin's position to be configured. Fixes #11375 * Return a 403 status code instead of a 404 for a not accessible category. Fixes #11624 * Add Sort by Modified Date in the Module mod_articles_news (#11128) * Update mod_articles_news.xml At present the sorting by date has the options to sort the articles by Published Up date and Created Date. Adding another sort option to sort the articles by the Modified Date has been added. This addition would be of help to list the articles that are modified recently. * Update en-GB.mod_articles_news.ini Added the following language string that would be used in the xml file of the module mod_articles_news. MOD_ARTICLES_NEWS_FIELD_ORDERING_MODIFIED_DATE="Modified Date" * Update mod_articles_news.xml The value a.modified has been added to the Direction * Cleanup deprecated unused files. Fixes #11762 * Add Polyfill js for legacy browsers (adds events and classlist polyfills). Fixes #11686 * [com_content] Add icons layout. Fixes #10423 * [3.7.x] Fixes issues with the category article view after #11624 (#11943) * Update category.php * Update category.php * Fixing missing getItems in mock JMenu for (routing) unittests. Fixes #11936 * Enable caching of menu data in JMenuSite (#10797) * Enable caching of menu data in JMenuSite * Use a lambda function for the query instead * Add Microseconds to JDate('now') (#11890) * Update date.php * Update date.php * cleaner code * simplify * Update date.php * Router options (#11962) * Router options * switch sentences * [unit tests] Just need to check one microsecond now (3.7.x Branch) (#11966) * Update JHtmlDateTest.php * Update JFactoryTest.php * Fix button classes (#11971) * Fix javascript tests (#11993) * fix javascript tests * typo * change the order to test Joomla.optionsStorage = null * ordering again * Add chosen to module order field (#11992) * remove crap, add chosen * s * New Routing: Fix category routing without menu items * [category item modal field] Apply on more fields for categories. Fixes #11920 * Patch #6712 - FieldCheckbox attribute default (#6794) * Patch 6712 - FieldCheckbox attribute default Checkbox field does not allow defining a value without being checked #6712 * fix code style * Added a clean line Added a clean line befor the if @zero-24 * IS (list views) - Replace html/pagination.php::pagination_list_footer() by JLayouts. Fixes #11246 * Fix no menu item pages giving wrong links (#12020) * Fix routing for non-sef menu items with Modern Routing (#12021) * Phase out JString calls in libraries (#12058) * Admin app - JString -> StringHelper (#12056) * Site app & Plugins - JString -> StringHelper (#12057) * New Feature, Multilanguage: Add the possibility of displaying associations in article info and in articles list. Replaces #11935 (#12042) * Replaces * Modifying to fit Thomas proposal * modifying fetching flags param * adding showon + some * [JAccess] Improve ACL asset preloading performance/memory consumption (#12028) * improve component asset preload speed * Update user.php * Update access.php * Update access.php * Update access.php * Update access.php * not convinced yet, but revert changes in juser * make sure that components are always preloaded * only a logged users (with user id) can be root. * [com_content] - add articles ordering by votes, ratings (#11225) * Add setDocumentTitle() function in JViewLegacy (#11399) * setDocumentTitle() function in JViewLegacy * PHPCS * set new counts too center * fir for #11225 * There is no need for the extra spaces at the end of the line :) * fix typo fixed typo * allow to hide session too in plugin system debug * deprecate keychain for 3.0 * deprecate fof * deprecate fof * Update include.php * deprecate old ciphers * Fix Travis error in keychain (#12157) * fix travis * space * Allow JHtmlDate::relative to set a custom format (#12164) * Updated installation language files. * Fix typo in cache memcached storage (#12150) * div doesn't support type=button (#12131) * JFile - error fix "Cannot pass parameter 2 by reference" (#11952) * Fix of an error "Only variables should be passed by reference" If you pass a string to methods ````append```` or ````write````, you will have an error ````Only variables should be passed by reference```` * Update file.php * Update file.php * Custom calendar is not applied to version history preview and compare dates (#12138) * Custom calendar is not applied to version history preview and compare * simplify code. Thanks Thomas. * Update preview.php * Update compare.php * Update MediaElement.js to 2.23.0 (#11981) * Allow JHtmlDate::relative to set a custom format * Add doc block comment * Proposed onAfterRenderModules event in modules rendering (#10113) * Updated pull request #3105 to latest stage (2016-04-24) inclusive unit test * CS fix * Update JDocumentRendererHtmlModulesTest.php * fix expected value for the unit test in #10113 a unit test was added but failed, this is a fix * Deprecate web router classes * Localise the format for the calendar formfield (#12102) * Localise the format for the calendar formfield * Adding comment * Support all formats * Label - Mass Mail Users v2 (#12084) * Added optional suffix text to Mass Mail Form page (#12078) * Add Unpublished Content Language on Language Package Install (#11867) * initial commit * Update language.php * Update en-GB.lib_joomla.ini * Update en-GB.lib_joomla.ini * ups * Update language.php * Update language.php * Update language.php * change native to $siteLanguageManifest['name'] * allow to install published content languages on install 1 * allow to install published content languages on install 2 * solve remaining issues * cs * fix language names and simplify * cs * improve code and deprecate unneed code * fix title issues (as possible with current xml scenario) * remove non existent metadata values * shoudl not be row, it should be tableLanguage * don't fallback to en-GB native title * tinyMCE use document "scriptoptions", and allow to override tinyMCE Javascript parameters (#11157) * tinymce initialization, use addScriptOptions and tinymce-init.js * Finalize tinymce-init.js * Small improve for code duplication * Allow multiple editors with diferent options * Setup default options for the editor script only once * Minified version of tinymce-init * code style * Improve a bit * Reply to email (#11015) * Reply to email * Reply to email: configuration file chnages resolved * #11015 Reply to email: suggested changes fixed * Media form field bootstrapped with static preview (#10889) * Bootstrap popup with mootols compatibility * restore static preview * 💩 * 😡 * fixes - Delete extra </div> - Move preview under the input field - respect landscape/portrait images * typo * Utilise unionAll element in the select query, previously it was always being ignored. (#10817) Rearrange union > unionAll > order to render a valid query when all these three are used together in a query. Fix return type in method doc blocks. Update test case for the JDatabaseQuery::toString method to test all the element for select query. * Introduce new method isClient($identifier) in JApplicationCms class (#8971) * Introduce new method isClient($identifier) in JApplicationCms class as a substitute for isSite and isAdmin methods. Hence, remove usage of descendant class reference in the JApplication (legacy) and JApplicationCms for better OO structure and support more extensibility. * Added unit tests for JApplicationCms::isClient($identifier); * Fix, null == 0 passes. Avoiding strict check to allow use of '0' or '1' as string as well as integer. * Removed support for integer argument which matched client_id as discussed with @mbabker, thanks. * fix com_finder regression (#12236) * Core.js AJAX method (#11585) * Core.js even listeners * Core.js: method for ajax requests * Code style * Some example and minified version * Core.js even listeners, use IE fallback * Core.js remove even listeners fallback * 370: solving #11225 merge regression (#12238) * 3.7.x: Porting #11225 to beez (#12240) * Move keepalive to external js (#8545) * Keepalive with data attributes * cs * cs * cs empty line * Not seconds ... * object * No double entities We have to use JRoute without xhtml or else the admin keep alive URL get double entities `&amp;amp;?` * From chocolate to vanilla ... Works with vanilla js! Works if onload event is already fired when script is executed. This way the js file can be loaded on render, asyncronous or deferered to after the onload event. Should be cross-browser compatible. * improvements * cs * default options, move to jui folder, asynchronous loading * simple correct to work with new script attributes PR (11289). Adds auto version hash. * update to match #11289 JHtml script behaviour * use __DEPLOY_VERSION__ * cs and simplify * Update behavior.php * Update keepalive.js * Update keepalive.min.js * Update keepalive.js * Update keepalive.min.js * fix conflicts 1 * use new addScriptOptions and Joomla.request methods * fix unit tests * fix last unit test * [menu item modal field] Adds Create Menu Item button and other improvements (3.7.x branch) (#11916) * Update modal.php * Update edit.php * Update view.html.php * Update item_alias.xml * Update default.xml * Update logout.xml * Update mod_login.xml * Update mod_login.xml * Update mod_menu.xml * Update item.php * Update menu.php * Update menu.php * Update en-GB.com_menus.ini * minor cs * corrections * solve no item text issue * New show_info option (hide/show) in com_contact and some minor changes (#8607) * several improvments * lang changes * minor changes * fix conflicts * fix conflicts 2 * revert * fix conflicts final * [3.7.x] Lets use the correct API to get this string translated (com_postinstall) (#12247) * add files joomla * lets make the languagestring checker happy * cs * add missing string (#12246) * fix missing string (#12245) * Deprecate MooTools based helpers (#12268) * Deprecate MooTools based helpers * PHPCS sucks... * fix redirect plugin messages (#12280) * remove dublicate message (#12279) * Allow users to share sessions between apps (#12068) * Allow users to share sessions between apps * Address all metadata related stuff * warning (#12285) merged on review * [3.7.x] Fix Regression #12277: language selector blocked on edit when there are no associations (multilanguage) (#12283) * category edit: check if there are associations * contact edit: check if there are associations * articles edit: check if there are associations * menus edit: check if there are associations * newsfeed edit: check if there are associations * Admin - Simplify instantiation of Registry (#12270) * [j3.7] New Feature Contact editor-xtd plugin (#12252) * New editor-xtd contact plugin * docs * update sql * add contact icon * prevent loading in com_banners where it is useless * Installation sql * correct installation * extra line feed * __DEPLOY_VERSION__ * __DEPLOY_VERSION__ * com_admin script * Update contact.php * Update contact.php * Update contact.php * Update contact.xml * Update en-GB.plg_editors-xtd_contact.sys.ini * Update en-GB.plg_editors-xtd_contact.ini * Update 3.7.0-2016-10-01.sql * Update 3.7.0-2016-10-01.sql * Update 3.7.0-2016-10-01.sql * Routing: Remove IDs from SEF URLs (#11320) Also fixes various bugs in the new router * Run SEF plugin also when SEF URLs are not enabled (#11035) * remove menu button * Update note.xml * string, not array * Redo Isis flat repaint (Closes #11832) (#12319) * Isis flat repaint - Initial commit * Tags field refinement * Fixed field height inconsistency * RTL support added * Minor fixes * Installation flat repaint * Revert install flat repaint * Chzn flat styling separated to chzn-override.less * Missing the in language string * TinyMCE xtd-button close (again, really) and drop jquery (#12324) * drop jquery, fix jModalClose() * classList polyfill not needed here * window.width (seriously?), merge options * use Joomla.extend() * my bad * IE<9 * Add attribs to the script tag, add version to JHtml script methods and deprecate MD5SUM (alternative to 8540) (#11289) * new method to add attrbibs to the script tag * corrections * defaultJsMimes * add deprecated comment * travis * further simplify * remove extra space * forgot to convert mime to type * add UTF-8, ENT_COMPAT to htmlspecialchars (like previous done in all other places) * cs line size fix * better coding * small typo * elseif * deprecate MD5SUM and don't allow two version hashes * add JLog deprected warnings for new method signatures * cs line size * fix conflicts 1 * fix conflicts 2 * refactor JHtml script method signature * deprecate addScriptVersion add options for version and conditional statements * Update head.php * cs * cs fix * Change all self::getMd5Version to static::getMd5Version * has changed * has changed * fix conflicts - part one * fix conflicts * correct unit test * [3.7] Readme updates (#12387) * [languages] Organize and new metadata (Native language and calendar type) (#12036) * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * fix unit tests * add to install.xml in unit tests * correct unit tests * remove extra tab * ident with tabs, not spaces! * installation should have en-GB in name * en-GB ... * correct db jos_languages csv stub also * add missing pkg_en-GB extension to extension stub and correct language extension names * correct sql files * correct sql files * correct sql files * add en-GB, instead of UK, to batch test * correct JTableLanguageTest::testStore * Update install.xml * Update install.xml * same replacements in test stub * Update en-GB.com_languages.ini * correct last unit test * Update en-GB.xml * Update JLanguageTest.php * Update en-GB.xml * Update en-GB.xml * use the new nativeName is exists * Make language flags in backend optional (#12051) * Allow to select none image in language * admin menu module: fall back to a label if no image is selected or image doesn't exist * "Default" buttons in template styles and menuitems list views * remove unneeded variable * Remove empty flag span * Show language code instead of flag in associations tooltip if no image is selected * show language label instead of flag if no images is assigned * Adjust Hathor overrides * Codestyle fixes * Missed contact JHtmlContact::association() * Use a popover for the association tooltips * Taking care of mod_languages * Fix flag preview * show sef in module assignments. * Fixing frontend Associations * Fixing menu assignment modal * a e * a i * a o * a u * a a - javascript * js * Replace uses of JRegistry * Simplify instantiation of Registry objects * [3.7] Isis Flat Repaint - Minor Fixes (#12349) * Removed text shadow * Remove text-shadow * Modal save mouseover fix * Changed to individual removal of text-shadow * sidebar-nav margin fix * Fix hover color on all BS btn * Re-align permissions chzn * Show configured upload limit when uploading files (redo of #11255) (#12396) * * Show configured upload limit when uploading installer package. Otherwise when uploading a larger file than the configured limit, the page reloads without any information about what went wrong. * Show upload limits for file input everywhere. Refactor the calculation part to JUtility class. * Honour template manager configuration to display upload size limit * In Hathor: Honour template manager configuration to display upload size limit * Add deprecated message that in 4.0 the html5 property will be default true (#12430) * Will be replaced by $html5 and the default value will be true. * Update html.php * CodeMirror 5.19 (#12300) * corrections/improvements (#12429) * Fixing notice for non-existing views (#12434) * [3.7.x] Admin login language field fix (#12442) * Admin login lang fix * Admin login lang field alignment * New xtd_contact lang files missing in install.xml (#12452) * Make more use of the autoloader (#12060) * Fix error in mergeHeadData method for html document (#12013) * Extend test for document html links * Fix mergeHeadData method for html document->_links * correct table html errors (#12129) * [users list modal] ismoo parameter need to still exist after form submit (solve #12122) (#12137) * ismoo parameter need to exist after form submit * int * default to 1 * Replaced rand() with mt_rand() projectwide (#12169) * Replaced rand() with mt_rand() projectwide * session package is from the framework so we need to revert that change at this point * fof is an external lib so we need to revert that change at this point * fof is an external lib so we need to revert that change at this point * Use global as default option (#12186) * Solving 12214 Plugin tooltip (#12215) * JLayoutFile wrong type hint (#12231) * JLayoutFile wrong type hint * CS * CS / Review for the editor plugins (#12260) * cs review for the editor plugin * cs * Update image.php * Call to undefined method stdClass::get() * use the warning and error (#12265) * error not notice (#12273) * Remove deprecated function (#12296) * Minor language string change for com_contact (#12339) * Redo Isis flat repaint Installation (Closes #11917) (#12342) * Installation flat repaint - Initial commit * Install flat repaint - Initial commit * Add missing period (#12356) * Change language string (#12364) * Allow loading plugin language strings from extension folder (#12403) * some cs changes after #12396 (#12431) * [3.7.x] Update js polyfills to 3.13.0 (#12513) * Update polyfill.event-uncompressed.js * Update polyfill.event.js * update classlist polyfill * Update polyfill.classlist.js * minor changes * minor changes in doc block * move jquery to template (#12521) * fixing typo in the comment (#12523) Just a small typo in the comment. * Update CREDITS (#12534) * Update CREDITS Removing old content that has been moved to a dedicated page on the Joomla! Documentation and adding a link to new contributors page on GitHub. * Update CREDITS * Updated installation language files * 2fa handeling for mcrypt and openssl (#12497) * handeling for mcrypt and openssl * Language changes suggested bei Brian * Prepare 3.6.4 Stable Release * Mark _autoload function as public and not private. (#12478) * Mark _autoload function public. * whitespace was hanging out * Revert _load to private * issing language strings in frontend lib.joomla.ini (#12468) * forum link to https (#12467) * [a11y] Protostar back to top (#12446) * [a11y] Protostar - back to top link * Oops Andre was right * add anchor for non-js enabled browsers * [3.7.x] Convert installation template to html5 (also move inline scripts to js) (#12444) * convert to html5, use the api for inline scripts * stupid mistake * ok let's remove all that inline js ... * Fix early exit from foreach in JForm::removeGroup (#11856) * Fix early exit from foreach in JForm::removeGroup The method is supposed to remove all instances of <fields> element but it exits the loop on first iteration only. Looks like a quick copy-paste from removeField may have caused this. * Never returns false * keepalive for editing forms (#12163) * Remove retina 2x sprite (#12528) * Set a proper default value for getParams always (#12463) * Correct spelling (#12564) * Remove JFilter mock (#12484) We don't need JFilter hanging out in the JInstaller Adapter tests * Stop allowing failures on PHP 7.1 (#12599) * Improvements in the Associations Edit Workflow (#12344) * changes in model preprocessForm to allow all associations fields to be dumped * adjustement * there is no need to block the language field now * simplify association tab in the templates files * let's make the layout more dynamic * add the js behaviours * solve one of strange bug ... * improvements and allow associations on create * correct language string * render a warning message * solve categoies issue * add new language methods getContentLanguages and getInstalledLanguages * let's now load all content languages, including the unpublished ones * correct label for bug in categories modal field! all other model fields have this * ups correction in js * default pivot is language code * doc blocks corrections * cs * language correction thanks brian * fix conflicts final * When $this->cursor is false, throw an Exception (#12359) A call to pg_result_error_field() when $this->cursor is false from a query failing will result in an error `pg_result_error_field() expects parameter 1 to be resource, boolean given` Try to get a valid error message and throw a JDatabaseExceptionExecuting Exception * Implement a check / notification for an invalid or missing access file (#12608) * Implement a check / notification for an invalid or missing access file * Add language string for invalid or missing access file notification * Add language string for invalid or missing access file notification * Reduce log message as suggested by mbabker * Reduce log message for #12608 as suggested by mbabker * Reduce log message for #12608 as suggested by mbabker * Change string to match actual translation text * Grid within well changed to row-fluid (#11995) * update doc block (#12569) * Folder icons in front end (#12551) * Add folder size to protostar .less * compiled protostar * rename folder value (#12579) * [3.7.x] Regression Hathor modules and users manager (#12412) * Native language (adjustments after 12036 merge) (#12394) * restore native language * remvoe space * correct * simplify * improve code * ups * native language in unit test too * Add detachObserver (#11037) * Add detachObserver Adds ability to detach observers * Simple CS fix * 3.6.4 Sample data: Escape quota in json data (#12501) * [fix] new extensions not installed on already existing packages (#12545) * $menu->params is already a Registry object. (#12557) * Overridden strings in both back-end and front-end (#12576) * [imp] remove hardcoded published column (#12585) * Fix JUri path in language filter plugin (#12600) * Custom fields (#11833) * Update gallery.xml * Update fields.php * Update internal.php * Update field.php * Update dprules.php * Update section.php * Update base.php * Update view.html.php * Update view.html.php * Update render.php * Update modal_article.php * Update sql.php * Update fields.php * Remove commented debug code * Update fields.php * #14 fixed Joomla Coding Standards and added function dock blocks code * #14 fixed Joomla Conding Standards and added function dock blocks * #14 Fixed class dock block mistake * we did not require this any more * #14 fixed Joomla Coding Standards and added function dock block in helper file at back-end * #14 Fixed only Joomla Coding Standards in FieldsHelper file * #14 removed where function, added dock blocks and fixed dock bocks coding standards errors * #14 formatted as the function doc blocks * #14 formatted as the function doc blocks * Check the active menu correct Closes #72 * Move the label field to the options tab Closes #22 * Label has it's own field and must not stay in params Regression from #22 * Backport from Digital-Peak/DPFields#32 * Fix the save and copy action Closes #37 * Store data on reload Closes #76 * Don't add always the All language to the query Closes #38 * Count the items in the category manager from com_fields Closes #61 * Corrected colspan when fields are assigned to a language * #14 fixed conflict * Don't save the All category Closes #19 * Minor language updates * Fix "Show On" tooltip's description The tooltip's description for the 'Show On' field is not showing because it is currently looking for the label. * Don't hardcode com_content.article Closes #80 * Load the types form when the data is an array * Create the links correct for the count item feature Closes #82 * Show the value from com_fields instead of the the users helper Closes #81 * Set the language correct on the fields cache Closes #47 * Removed string conversion error Closes #47 * Changed links to 3.7 * Remove legacy DPFields code * Get data from state correctly * Add joins to the com_fields in search plugin (#83) Add joins to com_fields in the content search plugin * Add new core rule core.edit.value (#75) * Add 'onFieldBeforePrepare' and 'onFieldAfterPrepare' events * Rename "Field Category" to "Field Group" Closes #91 * Add option to disable custom fields per component Closes #87 * Use select box to define the images directory Closes #97 * Truncate correctly Closes #101 * Change description field to plain textarea Closes #94 CLoses #99 * Parameters are more clear and improved comment Adapted change from https://github.com/joomla/joomla-cms/pull/10722/commits/32c9048b88383ba6028743a48517176952d9a574 * onFieldBeforePrepare and onFieldAfterPrepare events now triggered even when custom field value is empty * Cast before access * Create params even when they are empty * Add com_fields menu entries on back end Closes #109 * Extract the context correctly Closes #112 * Add custom fields for contact * Add inline group create Closes #114 * Add simple context mapping Closes #117 * Dont assign a not existing category when a field is saved with no catid * Rename string with group and not category Closes #124 * Category strings should be named Field Groups Closes #126 * Show the fields on the blog listing Closes #108 * Installer crashes somehow Closes #132 * Merge the types set up into JFormField (#104) * Merge field types into JFormFields * Converting the rest of the fields * Merge DP Field Rendering with Joomla Form Fields * Remove the gallery scripts * Rename the interface to JFormDomfieldinterface for auto loading * Add article field as demo how a component can add fields * Removing mustache, will be replaced later with a new parser See #12 for the discussion * Fixing composer setup, reverting to 3.6.x branch * Fixing code style errors Closes #14 * Rename upgrade file to 3.7 * Strip slashes from description Related to #139 * Removing Simplepie from the database installer script Reverts 8381e46758d18c6286fde35c52b1a2a475d7d0df See comments for more information * Show field group description in form Closes #139 * List field changed key to value and value to name Closes #121 * Use the first category as field filter when creating an article Closes #144 * Dont show a user field on the front end Closes #149 * Add always the fields path when adding the custom fields Closes #150 * Added hint (placeholder) option Closes #151 * Correct redirect after checkin action Closes #154 * Check for group access levels when getting the fields (#153) * Consider field group state Closes #155 * Added missing language strings Closes #129 * JArrayHelper => ArrayHelper * reduce model method (#160) * Fixing permission inheritance to edit the value of a field in the form (#157) * Correct path for parameters folder when not in Joomla libraries * Type selection (#162) Closes #134 * Display class attributes (#143) * User home (#161) * Add home parameter to media field * Correct path for paramneters folder when not in Joomla libraries * Fixing code style errors * Add new context for com_contact for contact form fields (#115) * Add new context for com_contact for contact form fields * Prepare the value on com_contact mail * Fixing travis code style errors * Use the correct variable name Closes #163 * Show the all label when no category is assigned Closes #165 * Don't set 0 as default hint when not present Closes #166 * Fix Sniffer Whitespace errors * Fix Sniffer Whitespace errors (#167) * Cleanup field model * Support fields plugins * Add gallery plugin * Moved since tag to 3.7 * Some brushup * Update controller.php * Update field.php * Update fields.php * Update controller.php * Update fields.php * Update internal.php * Update fields.php * Update fields.xml * Update field.php * Update fields.php * Update type.php * Update section.php * Update field.php * Update field.xml * Update filter_fields.xml * Update field.php * Update view.html.php * Update edit.php * Update modal_options.php * Update view.html.php * Update default.php * Update default_batch_body.php * Update modal.php * Update field.xml * Update en-GB.com_fields.sys.ini * Update en-GB.com_fields.ini * Update en-GB.plg_fields_gallery.ini * Update en-GB.plg_fields_gallery.sys.ini * Update en-GB.plg_system_fields.ini * Update en-GB.plg_system_fields.sys.ini * Update modal_article.php * Update controller.php * Update field.php * Update default_custom.php * Update captcha.php * Update editor.php * Update media.php * Update user.php * Update editor.xml * Update media.xml * Update user.xml * Update usergrouplist.xml * Update abstractlist.php * Update domfieldinterface.php * Update field.php * Update email.php * Update file.php * Update imagelist.php * Update sql.php * Update tel.php * Update textarea.php * Update url.php * Update calendar.xml * Update checkboxes.xml * Update imagelist.xml * Update integer.xml * Update list.xml * Update radio.xml * Update sql.xml * Update textarea.xml * Update url.xml * Update gallery.xml * plugin * plugin2 * typo * Change to uft8mb4 * Add new extensions to the script file * Revert merge conflict composer changes * No needed changes * Library form fields should be unaware of com_fields * Default to https * Order the tables correct * Cleanup language strings * Code errors from cleanup * Remove tags support * Add category filter * Display fielg group label when editing a group * Display all fields which are assigned to all languages correct * Don't show fields on categories as it is not ready yet * Update fields.php * Don't transofrm the category name * Correct quote name function used * Revert "Display fielg group label when editing a group" This reverts commit 133133267e88a341cb5634d814a87e06f3e8daf3. * Disable tags on custom field groups * Don't include category state in filter on back end * Remove debug code * CS fix * Shortening the line length * Install SQL files for postgres * Use JDatabaseQuery * Option to show the user custom fields on the front on the contact view * Comment for item_id table column * Remove class for textareas * Fix no menu item pages giving wrong links (#12020) * [plg_system_logout] Load language files only when needed (#11736) * Update logout.php * cs and stuff * Update logout.php * Adding Options Button (#12033) * fix paths (#12032) * Fix routing for non-sef menu items with Modern Routing (#12021) * [com_banners] - publishing time does not honor timezone (#11978) * [com_banners ] - publishing time does not honor timezone * impress only when needed impress only when needed * CS fix cs fix * Order stylesheet attributes the same as link attributes (#12052) * use joomla-projects docker * Phase out JString calls in libraries (#12058) * Admin app - JString -> StringHelper (#12056) * Site app & Plugins - JString -> StringHelper (#12057) * New Feature, Multilanguage: Add the possibility of displaying associations in article info and in articles list. Replaces #11935 (#12042) * Replaces * Modifying to fit Thomas proposal * modifying fetching flags param * adding showon + some * [JAccess] Improve ACL asset preloading performance/memory consumption (#12028) * improve component asset preload speed * Update user.php * Update access.php * Update access.php * Update access.php * Update access.php * not convinced yet, but revert changes in juser * make sure that components are always preloaded * only a logged users (with user id) can be root. * [com_contact] - moved the captchaEnabled var from default to view (#11964) * [com_contact] - moved the captchaEnabled var out of the default.php file to the view.html.php file moved the captchaEnabled var out of the default.php file to the view.html.php file. * moved captchaEnabled to the view moved captchaEnabled to the view * missed var declarationi/initialization missed var $captchaSet declarationi/initialization * Session interaction refactoring (#10905) * Allow lazy starting a session * Defer starting sessions in the installer * Defer starting session in JApplicationCms * Deprecate creating sessions in JFactory * Start restructuring session load sequence in JApplicationCms * Add JSession object to onAfterSessionStart event trigger * Override afterSessionStart for install app to not store the user * Expand the database storage object for better API * Fix session listener declaration * Restructure session bootup and when the session metadata operations run * 3.5 -> 3.6 * Remove option, out of scope * Tweak things so the behavior is closer to current API * Undefined variable * Get store name from session object * Remove this, out of scope * PHPCS fix * Deep rooted application dependencies are my absolute favorite * Move comment, doc blocks, consistent method signature * Again on the consistency, we don't like E_STRICT errors * Nevermind, confused myself with checkSession, carry on... * Until the day the unit tests no longer follow the doc block code styles... * Lost line in merge * One more merge conflict fix * This internal coupling is addressed * Fix query from merge * [com_content] - add articles ordering by votes, ratings (#11225) * Add setDocumentTitle() function in JViewLegacy (#11399) * setDocumentTitle() function in JViewLegacy * PHPCS * JED turned to https (#12076) * JED truned to https JED truned to https Minor fixes on proper use of Joomla! * Update README.txt Same as #12076 * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED and community turned https * JED, community and org turned https * JED and community turned https * JED and community turned https * correct/add quotename (#12070) * Label: Users Options: Login name > Username (#12073) The language label "Change Login Name" is not consistent with the front-end label "Username". This PR changes the language label to "Change Username" and the decription to "Allow users to change their Username when editing their profile." The front-end login screens use the label "Username" Login Component: ![login-component](https://cloud.githubusercontent.com/assets/1217850/18627996/579510ca-7e5e-11e6-9161-6268e9ccb213.png) Login Module: ![login-module](https://cloud.githubusercontent.com/assets/1217850/18627997/579595ae-7e5e-11e6-8920-edf34631a3c7.png) ### Testing Instructions #### Before the PR Users > Manage > [Options] > [User Options] The last entry is "Change Login Name" + hover description "Allow users to change their Login name when editing their profile." ![login-back-end-options](https://cloud.githubusercontent.com/assets/1217850/18627995/5791ac32-7e5e-11e6-8b18-94a34372c422.png) #### After the PR Users > Manage > [Options] > [User Options] The last entry is "Change Username" + hover description "Allow users to change their Username when editing their profile." ![login-back-end-options-after](https://cloud.githubusercontent.com/assets/1217850/18627998/5799ceb2-7e5e-11e6-9a5e-234dcf2db14e.png) * Update .travis.yml (#12079) * Add vote order check * [a11y] Protostar back to top (#12446) * [a11y] Protostar - back to top link * Oops Andre was right * add anchor for non-js enabled browsers * Added missing com_fields component from last merge * Replace Platform version numbers in libraries/legacy (#12242) * Remove variable declaration (Fix #12619) * Misc. fixes * Test fixes
2016-10-29 20:23:43 +00:00
"extra": {
"branch-alias": {
"dev-2.0-dev": "2.0-dev"
[4.0] Merge staging (#12622) * added show/hide introtext parameter to mod_articles_news * added <?php if (!$params->get('intro_only')) : ?> back again since it might be a B/C setting/parameter * added tabs in code * Update mod_articles_news.xml * Update _item.php * corrected typo from last merge * changed label and description * Add JHtmlBootstrap for front-end editing. Fixes #11562 * Implementing Menu Items modals (New feature) * Wrong class for chosen (#11820) * 3.7.0: Using the new modal_menu field in various core places (#11694) * Using the new modal_menu field in various core places * Simplifying clearField * Simplify conditional * Parenthesis replaced by mdash * Using modal_category field in various core locations * 3.7.0: New Feature=>editor-xtd to insert menu items links in content (#11721) * 3.7.0: New Feature=>editor-xtd to insert menu items links in content * correcting some errors * quoting for sql azure * one more * Changed icon + lang constants * Chosen upgrade. Fixes #11779 Squashed commit of the following: commit 48051c7bf2792fb64cbe10046ada196fc9d233b8 Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 25 14:31:04 2016 +0100 css change only commit 90a89fddf8e70d036b3779022a1477dc632f78ba Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 25 14:28:58 2016 +0100 Revert "css fix thanks @C-Lodder" This reverts commit f7320cfb331e018b179c9356b642dac330f55c22. commit f7320cfb331e018b179c9356b642dac330f55c22 Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 25 14:09:03 2016 +0100 css fix thanks @C-Lodder commit 42c9de38e90c6a1ad48def219b65a0cc77159933 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 18:10:33 2016 +0100 fix permissions commit b8fdd34d3e5678bbe8cd568e1b32ec951ac18421 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 18:07:53 2016 +0100 add minified version of js commit 0ef056d06609cab17b272aa7c37da4b0521199b6 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:59:55 2016 +0100 add documented js hacks commit c68c275bfa9f87f287ac394baa7de65d32565c14 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:48:01 2016 +0100 add comment block commit 983dbf5a561b25aeef9f8d2658edc58e352da780 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:08:47 2016 +0100 rename liszt: chosen: commit 8caad7361bdddc25ae81912892061dd1b04f759f Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:07:47 2016 +0100 Revert "rename liszt: chosen: and add JUI hacks" This reverts commit 86116716d6ff7ba307621de3b0e1fdc8f90bc2b1. commit 86116716d6ff7ba307621de3b0e1fdc8f90bc2b1 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:06:21 2016 +0100 rename liszt: chosen: and add JUI hacks commit 535bea0c37a7bb6667a09fe39e3e99153e3b0bad Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:45:14 2016 +0100 replace chosen: with liszt: commit 2686df5323907e9a394a2a8279a45667ecda89d3 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:43:35 2016 +0100 replace _chosen with _chzn commit 691be65de111d1e6fb25e06a6037981ec13514bd Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:42:49 2016 +0100 replace chosen- with chzn- commit 863b5f9ec87e4702e6c70b5d9c8d705608cb2e5c Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:37:20 2016 +0100 update js with original version commit 537735c2a46513daac39fed29fe32c65e415c859 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:36:19 2016 +0100 remove min js commit e7395625704664bea75cd342757480ba7b6a7b62 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:35:21 2016 +0100 replace chosen- with chzn- commit db8243160065d8f26b606bcfb436dad8e8db929f Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:33:46 2016 +0100 update css file with original version commit 24a955be243ff8a42da38b1c98a07149e7cd86c0 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:29:34 2016 +0100 update sprites commit 4856d5e0be4ad0152dda452b6d0a5669fac1c4b1 Merge: 4ddd833 f10ab35 Author: Brian Teeman <brian@teeman.net> Date: Tue Aug 23 16:23:34 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 4ddd833e3d370ae9accc2ddb57a16e4302eb5981 Merge: b5ffa27 8258906 Author: Brian Teeman <brian@teeman.net> Date: Mon Aug 22 10:30:58 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit b5ffa2745a6e8f32e87963dbe234f25b7882ace5 Merge: 24e6c45 e80e319 Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 21 17:45:45 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 24e6c45f87dd15bb58d4968df31024f1b79dd01f Merge: 962b424 c1b0295 Author: Brian Teeman <brian@teeman.net> Date: Fri Aug 19 21:08:30 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 962b424dc0edaed79581179c769951e4944ff465 Merge: 14f5b1c 4c539c4 Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 18 12:06:49 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 14f5b1caf6a37ad396fab2c860450688f76142a2 Merge: 2baa00b edb70c2 Author: Brian Teeman <brian@teeman.net> Date: Mon Aug 15 10:06:07 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 2baa00b27295ad037e22685e9e3c73097e9ce5d7 Merge: 97d1fb7 f827dfc Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 14 22:38:02 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 97d1fb7fce493acbfccaf1ffde30cd05a5d3f04a Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 14 16:28:13 2016 +0100 Revert "toolbar" This reverts commit 8f995f199efdfe8668c5f6d7f28a733076f89383. commit 8f995f199efdfe8668c5f6d7f28a733076f89383 Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 14 16:27:57 2016 +0100 toolbar * Two search modules on same page: Invalid HTML. (#11229) * Add postfix for unique id ($module->id) * Respect postfixes for unique id in mod_search * Reduce use of JFactory::getConfig() where practical * Allow registering callback functions for the debug console. Fixes #11700 * Allow adding script options without inline JavaScript. Fixes #11671 * Adding "category on fly" functionality when create/edit contact. Fixes #11354 * New method for retrieving the strings from the store. Fixes #11692 * [html5] Hathor administrator template. Fixes #10634 * [Optimize] Generate thumbnail image method to avoid pixelated error in thumbnails. Fixes #7919 * Fix since tag * Normalise Block this User button styling. Fixes #11421 * [html5] System administrator template. Fixes #10638 * URL checking improved in com_wrapper. Fixes #4670 When adding the scheme to an URL use correct scheme (http or https) and port. Checking for "http" or "https" via strstr() in the URL matched also these strings embedded in the URL (e.g. in /static/http/index.html), due to that checks changed to strpos(). * Update en-GB.com_users.ini (#11909) * Templates are in the scope of JDocument. Fixes #10847 * Small review/cleanup in JHtml. Fixes #10771 * Fix form field unit tests. Fixes #11910 Fixes #11413 * Improvements to article modals (with Create Article button). Fixes #11830 * [com_content] - Allow captcha when submit article. Fixes #10976 * Proxy JData to the Framework. Fixes #11588 * [newsfeed modal field] Adds Create News Feed button and other improvements. Fixes #11862 * Allow force refreshing the cache when getting fields in JTable. Fixes #11046 * Allow a custom page title to be defined for an article without a menu item. Fixes #10838 * Code review on com_content component. Fixes #10851 * [category modal field] Adds Create Category button and other improvements. Fixes #11857 * Joomla.JText uses scriptOptions 'joomla.jtext'. Fixes #11690 * Remove legacy frame breaking js code. Fixes #11679 * [contact modal field] Adds Create Contact button and other improvements. Fixes #11858 * Support collection of custom stats in admin stats module. Fixes #10870 * Use intro_image in newsfeed. Fixes #11402 * [com_tags] - Add count and link to tagged items. Fixes #10895 * Allow the vote plugin's position to be configured. Fixes #11375 * Return a 403 status code instead of a 404 for a not accessible category. Fixes #11624 * Add Sort by Modified Date in the Module mod_articles_news (#11128) * Update mod_articles_news.xml At present the sorting by date has the options to sort the articles by Published Up date and Created Date. Adding another sort option to sort the articles by the Modified Date has been added. This addition would be of help to list the articles that are modified recently. * Update en-GB.mod_articles_news.ini Added the following language string that would be used in the xml file of the module mod_articles_news. MOD_ARTICLES_NEWS_FIELD_ORDERING_MODIFIED_DATE="Modified Date" * Update mod_articles_news.xml The value a.modified has been added to the Direction * Cleanup deprecated unused files. Fixes #11762 * Add Polyfill js for legacy browsers (adds events and classlist polyfills). Fixes #11686 * [com_content] Add icons layout. Fixes #10423 * [3.7.x] Fixes issues with the category article view after #11624 (#11943) * Update category.php * Update category.php * Fixing missing getItems in mock JMenu for (routing) unittests. Fixes #11936 * Enable caching of menu data in JMenuSite (#10797) * Enable caching of menu data in JMenuSite * Use a lambda function for the query instead * Add Microseconds to JDate('now') (#11890) * Update date.php * Update date.php * cleaner code * simplify * Update date.php * Router options (#11962) * Router options * switch sentences * [unit tests] Just need to check one microsecond now (3.7.x Branch) (#11966) * Update JHtmlDateTest.php * Update JFactoryTest.php * Fix button classes (#11971) * Fix javascript tests (#11993) * fix javascript tests * typo * change the order to test Joomla.optionsStorage = null * ordering again * Add chosen to module order field (#11992) * remove crap, add chosen * s * New Routing: Fix category routing without menu items * [category item modal field] Apply on more fields for categories. Fixes #11920 * Patch #6712 - FieldCheckbox attribute default (#6794) * Patch 6712 - FieldCheckbox attribute default Checkbox field does not allow defining a value without being checked #6712 * fix code style * Added a clean line Added a clean line befor the if @zero-24 * IS (list views) - Replace html/pagination.php::pagination_list_footer() by JLayouts. Fixes #11246 * Fix no menu item pages giving wrong links (#12020) * Fix routing for non-sef menu items with Modern Routing (#12021) * Phase out JString calls in libraries (#12058) * Admin app - JString -> StringHelper (#12056) * Site app & Plugins - JString -> StringHelper (#12057) * New Feature, Multilanguage: Add the possibility of displaying associations in article info and in articles list. Replaces #11935 (#12042) * Replaces * Modifying to fit Thomas proposal * modifying fetching flags param * adding showon + some * [JAccess] Improve ACL asset preloading performance/memory consumption (#12028) * improve component asset preload speed * Update user.php * Update access.php * Update access.php * Update access.php * Update access.php * not convinced yet, but revert changes in juser * make sure that components are always preloaded * only a logged users (with user id) can be root. * [com_content] - add articles ordering by votes, ratings (#11225) * Add setDocumentTitle() function in JViewLegacy (#11399) * setDocumentTitle() function in JViewLegacy * PHPCS * set new counts too center * fir for #11225 * There is no need for the extra spaces at the end of the line :) * fix typo fixed typo * allow to hide session too in plugin system debug * deprecate keychain for 3.0 * deprecate fof * deprecate fof * Update include.php * deprecate old ciphers * Fix Travis error in keychain (#12157) * fix travis * space * Allow JHtmlDate::relative to set a custom format (#12164) * Updated installation language files. * Fix typo in cache memcached storage (#12150) * div doesn't support type=button (#12131) * JFile - error fix "Cannot pass parameter 2 by reference" (#11952) * Fix of an error "Only variables should be passed by reference" If you pass a string to methods ````append```` or ````write````, you will have an error ````Only variables should be passed by reference```` * Update file.php * Update file.php * Custom calendar is not applied to version history preview and compare dates (#12138) * Custom calendar is not applied to version history preview and compare * simplify code. Thanks Thomas. * Update preview.php * Update compare.php * Update MediaElement.js to 2.23.0 (#11981) * Allow JHtmlDate::relative to set a custom format * Add doc block comment * Proposed onAfterRenderModules event in modules rendering (#10113) * Updated pull request #3105 to latest stage (2016-04-24) inclusive unit test * CS fix * Update JDocumentRendererHtmlModulesTest.php * fix expected value for the unit test in #10113 a unit test was added but failed, this is a fix * Deprecate web router classes * Localise the format for the calendar formfield (#12102) * Localise the format for the calendar formfield * Adding comment * Support all formats * Label - Mass Mail Users v2 (#12084) * Added optional suffix text to Mass Mail Form page (#12078) * Add Unpublished Content Language on Language Package Install (#11867) * initial commit * Update language.php * Update en-GB.lib_joomla.ini * Update en-GB.lib_joomla.ini * ups * Update language.php * Update language.php * Update language.php * change native to $siteLanguageManifest['name'] * allow to install published content languages on install 1 * allow to install published content languages on install 2 * solve remaining issues * cs * fix language names and simplify * cs * improve code and deprecate unneed code * fix title issues (as possible with current xml scenario) * remove non existent metadata values * shoudl not be row, it should be tableLanguage * don't fallback to en-GB native title * tinyMCE use document "scriptoptions", and allow to override tinyMCE Javascript parameters (#11157) * tinymce initialization, use addScriptOptions and tinymce-init.js * Finalize tinymce-init.js * Small improve for code duplication * Allow multiple editors with diferent options * Setup default options for the editor script only once * Minified version of tinymce-init * code style * Improve a bit * Reply to email (#11015) * Reply to email * Reply to email: configuration file chnages resolved * #11015 Reply to email: suggested changes fixed * Media form field bootstrapped with static preview (#10889) * Bootstrap popup with mootols compatibility * restore static preview * 💩 * 😡 * fixes - Delete extra </div> - Move preview under the input field - respect landscape/portrait images * typo * Utilise unionAll element in the select query, previously it was always being ignored. (#10817) Rearrange union > unionAll > order to render a valid query when all these three are used together in a query. Fix return type in method doc blocks. Update test case for the JDatabaseQuery::toString method to test all the element for select query. * Introduce new method isClient($identifier) in JApplicationCms class (#8971) * Introduce new method isClient($identifier) in JApplicationCms class as a substitute for isSite and isAdmin methods. Hence, remove usage of descendant class reference in the JApplication (legacy) and JApplicationCms for better OO structure and support more extensibility. * Added unit tests for JApplicationCms::isClient($identifier); * Fix, null == 0 passes. Avoiding strict check to allow use of '0' or '1' as string as well as integer. * Removed support for integer argument which matched client_id as discussed with @mbabker, thanks. * fix com_finder regression (#12236) * Core.js AJAX method (#11585) * Core.js even listeners * Core.js: method for ajax requests * Code style * Some example and minified version * Core.js even listeners, use IE fallback * Core.js remove even listeners fallback * 370: solving #11225 merge regression (#12238) * 3.7.x: Porting #11225 to beez (#12240) * Move keepalive to external js (#8545) * Keepalive with data attributes * cs * cs * cs empty line * Not seconds ... * object * No double entities We have to use JRoute without xhtml or else the admin keep alive URL get double entities `&amp;amp;?` * From chocolate to vanilla ... Works with vanilla js! Works if onload event is already fired when script is executed. This way the js file can be loaded on render, asyncronous or deferered to after the onload event. Should be cross-browser compatible. * improvements * cs * default options, move to jui folder, asynchronous loading * simple correct to work with new script attributes PR (11289). Adds auto version hash. * update to match #11289 JHtml script behaviour * use __DEPLOY_VERSION__ * cs and simplify * Update behavior.php * Update keepalive.js * Update keepalive.min.js * Update keepalive.js * Update keepalive.min.js * fix conflicts 1 * use new addScriptOptions and Joomla.request methods * fix unit tests * fix last unit test * [menu item modal field] Adds Create Menu Item button and other improvements (3.7.x branch) (#11916) * Update modal.php * Update edit.php * Update view.html.php * Update item_alias.xml * Update default.xml * Update logout.xml * Update mod_login.xml * Update mod_login.xml * Update mod_menu.xml * Update item.php * Update menu.php * Update menu.php * Update en-GB.com_menus.ini * minor cs * corrections * solve no item text issue * New show_info option (hide/show) in com_contact and some minor changes (#8607) * several improvments * lang changes * minor changes * fix conflicts * fix conflicts 2 * revert * fix conflicts final * [3.7.x] Lets use the correct API to get this string translated (com_postinstall) (#12247) * add files joomla * lets make the languagestring checker happy * cs * add missing string (#12246) * fix missing string (#12245) * Deprecate MooTools based helpers (#12268) * Deprecate MooTools based helpers * PHPCS sucks... * fix redirect plugin messages (#12280) * remove dublicate message (#12279) * Allow users to share sessions between apps (#12068) * Allow users to share sessions between apps * Address all metadata related stuff * warning (#12285) merged on review * [3.7.x] Fix Regression #12277: language selector blocked on edit when there are no associations (multilanguage) (#12283) * category edit: check if there are associations * contact edit: check if there are associations * articles edit: check if there are associations * menus edit: check if there are associations * newsfeed edit: check if there are associations * Admin - Simplify instantiation of Registry (#12270) * [j3.7] New Feature Contact editor-xtd plugin (#12252) * New editor-xtd contact plugin * docs * update sql * add contact icon * prevent loading in com_banners where it is useless * Installation sql * correct installation * extra line feed * __DEPLOY_VERSION__ * __DEPLOY_VERSION__ * com_admin script * Update contact.php * Update contact.php * Update contact.php * Update contact.xml * Update en-GB.plg_editors-xtd_contact.sys.ini * Update en-GB.plg_editors-xtd_contact.ini * Update 3.7.0-2016-10-01.sql * Update 3.7.0-2016-10-01.sql * Update 3.7.0-2016-10-01.sql * Routing: Remove IDs from SEF URLs (#11320) Also fixes various bugs in the new router * Run SEF plugin also when SEF URLs are not enabled (#11035) * remove menu button * Update note.xml * string, not array * Redo Isis flat repaint (Closes #11832) (#12319) * Isis flat repaint - Initial commit * Tags field refinement * Fixed field height inconsistency * RTL support added * Minor fixes * Installation flat repaint * Revert install flat repaint * Chzn flat styling separated to chzn-override.less * Missing the in language string * TinyMCE xtd-button close (again, really) and drop jquery (#12324) * drop jquery, fix jModalClose() * classList polyfill not needed here * window.width (seriously?), merge options * use Joomla.extend() * my bad * IE<9 * Add attribs to the script tag, add version to JHtml script methods and deprecate MD5SUM (alternative to 8540) (#11289) * new method to add attrbibs to the script tag * corrections * defaultJsMimes * add deprecated comment * travis * further simplify * remove extra space * forgot to convert mime to type * add UTF-8, ENT_COMPAT to htmlspecialchars (like previous done in all other places) * cs line size fix * better coding * small typo * elseif * deprecate MD5SUM and don't allow two version hashes * add JLog deprected warnings for new method signatures * cs line size * fix conflicts 1 * fix conflicts 2 * refactor JHtml script method signature * deprecate addScriptVersion add options for version and conditional statements * Update head.php * cs * cs fix * Change all self::getMd5Version to static::getMd5Version * has changed * has changed * fix conflicts - part one * fix conflicts * correct unit test * [3.7] Readme updates (#12387) * [languages] Organize and new metadata (Native language and calendar type) (#12036) * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * fix unit tests * add to install.xml in unit tests * correct unit tests * remove extra tab * ident with tabs, not spaces! * installation should have en-GB in name * en-GB ... * correct db jos_languages csv stub also * add missing pkg_en-GB extension to extension stub and correct language extension names * correct sql files * correct sql files * correct sql files * add en-GB, instead of UK, to batch test * correct JTableLanguageTest::testStore * Update install.xml * Update install.xml * same replacements in test stub * Update en-GB.com_languages.ini * correct last unit test * Update en-GB.xml * Update JLanguageTest.php * Update en-GB.xml * Update en-GB.xml * use the new nativeName is exists * Make language flags in backend optional (#12051) * Allow to select none image in language * admin menu module: fall back to a label if no image is selected or image doesn't exist * "Default" buttons in template styles and menuitems list views * remove unneeded variable * Remove empty flag span * Show language code instead of flag in associations tooltip if no image is selected * show language label instead of flag if no images is assigned * Adjust Hathor overrides * Codestyle fixes * Missed contact JHtmlContact::association() * Use a popover for the association tooltips * Taking care of mod_languages * Fix flag preview * show sef in module assignments. * Fixing frontend Associations * Fixing menu assignment modal * a e * a i * a o * a u * a a - javascript * js * Replace uses of JRegistry * Simplify instantiation of Registry objects * [3.7] Isis Flat Repaint - Minor Fixes (#12349) * Removed text shadow * Remove text-shadow * Modal save mouseover fix * Changed to individual removal of text-shadow * sidebar-nav margin fix * Fix hover color on all BS btn * Re-align permissions chzn * Show configured upload limit when uploading files (redo of #11255) (#12396) * * Show configured upload limit when uploading installer package. Otherwise when uploading a larger file than the configured limit, the page reloads without any information about what went wrong. * Show upload limits for file input everywhere. Refactor the calculation part to JUtility class. * Honour template manager configuration to display upload size limit * In Hathor: Honour template manager configuration to display upload size limit * Add deprecated message that in 4.0 the html5 property will be default true (#12430) * Will be replaced by $html5 and the default value will be true. * Update html.php * CodeMirror 5.19 (#12300) * corrections/improvements (#12429) * Fixing notice for non-existing views (#12434) * [3.7.x] Admin login language field fix (#12442) * Admin login lang fix * Admin login lang field alignment * New xtd_contact lang files missing in install.xml (#12452) * Make more use of the autoloader (#12060) * Fix error in mergeHeadData method for html document (#12013) * Extend test for document html links * Fix mergeHeadData method for html document->_links * correct table html errors (#12129) * [users list modal] ismoo parameter need to still exist after form submit (solve #12122) (#12137) * ismoo parameter need to exist after form submit * int * default to 1 * Replaced rand() with mt_rand() projectwide (#12169) * Replaced rand() with mt_rand() projectwide * session package is from the framework so we need to revert that change at this point * fof is an external lib so we need to revert that change at this point * fof is an external lib so we need to revert that change at this point * Use global as default option (#12186) * Solving 12214 Plugin tooltip (#12215) * JLayoutFile wrong type hint (#12231) * JLayoutFile wrong type hint * CS * CS / Review for the editor plugins (#12260) * cs review for the editor plugin * cs * Update image.php * Call to undefined method stdClass::get() * use the warning and error (#12265) * error not notice (#12273) * Remove deprecated function (#12296) * Minor language string change for com_contact (#12339) * Redo Isis flat repaint Installation (Closes #11917) (#12342) * Installation flat repaint - Initial commit * Install flat repaint - Initial commit * Add missing period (#12356) * Change language string (#12364) * Allow loading plugin language strings from extension folder (#12403) * some cs changes after #12396 (#12431) * [3.7.x] Update js polyfills to 3.13.0 (#12513) * Update polyfill.event-uncompressed.js * Update polyfill.event.js * update classlist polyfill * Update polyfill.classlist.js * minor changes * minor changes in doc block * move jquery to template (#12521) * fixing typo in the comment (#12523) Just a small typo in the comment. * Update CREDITS (#12534) * Update CREDITS Removing old content that has been moved to a dedicated page on the Joomla! Documentation and adding a link to new contributors page on GitHub. * Update CREDITS * Updated installation language files * 2fa handeling for mcrypt and openssl (#12497) * handeling for mcrypt and openssl * Language changes suggested bei Brian * Prepare 3.6.4 Stable Release * Mark _autoload function as public and not private. (#12478) * Mark _autoload function public. * whitespace was hanging out * Revert _load to private * issing language strings in frontend lib.joomla.ini (#12468) * forum link to https (#12467) * [a11y] Protostar back to top (#12446) * [a11y] Protostar - back to top link * Oops Andre was right * add anchor for non-js enabled browsers * [3.7.x] Convert installation template to html5 (also move inline scripts to js) (#12444) * convert to html5, use the api for inline scripts * stupid mistake * ok let's remove all that inline js ... * Fix early exit from foreach in JForm::removeGroup (#11856) * Fix early exit from foreach in JForm::removeGroup The method is supposed to remove all instances of <fields> element but it exits the loop on first iteration only. Looks like a quick copy-paste from removeField may have caused this. * Never returns false * keepalive for editing forms (#12163) * Remove retina 2x sprite (#12528) * Set a proper default value for getParams always (#12463) * Correct spelling (#12564) * Remove JFilter mock (#12484) We don't need JFilter hanging out in the JInstaller Adapter tests * Stop allowing failures on PHP 7.1 (#12599) * Improvements in the Associations Edit Workflow (#12344) * changes in model preprocessForm to allow all associations fields to be dumped * adjustement * there is no need to block the language field now * simplify association tab in the templates files * let's make the layout more dynamic * add the js behaviours * solve one of strange bug ... * improvements and allow associations on create * correct language string * render a warning message * solve categoies issue * add new language methods getContentLanguages and getInstalledLanguages * let's now load all content languages, including the unpublished ones * correct label for bug in categories modal field! all other model fields have this * ups correction in js * default pivot is language code * doc blocks corrections * cs * language correction thanks brian * fix conflicts final * When $this->cursor is false, throw an Exception (#12359) A call to pg_result_error_field() when $this->cursor is false from a query failing will result in an error `pg_result_error_field() expects parameter 1 to be resource, boolean given` Try to get a valid error message and throw a JDatabaseExceptionExecuting Exception * Implement a check / notification for an invalid or missing access file (#12608) * Implement a check / notification for an invalid or missing access file * Add language string for invalid or missing access file notification * Add language string for invalid or missing access file notification * Reduce log message as suggested by mbabker * Reduce log message for #12608 as suggested by mbabker * Reduce log message for #12608 as suggested by mbabker * Change string to match actual translation text * Grid within well changed to row-fluid (#11995) * update doc block (#12569) * Folder icons in front end (#12551) * Add folder size to protostar .less * compiled protostar * rename folder value (#12579) * [3.7.x] Regression Hathor modules and users manager (#12412) * Native language (adjustments after 12036 merge) (#12394) * restore native language * remvoe space * correct * simplify * improve code * ups * native language in unit test too * Add detachObserver (#11037) * Add detachObserver Adds ability to detach observers * Simple CS fix * 3.6.4 Sample data: Escape quota in json data (#12501) * [fix] new extensions not installed on already existing packages (#12545) * $menu->params is already a Registry object. (#12557) * Overridden strings in both back-end and front-end (#12576) * [imp] remove hardcoded published column (#12585) * Fix JUri path in language filter plugin (#12600) * Custom fields (#11833) * Update gallery.xml * Update fields.php * Update internal.php * Update field.php * Update dprules.php * Update section.php * Update base.php * Update view.html.php * Update view.html.php * Update render.php * Update modal_article.php * Update sql.php * Update fields.php * Remove commented debug code * Update fields.php * #14 fixed Joomla Coding Standards and added function dock blocks code * #14 fixed Joomla Conding Standards and added function dock blocks * #14 Fixed class dock block mistake * we did not require this any more * #14 fixed Joomla Coding Standards and added function dock block in helper file at back-end * #14 Fixed only Joomla Coding Standards in FieldsHelper file * #14 removed where function, added dock blocks and fixed dock bocks coding standards errors * #14 formatted as the function doc blocks * #14 formatted as the function doc blocks * Check the active menu correct Closes #72 * Move the label field to the options tab Closes #22 * Label has it's own field and must not stay in params Regression from #22 * Backport from Digital-Peak/DPFields#32 * Fix the save and copy action Closes #37 * Store data on reload Closes #76 * Don't add always the All language to the query Closes #38 * Count the items in the category manager from com_fields Closes #61 * Corrected colspan when fields are assigned to a language * #14 fixed conflict * Don't save the All category Closes #19 * Minor language updates * Fix "Show On" tooltip's description The tooltip's description for the 'Show On' field is not showing because it is currently looking for the label. * Don't hardcode com_content.article Closes #80 * Load the types form when the data is an array * Create the links correct for the count item feature Closes #82 * Show the value from com_fields instead of the the users helper Closes #81 * Set the language correct on the fields cache Closes #47 * Removed string conversion error Closes #47 * Changed links to 3.7 * Remove legacy DPFields code * Get data from state correctly * Add joins to the com_fields in search plugin (#83) Add joins to com_fields in the content search plugin * Add new core rule core.edit.value (#75) * Add 'onFieldBeforePrepare' and 'onFieldAfterPrepare' events * Rename "Field Category" to "Field Group" Closes #91 * Add option to disable custom fields per component Closes #87 * Use select box to define the images directory Closes #97 * Truncate correctly Closes #101 * Change description field to plain textarea Closes #94 CLoses #99 * Parameters are more clear and improved comment Adapted change from https://github.com/joomla/joomla-cms/pull/10722/commits/32c9048b88383ba6028743a48517176952d9a574 * onFieldBeforePrepare and onFieldAfterPrepare events now triggered even when custom field value is empty * Cast before access * Create params even when they are empty * Add com_fields menu entries on back end Closes #109 * Extract the context correctly Closes #112 * Add custom fields for contact * Add inline group create Closes #114 * Add simple context mapping Closes #117 * Dont assign a not existing category when a field is saved with no catid * Rename string with group and not category Closes #124 * Category strings should be named Field Groups Closes #126 * Show the fields on the blog listing Closes #108 * Installer crashes somehow Closes #132 * Merge the types set up into JFormField (#104) * Merge field types into JFormFields * Converting the rest of the fields * Merge DP Field Rendering with Joomla Form Fields * Remove the gallery scripts * Rename the interface to JFormDomfieldinterface for auto loading * Add article field as demo how a component can add fields * Removing mustache, will be replaced later with a new parser See #12 for the discussion * Fixing composer setup, reverting to 3.6.x branch * Fixing code style errors Closes #14 * Rename upgrade file to 3.7 * Strip slashes from description Related to #139 * Removing Simplepie from the database installer script Reverts 8381e46758d18c6286fde35c52b1a2a475d7d0df See comments for more information * Show field group description in form Closes #139 * List field changed key to value and value to name Closes #121 * Use the first category as field filter when creating an article Closes #144 * Dont show a user field on the front end Closes #149 * Add always the fields path when adding the custom fields Closes #150 * Added hint (placeholder) option Closes #151 * Correct redirect after checkin action Closes #154 * Check for group access levels when getting the fields (#153) * Consider field group state Closes #155 * Added missing language strings Closes #129 * JArrayHelper => ArrayHelper * reduce model method (#160) * Fixing permission inheritance to edit the value of a field in the form (#157) * Correct path for parameters folder when not in Joomla libraries * Type selection (#162) Closes #134 * Display class attributes (#143) * User home (#161) * Add home parameter to media field * Correct path for paramneters folder when not in Joomla libraries * Fixing code style errors * Add new context for com_contact for contact form fields (#115) * Add new context for com_contact for contact form fields * Prepare the value on com_contact mail * Fixing travis code style errors * Use the correct variable name Closes #163 * Show the all label when no category is assigned Closes #165 * Don't set 0 as default hint when not present Closes #166 * Fix Sniffer Whitespace errors * Fix Sniffer Whitespace errors (#167) * Cleanup field model * Support fields plugins * Add gallery plugin * Moved since tag to 3.7 * Some brushup * Update controller.php * Update field.php * Update fields.php * Update controller.php * Update fields.php * Update internal.php * Update fields.php * Update fields.xml * Update field.php * Update fields.php * Update type.php * Update section.php * Update field.php * Update field.xml * Update filter_fields.xml * Update field.php * Update view.html.php * Update edit.php * Update modal_options.php * Update view.html.php * Update default.php * Update default_batch_body.php * Update modal.php * Update field.xml * Update en-GB.com_fields.sys.ini * Update en-GB.com_fields.ini * Update en-GB.plg_fields_gallery.ini * Update en-GB.plg_fields_gallery.sys.ini * Update en-GB.plg_system_fields.ini * Update en-GB.plg_system_fields.sys.ini * Update modal_article.php * Update controller.php * Update field.php * Update default_custom.php * Update captcha.php * Update editor.php * Update media.php * Update user.php * Update editor.xml * Update media.xml * Update user.xml * Update usergrouplist.xml * Update abstractlist.php * Update domfieldinterface.php * Update field.php * Update email.php * Update file.php * Update imagelist.php * Update sql.php * Update tel.php * Update textarea.php * Update url.php * Update calendar.xml * Update checkboxes.xml * Update imagelist.xml * Update integer.xml * Update list.xml * Update radio.xml * Update sql.xml * Update textarea.xml * Update url.xml * Update gallery.xml * plugin * plugin2 * typo * Change to uft8mb4 * Add new extensions to the script file * Revert merge conflict composer changes * No needed changes * Library form fields should be unaware of com_fields * Default to https * Order the tables correct * Cleanup language strings * Code errors from cleanup * Remove tags support * Add category filter * Display fielg group label when editing a group * Display all fields which are assigned to all languages correct * Don't show fields on categories as it is not ready yet * Update fields.php * Don't transofrm the category name * Correct quote name function used * Revert "Display fielg group label when editing a group" This reverts commit 133133267e88a341cb5634d814a87e06f3e8daf3. * Disable tags on custom field groups * Don't include category state in filter on back end * Remove debug code * CS fix * Shortening the line length * Install SQL files for postgres * Use JDatabaseQuery * Option to show the user custom fields on the front on the contact view * Comment for item_id table column * Remove class for textareas * Fix no menu item pages giving wrong links (#12020) * [plg_system_logout] Load language files only when needed (#11736) * Update logout.php * cs and stuff * Update logout.php * Adding Options Button (#12033) * fix paths (#12032) * Fix routing for non-sef menu items with Modern Routing (#12021) * [com_banners] - publishing time does not honor timezone (#11978) * [com_banners ] - publishing time does not honor timezone * impress only when needed impress only when needed * CS fix cs fix * Order stylesheet attributes the same as link attributes (#12052) * use joomla-projects docker * Phase out JString calls in libraries (#12058) * Admin app - JString -> StringHelper (#12056) * Site app & Plugins - JString -> StringHelper (#12057) * New Feature, Multilanguage: Add the possibility of displaying associations in article info and in articles list. Replaces #11935 (#12042) * Replaces * Modifying to fit Thomas proposal * modifying fetching flags param * adding showon + some * [JAccess] Improve ACL asset preloading performance/memory consumption (#12028) * improve component asset preload speed * Update user.php * Update access.php * Update access.php * Update access.php * Update access.php * not convinced yet, but revert changes in juser * make sure that components are always preloaded * only a logged users (with user id) can be root. * [com_contact] - moved the captchaEnabled var from default to view (#11964) * [com_contact] - moved the captchaEnabled var out of the default.php file to the view.html.php file moved the captchaEnabled var out of the default.php file to the view.html.php file. * moved captchaEnabled to the view moved captchaEnabled to the view * missed var declarationi/initialization missed var $captchaSet declarationi/initialization * Session interaction refactoring (#10905) * Allow lazy starting a session * Defer starting sessions in the installer * Defer starting session in JApplicationCms * Deprecate creating sessions in JFactory * Start restructuring session load sequence in JApplicationCms * Add JSession object to onAfterSessionStart event trigger * Override afterSessionStart for install app to not store the user * Expand the database storage object for better API * Fix session listener declaration * Restructure session bootup and when the session metadata operations run * 3.5 -> 3.6 * Remove option, out of scope * Tweak things so the behavior is closer to current API * Undefined variable * Get store name from session object * Remove this, out of scope * PHPCS fix * Deep rooted application dependencies are my absolute favorite * Move comment, doc blocks, consistent method signature * Again on the consistency, we don't like E_STRICT errors * Nevermind, confused myself with checkSession, carry on... * Until the day the unit tests no longer follow the doc block code styles... * Lost line in merge * One more merge conflict fix * This internal coupling is addressed * Fix query from merge * [com_content] - add articles ordering by votes, ratings (#11225) * Add setDocumentTitle() function in JViewLegacy (#11399) * setDocumentTitle() function in JViewLegacy * PHPCS * JED turned to https (#12076) * JED truned to https JED truned to https Minor fixes on proper use of Joomla! * Update README.txt Same as #12076 * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED and community turned https * JED, community and org turned https * JED and community turned https * JED and community turned https * correct/add quotename (#12070) * Label: Users Options: Login name > Username (#12073) The language label "Change Login Name" is not consistent with the front-end label "Username". This PR changes the language label to "Change Username" and the decription to "Allow users to change their Username when editing their profile." The front-end login screens use the label "Username" Login Component: ![login-component](https://cloud.githubusercontent.com/assets/1217850/18627996/579510ca-7e5e-11e6-9161-6268e9ccb213.png) Login Module: ![login-module](https://cloud.githubusercontent.com/assets/1217850/18627997/579595ae-7e5e-11e6-8920-edf34631a3c7.png) ### Testing Instructions #### Before the PR Users > Manage > [Options] > [User Options] The last entry is "Change Login Name" + hover description "Allow users to change their Login name when editing their profile." ![login-back-end-options](https://cloud.githubusercontent.com/assets/1217850/18627995/5791ac32-7e5e-11e6-8b18-94a34372c422.png) #### After the PR Users > Manage > [Options] > [User Options] The last entry is "Change Username" + hover description "Allow users to change their Username when editing their profile." ![login-back-end-options-after](https://cloud.githubusercontent.com/assets/1217850/18627998/5799ceb2-7e5e-11e6-9a5e-234dcf2db14e.png) * Update .travis.yml (#12079) * Add vote order check * [a11y] Protostar back to top (#12446) * [a11y] Protostar - back to top link * Oops Andre was right * add anchor for non-js enabled browsers * Added missing com_fields component from last merge * Replace Platform version numbers in libraries/legacy (#12242) * Remove variable declaration (Fix #12619) * Misc. fixes * Test fixes
2016-10-29 20:23:43 +00:00
}
},
"autoload": {
"psr-4": {
"Joomla\\Database\\": "src/"
[4.0] Merge staging (#12622) * added show/hide introtext parameter to mod_articles_news * added <?php if (!$params->get('intro_only')) : ?> back again since it might be a B/C setting/parameter * added tabs in code * Update mod_articles_news.xml * Update _item.php * corrected typo from last merge * changed label and description * Add JHtmlBootstrap for front-end editing. Fixes #11562 * Implementing Menu Items modals (New feature) * Wrong class for chosen (#11820) * 3.7.0: Using the new modal_menu field in various core places (#11694) * Using the new modal_menu field in various core places * Simplifying clearField * Simplify conditional * Parenthesis replaced by mdash * Using modal_category field in various core locations * 3.7.0: New Feature=>editor-xtd to insert menu items links in content (#11721) * 3.7.0: New Feature=>editor-xtd to insert menu items links in content * correcting some errors * quoting for sql azure * one more * Changed icon + lang constants * Chosen upgrade. Fixes #11779 Squashed commit of the following: commit 48051c7bf2792fb64cbe10046ada196fc9d233b8 Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 25 14:31:04 2016 +0100 css change only commit 90a89fddf8e70d036b3779022a1477dc632f78ba Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 25 14:28:58 2016 +0100 Revert "css fix thanks @C-Lodder" This reverts commit f7320cfb331e018b179c9356b642dac330f55c22. commit f7320cfb331e018b179c9356b642dac330f55c22 Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 25 14:09:03 2016 +0100 css fix thanks @C-Lodder commit 42c9de38e90c6a1ad48def219b65a0cc77159933 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 18:10:33 2016 +0100 fix permissions commit b8fdd34d3e5678bbe8cd568e1b32ec951ac18421 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 18:07:53 2016 +0100 add minified version of js commit 0ef056d06609cab17b272aa7c37da4b0521199b6 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:59:55 2016 +0100 add documented js hacks commit c68c275bfa9f87f287ac394baa7de65d32565c14 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:48:01 2016 +0100 add comment block commit 983dbf5a561b25aeef9f8d2658edc58e352da780 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:08:47 2016 +0100 rename liszt: chosen: commit 8caad7361bdddc25ae81912892061dd1b04f759f Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:07:47 2016 +0100 Revert "rename liszt: chosen: and add JUI hacks" This reverts commit 86116716d6ff7ba307621de3b0e1fdc8f90bc2b1. commit 86116716d6ff7ba307621de3b0e1fdc8f90bc2b1 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:06:21 2016 +0100 rename liszt: chosen: and add JUI hacks commit 535bea0c37a7bb6667a09fe39e3e99153e3b0bad Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:45:14 2016 +0100 replace chosen: with liszt: commit 2686df5323907e9a394a2a8279a45667ecda89d3 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:43:35 2016 +0100 replace _chosen with _chzn commit 691be65de111d1e6fb25e06a6037981ec13514bd Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:42:49 2016 +0100 replace chosen- with chzn- commit 863b5f9ec87e4702e6c70b5d9c8d705608cb2e5c Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:37:20 2016 +0100 update js with original version commit 537735c2a46513daac39fed29fe32c65e415c859 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:36:19 2016 +0100 remove min js commit e7395625704664bea75cd342757480ba7b6a7b62 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:35:21 2016 +0100 replace chosen- with chzn- commit db8243160065d8f26b606bcfb436dad8e8db929f Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:33:46 2016 +0100 update css file with original version commit 24a955be243ff8a42da38b1c98a07149e7cd86c0 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:29:34 2016 +0100 update sprites commit 4856d5e0be4ad0152dda452b6d0a5669fac1c4b1 Merge: 4ddd833 f10ab35 Author: Brian Teeman <brian@teeman.net> Date: Tue Aug 23 16:23:34 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 4ddd833e3d370ae9accc2ddb57a16e4302eb5981 Merge: b5ffa27 8258906 Author: Brian Teeman <brian@teeman.net> Date: Mon Aug 22 10:30:58 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit b5ffa2745a6e8f32e87963dbe234f25b7882ace5 Merge: 24e6c45 e80e319 Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 21 17:45:45 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 24e6c45f87dd15bb58d4968df31024f1b79dd01f Merge: 962b424 c1b0295 Author: Brian Teeman <brian@teeman.net> Date: Fri Aug 19 21:08:30 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 962b424dc0edaed79581179c769951e4944ff465 Merge: 14f5b1c 4c539c4 Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 18 12:06:49 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 14f5b1caf6a37ad396fab2c860450688f76142a2 Merge: 2baa00b edb70c2 Author: Brian Teeman <brian@teeman.net> Date: Mon Aug 15 10:06:07 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 2baa00b27295ad037e22685e9e3c73097e9ce5d7 Merge: 97d1fb7 f827dfc Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 14 22:38:02 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 97d1fb7fce493acbfccaf1ffde30cd05a5d3f04a Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 14 16:28:13 2016 +0100 Revert "toolbar" This reverts commit 8f995f199efdfe8668c5f6d7f28a733076f89383. commit 8f995f199efdfe8668c5f6d7f28a733076f89383 Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 14 16:27:57 2016 +0100 toolbar * Two search modules on same page: Invalid HTML. (#11229) * Add postfix for unique id ($module->id) * Respect postfixes for unique id in mod_search * Reduce use of JFactory::getConfig() where practical * Allow registering callback functions for the debug console. Fixes #11700 * Allow adding script options without inline JavaScript. Fixes #11671 * Adding "category on fly" functionality when create/edit contact. Fixes #11354 * New method for retrieving the strings from the store. Fixes #11692 * [html5] Hathor administrator template. Fixes #10634 * [Optimize] Generate thumbnail image method to avoid pixelated error in thumbnails. Fixes #7919 * Fix since tag * Normalise Block this User button styling. Fixes #11421 * [html5] System administrator template. Fixes #10638 * URL checking improved in com_wrapper. Fixes #4670 When adding the scheme to an URL use correct scheme (http or https) and port. Checking for "http" or "https" via strstr() in the URL matched also these strings embedded in the URL (e.g. in /static/http/index.html), due to that checks changed to strpos(). * Update en-GB.com_users.ini (#11909) * Templates are in the scope of JDocument. Fixes #10847 * Small review/cleanup in JHtml. Fixes #10771 * Fix form field unit tests. Fixes #11910 Fixes #11413 * Improvements to article modals (with Create Article button). Fixes #11830 * [com_content] - Allow captcha when submit article. Fixes #10976 * Proxy JData to the Framework. Fixes #11588 * [newsfeed modal field] Adds Create News Feed button and other improvements. Fixes #11862 * Allow force refreshing the cache when getting fields in JTable. Fixes #11046 * Allow a custom page title to be defined for an article without a menu item. Fixes #10838 * Code review on com_content component. Fixes #10851 * [category modal field] Adds Create Category button and other improvements. Fixes #11857 * Joomla.JText uses scriptOptions 'joomla.jtext'. Fixes #11690 * Remove legacy frame breaking js code. Fixes #11679 * [contact modal field] Adds Create Contact button and other improvements. Fixes #11858 * Support collection of custom stats in admin stats module. Fixes #10870 * Use intro_image in newsfeed. Fixes #11402 * [com_tags] - Add count and link to tagged items. Fixes #10895 * Allow the vote plugin's position to be configured. Fixes #11375 * Return a 403 status code instead of a 404 for a not accessible category. Fixes #11624 * Add Sort by Modified Date in the Module mod_articles_news (#11128) * Update mod_articles_news.xml At present the sorting by date has the options to sort the articles by Published Up date and Created Date. Adding another sort option to sort the articles by the Modified Date has been added. This addition would be of help to list the articles that are modified recently. * Update en-GB.mod_articles_news.ini Added the following language string that would be used in the xml file of the module mod_articles_news. MOD_ARTICLES_NEWS_FIELD_ORDERING_MODIFIED_DATE="Modified Date" * Update mod_articles_news.xml The value a.modified has been added to the Direction * Cleanup deprecated unused files. Fixes #11762 * Add Polyfill js for legacy browsers (adds events and classlist polyfills). Fixes #11686 * [com_content] Add icons layout. Fixes #10423 * [3.7.x] Fixes issues with the category article view after #11624 (#11943) * Update category.php * Update category.php * Fixing missing getItems in mock JMenu for (routing) unittests. Fixes #11936 * Enable caching of menu data in JMenuSite (#10797) * Enable caching of menu data in JMenuSite * Use a lambda function for the query instead * Add Microseconds to JDate('now') (#11890) * Update date.php * Update date.php * cleaner code * simplify * Update date.php * Router options (#11962) * Router options * switch sentences * [unit tests] Just need to check one microsecond now (3.7.x Branch) (#11966) * Update JHtmlDateTest.php * Update JFactoryTest.php * Fix button classes (#11971) * Fix javascript tests (#11993) * fix javascript tests * typo * change the order to test Joomla.optionsStorage = null * ordering again * Add chosen to module order field (#11992) * remove crap, add chosen * s * New Routing: Fix category routing without menu items * [category item modal field] Apply on more fields for categories. Fixes #11920 * Patch #6712 - FieldCheckbox attribute default (#6794) * Patch 6712 - FieldCheckbox attribute default Checkbox field does not allow defining a value without being checked #6712 * fix code style * Added a clean line Added a clean line befor the if @zero-24 * IS (list views) - Replace html/pagination.php::pagination_list_footer() by JLayouts. Fixes #11246 * Fix no menu item pages giving wrong links (#12020) * Fix routing for non-sef menu items with Modern Routing (#12021) * Phase out JString calls in libraries (#12058) * Admin app - JString -> StringHelper (#12056) * Site app & Plugins - JString -> StringHelper (#12057) * New Feature, Multilanguage: Add the possibility of displaying associations in article info and in articles list. Replaces #11935 (#12042) * Replaces * Modifying to fit Thomas proposal * modifying fetching flags param * adding showon + some * [JAccess] Improve ACL asset preloading performance/memory consumption (#12028) * improve component asset preload speed * Update user.php * Update access.php * Update access.php * Update access.php * Update access.php * not convinced yet, but revert changes in juser * make sure that components are always preloaded * only a logged users (with user id) can be root. * [com_content] - add articles ordering by votes, ratings (#11225) * Add setDocumentTitle() function in JViewLegacy (#11399) * setDocumentTitle() function in JViewLegacy * PHPCS * set new counts too center * fir for #11225 * There is no need for the extra spaces at the end of the line :) * fix typo fixed typo * allow to hide session too in plugin system debug * deprecate keychain for 3.0 * deprecate fof * deprecate fof * Update include.php * deprecate old ciphers * Fix Travis error in keychain (#12157) * fix travis * space * Allow JHtmlDate::relative to set a custom format (#12164) * Updated installation language files. * Fix typo in cache memcached storage (#12150) * div doesn't support type=button (#12131) * JFile - error fix "Cannot pass parameter 2 by reference" (#11952) * Fix of an error "Only variables should be passed by reference" If you pass a string to methods ````append```` or ````write````, you will have an error ````Only variables should be passed by reference```` * Update file.php * Update file.php * Custom calendar is not applied to version history preview and compare dates (#12138) * Custom calendar is not applied to version history preview and compare * simplify code. Thanks Thomas. * Update preview.php * Update compare.php * Update MediaElement.js to 2.23.0 (#11981) * Allow JHtmlDate::relative to set a custom format * Add doc block comment * Proposed onAfterRenderModules event in modules rendering (#10113) * Updated pull request #3105 to latest stage (2016-04-24) inclusive unit test * CS fix * Update JDocumentRendererHtmlModulesTest.php * fix expected value for the unit test in #10113 a unit test was added but failed, this is a fix * Deprecate web router classes * Localise the format for the calendar formfield (#12102) * Localise the format for the calendar formfield * Adding comment * Support all formats * Label - Mass Mail Users v2 (#12084) * Added optional suffix text to Mass Mail Form page (#12078) * Add Unpublished Content Language on Language Package Install (#11867) * initial commit * Update language.php * Update en-GB.lib_joomla.ini * Update en-GB.lib_joomla.ini * ups * Update language.php * Update language.php * Update language.php * change native to $siteLanguageManifest['name'] * allow to install published content languages on install 1 * allow to install published content languages on install 2 * solve remaining issues * cs * fix language names and simplify * cs * improve code and deprecate unneed code * fix title issues (as possible with current xml scenario) * remove non existent metadata values * shoudl not be row, it should be tableLanguage * don't fallback to en-GB native title * tinyMCE use document "scriptoptions", and allow to override tinyMCE Javascript parameters (#11157) * tinymce initialization, use addScriptOptions and tinymce-init.js * Finalize tinymce-init.js * Small improve for code duplication * Allow multiple editors with diferent options * Setup default options for the editor script only once * Minified version of tinymce-init * code style * Improve a bit * Reply to email (#11015) * Reply to email * Reply to email: configuration file chnages resolved * #11015 Reply to email: suggested changes fixed * Media form field bootstrapped with static preview (#10889) * Bootstrap popup with mootols compatibility * restore static preview * 💩 * 😡 * fixes - Delete extra </div> - Move preview under the input field - respect landscape/portrait images * typo * Utilise unionAll element in the select query, previously it was always being ignored. (#10817) Rearrange union > unionAll > order to render a valid query when all these three are used together in a query. Fix return type in method doc blocks. Update test case for the JDatabaseQuery::toString method to test all the element for select query. * Introduce new method isClient($identifier) in JApplicationCms class (#8971) * Introduce new method isClient($identifier) in JApplicationCms class as a substitute for isSite and isAdmin methods. Hence, remove usage of descendant class reference in the JApplication (legacy) and JApplicationCms for better OO structure and support more extensibility. * Added unit tests for JApplicationCms::isClient($identifier); * Fix, null == 0 passes. Avoiding strict check to allow use of '0' or '1' as string as well as integer. * Removed support for integer argument which matched client_id as discussed with @mbabker, thanks. * fix com_finder regression (#12236) * Core.js AJAX method (#11585) * Core.js even listeners * Core.js: method for ajax requests * Code style * Some example and minified version * Core.js even listeners, use IE fallback * Core.js remove even listeners fallback * 370: solving #11225 merge regression (#12238) * 3.7.x: Porting #11225 to beez (#12240) * Move keepalive to external js (#8545) * Keepalive with data attributes * cs * cs * cs empty line * Not seconds ... * object * No double entities We have to use JRoute without xhtml or else the admin keep alive URL get double entities `&amp;amp;?` * From chocolate to vanilla ... Works with vanilla js! Works if onload event is already fired when script is executed. This way the js file can be loaded on render, asyncronous or deferered to after the onload event. Should be cross-browser compatible. * improvements * cs * default options, move to jui folder, asynchronous loading * simple correct to work with new script attributes PR (11289). Adds auto version hash. * update to match #11289 JHtml script behaviour * use __DEPLOY_VERSION__ * cs and simplify * Update behavior.php * Update keepalive.js * Update keepalive.min.js * Update keepalive.js * Update keepalive.min.js * fix conflicts 1 * use new addScriptOptions and Joomla.request methods * fix unit tests * fix last unit test * [menu item modal field] Adds Create Menu Item button and other improvements (3.7.x branch) (#11916) * Update modal.php * Update edit.php * Update view.html.php * Update item_alias.xml * Update default.xml * Update logout.xml * Update mod_login.xml * Update mod_login.xml * Update mod_menu.xml * Update item.php * Update menu.php * Update menu.php * Update en-GB.com_menus.ini * minor cs * corrections * solve no item text issue * New show_info option (hide/show) in com_contact and some minor changes (#8607) * several improvments * lang changes * minor changes * fix conflicts * fix conflicts 2 * revert * fix conflicts final * [3.7.x] Lets use the correct API to get this string translated (com_postinstall) (#12247) * add files joomla * lets make the languagestring checker happy * cs * add missing string (#12246) * fix missing string (#12245) * Deprecate MooTools based helpers (#12268) * Deprecate MooTools based helpers * PHPCS sucks... * fix redirect plugin messages (#12280) * remove dublicate message (#12279) * Allow users to share sessions between apps (#12068) * Allow users to share sessions between apps * Address all metadata related stuff * warning (#12285) merged on review * [3.7.x] Fix Regression #12277: language selector blocked on edit when there are no associations (multilanguage) (#12283) * category edit: check if there are associations * contact edit: check if there are associations * articles edit: check if there are associations * menus edit: check if there are associations * newsfeed edit: check if there are associations * Admin - Simplify instantiation of Registry (#12270) * [j3.7] New Feature Contact editor-xtd plugin (#12252) * New editor-xtd contact plugin * docs * update sql * add contact icon * prevent loading in com_banners where it is useless * Installation sql * correct installation * extra line feed * __DEPLOY_VERSION__ * __DEPLOY_VERSION__ * com_admin script * Update contact.php * Update contact.php * Update contact.php * Update contact.xml * Update en-GB.plg_editors-xtd_contact.sys.ini * Update en-GB.plg_editors-xtd_contact.ini * Update 3.7.0-2016-10-01.sql * Update 3.7.0-2016-10-01.sql * Update 3.7.0-2016-10-01.sql * Routing: Remove IDs from SEF URLs (#11320) Also fixes various bugs in the new router * Run SEF plugin also when SEF URLs are not enabled (#11035) * remove menu button * Update note.xml * string, not array * Redo Isis flat repaint (Closes #11832) (#12319) * Isis flat repaint - Initial commit * Tags field refinement * Fixed field height inconsistency * RTL support added * Minor fixes * Installation flat repaint * Revert install flat repaint * Chzn flat styling separated to chzn-override.less * Missing the in language string * TinyMCE xtd-button close (again, really) and drop jquery (#12324) * drop jquery, fix jModalClose() * classList polyfill not needed here * window.width (seriously?), merge options * use Joomla.extend() * my bad * IE<9 * Add attribs to the script tag, add version to JHtml script methods and deprecate MD5SUM (alternative to 8540) (#11289) * new method to add attrbibs to the script tag * corrections * defaultJsMimes * add deprecated comment * travis * further simplify * remove extra space * forgot to convert mime to type * add UTF-8, ENT_COMPAT to htmlspecialchars (like previous done in all other places) * cs line size fix * better coding * small typo * elseif * deprecate MD5SUM and don't allow two version hashes * add JLog deprected warnings for new method signatures * cs line size * fix conflicts 1 * fix conflicts 2 * refactor JHtml script method signature * deprecate addScriptVersion add options for version and conditional statements * Update head.php * cs * cs fix * Change all self::getMd5Version to static::getMd5Version * has changed * has changed * fix conflicts - part one * fix conflicts * correct unit test * [3.7] Readme updates (#12387) * [languages] Organize and new metadata (Native language and calendar type) (#12036) * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * fix unit tests * add to install.xml in unit tests * correct unit tests * remove extra tab * ident with tabs, not spaces! * installation should have en-GB in name * en-GB ... * correct db jos_languages csv stub also * add missing pkg_en-GB extension to extension stub and correct language extension names * correct sql files * correct sql files * correct sql files * add en-GB, instead of UK, to batch test * correct JTableLanguageTest::testStore * Update install.xml * Update install.xml * same replacements in test stub * Update en-GB.com_languages.ini * correct last unit test * Update en-GB.xml * Update JLanguageTest.php * Update en-GB.xml * Update en-GB.xml * use the new nativeName is exists * Make language flags in backend optional (#12051) * Allow to select none image in language * admin menu module: fall back to a label if no image is selected or image doesn't exist * "Default" buttons in template styles and menuitems list views * remove unneeded variable * Remove empty flag span * Show language code instead of flag in associations tooltip if no image is selected * show language label instead of flag if no images is assigned * Adjust Hathor overrides * Codestyle fixes * Missed contact JHtmlContact::association() * Use a popover for the association tooltips * Taking care of mod_languages * Fix flag preview * show sef in module assignments. * Fixing frontend Associations * Fixing menu assignment modal * a e * a i * a o * a u * a a - javascript * js * Replace uses of JRegistry * Simplify instantiation of Registry objects * [3.7] Isis Flat Repaint - Minor Fixes (#12349) * Removed text shadow * Remove text-shadow * Modal save mouseover fix * Changed to individual removal of text-shadow * sidebar-nav margin fix * Fix hover color on all BS btn * Re-align permissions chzn * Show configured upload limit when uploading files (redo of #11255) (#12396) * * Show configured upload limit when uploading installer package. Otherwise when uploading a larger file than the configured limit, the page reloads without any information about what went wrong. * Show upload limits for file input everywhere. Refactor the calculation part to JUtility class. * Honour template manager configuration to display upload size limit * In Hathor: Honour template manager configuration to display upload size limit * Add deprecated message that in 4.0 the html5 property will be default true (#12430) * Will be replaced by $html5 and the default value will be true. * Update html.php * CodeMirror 5.19 (#12300) * corrections/improvements (#12429) * Fixing notice for non-existing views (#12434) * [3.7.x] Admin login language field fix (#12442) * Admin login lang fix * Admin login lang field alignment * New xtd_contact lang files missing in install.xml (#12452) * Make more use of the autoloader (#12060) * Fix error in mergeHeadData method for html document (#12013) * Extend test for document html links * Fix mergeHeadData method for html document->_links * correct table html errors (#12129) * [users list modal] ismoo parameter need to still exist after form submit (solve #12122) (#12137) * ismoo parameter need to exist after form submit * int * default to 1 * Replaced rand() with mt_rand() projectwide (#12169) * Replaced rand() with mt_rand() projectwide * session package is from the framework so we need to revert that change at this point * fof is an external lib so we need to revert that change at this point * fof is an external lib so we need to revert that change at this point * Use global as default option (#12186) * Solving 12214 Plugin tooltip (#12215) * JLayoutFile wrong type hint (#12231) * JLayoutFile wrong type hint * CS * CS / Review for the editor plugins (#12260) * cs review for the editor plugin * cs * Update image.php * Call to undefined method stdClass::get() * use the warning and error (#12265) * error not notice (#12273) * Remove deprecated function (#12296) * Minor language string change for com_contact (#12339) * Redo Isis flat repaint Installation (Closes #11917) (#12342) * Installation flat repaint - Initial commit * Install flat repaint - Initial commit * Add missing period (#12356) * Change language string (#12364) * Allow loading plugin language strings from extension folder (#12403) * some cs changes after #12396 (#12431) * [3.7.x] Update js polyfills to 3.13.0 (#12513) * Update polyfill.event-uncompressed.js * Update polyfill.event.js * update classlist polyfill * Update polyfill.classlist.js * minor changes * minor changes in doc block * move jquery to template (#12521) * fixing typo in the comment (#12523) Just a small typo in the comment. * Update CREDITS (#12534) * Update CREDITS Removing old content that has been moved to a dedicated page on the Joomla! Documentation and adding a link to new contributors page on GitHub. * Update CREDITS * Updated installation language files * 2fa handeling for mcrypt and openssl (#12497) * handeling for mcrypt and openssl * Language changes suggested bei Brian * Prepare 3.6.4 Stable Release * Mark _autoload function as public and not private. (#12478) * Mark _autoload function public. * whitespace was hanging out * Revert _load to private * issing language strings in frontend lib.joomla.ini (#12468) * forum link to https (#12467) * [a11y] Protostar back to top (#12446) * [a11y] Protostar - back to top link * Oops Andre was right * add anchor for non-js enabled browsers * [3.7.x] Convert installation template to html5 (also move inline scripts to js) (#12444) * convert to html5, use the api for inline scripts * stupid mistake * ok let's remove all that inline js ... * Fix early exit from foreach in JForm::removeGroup (#11856) * Fix early exit from foreach in JForm::removeGroup The method is supposed to remove all instances of <fields> element but it exits the loop on first iteration only. Looks like a quick copy-paste from removeField may have caused this. * Never returns false * keepalive for editing forms (#12163) * Remove retina 2x sprite (#12528) * Set a proper default value for getParams always (#12463) * Correct spelling (#12564) * Remove JFilter mock (#12484) We don't need JFilter hanging out in the JInstaller Adapter tests * Stop allowing failures on PHP 7.1 (#12599) * Improvements in the Associations Edit Workflow (#12344) * changes in model preprocessForm to allow all associations fields to be dumped * adjustement * there is no need to block the language field now * simplify association tab in the templates files * let's make the layout more dynamic * add the js behaviours * solve one of strange bug ... * improvements and allow associations on create * correct language string * render a warning message * solve categoies issue * add new language methods getContentLanguages and getInstalledLanguages * let's now load all content languages, including the unpublished ones * correct label for bug in categories modal field! all other model fields have this * ups correction in js * default pivot is language code * doc blocks corrections * cs * language correction thanks brian * fix conflicts final * When $this->cursor is false, throw an Exception (#12359) A call to pg_result_error_field() when $this->cursor is false from a query failing will result in an error `pg_result_error_field() expects parameter 1 to be resource, boolean given` Try to get a valid error message and throw a JDatabaseExceptionExecuting Exception * Implement a check / notification for an invalid or missing access file (#12608) * Implement a check / notification for an invalid or missing access file * Add language string for invalid or missing access file notification * Add language string for invalid or missing access file notification * Reduce log message as suggested by mbabker * Reduce log message for #12608 as suggested by mbabker * Reduce log message for #12608 as suggested by mbabker * Change string to match actual translation text * Grid within well changed to row-fluid (#11995) * update doc block (#12569) * Folder icons in front end (#12551) * Add folder size to protostar .less * compiled protostar * rename folder value (#12579) * [3.7.x] Regression Hathor modules and users manager (#12412) * Native language (adjustments after 12036 merge) (#12394) * restore native language * remvoe space * correct * simplify * improve code * ups * native language in unit test too * Add detachObserver (#11037) * Add detachObserver Adds ability to detach observers * Simple CS fix * 3.6.4 Sample data: Escape quota in json data (#12501) * [fix] new extensions not installed on already existing packages (#12545) * $menu->params is already a Registry object. (#12557) * Overridden strings in both back-end and front-end (#12576) * [imp] remove hardcoded published column (#12585) * Fix JUri path in language filter plugin (#12600) * Custom fields (#11833) * Update gallery.xml * Update fields.php * Update internal.php * Update field.php * Update dprules.php * Update section.php * Update base.php * Update view.html.php * Update view.html.php * Update render.php * Update modal_article.php * Update sql.php * Update fields.php * Remove commented debug code * Update fields.php * #14 fixed Joomla Coding Standards and added function dock blocks code * #14 fixed Joomla Conding Standards and added function dock blocks * #14 Fixed class dock block mistake * we did not require this any more * #14 fixed Joomla Coding Standards and added function dock block in helper file at back-end * #14 Fixed only Joomla Coding Standards in FieldsHelper file * #14 removed where function, added dock blocks and fixed dock bocks coding standards errors * #14 formatted as the function doc blocks * #14 formatted as the function doc blocks * Check the active menu correct Closes #72 * Move the label field to the options tab Closes #22 * Label has it's own field and must not stay in params Regression from #22 * Backport from Digital-Peak/DPFields#32 * Fix the save and copy action Closes #37 * Store data on reload Closes #76 * Don't add always the All language to the query Closes #38 * Count the items in the category manager from com_fields Closes #61 * Corrected colspan when fields are assigned to a language * #14 fixed conflict * Don't save the All category Closes #19 * Minor language updates * Fix "Show On" tooltip's description The tooltip's description for the 'Show On' field is not showing because it is currently looking for the label. * Don't hardcode com_content.article Closes #80 * Load the types form when the data is an array * Create the links correct for the count item feature Closes #82 * Show the value from com_fields instead of the the users helper Closes #81 * Set the language correct on the fields cache Closes #47 * Removed string conversion error Closes #47 * Changed links to 3.7 * Remove legacy DPFields code * Get data from state correctly * Add joins to the com_fields in search plugin (#83) Add joins to com_fields in the content search plugin * Add new core rule core.edit.value (#75) * Add 'onFieldBeforePrepare' and 'onFieldAfterPrepare' events * Rename "Field Category" to "Field Group" Closes #91 * Add option to disable custom fields per component Closes #87 * Use select box to define the images directory Closes #97 * Truncate correctly Closes #101 * Change description field to plain textarea Closes #94 CLoses #99 * Parameters are more clear and improved comment Adapted change from https://github.com/joomla/joomla-cms/pull/10722/commits/32c9048b88383ba6028743a48517176952d9a574 * onFieldBeforePrepare and onFieldAfterPrepare events now triggered even when custom field value is empty * Cast before access * Create params even when they are empty * Add com_fields menu entries on back end Closes #109 * Extract the context correctly Closes #112 * Add custom fields for contact * Add inline group create Closes #114 * Add simple context mapping Closes #117 * Dont assign a not existing category when a field is saved with no catid * Rename string with group and not category Closes #124 * Category strings should be named Field Groups Closes #126 * Show the fields on the blog listing Closes #108 * Installer crashes somehow Closes #132 * Merge the types set up into JFormField (#104) * Merge field types into JFormFields * Converting the rest of the fields * Merge DP Field Rendering with Joomla Form Fields * Remove the gallery scripts * Rename the interface to JFormDomfieldinterface for auto loading * Add article field as demo how a component can add fields * Removing mustache, will be replaced later with a new parser See #12 for the discussion * Fixing composer setup, reverting to 3.6.x branch * Fixing code style errors Closes #14 * Rename upgrade file to 3.7 * Strip slashes from description Related to #139 * Removing Simplepie from the database installer script Reverts 8381e46758d18c6286fde35c52b1a2a475d7d0df See comments for more information * Show field group description in form Closes #139 * List field changed key to value and value to name Closes #121 * Use the first category as field filter when creating an article Closes #144 * Dont show a user field on the front end Closes #149 * Add always the fields path when adding the custom fields Closes #150 * Added hint (placeholder) option Closes #151 * Correct redirect after checkin action Closes #154 * Check for group access levels when getting the fields (#153) * Consider field group state Closes #155 * Added missing language strings Closes #129 * JArrayHelper => ArrayHelper * reduce model method (#160) * Fixing permission inheritance to edit the value of a field in the form (#157) * Correct path for parameters folder when not in Joomla libraries * Type selection (#162) Closes #134 * Display class attributes (#143) * User home (#161) * Add home parameter to media field * Correct path for paramneters folder when not in Joomla libraries * Fixing code style errors * Add new context for com_contact for contact form fields (#115) * Add new context for com_contact for contact form fields * Prepare the value on com_contact mail * Fixing travis code style errors * Use the correct variable name Closes #163 * Show the all label when no category is assigned Closes #165 * Don't set 0 as default hint when not present Closes #166 * Fix Sniffer Whitespace errors * Fix Sniffer Whitespace errors (#167) * Cleanup field model * Support fields plugins * Add gallery plugin * Moved since tag to 3.7 * Some brushup * Update controller.php * Update field.php * Update fields.php * Update controller.php * Update fields.php * Update internal.php * Update fields.php * Update fields.xml * Update field.php * Update fields.php * Update type.php * Update section.php * Update field.php * Update field.xml * Update filter_fields.xml * Update field.php * Update view.html.php * Update edit.php * Update modal_options.php * Update view.html.php * Update default.php * Update default_batch_body.php * Update modal.php * Update field.xml * Update en-GB.com_fields.sys.ini * Update en-GB.com_fields.ini * Update en-GB.plg_fields_gallery.ini * Update en-GB.plg_fields_gallery.sys.ini * Update en-GB.plg_system_fields.ini * Update en-GB.plg_system_fields.sys.ini * Update modal_article.php * Update controller.php * Update field.php * Update default_custom.php * Update captcha.php * Update editor.php * Update media.php * Update user.php * Update editor.xml * Update media.xml * Update user.xml * Update usergrouplist.xml * Update abstractlist.php * Update domfieldinterface.php * Update field.php * Update email.php * Update file.php * Update imagelist.php * Update sql.php * Update tel.php * Update textarea.php * Update url.php * Update calendar.xml * Update checkboxes.xml * Update imagelist.xml * Update integer.xml * Update list.xml * Update radio.xml * Update sql.xml * Update textarea.xml * Update url.xml * Update gallery.xml * plugin * plugin2 * typo * Change to uft8mb4 * Add new extensions to the script file * Revert merge conflict composer changes * No needed changes * Library form fields should be unaware of com_fields * Default to https * Order the tables correct * Cleanup language strings * Code errors from cleanup * Remove tags support * Add category filter * Display fielg group label when editing a group * Display all fields which are assigned to all languages correct * Don't show fields on categories as it is not ready yet * Update fields.php * Don't transofrm the category name * Correct quote name function used * Revert "Display fielg group label when editing a group" This reverts commit 133133267e88a341cb5634d814a87e06f3e8daf3. * Disable tags on custom field groups * Don't include category state in filter on back end * Remove debug code * CS fix * Shortening the line length * Install SQL files for postgres * Use JDatabaseQuery * Option to show the user custom fields on the front on the contact view * Comment for item_id table column * Remove class for textareas * Fix no menu item pages giving wrong links (#12020) * [plg_system_logout] Load language files only when needed (#11736) * Update logout.php * cs and stuff * Update logout.php * Adding Options Button (#12033) * fix paths (#12032) * Fix routing for non-sef menu items with Modern Routing (#12021) * [com_banners] - publishing time does not honor timezone (#11978) * [com_banners ] - publishing time does not honor timezone * impress only when needed impress only when needed * CS fix cs fix * Order stylesheet attributes the same as link attributes (#12052) * use joomla-projects docker * Phase out JString calls in libraries (#12058) * Admin app - JString -> StringHelper (#12056) * Site app & Plugins - JString -> StringHelper (#12057) * New Feature, Multilanguage: Add the possibility of displaying associations in article info and in articles list. Replaces #11935 (#12042) * Replaces * Modifying to fit Thomas proposal * modifying fetching flags param * adding showon + some * [JAccess] Improve ACL asset preloading performance/memory consumption (#12028) * improve component asset preload speed * Update user.php * Update access.php * Update access.php * Update access.php * Update access.php * not convinced yet, but revert changes in juser * make sure that components are always preloaded * only a logged users (with user id) can be root. * [com_contact] - moved the captchaEnabled var from default to view (#11964) * [com_contact] - moved the captchaEnabled var out of the default.php file to the view.html.php file moved the captchaEnabled var out of the default.php file to the view.html.php file. * moved captchaEnabled to the view moved captchaEnabled to the view * missed var declarationi/initialization missed var $captchaSet declarationi/initialization * Session interaction refactoring (#10905) * Allow lazy starting a session * Defer starting sessions in the installer * Defer starting session in JApplicationCms * Deprecate creating sessions in JFactory * Start restructuring session load sequence in JApplicationCms * Add JSession object to onAfterSessionStart event trigger * Override afterSessionStart for install app to not store the user * Expand the database storage object for better API * Fix session listener declaration * Restructure session bootup and when the session metadata operations run * 3.5 -> 3.6 * Remove option, out of scope * Tweak things so the behavior is closer to current API * Undefined variable * Get store name from session object * Remove this, out of scope * PHPCS fix * Deep rooted application dependencies are my absolute favorite * Move comment, doc blocks, consistent method signature * Again on the consistency, we don't like E_STRICT errors * Nevermind, confused myself with checkSession, carry on... * Until the day the unit tests no longer follow the doc block code styles... * Lost line in merge * One more merge conflict fix * This internal coupling is addressed * Fix query from merge * [com_content] - add articles ordering by votes, ratings (#11225) * Add setDocumentTitle() function in JViewLegacy (#11399) * setDocumentTitle() function in JViewLegacy * PHPCS * JED turned to https (#12076) * JED truned to https JED truned to https Minor fixes on proper use of Joomla! * Update README.txt Same as #12076 * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED and community turned https * JED, community and org turned https * JED and community turned https * JED and community turned https * correct/add quotename (#12070) * Label: Users Options: Login name > Username (#12073) The language label "Change Login Name" is not consistent with the front-end label "Username". This PR changes the language label to "Change Username" and the decription to "Allow users to change their Username when editing their profile." The front-end login screens use the label "Username" Login Component: ![login-component](https://cloud.githubusercontent.com/assets/1217850/18627996/579510ca-7e5e-11e6-9161-6268e9ccb213.png) Login Module: ![login-module](https://cloud.githubusercontent.com/assets/1217850/18627997/579595ae-7e5e-11e6-8920-edf34631a3c7.png) ### Testing Instructions #### Before the PR Users > Manage > [Options] > [User Options] The last entry is "Change Login Name" + hover description "Allow users to change their Login name when editing their profile." ![login-back-end-options](https://cloud.githubusercontent.com/assets/1217850/18627995/5791ac32-7e5e-11e6-8b18-94a34372c422.png) #### After the PR Users > Manage > [Options] > [User Options] The last entry is "Change Username" + hover description "Allow users to change their Username when editing their profile." ![login-back-end-options-after](https://cloud.githubusercontent.com/assets/1217850/18627998/5799ceb2-7e5e-11e6-9a5e-234dcf2db14e.png) * Update .travis.yml (#12079) * Add vote order check * [a11y] Protostar back to top (#12446) * [a11y] Protostar - back to top link * Oops Andre was right * add anchor for non-js enabled browsers * Added missing com_fields component from last merge * Replace Platform version numbers in libraries/legacy (#12242) * Remove variable declaration (Fix #12619) * Misc. fixes * Test fixes
2016-10-29 20:23:43 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2018-02-04 23:44:31 +00:00
"GPL-2.0-or-later"
],
"description": "Joomla Database Package",
"homepage": "https://github.com/joomla-framework/database",
[4.0] Merge staging (#12622) * added show/hide introtext parameter to mod_articles_news * added <?php if (!$params->get('intro_only')) : ?> back again since it might be a B/C setting/parameter * added tabs in code * Update mod_articles_news.xml * Update _item.php * corrected typo from last merge * changed label and description * Add JHtmlBootstrap for front-end editing. Fixes #11562 * Implementing Menu Items modals (New feature) * Wrong class for chosen (#11820) * 3.7.0: Using the new modal_menu field in various core places (#11694) * Using the new modal_menu field in various core places * Simplifying clearField * Simplify conditional * Parenthesis replaced by mdash * Using modal_category field in various core locations * 3.7.0: New Feature=>editor-xtd to insert menu items links in content (#11721) * 3.7.0: New Feature=>editor-xtd to insert menu items links in content * correcting some errors * quoting for sql azure * one more * Changed icon + lang constants * Chosen upgrade. Fixes #11779 Squashed commit of the following: commit 48051c7bf2792fb64cbe10046ada196fc9d233b8 Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 25 14:31:04 2016 +0100 css change only commit 90a89fddf8e70d036b3779022a1477dc632f78ba Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 25 14:28:58 2016 +0100 Revert "css fix thanks @C-Lodder" This reverts commit f7320cfb331e018b179c9356b642dac330f55c22. commit f7320cfb331e018b179c9356b642dac330f55c22 Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 25 14:09:03 2016 +0100 css fix thanks @C-Lodder commit 42c9de38e90c6a1ad48def219b65a0cc77159933 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 18:10:33 2016 +0100 fix permissions commit b8fdd34d3e5678bbe8cd568e1b32ec951ac18421 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 18:07:53 2016 +0100 add minified version of js commit 0ef056d06609cab17b272aa7c37da4b0521199b6 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:59:55 2016 +0100 add documented js hacks commit c68c275bfa9f87f287ac394baa7de65d32565c14 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:48:01 2016 +0100 add comment block commit 983dbf5a561b25aeef9f8d2658edc58e352da780 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:08:47 2016 +0100 rename liszt: chosen: commit 8caad7361bdddc25ae81912892061dd1b04f759f Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:07:47 2016 +0100 Revert "rename liszt: chosen: and add JUI hacks" This reverts commit 86116716d6ff7ba307621de3b0e1fdc8f90bc2b1. commit 86116716d6ff7ba307621de3b0e1fdc8f90bc2b1 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:06:21 2016 +0100 rename liszt: chosen: and add JUI hacks commit 535bea0c37a7bb6667a09fe39e3e99153e3b0bad Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:45:14 2016 +0100 replace chosen: with liszt: commit 2686df5323907e9a394a2a8279a45667ecda89d3 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:43:35 2016 +0100 replace _chosen with _chzn commit 691be65de111d1e6fb25e06a6037981ec13514bd Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:42:49 2016 +0100 replace chosen- with chzn- commit 863b5f9ec87e4702e6c70b5d9c8d705608cb2e5c Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:37:20 2016 +0100 update js with original version commit 537735c2a46513daac39fed29fe32c65e415c859 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:36:19 2016 +0100 remove min js commit e7395625704664bea75cd342757480ba7b6a7b62 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:35:21 2016 +0100 replace chosen- with chzn- commit db8243160065d8f26b606bcfb436dad8e8db929f Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:33:46 2016 +0100 update css file with original version commit 24a955be243ff8a42da38b1c98a07149e7cd86c0 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:29:34 2016 +0100 update sprites commit 4856d5e0be4ad0152dda452b6d0a5669fac1c4b1 Merge: 4ddd833 f10ab35 Author: Brian Teeman <brian@teeman.net> Date: Tue Aug 23 16:23:34 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 4ddd833e3d370ae9accc2ddb57a16e4302eb5981 Merge: b5ffa27 8258906 Author: Brian Teeman <brian@teeman.net> Date: Mon Aug 22 10:30:58 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit b5ffa2745a6e8f32e87963dbe234f25b7882ace5 Merge: 24e6c45 e80e319 Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 21 17:45:45 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 24e6c45f87dd15bb58d4968df31024f1b79dd01f Merge: 962b424 c1b0295 Author: Brian Teeman <brian@teeman.net> Date: Fri Aug 19 21:08:30 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 962b424dc0edaed79581179c769951e4944ff465 Merge: 14f5b1c 4c539c4 Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 18 12:06:49 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 14f5b1caf6a37ad396fab2c860450688f76142a2 Merge: 2baa00b edb70c2 Author: Brian Teeman <brian@teeman.net> Date: Mon Aug 15 10:06:07 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 2baa00b27295ad037e22685e9e3c73097e9ce5d7 Merge: 97d1fb7 f827dfc Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 14 22:38:02 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 97d1fb7fce493acbfccaf1ffde30cd05a5d3f04a Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 14 16:28:13 2016 +0100 Revert "toolbar" This reverts commit 8f995f199efdfe8668c5f6d7f28a733076f89383. commit 8f995f199efdfe8668c5f6d7f28a733076f89383 Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 14 16:27:57 2016 +0100 toolbar * Two search modules on same page: Invalid HTML. (#11229) * Add postfix for unique id ($module->id) * Respect postfixes for unique id in mod_search * Reduce use of JFactory::getConfig() where practical * Allow registering callback functions for the debug console. Fixes #11700 * Allow adding script options without inline JavaScript. Fixes #11671 * Adding "category on fly" functionality when create/edit contact. Fixes #11354 * New method for retrieving the strings from the store. Fixes #11692 * [html5] Hathor administrator template. Fixes #10634 * [Optimize] Generate thumbnail image method to avoid pixelated error in thumbnails. Fixes #7919 * Fix since tag * Normalise Block this User button styling. Fixes #11421 * [html5] System administrator template. Fixes #10638 * URL checking improved in com_wrapper. Fixes #4670 When adding the scheme to an URL use correct scheme (http or https) and port. Checking for "http" or "https" via strstr() in the URL matched also these strings embedded in the URL (e.g. in /static/http/index.html), due to that checks changed to strpos(). * Update en-GB.com_users.ini (#11909) * Templates are in the scope of JDocument. Fixes #10847 * Small review/cleanup in JHtml. Fixes #10771 * Fix form field unit tests. Fixes #11910 Fixes #11413 * Improvements to article modals (with Create Article button). Fixes #11830 * [com_content] - Allow captcha when submit article. Fixes #10976 * Proxy JData to the Framework. Fixes #11588 * [newsfeed modal field] Adds Create News Feed button and other improvements. Fixes #11862 * Allow force refreshing the cache when getting fields in JTable. Fixes #11046 * Allow a custom page title to be defined for an article without a menu item. Fixes #10838 * Code review on com_content component. Fixes #10851 * [category modal field] Adds Create Category button and other improvements. Fixes #11857 * Joomla.JText uses scriptOptions 'joomla.jtext'. Fixes #11690 * Remove legacy frame breaking js code. Fixes #11679 * [contact modal field] Adds Create Contact button and other improvements. Fixes #11858 * Support collection of custom stats in admin stats module. Fixes #10870 * Use intro_image in newsfeed. Fixes #11402 * [com_tags] - Add count and link to tagged items. Fixes #10895 * Allow the vote plugin's position to be configured. Fixes #11375 * Return a 403 status code instead of a 404 for a not accessible category. Fixes #11624 * Add Sort by Modified Date in the Module mod_articles_news (#11128) * Update mod_articles_news.xml At present the sorting by date has the options to sort the articles by Published Up date and Created Date. Adding another sort option to sort the articles by the Modified Date has been added. This addition would be of help to list the articles that are modified recently. * Update en-GB.mod_articles_news.ini Added the following language string that would be used in the xml file of the module mod_articles_news. MOD_ARTICLES_NEWS_FIELD_ORDERING_MODIFIED_DATE="Modified Date" * Update mod_articles_news.xml The value a.modified has been added to the Direction * Cleanup deprecated unused files. Fixes #11762 * Add Polyfill js for legacy browsers (adds events and classlist polyfills). Fixes #11686 * [com_content] Add icons layout. Fixes #10423 * [3.7.x] Fixes issues with the category article view after #11624 (#11943) * Update category.php * Update category.php * Fixing missing getItems in mock JMenu for (routing) unittests. Fixes #11936 * Enable caching of menu data in JMenuSite (#10797) * Enable caching of menu data in JMenuSite * Use a lambda function for the query instead * Add Microseconds to JDate('now') (#11890) * Update date.php * Update date.php * cleaner code * simplify * Update date.php * Router options (#11962) * Router options * switch sentences * [unit tests] Just need to check one microsecond now (3.7.x Branch) (#11966) * Update JHtmlDateTest.php * Update JFactoryTest.php * Fix button classes (#11971) * Fix javascript tests (#11993) * fix javascript tests * typo * change the order to test Joomla.optionsStorage = null * ordering again * Add chosen to module order field (#11992) * remove crap, add chosen * s * New Routing: Fix category routing without menu items * [category item modal field] Apply on more fields for categories. Fixes #11920 * Patch #6712 - FieldCheckbox attribute default (#6794) * Patch 6712 - FieldCheckbox attribute default Checkbox field does not allow defining a value without being checked #6712 * fix code style * Added a clean line Added a clean line befor the if @zero-24 * IS (list views) - Replace html/pagination.php::pagination_list_footer() by JLayouts. Fixes #11246 * Fix no menu item pages giving wrong links (#12020) * Fix routing for non-sef menu items with Modern Routing (#12021) * Phase out JString calls in libraries (#12058) * Admin app - JString -> StringHelper (#12056) * Site app & Plugins - JString -> StringHelper (#12057) * New Feature, Multilanguage: Add the possibility of displaying associations in article info and in articles list. Replaces #11935 (#12042) * Replaces * Modifying to fit Thomas proposal * modifying fetching flags param * adding showon + some * [JAccess] Improve ACL asset preloading performance/memory consumption (#12028) * improve component asset preload speed * Update user.php * Update access.php * Update access.php * Update access.php * Update access.php * not convinced yet, but revert changes in juser * make sure that components are always preloaded * only a logged users (with user id) can be root. * [com_content] - add articles ordering by votes, ratings (#11225) * Add setDocumentTitle() function in JViewLegacy (#11399) * setDocumentTitle() function in JViewLegacy * PHPCS * set new counts too center * fir for #11225 * There is no need for the extra spaces at the end of the line :) * fix typo fixed typo * allow to hide session too in plugin system debug * deprecate keychain for 3.0 * deprecate fof * deprecate fof * Update include.php * deprecate old ciphers * Fix Travis error in keychain (#12157) * fix travis * space * Allow JHtmlDate::relative to set a custom format (#12164) * Updated installation language files. * Fix typo in cache memcached storage (#12150) * div doesn't support type=button (#12131) * JFile - error fix "Cannot pass parameter 2 by reference" (#11952) * Fix of an error "Only variables should be passed by reference" If you pass a string to methods ````append```` or ````write````, you will have an error ````Only variables should be passed by reference```` * Update file.php * Update file.php * Custom calendar is not applied to version history preview and compare dates (#12138) * Custom calendar is not applied to version history preview and compare * simplify code. Thanks Thomas. * Update preview.php * Update compare.php * Update MediaElement.js to 2.23.0 (#11981) * Allow JHtmlDate::relative to set a custom format * Add doc block comment * Proposed onAfterRenderModules event in modules rendering (#10113) * Updated pull request #3105 to latest stage (2016-04-24) inclusive unit test * CS fix * Update JDocumentRendererHtmlModulesTest.php * fix expected value for the unit test in #10113 a unit test was added but failed, this is a fix * Deprecate web router classes * Localise the format for the calendar formfield (#12102) * Localise the format for the calendar formfield * Adding comment * Support all formats * Label - Mass Mail Users v2 (#12084) * Added optional suffix text to Mass Mail Form page (#12078) * Add Unpublished Content Language on Language Package Install (#11867) * initial commit * Update language.php * Update en-GB.lib_joomla.ini * Update en-GB.lib_joomla.ini * ups * Update language.php * Update language.php * Update language.php * change native to $siteLanguageManifest['name'] * allow to install published content languages on install 1 * allow to install published content languages on install 2 * solve remaining issues * cs * fix language names and simplify * cs * improve code and deprecate unneed code * fix title issues (as possible with current xml scenario) * remove non existent metadata values * shoudl not be row, it should be tableLanguage * don't fallback to en-GB native title * tinyMCE use document "scriptoptions", and allow to override tinyMCE Javascript parameters (#11157) * tinymce initialization, use addScriptOptions and tinymce-init.js * Finalize tinymce-init.js * Small improve for code duplication * Allow multiple editors with diferent options * Setup default options for the editor script only once * Minified version of tinymce-init * code style * Improve a bit * Reply to email (#11015) * Reply to email * Reply to email: configuration file chnages resolved * #11015 Reply to email: suggested changes fixed * Media form field bootstrapped with static preview (#10889) * Bootstrap popup with mootols compatibility * restore static preview * 💩 * 😡 * fixes - Delete extra </div> - Move preview under the input field - respect landscape/portrait images * typo * Utilise unionAll element in the select query, previously it was always being ignored. (#10817) Rearrange union > unionAll > order to render a valid query when all these three are used together in a query. Fix return type in method doc blocks. Update test case for the JDatabaseQuery::toString method to test all the element for select query. * Introduce new method isClient($identifier) in JApplicationCms class (#8971) * Introduce new method isClient($identifier) in JApplicationCms class as a substitute for isSite and isAdmin methods. Hence, remove usage of descendant class reference in the JApplication (legacy) and JApplicationCms for better OO structure and support more extensibility. * Added unit tests for JApplicationCms::isClient($identifier); * Fix, null == 0 passes. Avoiding strict check to allow use of '0' or '1' as string as well as integer. * Removed support for integer argument which matched client_id as discussed with @mbabker, thanks. * fix com_finder regression (#12236) * Core.js AJAX method (#11585) * Core.js even listeners * Core.js: method for ajax requests * Code style * Some example and minified version * Core.js even listeners, use IE fallback * Core.js remove even listeners fallback * 370: solving #11225 merge regression (#12238) * 3.7.x: Porting #11225 to beez (#12240) * Move keepalive to external js (#8545) * Keepalive with data attributes * cs * cs * cs empty line * Not seconds ... * object * No double entities We have to use JRoute without xhtml or else the admin keep alive URL get double entities `&amp;amp;?` * From chocolate to vanilla ... Works with vanilla js! Works if onload event is already fired when script is executed. This way the js file can be loaded on render, asyncronous or deferered to after the onload event. Should be cross-browser compatible. * improvements * cs * default options, move to jui folder, asynchronous loading * simple correct to work with new script attributes PR (11289). Adds auto version hash. * update to match #11289 JHtml script behaviour * use __DEPLOY_VERSION__ * cs and simplify * Update behavior.php * Update keepalive.js * Update keepalive.min.js * Update keepalive.js * Update keepalive.min.js * fix conflicts 1 * use new addScriptOptions and Joomla.request methods * fix unit tests * fix last unit test * [menu item modal field] Adds Create Menu Item button and other improvements (3.7.x branch) (#11916) * Update modal.php * Update edit.php * Update view.html.php * Update item_alias.xml * Update default.xml * Update logout.xml * Update mod_login.xml * Update mod_login.xml * Update mod_menu.xml * Update item.php * Update menu.php * Update menu.php * Update en-GB.com_menus.ini * minor cs * corrections * solve no item text issue * New show_info option (hide/show) in com_contact and some minor changes (#8607) * several improvments * lang changes * minor changes * fix conflicts * fix conflicts 2 * revert * fix conflicts final * [3.7.x] Lets use the correct API to get this string translated (com_postinstall) (#12247) * add files joomla * lets make the languagestring checker happy * cs * add missing string (#12246) * fix missing string (#12245) * Deprecate MooTools based helpers (#12268) * Deprecate MooTools based helpers * PHPCS sucks... * fix redirect plugin messages (#12280) * remove dublicate message (#12279) * Allow users to share sessions between apps (#12068) * Allow users to share sessions between apps * Address all metadata related stuff * warning (#12285) merged on review * [3.7.x] Fix Regression #12277: language selector blocked on edit when there are no associations (multilanguage) (#12283) * category edit: check if there are associations * contact edit: check if there are associations * articles edit: check if there are associations * menus edit: check if there are associations * newsfeed edit: check if there are associations * Admin - Simplify instantiation of Registry (#12270) * [j3.7] New Feature Contact editor-xtd plugin (#12252) * New editor-xtd contact plugin * docs * update sql * add contact icon * prevent loading in com_banners where it is useless * Installation sql * correct installation * extra line feed * __DEPLOY_VERSION__ * __DEPLOY_VERSION__ * com_admin script * Update contact.php * Update contact.php * Update contact.php * Update contact.xml * Update en-GB.plg_editors-xtd_contact.sys.ini * Update en-GB.plg_editors-xtd_contact.ini * Update 3.7.0-2016-10-01.sql * Update 3.7.0-2016-10-01.sql * Update 3.7.0-2016-10-01.sql * Routing: Remove IDs from SEF URLs (#11320) Also fixes various bugs in the new router * Run SEF plugin also when SEF URLs are not enabled (#11035) * remove menu button * Update note.xml * string, not array * Redo Isis flat repaint (Closes #11832) (#12319) * Isis flat repaint - Initial commit * Tags field refinement * Fixed field height inconsistency * RTL support added * Minor fixes * Installation flat repaint * Revert install flat repaint * Chzn flat styling separated to chzn-override.less * Missing the in language string * TinyMCE xtd-button close (again, really) and drop jquery (#12324) * drop jquery, fix jModalClose() * classList polyfill not needed here * window.width (seriously?), merge options * use Joomla.extend() * my bad * IE<9 * Add attribs to the script tag, add version to JHtml script methods and deprecate MD5SUM (alternative to 8540) (#11289) * new method to add attrbibs to the script tag * corrections * defaultJsMimes * add deprecated comment * travis * further simplify * remove extra space * forgot to convert mime to type * add UTF-8, ENT_COMPAT to htmlspecialchars (like previous done in all other places) * cs line size fix * better coding * small typo * elseif * deprecate MD5SUM and don't allow two version hashes * add JLog deprected warnings for new method signatures * cs line size * fix conflicts 1 * fix conflicts 2 * refactor JHtml script method signature * deprecate addScriptVersion add options for version and conditional statements * Update head.php * cs * cs fix * Change all self::getMd5Version to static::getMd5Version * has changed * has changed * fix conflicts - part one * fix conflicts * correct unit test * [3.7] Readme updates (#12387) * [languages] Organize and new metadata (Native language and calendar type) (#12036) * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * fix unit tests * add to install.xml in unit tests * correct unit tests * remove extra tab * ident with tabs, not spaces! * installation should have en-GB in name * en-GB ... * correct db jos_languages csv stub also * add missing pkg_en-GB extension to extension stub and correct language extension names * correct sql files * correct sql files * correct sql files * add en-GB, instead of UK, to batch test * correct JTableLanguageTest::testStore * Update install.xml * Update install.xml * same replacements in test stub * Update en-GB.com_languages.ini * correct last unit test * Update en-GB.xml * Update JLanguageTest.php * Update en-GB.xml * Update en-GB.xml * use the new nativeName is exists * Make language flags in backend optional (#12051) * Allow to select none image in language * admin menu module: fall back to a label if no image is selected or image doesn't exist * "Default" buttons in template styles and menuitems list views * remove unneeded variable * Remove empty flag span * Show language code instead of flag in associations tooltip if no image is selected * show language label instead of flag if no images is assigned * Adjust Hathor overrides * Codestyle fixes * Missed contact JHtmlContact::association() * Use a popover for the association tooltips * Taking care of mod_languages * Fix flag preview * show sef in module assignments. * Fixing frontend Associations * Fixing menu assignment modal * a e * a i * a o * a u * a a - javascript * js * Replace uses of JRegistry * Simplify instantiation of Registry objects * [3.7] Isis Flat Repaint - Minor Fixes (#12349) * Removed text shadow * Remove text-shadow * Modal save mouseover fix * Changed to individual removal of text-shadow * sidebar-nav margin fix * Fix hover color on all BS btn * Re-align permissions chzn * Show configured upload limit when uploading files (redo of #11255) (#12396) * * Show configured upload limit when uploading installer package. Otherwise when uploading a larger file than the configured limit, the page reloads without any information about what went wrong. * Show upload limits for file input everywhere. Refactor the calculation part to JUtility class. * Honour template manager configuration to display upload size limit * In Hathor: Honour template manager configuration to display upload size limit * Add deprecated message that in 4.0 the html5 property will be default true (#12430) * Will be replaced by $html5 and the default value will be true. * Update html.php * CodeMirror 5.19 (#12300) * corrections/improvements (#12429) * Fixing notice for non-existing views (#12434) * [3.7.x] Admin login language field fix (#12442) * Admin login lang fix * Admin login lang field alignment * New xtd_contact lang files missing in install.xml (#12452) * Make more use of the autoloader (#12060) * Fix error in mergeHeadData method for html document (#12013) * Extend test for document html links * Fix mergeHeadData method for html document->_links * correct table html errors (#12129) * [users list modal] ismoo parameter need to still exist after form submit (solve #12122) (#12137) * ismoo parameter need to exist after form submit * int * default to 1 * Replaced rand() with mt_rand() projectwide (#12169) * Replaced rand() with mt_rand() projectwide * session package is from the framework so we need to revert that change at this point * fof is an external lib so we need to revert that change at this point * fof is an external lib so we need to revert that change at this point * Use global as default option (#12186) * Solving 12214 Plugin tooltip (#12215) * JLayoutFile wrong type hint (#12231) * JLayoutFile wrong type hint * CS * CS / Review for the editor plugins (#12260) * cs review for the editor plugin * cs * Update image.php * Call to undefined method stdClass::get() * use the warning and error (#12265) * error not notice (#12273) * Remove deprecated function (#12296) * Minor language string change for com_contact (#12339) * Redo Isis flat repaint Installation (Closes #11917) (#12342) * Installation flat repaint - Initial commit * Install flat repaint - Initial commit * Add missing period (#12356) * Change language string (#12364) * Allow loading plugin language strings from extension folder (#12403) * some cs changes after #12396 (#12431) * [3.7.x] Update js polyfills to 3.13.0 (#12513) * Update polyfill.event-uncompressed.js * Update polyfill.event.js * update classlist polyfill * Update polyfill.classlist.js * minor changes * minor changes in doc block * move jquery to template (#12521) * fixing typo in the comment (#12523) Just a small typo in the comment. * Update CREDITS (#12534) * Update CREDITS Removing old content that has been moved to a dedicated page on the Joomla! Documentation and adding a link to new contributors page on GitHub. * Update CREDITS * Updated installation language files * 2fa handeling for mcrypt and openssl (#12497) * handeling for mcrypt and openssl * Language changes suggested bei Brian * Prepare 3.6.4 Stable Release * Mark _autoload function as public and not private. (#12478) * Mark _autoload function public. * whitespace was hanging out * Revert _load to private * issing language strings in frontend lib.joomla.ini (#12468) * forum link to https (#12467) * [a11y] Protostar back to top (#12446) * [a11y] Protostar - back to top link * Oops Andre was right * add anchor for non-js enabled browsers * [3.7.x] Convert installation template to html5 (also move inline scripts to js) (#12444) * convert to html5, use the api for inline scripts * stupid mistake * ok let's remove all that inline js ... * Fix early exit from foreach in JForm::removeGroup (#11856) * Fix early exit from foreach in JForm::removeGroup The method is supposed to remove all instances of <fields> element but it exits the loop on first iteration only. Looks like a quick copy-paste from removeField may have caused this. * Never returns false * keepalive for editing forms (#12163) * Remove retina 2x sprite (#12528) * Set a proper default value for getParams always (#12463) * Correct spelling (#12564) * Remove JFilter mock (#12484) We don't need JFilter hanging out in the JInstaller Adapter tests * Stop allowing failures on PHP 7.1 (#12599) * Improvements in the Associations Edit Workflow (#12344) * changes in model preprocessForm to allow all associations fields to be dumped * adjustement * there is no need to block the language field now * simplify association tab in the templates files * let's make the layout more dynamic * add the js behaviours * solve one of strange bug ... * improvements and allow associations on create * correct language string * render a warning message * solve categoies issue * add new language methods getContentLanguages and getInstalledLanguages * let's now load all content languages, including the unpublished ones * correct label for bug in categories modal field! all other model fields have this * ups correction in js * default pivot is language code * doc blocks corrections * cs * language correction thanks brian * fix conflicts final * When $this->cursor is false, throw an Exception (#12359) A call to pg_result_error_field() when $this->cursor is false from a query failing will result in an error `pg_result_error_field() expects parameter 1 to be resource, boolean given` Try to get a valid error message and throw a JDatabaseExceptionExecuting Exception * Implement a check / notification for an invalid or missing access file (#12608) * Implement a check / notification for an invalid or missing access file * Add language string for invalid or missing access file notification * Add language string for invalid or missing access file notification * Reduce log message as suggested by mbabker * Reduce log message for #12608 as suggested by mbabker * Reduce log message for #12608 as suggested by mbabker * Change string to match actual translation text * Grid within well changed to row-fluid (#11995) * update doc block (#12569) * Folder icons in front end (#12551) * Add folder size to protostar .less * compiled protostar * rename folder value (#12579) * [3.7.x] Regression Hathor modules and users manager (#12412) * Native language (adjustments after 12036 merge) (#12394) * restore native language * remvoe space * correct * simplify * improve code * ups * native language in unit test too * Add detachObserver (#11037) * Add detachObserver Adds ability to detach observers * Simple CS fix * 3.6.4 Sample data: Escape quota in json data (#12501) * [fix] new extensions not installed on already existing packages (#12545) * $menu->params is already a Registry object. (#12557) * Overridden strings in both back-end and front-end (#12576) * [imp] remove hardcoded published column (#12585) * Fix JUri path in language filter plugin (#12600) * Custom fields (#11833) * Update gallery.xml * Update fields.php * Update internal.php * Update field.php * Update dprules.php * Update section.php * Update base.php * Update view.html.php * Update view.html.php * Update render.php * Update modal_article.php * Update sql.php * Update fields.php * Remove commented debug code * Update fields.php * #14 fixed Joomla Coding Standards and added function dock blocks code * #14 fixed Joomla Conding Standards and added function dock blocks * #14 Fixed class dock block mistake * we did not require this any more * #14 fixed Joomla Coding Standards and added function dock block in helper file at back-end * #14 Fixed only Joomla Coding Standards in FieldsHelper file * #14 removed where function, added dock blocks and fixed dock bocks coding standards errors * #14 formatted as the function doc blocks * #14 formatted as the function doc blocks * Check the active menu correct Closes #72 * Move the label field to the options tab Closes #22 * Label has it's own field and must not stay in params Regression from #22 * Backport from Digital-Peak/DPFields#32 * Fix the save and copy action Closes #37 * Store data on reload Closes #76 * Don't add always the All language to the query Closes #38 * Count the items in the category manager from com_fields Closes #61 * Corrected colspan when fields are assigned to a language * #14 fixed conflict * Don't save the All category Closes #19 * Minor language updates * Fix "Show On" tooltip's description The tooltip's description for the 'Show On' field is not showing because it is currently looking for the label. * Don't hardcode com_content.article Closes #80 * Load the types form when the data is an array * Create the links correct for the count item feature Closes #82 * Show the value from com_fields instead of the the users helper Closes #81 * Set the language correct on the fields cache Closes #47 * Removed string conversion error Closes #47 * Changed links to 3.7 * Remove legacy DPFields code * Get data from state correctly * Add joins to the com_fields in search plugin (#83) Add joins to com_fields in the content search plugin * Add new core rule core.edit.value (#75) * Add 'onFieldBeforePrepare' and 'onFieldAfterPrepare' events * Rename "Field Category" to "Field Group" Closes #91 * Add option to disable custom fields per component Closes #87 * Use select box to define the images directory Closes #97 * Truncate correctly Closes #101 * Change description field to plain textarea Closes #94 CLoses #99 * Parameters are more clear and improved comment Adapted change from https://github.com/joomla/joomla-cms/pull/10722/commits/32c9048b88383ba6028743a48517176952d9a574 * onFieldBeforePrepare and onFieldAfterPrepare events now triggered even when custom field value is empty * Cast before access * Create params even when they are empty * Add com_fields menu entries on back end Closes #109 * Extract the context correctly Closes #112 * Add custom fields for contact * Add inline group create Closes #114 * Add simple context mapping Closes #117 * Dont assign a not existing category when a field is saved with no catid * Rename string with group and not category Closes #124 * Category strings should be named Field Groups Closes #126 * Show the fields on the blog listing Closes #108 * Installer crashes somehow Closes #132 * Merge the types set up into JFormField (#104) * Merge field types into JFormFields * Converting the rest of the fields * Merge DP Field Rendering with Joomla Form Fields * Remove the gallery scripts * Rename the interface to JFormDomfieldinterface for auto loading * Add article field as demo how a component can add fields * Removing mustache, will be replaced later with a new parser See #12 for the discussion * Fixing composer setup, reverting to 3.6.x branch * Fixing code style errors Closes #14 * Rename upgrade file to 3.7 * Strip slashes from description Related to #139 * Removing Simplepie from the database installer script Reverts 8381e46758d18c6286fde35c52b1a2a475d7d0df See comments for more information * Show field group description in form Closes #139 * List field changed key to value and value to name Closes #121 * Use the first category as field filter when creating an article Closes #144 * Dont show a user field on the front end Closes #149 * Add always the fields path when adding the custom fields Closes #150 * Added hint (placeholder) option Closes #151 * Correct redirect after checkin action Closes #154 * Check for group access levels when getting the fields (#153) * Consider field group state Closes #155 * Added missing language strings Closes #129 * JArrayHelper => ArrayHelper * reduce model method (#160) * Fixing permission inheritance to edit the value of a field in the form (#157) * Correct path for parameters folder when not in Joomla libraries * Type selection (#162) Closes #134 * Display class attributes (#143) * User home (#161) * Add home parameter to media field * Correct path for paramneters folder when not in Joomla libraries * Fixing code style errors * Add new context for com_contact for contact form fields (#115) * Add new context for com_contact for contact form fields * Prepare the value on com_contact mail * Fixing travis code style errors * Use the correct variable name Closes #163 * Show the all label when no category is assigned Closes #165 * Don't set 0 as default hint when not present Closes #166 * Fix Sniffer Whitespace errors * Fix Sniffer Whitespace errors (#167) * Cleanup field model * Support fields plugins * Add gallery plugin * Moved since tag to 3.7 * Some brushup * Update controller.php * Update field.php * Update fields.php * Update controller.php * Update fields.php * Update internal.php * Update fields.php * Update fields.xml * Update field.php * Update fields.php * Update type.php * Update section.php * Update field.php * Update field.xml * Update filter_fields.xml * Update field.php * Update view.html.php * Update edit.php * Update modal_options.php * Update view.html.php * Update default.php * Update default_batch_body.php * Update modal.php * Update field.xml * Update en-GB.com_fields.sys.ini * Update en-GB.com_fields.ini * Update en-GB.plg_fields_gallery.ini * Update en-GB.plg_fields_gallery.sys.ini * Update en-GB.plg_system_fields.ini * Update en-GB.plg_system_fields.sys.ini * Update modal_article.php * Update controller.php * Update field.php * Update default_custom.php * Update captcha.php * Update editor.php * Update media.php * Update user.php * Update editor.xml * Update media.xml * Update user.xml * Update usergrouplist.xml * Update abstractlist.php * Update domfieldinterface.php * Update field.php * Update email.php * Update file.php * Update imagelist.php * Update sql.php * Update tel.php * Update textarea.php * Update url.php * Update calendar.xml * Update checkboxes.xml * Update imagelist.xml * Update integer.xml * Update list.xml * Update radio.xml * Update sql.xml * Update textarea.xml * Update url.xml * Update gallery.xml * plugin * plugin2 * typo * Change to uft8mb4 * Add new extensions to the script file * Revert merge conflict composer changes * No needed changes * Library form fields should be unaware of com_fields * Default to https * Order the tables correct * Cleanup language strings * Code errors from cleanup * Remove tags support * Add category filter * Display fielg group label when editing a group * Display all fields which are assigned to all languages correct * Don't show fields on categories as it is not ready yet * Update fields.php * Don't transofrm the category name * Correct quote name function used * Revert "Display fielg group label when editing a group" This reverts commit 133133267e88a341cb5634d814a87e06f3e8daf3. * Disable tags on custom field groups * Don't include category state in filter on back end * Remove debug code * CS fix * Shortening the line length * Install SQL files for postgres * Use JDatabaseQuery * Option to show the user custom fields on the front on the contact view * Comment for item_id table column * Remove class for textareas * Fix no menu item pages giving wrong links (#12020) * [plg_system_logout] Load language files only when needed (#11736) * Update logout.php * cs and stuff * Update logout.php * Adding Options Button (#12033) * fix paths (#12032) * Fix routing for non-sef menu items with Modern Routing (#12021) * [com_banners] - publishing time does not honor timezone (#11978) * [com_banners ] - publishing time does not honor timezone * impress only when needed impress only when needed * CS fix cs fix * Order stylesheet attributes the same as link attributes (#12052) * use joomla-projects docker * Phase out JString calls in libraries (#12058) * Admin app - JString -> StringHelper (#12056) * Site app & Plugins - JString -> StringHelper (#12057) * New Feature, Multilanguage: Add the possibility of displaying associations in article info and in articles list. Replaces #11935 (#12042) * Replaces * Modifying to fit Thomas proposal * modifying fetching flags param * adding showon + some * [JAccess] Improve ACL asset preloading performance/memory consumption (#12028) * improve component asset preload speed * Update user.php * Update access.php * Update access.php * Update access.php * Update access.php * not convinced yet, but revert changes in juser * make sure that components are always preloaded * only a logged users (with user id) can be root. * [com_contact] - moved the captchaEnabled var from default to view (#11964) * [com_contact] - moved the captchaEnabled var out of the default.php file to the view.html.php file moved the captchaEnabled var out of the default.php file to the view.html.php file. * moved captchaEnabled to the view moved captchaEnabled to the view * missed var declarationi/initialization missed var $captchaSet declarationi/initialization * Session interaction refactoring (#10905) * Allow lazy starting a session * Defer starting sessions in the installer * Defer starting session in JApplicationCms * Deprecate creating sessions in JFactory * Start restructuring session load sequence in JApplicationCms * Add JSession object to onAfterSessionStart event trigger * Override afterSessionStart for install app to not store the user * Expand the database storage object for better API * Fix session listener declaration * Restructure session bootup and when the session metadata operations run * 3.5 -> 3.6 * Remove option, out of scope * Tweak things so the behavior is closer to current API * Undefined variable * Get store name from session object * Remove this, out of scope * PHPCS fix * Deep rooted application dependencies are my absolute favorite * Move comment, doc blocks, consistent method signature * Again on the consistency, we don't like E_STRICT errors * Nevermind, confused myself with checkSession, carry on... * Until the day the unit tests no longer follow the doc block code styles... * Lost line in merge * One more merge conflict fix * This internal coupling is addressed * Fix query from merge * [com_content] - add articles ordering by votes, ratings (#11225) * Add setDocumentTitle() function in JViewLegacy (#11399) * setDocumentTitle() function in JViewLegacy * PHPCS * JED turned to https (#12076) * JED truned to https JED truned to https Minor fixes on proper use of Joomla! * Update README.txt Same as #12076 * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED and community turned https * JED, community and org turned https * JED and community turned https * JED and community turned https * correct/add quotename (#12070) * Label: Users Options: Login name > Username (#12073) The language label "Change Login Name" is not consistent with the front-end label "Username". This PR changes the language label to "Change Username" and the decription to "Allow users to change their Username when editing their profile." The front-end login screens use the label "Username" Login Component: ![login-component](https://cloud.githubusercontent.com/assets/1217850/18627996/579510ca-7e5e-11e6-9161-6268e9ccb213.png) Login Module: ![login-module](https://cloud.githubusercontent.com/assets/1217850/18627997/579595ae-7e5e-11e6-8920-edf34631a3c7.png) ### Testing Instructions #### Before the PR Users > Manage > [Options] > [User Options] The last entry is "Change Login Name" + hover description "Allow users to change their Login name when editing their profile." ![login-back-end-options](https://cloud.githubusercontent.com/assets/1217850/18627995/5791ac32-7e5e-11e6-8b18-94a34372c422.png) #### After the PR Users > Manage > [Options] > [User Options] The last entry is "Change Username" + hover description "Allow users to change their Username when editing their profile." ![login-back-end-options-after](https://cloud.githubusercontent.com/assets/1217850/18627998/5799ceb2-7e5e-11e6-9a5e-234dcf2db14e.png) * Update .travis.yml (#12079) * Add vote order check * [a11y] Protostar back to top (#12446) * [a11y] Protostar - back to top link * Oops Andre was right * add anchor for non-js enabled browsers * Added missing com_fields component from last merge * Replace Platform version numbers in libraries/legacy (#12242) * Remove variable declaration (Fix #12619) * Misc. fixes * Test fixes
2016-10-29 20:23:43 +00:00
"keywords": [
"database",
"framework",
"joomla"
[4.0] Merge staging (#12622) * added show/hide introtext parameter to mod_articles_news * added <?php if (!$params->get('intro_only')) : ?> back again since it might be a B/C setting/parameter * added tabs in code * Update mod_articles_news.xml * Update _item.php * corrected typo from last merge * changed label and description * Add JHtmlBootstrap for front-end editing. Fixes #11562 * Implementing Menu Items modals (New feature) * Wrong class for chosen (#11820) * 3.7.0: Using the new modal_menu field in various core places (#11694) * Using the new modal_menu field in various core places * Simplifying clearField * Simplify conditional * Parenthesis replaced by mdash * Using modal_category field in various core locations * 3.7.0: New Feature=>editor-xtd to insert menu items links in content (#11721) * 3.7.0: New Feature=>editor-xtd to insert menu items links in content * correcting some errors * quoting for sql azure * one more * Changed icon + lang constants * Chosen upgrade. Fixes #11779 Squashed commit of the following: commit 48051c7bf2792fb64cbe10046ada196fc9d233b8 Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 25 14:31:04 2016 +0100 css change only commit 90a89fddf8e70d036b3779022a1477dc632f78ba Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 25 14:28:58 2016 +0100 Revert "css fix thanks @C-Lodder" This reverts commit f7320cfb331e018b179c9356b642dac330f55c22. commit f7320cfb331e018b179c9356b642dac330f55c22 Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 25 14:09:03 2016 +0100 css fix thanks @C-Lodder commit 42c9de38e90c6a1ad48def219b65a0cc77159933 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 18:10:33 2016 +0100 fix permissions commit b8fdd34d3e5678bbe8cd568e1b32ec951ac18421 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 18:07:53 2016 +0100 add minified version of js commit 0ef056d06609cab17b272aa7c37da4b0521199b6 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:59:55 2016 +0100 add documented js hacks commit c68c275bfa9f87f287ac394baa7de65d32565c14 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:48:01 2016 +0100 add comment block commit 983dbf5a561b25aeef9f8d2658edc58e352da780 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:08:47 2016 +0100 rename liszt: chosen: commit 8caad7361bdddc25ae81912892061dd1b04f759f Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:07:47 2016 +0100 Revert "rename liszt: chosen: and add JUI hacks" This reverts commit 86116716d6ff7ba307621de3b0e1fdc8f90bc2b1. commit 86116716d6ff7ba307621de3b0e1fdc8f90bc2b1 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:06:21 2016 +0100 rename liszt: chosen: and add JUI hacks commit 535bea0c37a7bb6667a09fe39e3e99153e3b0bad Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:45:14 2016 +0100 replace chosen: with liszt: commit 2686df5323907e9a394a2a8279a45667ecda89d3 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:43:35 2016 +0100 replace _chosen with _chzn commit 691be65de111d1e6fb25e06a6037981ec13514bd Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:42:49 2016 +0100 replace chosen- with chzn- commit 863b5f9ec87e4702e6c70b5d9c8d705608cb2e5c Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:37:20 2016 +0100 update js with original version commit 537735c2a46513daac39fed29fe32c65e415c859 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:36:19 2016 +0100 remove min js commit e7395625704664bea75cd342757480ba7b6a7b62 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:35:21 2016 +0100 replace chosen- with chzn- commit db8243160065d8f26b606bcfb436dad8e8db929f Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:33:46 2016 +0100 update css file with original version commit 24a955be243ff8a42da38b1c98a07149e7cd86c0 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:29:34 2016 +0100 update sprites commit 4856d5e0be4ad0152dda452b6d0a5669fac1c4b1 Merge: 4ddd833 f10ab35 Author: Brian Teeman <brian@teeman.net> Date: Tue Aug 23 16:23:34 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 4ddd833e3d370ae9accc2ddb57a16e4302eb5981 Merge: b5ffa27 8258906 Author: Brian Teeman <brian@teeman.net> Date: Mon Aug 22 10:30:58 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit b5ffa2745a6e8f32e87963dbe234f25b7882ace5 Merge: 24e6c45 e80e319 Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 21 17:45:45 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 24e6c45f87dd15bb58d4968df31024f1b79dd01f Merge: 962b424 c1b0295 Author: Brian Teeman <brian@teeman.net> Date: Fri Aug 19 21:08:30 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 962b424dc0edaed79581179c769951e4944ff465 Merge: 14f5b1c 4c539c4 Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 18 12:06:49 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 14f5b1caf6a37ad396fab2c860450688f76142a2 Merge: 2baa00b edb70c2 Author: Brian Teeman <brian@teeman.net> Date: Mon Aug 15 10:06:07 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 2baa00b27295ad037e22685e9e3c73097e9ce5d7 Merge: 97d1fb7 f827dfc Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 14 22:38:02 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 97d1fb7fce493acbfccaf1ffde30cd05a5d3f04a Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 14 16:28:13 2016 +0100 Revert "toolbar" This reverts commit 8f995f199efdfe8668c5f6d7f28a733076f89383. commit 8f995f199efdfe8668c5f6d7f28a733076f89383 Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 14 16:27:57 2016 +0100 toolbar * Two search modules on same page: Invalid HTML. (#11229) * Add postfix for unique id ($module->id) * Respect postfixes for unique id in mod_search * Reduce use of JFactory::getConfig() where practical * Allow registering callback functions for the debug console. Fixes #11700 * Allow adding script options without inline JavaScript. Fixes #11671 * Adding "category on fly" functionality when create/edit contact. Fixes #11354 * New method for retrieving the strings from the store. Fixes #11692 * [html5] Hathor administrator template. Fixes #10634 * [Optimize] Generate thumbnail image method to avoid pixelated error in thumbnails. Fixes #7919 * Fix since tag * Normalise Block this User button styling. Fixes #11421 * [html5] System administrator template. Fixes #10638 * URL checking improved in com_wrapper. Fixes #4670 When adding the scheme to an URL use correct scheme (http or https) and port. Checking for "http" or "https" via strstr() in the URL matched also these strings embedded in the URL (e.g. in /static/http/index.html), due to that checks changed to strpos(). * Update en-GB.com_users.ini (#11909) * Templates are in the scope of JDocument. Fixes #10847 * Small review/cleanup in JHtml. Fixes #10771 * Fix form field unit tests. Fixes #11910 Fixes #11413 * Improvements to article modals (with Create Article button). Fixes #11830 * [com_content] - Allow captcha when submit article. Fixes #10976 * Proxy JData to the Framework. Fixes #11588 * [newsfeed modal field] Adds Create News Feed button and other improvements. Fixes #11862 * Allow force refreshing the cache when getting fields in JTable. Fixes #11046 * Allow a custom page title to be defined for an article without a menu item. Fixes #10838 * Code review on com_content component. Fixes #10851 * [category modal field] Adds Create Category button and other improvements. Fixes #11857 * Joomla.JText uses scriptOptions 'joomla.jtext'. Fixes #11690 * Remove legacy frame breaking js code. Fixes #11679 * [contact modal field] Adds Create Contact button and other improvements. Fixes #11858 * Support collection of custom stats in admin stats module. Fixes #10870 * Use intro_image in newsfeed. Fixes #11402 * [com_tags] - Add count and link to tagged items. Fixes #10895 * Allow the vote plugin's position to be configured. Fixes #11375 * Return a 403 status code instead of a 404 for a not accessible category. Fixes #11624 * Add Sort by Modified Date in the Module mod_articles_news (#11128) * Update mod_articles_news.xml At present the sorting by date has the options to sort the articles by Published Up date and Created Date. Adding another sort option to sort the articles by the Modified Date has been added. This addition would be of help to list the articles that are modified recently. * Update en-GB.mod_articles_news.ini Added the following language string that would be used in the xml file of the module mod_articles_news. MOD_ARTICLES_NEWS_FIELD_ORDERING_MODIFIED_DATE="Modified Date" * Update mod_articles_news.xml The value a.modified has been added to the Direction * Cleanup deprecated unused files. Fixes #11762 * Add Polyfill js for legacy browsers (adds events and classlist polyfills). Fixes #11686 * [com_content] Add icons layout. Fixes #10423 * [3.7.x] Fixes issues with the category article view after #11624 (#11943) * Update category.php * Update category.php * Fixing missing getItems in mock JMenu for (routing) unittests. Fixes #11936 * Enable caching of menu data in JMenuSite (#10797) * Enable caching of menu data in JMenuSite * Use a lambda function for the query instead * Add Microseconds to JDate('now') (#11890) * Update date.php * Update date.php * cleaner code * simplify * Update date.php * Router options (#11962) * Router options * switch sentences * [unit tests] Just need to check one microsecond now (3.7.x Branch) (#11966) * Update JHtmlDateTest.php * Update JFactoryTest.php * Fix button classes (#11971) * Fix javascript tests (#11993) * fix javascript tests * typo * change the order to test Joomla.optionsStorage = null * ordering again * Add chosen to module order field (#11992) * remove crap, add chosen * s * New Routing: Fix category routing without menu items * [category item modal field] Apply on more fields for categories. Fixes #11920 * Patch #6712 - FieldCheckbox attribute default (#6794) * Patch 6712 - FieldCheckbox attribute default Checkbox field does not allow defining a value without being checked #6712 * fix code style * Added a clean line Added a clean line befor the if @zero-24 * IS (list views) - Replace html/pagination.php::pagination_list_footer() by JLayouts. Fixes #11246 * Fix no menu item pages giving wrong links (#12020) * Fix routing for non-sef menu items with Modern Routing (#12021) * Phase out JString calls in libraries (#12058) * Admin app - JString -> StringHelper (#12056) * Site app & Plugins - JString -> StringHelper (#12057) * New Feature, Multilanguage: Add the possibility of displaying associations in article info and in articles list. Replaces #11935 (#12042) * Replaces * Modifying to fit Thomas proposal * modifying fetching flags param * adding showon + some * [JAccess] Improve ACL asset preloading performance/memory consumption (#12028) * improve component asset preload speed * Update user.php * Update access.php * Update access.php * Update access.php * Update access.php * not convinced yet, but revert changes in juser * make sure that components are always preloaded * only a logged users (with user id) can be root. * [com_content] - add articles ordering by votes, ratings (#11225) * Add setDocumentTitle() function in JViewLegacy (#11399) * setDocumentTitle() function in JViewLegacy * PHPCS * set new counts too center * fir for #11225 * There is no need for the extra spaces at the end of the line :) * fix typo fixed typo * allow to hide session too in plugin system debug * deprecate keychain for 3.0 * deprecate fof * deprecate fof * Update include.php * deprecate old ciphers * Fix Travis error in keychain (#12157) * fix travis * space * Allow JHtmlDate::relative to set a custom format (#12164) * Updated installation language files. * Fix typo in cache memcached storage (#12150) * div doesn't support type=button (#12131) * JFile - error fix "Cannot pass parameter 2 by reference" (#11952) * Fix of an error "Only variables should be passed by reference" If you pass a string to methods ````append```` or ````write````, you will have an error ````Only variables should be passed by reference```` * Update file.php * Update file.php * Custom calendar is not applied to version history preview and compare dates (#12138) * Custom calendar is not applied to version history preview and compare * simplify code. Thanks Thomas. * Update preview.php * Update compare.php * Update MediaElement.js to 2.23.0 (#11981) * Allow JHtmlDate::relative to set a custom format * Add doc block comment * Proposed onAfterRenderModules event in modules rendering (#10113) * Updated pull request #3105 to latest stage (2016-04-24) inclusive unit test * CS fix * Update JDocumentRendererHtmlModulesTest.php * fix expected value for the unit test in #10113 a unit test was added but failed, this is a fix * Deprecate web router classes * Localise the format for the calendar formfield (#12102) * Localise the format for the calendar formfield * Adding comment * Support all formats * Label - Mass Mail Users v2 (#12084) * Added optional suffix text to Mass Mail Form page (#12078) * Add Unpublished Content Language on Language Package Install (#11867) * initial commit * Update language.php * Update en-GB.lib_joomla.ini * Update en-GB.lib_joomla.ini * ups * Update language.php * Update language.php * Update language.php * change native to $siteLanguageManifest['name'] * allow to install published content languages on install 1 * allow to install published content languages on install 2 * solve remaining issues * cs * fix language names and simplify * cs * improve code and deprecate unneed code * fix title issues (as possible with current xml scenario) * remove non existent metadata values * shoudl not be row, it should be tableLanguage * don't fallback to en-GB native title * tinyMCE use document "scriptoptions", and allow to override tinyMCE Javascript parameters (#11157) * tinymce initialization, use addScriptOptions and tinymce-init.js * Finalize tinymce-init.js * Small improve for code duplication * Allow multiple editors with diferent options * Setup default options for the editor script only once * Minified version of tinymce-init * code style * Improve a bit * Reply to email (#11015) * Reply to email * Reply to email: configuration file chnages resolved * #11015 Reply to email: suggested changes fixed * Media form field bootstrapped with static preview (#10889) * Bootstrap popup with mootols compatibility * restore static preview * 💩 * 😡 * fixes - Delete extra </div> - Move preview under the input field - respect landscape/portrait images * typo * Utilise unionAll element in the select query, previously it was always being ignored. (#10817) Rearrange union > unionAll > order to render a valid query when all these three are used together in a query. Fix return type in method doc blocks. Update test case for the JDatabaseQuery::toString method to test all the element for select query. * Introduce new method isClient($identifier) in JApplicationCms class (#8971) * Introduce new method isClient($identifier) in JApplicationCms class as a substitute for isSite and isAdmin methods. Hence, remove usage of descendant class reference in the JApplication (legacy) and JApplicationCms for better OO structure and support more extensibility. * Added unit tests for JApplicationCms::isClient($identifier); * Fix, null == 0 passes. Avoiding strict check to allow use of '0' or '1' as string as well as integer. * Removed support for integer argument which matched client_id as discussed with @mbabker, thanks. * fix com_finder regression (#12236) * Core.js AJAX method (#11585) * Core.js even listeners * Core.js: method for ajax requests * Code style * Some example and minified version * Core.js even listeners, use IE fallback * Core.js remove even listeners fallback * 370: solving #11225 merge regression (#12238) * 3.7.x: Porting #11225 to beez (#12240) * Move keepalive to external js (#8545) * Keepalive with data attributes * cs * cs * cs empty line * Not seconds ... * object * No double entities We have to use JRoute without xhtml or else the admin keep alive URL get double entities `&amp;amp;?` * From chocolate to vanilla ... Works with vanilla js! Works if onload event is already fired when script is executed. This way the js file can be loaded on render, asyncronous or deferered to after the onload event. Should be cross-browser compatible. * improvements * cs * default options, move to jui folder, asynchronous loading * simple correct to work with new script attributes PR (11289). Adds auto version hash. * update to match #11289 JHtml script behaviour * use __DEPLOY_VERSION__ * cs and simplify * Update behavior.php * Update keepalive.js * Update keepalive.min.js * Update keepalive.js * Update keepalive.min.js * fix conflicts 1 * use new addScriptOptions and Joomla.request methods * fix unit tests * fix last unit test * [menu item modal field] Adds Create Menu Item button and other improvements (3.7.x branch) (#11916) * Update modal.php * Update edit.php * Update view.html.php * Update item_alias.xml * Update default.xml * Update logout.xml * Update mod_login.xml * Update mod_login.xml * Update mod_menu.xml * Update item.php * Update menu.php * Update menu.php * Update en-GB.com_menus.ini * minor cs * corrections * solve no item text issue * New show_info option (hide/show) in com_contact and some minor changes (#8607) * several improvments * lang changes * minor changes * fix conflicts * fix conflicts 2 * revert * fix conflicts final * [3.7.x] Lets use the correct API to get this string translated (com_postinstall) (#12247) * add files joomla * lets make the languagestring checker happy * cs * add missing string (#12246) * fix missing string (#12245) * Deprecate MooTools based helpers (#12268) * Deprecate MooTools based helpers * PHPCS sucks... * fix redirect plugin messages (#12280) * remove dublicate message (#12279) * Allow users to share sessions between apps (#12068) * Allow users to share sessions between apps * Address all metadata related stuff * warning (#12285) merged on review * [3.7.x] Fix Regression #12277: language selector blocked on edit when there are no associations (multilanguage) (#12283) * category edit: check if there are associations * contact edit: check if there are associations * articles edit: check if there are associations * menus edit: check if there are associations * newsfeed edit: check if there are associations * Admin - Simplify instantiation of Registry (#12270) * [j3.7] New Feature Contact editor-xtd plugin (#12252) * New editor-xtd contact plugin * docs * update sql * add contact icon * prevent loading in com_banners where it is useless * Installation sql * correct installation * extra line feed * __DEPLOY_VERSION__ * __DEPLOY_VERSION__ * com_admin script * Update contact.php * Update contact.php * Update contact.php * Update contact.xml * Update en-GB.plg_editors-xtd_contact.sys.ini * Update en-GB.plg_editors-xtd_contact.ini * Update 3.7.0-2016-10-01.sql * Update 3.7.0-2016-10-01.sql * Update 3.7.0-2016-10-01.sql * Routing: Remove IDs from SEF URLs (#11320) Also fixes various bugs in the new router * Run SEF plugin also when SEF URLs are not enabled (#11035) * remove menu button * Update note.xml * string, not array * Redo Isis flat repaint (Closes #11832) (#12319) * Isis flat repaint - Initial commit * Tags field refinement * Fixed field height inconsistency * RTL support added * Minor fixes * Installation flat repaint * Revert install flat repaint * Chzn flat styling separated to chzn-override.less * Missing the in language string * TinyMCE xtd-button close (again, really) and drop jquery (#12324) * drop jquery, fix jModalClose() * classList polyfill not needed here * window.width (seriously?), merge options * use Joomla.extend() * my bad * IE<9 * Add attribs to the script tag, add version to JHtml script methods and deprecate MD5SUM (alternative to 8540) (#11289) * new method to add attrbibs to the script tag * corrections * defaultJsMimes * add deprecated comment * travis * further simplify * remove extra space * forgot to convert mime to type * add UTF-8, ENT_COMPAT to htmlspecialchars (like previous done in all other places) * cs line size fix * better coding * small typo * elseif * deprecate MD5SUM and don't allow two version hashes * add JLog deprected warnings for new method signatures * cs line size * fix conflicts 1 * fix conflicts 2 * refactor JHtml script method signature * deprecate addScriptVersion add options for version and conditional statements * Update head.php * cs * cs fix * Change all self::getMd5Version to static::getMd5Version * has changed * has changed * fix conflicts - part one * fix conflicts * correct unit test * [3.7] Readme updates (#12387) * [languages] Organize and new metadata (Native language and calendar type) (#12036) * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * fix unit tests * add to install.xml in unit tests * correct unit tests * remove extra tab * ident with tabs, not spaces! * installation should have en-GB in name * en-GB ... * correct db jos_languages csv stub also * add missing pkg_en-GB extension to extension stub and correct language extension names * correct sql files * correct sql files * correct sql files * add en-GB, instead of UK, to batch test * correct JTableLanguageTest::testStore * Update install.xml * Update install.xml * same replacements in test stub * Update en-GB.com_languages.ini * correct last unit test * Update en-GB.xml * Update JLanguageTest.php * Update en-GB.xml * Update en-GB.xml * use the new nativeName is exists * Make language flags in backend optional (#12051) * Allow to select none image in language * admin menu module: fall back to a label if no image is selected or image doesn't exist * "Default" buttons in template styles and menuitems list views * remove unneeded variable * Remove empty flag span * Show language code instead of flag in associations tooltip if no image is selected * show language label instead of flag if no images is assigned * Adjust Hathor overrides * Codestyle fixes * Missed contact JHtmlContact::association() * Use a popover for the association tooltips * Taking care of mod_languages * Fix flag preview * show sef in module assignments. * Fixing frontend Associations * Fixing menu assignment modal * a e * a i * a o * a u * a a - javascript * js * Replace uses of JRegistry * Simplify instantiation of Registry objects * [3.7] Isis Flat Repaint - Minor Fixes (#12349) * Removed text shadow * Remove text-shadow * Modal save mouseover fix * Changed to individual removal of text-shadow * sidebar-nav margin fix * Fix hover color on all BS btn * Re-align permissions chzn * Show configured upload limit when uploading files (redo of #11255) (#12396) * * Show configured upload limit when uploading installer package. Otherwise when uploading a larger file than the configured limit, the page reloads without any information about what went wrong. * Show upload limits for file input everywhere. Refactor the calculation part to JUtility class. * Honour template manager configuration to display upload size limit * In Hathor: Honour template manager configuration to display upload size limit * Add deprecated message that in 4.0 the html5 property will be default true (#12430) * Will be replaced by $html5 and the default value will be true. * Update html.php * CodeMirror 5.19 (#12300) * corrections/improvements (#12429) * Fixing notice for non-existing views (#12434) * [3.7.x] Admin login language field fix (#12442) * Admin login lang fix * Admin login lang field alignment * New xtd_contact lang files missing in install.xml (#12452) * Make more use of the autoloader (#12060) * Fix error in mergeHeadData method for html document (#12013) * Extend test for document html links * Fix mergeHeadData method for html document->_links * correct table html errors (#12129) * [users list modal] ismoo parameter need to still exist after form submit (solve #12122) (#12137) * ismoo parameter need to exist after form submit * int * default to 1 * Replaced rand() with mt_rand() projectwide (#12169) * Replaced rand() with mt_rand() projectwide * session package is from the framework so we need to revert that change at this point * fof is an external lib so we need to revert that change at this point * fof is an external lib so we need to revert that change at this point * Use global as default option (#12186) * Solving 12214 Plugin tooltip (#12215) * JLayoutFile wrong type hint (#12231) * JLayoutFile wrong type hint * CS * CS / Review for the editor plugins (#12260) * cs review for the editor plugin * cs * Update image.php * Call to undefined method stdClass::get() * use the warning and error (#12265) * error not notice (#12273) * Remove deprecated function (#12296) * Minor language string change for com_contact (#12339) * Redo Isis flat repaint Installation (Closes #11917) (#12342) * Installation flat repaint - Initial commit * Install flat repaint - Initial commit * Add missing period (#12356) * Change language string (#12364) * Allow loading plugin language strings from extension folder (#12403) * some cs changes after #12396 (#12431) * [3.7.x] Update js polyfills to 3.13.0 (#12513) * Update polyfill.event-uncompressed.js * Update polyfill.event.js * update classlist polyfill * Update polyfill.classlist.js * minor changes * minor changes in doc block * move jquery to template (#12521) * fixing typo in the comment (#12523) Just a small typo in the comment. * Update CREDITS (#12534) * Update CREDITS Removing old content that has been moved to a dedicated page on the Joomla! Documentation and adding a link to new contributors page on GitHub. * Update CREDITS * Updated installation language files * 2fa handeling for mcrypt and openssl (#12497) * handeling for mcrypt and openssl * Language changes suggested bei Brian * Prepare 3.6.4 Stable Release * Mark _autoload function as public and not private. (#12478) * Mark _autoload function public. * whitespace was hanging out * Revert _load to private * issing language strings in frontend lib.joomla.ini (#12468) * forum link to https (#12467) * [a11y] Protostar back to top (#12446) * [a11y] Protostar - back to top link * Oops Andre was right * add anchor for non-js enabled browsers * [3.7.x] Convert installation template to html5 (also move inline scripts to js) (#12444) * convert to html5, use the api for inline scripts * stupid mistake * ok let's remove all that inline js ... * Fix early exit from foreach in JForm::removeGroup (#11856) * Fix early exit from foreach in JForm::removeGroup The method is supposed to remove all instances of <fields> element but it exits the loop on first iteration only. Looks like a quick copy-paste from removeField may have caused this. * Never returns false * keepalive for editing forms (#12163) * Remove retina 2x sprite (#12528) * Set a proper default value for getParams always (#12463) * Correct spelling (#12564) * Remove JFilter mock (#12484) We don't need JFilter hanging out in the JInstaller Adapter tests * Stop allowing failures on PHP 7.1 (#12599) * Improvements in the Associations Edit Workflow (#12344) * changes in model preprocessForm to allow all associations fields to be dumped * adjustement * there is no need to block the language field now * simplify association tab in the templates files * let's make the layout more dynamic * add the js behaviours * solve one of strange bug ... * improvements and allow associations on create * correct language string * render a warning message * solve categoies issue * add new language methods getContentLanguages and getInstalledLanguages * let's now load all content languages, including the unpublished ones * correct label for bug in categories modal field! all other model fields have this * ups correction in js * default pivot is language code * doc blocks corrections * cs * language correction thanks brian * fix conflicts final * When $this->cursor is false, throw an Exception (#12359) A call to pg_result_error_field() when $this->cursor is false from a query failing will result in an error `pg_result_error_field() expects parameter 1 to be resource, boolean given` Try to get a valid error message and throw a JDatabaseExceptionExecuting Exception * Implement a check / notification for an invalid or missing access file (#12608) * Implement a check / notification for an invalid or missing access file * Add language string for invalid or missing access file notification * Add language string for invalid or missing access file notification * Reduce log message as suggested by mbabker * Reduce log message for #12608 as suggested by mbabker * Reduce log message for #12608 as suggested by mbabker * Change string to match actual translation text * Grid within well changed to row-fluid (#11995) * update doc block (#12569) * Folder icons in front end (#12551) * Add folder size to protostar .less * compiled protostar * rename folder value (#12579) * [3.7.x] Regression Hathor modules and users manager (#12412) * Native language (adjustments after 12036 merge) (#12394) * restore native language * remvoe space * correct * simplify * improve code * ups * native language in unit test too * Add detachObserver (#11037) * Add detachObserver Adds ability to detach observers * Simple CS fix * 3.6.4 Sample data: Escape quota in json data (#12501) * [fix] new extensions not installed on already existing packages (#12545) * $menu->params is already a Registry object. (#12557) * Overridden strings in both back-end and front-end (#12576) * [imp] remove hardcoded published column (#12585) * Fix JUri path in language filter plugin (#12600) * Custom fields (#11833) * Update gallery.xml * Update fields.php * Update internal.php * Update field.php * Update dprules.php * Update section.php * Update base.php * Update view.html.php * Update view.html.php * Update render.php * Update modal_article.php * Update sql.php * Update fields.php * Remove commented debug code * Update fields.php * #14 fixed Joomla Coding Standards and added function dock blocks code * #14 fixed Joomla Conding Standards and added function dock blocks * #14 Fixed class dock block mistake * we did not require this any more * #14 fixed Joomla Coding Standards and added function dock block in helper file at back-end * #14 Fixed only Joomla Coding Standards in FieldsHelper file * #14 removed where function, added dock blocks and fixed dock bocks coding standards errors * #14 formatted as the function doc blocks * #14 formatted as the function doc blocks * Check the active menu correct Closes #72 * Move the label field to the options tab Closes #22 * Label has it's own field and must not stay in params Regression from #22 * Backport from Digital-Peak/DPFields#32 * Fix the save and copy action Closes #37 * Store data on reload Closes #76 * Don't add always the All language to the query Closes #38 * Count the items in the category manager from com_fields Closes #61 * Corrected colspan when fields are assigned to a language * #14 fixed conflict * Don't save the All category Closes #19 * Minor language updates * Fix "Show On" tooltip's description The tooltip's description for the 'Show On' field is not showing because it is currently looking for the label. * Don't hardcode com_content.article Closes #80 * Load the types form when the data is an array * Create the links correct for the count item feature Closes #82 * Show the value from com_fields instead of the the users helper Closes #81 * Set the language correct on the fields cache Closes #47 * Removed string conversion error Closes #47 * Changed links to 3.7 * Remove legacy DPFields code * Get data from state correctly * Add joins to the com_fields in search plugin (#83) Add joins to com_fields in the content search plugin * Add new core rule core.edit.value (#75) * Add 'onFieldBeforePrepare' and 'onFieldAfterPrepare' events * Rename "Field Category" to "Field Group" Closes #91 * Add option to disable custom fields per component Closes #87 * Use select box to define the images directory Closes #97 * Truncate correctly Closes #101 * Change description field to plain textarea Closes #94 CLoses #99 * Parameters are more clear and improved comment Adapted change from https://github.com/joomla/joomla-cms/pull/10722/commits/32c9048b88383ba6028743a48517176952d9a574 * onFieldBeforePrepare and onFieldAfterPrepare events now triggered even when custom field value is empty * Cast before access * Create params even when they are empty * Add com_fields menu entries on back end Closes #109 * Extract the context correctly Closes #112 * Add custom fields for contact * Add inline group create Closes #114 * Add simple context mapping Closes #117 * Dont assign a not existing category when a field is saved with no catid * Rename string with group and not category Closes #124 * Category strings should be named Field Groups Closes #126 * Show the fields on the blog listing Closes #108 * Installer crashes somehow Closes #132 * Merge the types set up into JFormField (#104) * Merge field types into JFormFields * Converting the rest of the fields * Merge DP Field Rendering with Joomla Form Fields * Remove the gallery scripts * Rename the interface to JFormDomfieldinterface for auto loading * Add article field as demo how a component can add fields * Removing mustache, will be replaced later with a new parser See #12 for the discussion * Fixing composer setup, reverting to 3.6.x branch * Fixing code style errors Closes #14 * Rename upgrade file to 3.7 * Strip slashes from description Related to #139 * Removing Simplepie from the database installer script Reverts 8381e46758d18c6286fde35c52b1a2a475d7d0df See comments for more information * Show field group description in form Closes #139 * List field changed key to value and value to name Closes #121 * Use the first category as field filter when creating an article Closes #144 * Dont show a user field on the front end Closes #149 * Add always the fields path when adding the custom fields Closes #150 * Added hint (placeholder) option Closes #151 * Correct redirect after checkin action Closes #154 * Check for group access levels when getting the fields (#153) * Consider field group state Closes #155 * Added missing language strings Closes #129 * JArrayHelper => ArrayHelper * reduce model method (#160) * Fixing permission inheritance to edit the value of a field in the form (#157) * Correct path for parameters folder when not in Joomla libraries * Type selection (#162) Closes #134 * Display class attributes (#143) * User home (#161) * Add home parameter to media field * Correct path for paramneters folder when not in Joomla libraries * Fixing code style errors * Add new context for com_contact for contact form fields (#115) * Add new context for com_contact for contact form fields * Prepare the value on com_contact mail * Fixing travis code style errors * Use the correct variable name Closes #163 * Show the all label when no category is assigned Closes #165 * Don't set 0 as default hint when not present Closes #166 * Fix Sniffer Whitespace errors * Fix Sniffer Whitespace errors (#167) * Cleanup field model * Support fields plugins * Add gallery plugin * Moved since tag to 3.7 * Some brushup * Update controller.php * Update field.php * Update fields.php * Update controller.php * Update fields.php * Update internal.php * Update fields.php * Update fields.xml * Update field.php * Update fields.php * Update type.php * Update section.php * Update field.php * Update field.xml * Update filter_fields.xml * Update field.php * Update view.html.php * Update edit.php * Update modal_options.php * Update view.html.php * Update default.php * Update default_batch_body.php * Update modal.php * Update field.xml * Update en-GB.com_fields.sys.ini * Update en-GB.com_fields.ini * Update en-GB.plg_fields_gallery.ini * Update en-GB.plg_fields_gallery.sys.ini * Update en-GB.plg_system_fields.ini * Update en-GB.plg_system_fields.sys.ini * Update modal_article.php * Update controller.php * Update field.php * Update default_custom.php * Update captcha.php * Update editor.php * Update media.php * Update user.php * Update editor.xml * Update media.xml * Update user.xml * Update usergrouplist.xml * Update abstractlist.php * Update domfieldinterface.php * Update field.php * Update email.php * Update file.php * Update imagelist.php * Update sql.php * Update tel.php * Update textarea.php * Update url.php * Update calendar.xml * Update checkboxes.xml * Update imagelist.xml * Update integer.xml * Update list.xml * Update radio.xml * Update sql.xml * Update textarea.xml * Update url.xml * Update gallery.xml * plugin * plugin2 * typo * Change to uft8mb4 * Add new extensions to the script file * Revert merge conflict composer changes * No needed changes * Library form fields should be unaware of com_fields * Default to https * Order the tables correct * Cleanup language strings * Code errors from cleanup * Remove tags support * Add category filter * Display fielg group label when editing a group * Display all fields which are assigned to all languages correct * Don't show fields on categories as it is not ready yet * Update fields.php * Don't transofrm the category name * Correct quote name function used * Revert "Display fielg group label when editing a group" This reverts commit 133133267e88a341cb5634d814a87e06f3e8daf3. * Disable tags on custom field groups * Don't include category state in filter on back end * Remove debug code * CS fix * Shortening the line length * Install SQL files for postgres * Use JDatabaseQuery * Option to show the user custom fields on the front on the contact view * Comment for item_id table column * Remove class for textareas * Fix no menu item pages giving wrong links (#12020) * [plg_system_logout] Load language files only when needed (#11736) * Update logout.php * cs and stuff * Update logout.php * Adding Options Button (#12033) * fix paths (#12032) * Fix routing for non-sef menu items with Modern Routing (#12021) * [com_banners] - publishing time does not honor timezone (#11978) * [com_banners ] - publishing time does not honor timezone * impress only when needed impress only when needed * CS fix cs fix * Order stylesheet attributes the same as link attributes (#12052) * use joomla-projects docker * Phase out JString calls in libraries (#12058) * Admin app - JString -> StringHelper (#12056) * Site app & Plugins - JString -> StringHelper (#12057) * New Feature, Multilanguage: Add the possibility of displaying associations in article info and in articles list. Replaces #11935 (#12042) * Replaces * Modifying to fit Thomas proposal * modifying fetching flags param * adding showon + some * [JAccess] Improve ACL asset preloading performance/memory consumption (#12028) * improve component asset preload speed * Update user.php * Update access.php * Update access.php * Update access.php * Update access.php * not convinced yet, but revert changes in juser * make sure that components are always preloaded * only a logged users (with user id) can be root. * [com_contact] - moved the captchaEnabled var from default to view (#11964) * [com_contact] - moved the captchaEnabled var out of the default.php file to the view.html.php file moved the captchaEnabled var out of the default.php file to the view.html.php file. * moved captchaEnabled to the view moved captchaEnabled to the view * missed var declarationi/initialization missed var $captchaSet declarationi/initialization * Session interaction refactoring (#10905) * Allow lazy starting a session * Defer starting sessions in the installer * Defer starting session in JApplicationCms * Deprecate creating sessions in JFactory * Start restructuring session load sequence in JApplicationCms * Add JSession object to onAfterSessionStart event trigger * Override afterSessionStart for install app to not store the user * Expand the database storage object for better API * Fix session listener declaration * Restructure session bootup and when the session metadata operations run * 3.5 -> 3.6 * Remove option, out of scope * Tweak things so the behavior is closer to current API * Undefined variable * Get store name from session object * Remove this, out of scope * PHPCS fix * Deep rooted application dependencies are my absolute favorite * Move comment, doc blocks, consistent method signature * Again on the consistency, we don't like E_STRICT errors * Nevermind, confused myself with checkSession, carry on... * Until the day the unit tests no longer follow the doc block code styles... * Lost line in merge * One more merge conflict fix * This internal coupling is addressed * Fix query from merge * [com_content] - add articles ordering by votes, ratings (#11225) * Add setDocumentTitle() function in JViewLegacy (#11399) * setDocumentTitle() function in JViewLegacy * PHPCS * JED turned to https (#12076) * JED truned to https JED truned to https Minor fixes on proper use of Joomla! * Update README.txt Same as #12076 * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED and community turned https * JED, community and org turned https * JED and community turned https * JED and community turned https * correct/add quotename (#12070) * Label: Users Options: Login name > Username (#12073) The language label "Change Login Name" is not consistent with the front-end label "Username". This PR changes the language label to "Change Username" and the decription to "Allow users to change their Username when editing their profile." The front-end login screens use the label "Username" Login Component: ![login-component](https://cloud.githubusercontent.com/assets/1217850/18627996/579510ca-7e5e-11e6-9161-6268e9ccb213.png) Login Module: ![login-module](https://cloud.githubusercontent.com/assets/1217850/18627997/579595ae-7e5e-11e6-8920-edf34631a3c7.png) ### Testing Instructions #### Before the PR Users > Manage > [Options] > [User Options] The last entry is "Change Login Name" + hover description "Allow users to change their Login name when editing their profile." ![login-back-end-options](https://cloud.githubusercontent.com/assets/1217850/18627995/5791ac32-7e5e-11e6-8b18-94a34372c422.png) #### After the PR Users > Manage > [Options] > [User Options] The last entry is "Change Username" + hover description "Allow users to change their Username when editing their profile." ![login-back-end-options-after](https://cloud.githubusercontent.com/assets/1217850/18627998/5799ceb2-7e5e-11e6-9a5e-234dcf2db14e.png) * Update .travis.yml (#12079) * Add vote order check * [a11y] Protostar back to top (#12446) * [a11y] Protostar - back to top link * Oops Andre was right * add anchor for non-js enabled browsers * Added missing com_fields component from last merge * Replace Platform version numbers in libraries/legacy (#12242) * Remove variable declaration (Fix #12619) * Misc. fixes * Test fixes
2016-10-29 20:23:43 +00:00
],
"support": {
"issues": "https://github.com/joomla-framework/database/issues",
2022-03-10 06:01:12 +00:00
"source": "https://github.com/joomla-framework/database/tree/2.1.0"
},
2021-08-10 19:13:42 +00:00
"funding": [
{
"url": "https://community.joomla.org/sponsorship-campaigns.html",
"type": "custom"
},
{
"url": "https://github.com/joomla",
"type": "github"
}
],
2022-03-10 06:01:12 +00:00
"time": "2022-03-02T16:36:31+00:00"
2017-05-31 13:11:32 +00:00
},
{
"name": "joomla/di",
2021-08-16 20:14:32 +00:00
"version": "2.0.0",
2017-05-31 13:11:32 +00:00
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/di.git",
2021-08-10 19:13:42 +00:00
"reference": "22ef18207e8945c8247aa2372bddbe76383bd0bc"
2017-05-31 13:11:32 +00:00
},
"dist": {
"type": "zip",
2021-08-10 19:13:42 +00:00
"url": "https://api.github.com/repos/joomla-framework/di/zipball/22ef18207e8945c8247aa2372bddbe76383bd0bc",
"reference": "22ef18207e8945c8247aa2372bddbe76383bd0bc",
2017-05-31 13:11:32 +00:00
"shasum": ""
},
"require": {
2021-08-10 19:13:42 +00:00
"php": "^7.2.5|~8",
"psr/container": "^1.0",
"symfony/deprecation-contracts": "^2.1"
},
"provide": {
"psr/container-implementation": "~1.0"
2017-05-31 13:11:32 +00:00
},
"require-dev": {
2021-08-10 19:13:42 +00:00
"joomla/coding-standards": "^3.0@dev",
"joomla/test": "^2.0",
"phpunit/phpunit": "^8.5|^9.0"
2017-05-31 13:11:32 +00:00
},
"type": "joomla-package",
2017-05-31 13:11:32 +00:00
"extra": {
"branch-alias": {
"dev-2.0-dev": "2.0-dev"
2017-05-31 13:11:32 +00:00
}
},
"autoload": {
"psr-4": {
"Joomla\\DI\\": "src/"
2017-05-31 13:11:32 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2018-02-04 23:44:31 +00:00
"GPL-2.0-or-later"
2017-05-31 13:11:32 +00:00
],
"description": "Joomla DI Package",
"homepage": "https://github.com/joomla-framework/di",
2017-05-31 13:11:32 +00:00
"keywords": [
"container",
"dependency injection",
"di",
"framework",
"ioc",
"joomla"
2017-05-31 13:11:32 +00:00
],
2021-08-10 19:13:42 +00:00
"support": {
"issues": "https://github.com/joomla-framework/di/issues",
2021-08-16 20:14:32 +00:00
"source": "https://github.com/joomla-framework/di/tree/2.0.0"
2021-08-10 19:13:42 +00:00
},
"funding": [
{
"url": "https://community.joomla.org/sponsorship-campaigns.html",
"type": "custom"
},
{
"url": "https://github.com/joomla",
"type": "github"
}
],
"time": "2021-04-06T22:33:15+00:00"
[4.0] Merge staging (#12622) * added show/hide introtext parameter to mod_articles_news * added <?php if (!$params->get('intro_only')) : ?> back again since it might be a B/C setting/parameter * added tabs in code * Update mod_articles_news.xml * Update _item.php * corrected typo from last merge * changed label and description * Add JHtmlBootstrap for front-end editing. Fixes #11562 * Implementing Menu Items modals (New feature) * Wrong class for chosen (#11820) * 3.7.0: Using the new modal_menu field in various core places (#11694) * Using the new modal_menu field in various core places * Simplifying clearField * Simplify conditional * Parenthesis replaced by mdash * Using modal_category field in various core locations * 3.7.0: New Feature=>editor-xtd to insert menu items links in content (#11721) * 3.7.0: New Feature=>editor-xtd to insert menu items links in content * correcting some errors * quoting for sql azure * one more * Changed icon + lang constants * Chosen upgrade. Fixes #11779 Squashed commit of the following: commit 48051c7bf2792fb64cbe10046ada196fc9d233b8 Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 25 14:31:04 2016 +0100 css change only commit 90a89fddf8e70d036b3779022a1477dc632f78ba Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 25 14:28:58 2016 +0100 Revert "css fix thanks @C-Lodder" This reverts commit f7320cfb331e018b179c9356b642dac330f55c22. commit f7320cfb331e018b179c9356b642dac330f55c22 Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 25 14:09:03 2016 +0100 css fix thanks @C-Lodder commit 42c9de38e90c6a1ad48def219b65a0cc77159933 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 18:10:33 2016 +0100 fix permissions commit b8fdd34d3e5678bbe8cd568e1b32ec951ac18421 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 18:07:53 2016 +0100 add minified version of js commit 0ef056d06609cab17b272aa7c37da4b0521199b6 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:59:55 2016 +0100 add documented js hacks commit c68c275bfa9f87f287ac394baa7de65d32565c14 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:48:01 2016 +0100 add comment block commit 983dbf5a561b25aeef9f8d2658edc58e352da780 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:08:47 2016 +0100 rename liszt: chosen: commit 8caad7361bdddc25ae81912892061dd1b04f759f Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:07:47 2016 +0100 Revert "rename liszt: chosen: and add JUI hacks" This reverts commit 86116716d6ff7ba307621de3b0e1fdc8f90bc2b1. commit 86116716d6ff7ba307621de3b0e1fdc8f90bc2b1 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:06:21 2016 +0100 rename liszt: chosen: and add JUI hacks commit 535bea0c37a7bb6667a09fe39e3e99153e3b0bad Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:45:14 2016 +0100 replace chosen: with liszt: commit 2686df5323907e9a394a2a8279a45667ecda89d3 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:43:35 2016 +0100 replace _chosen with _chzn commit 691be65de111d1e6fb25e06a6037981ec13514bd Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:42:49 2016 +0100 replace chosen- with chzn- commit 863b5f9ec87e4702e6c70b5d9c8d705608cb2e5c Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:37:20 2016 +0100 update js with original version commit 537735c2a46513daac39fed29fe32c65e415c859 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:36:19 2016 +0100 remove min js commit e7395625704664bea75cd342757480ba7b6a7b62 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:35:21 2016 +0100 replace chosen- with chzn- commit db8243160065d8f26b606bcfb436dad8e8db929f Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:33:46 2016 +0100 update css file with original version commit 24a955be243ff8a42da38b1c98a07149e7cd86c0 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:29:34 2016 +0100 update sprites commit 4856d5e0be4ad0152dda452b6d0a5669fac1c4b1 Merge: 4ddd833 f10ab35 Author: Brian Teeman <brian@teeman.net> Date: Tue Aug 23 16:23:34 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 4ddd833e3d370ae9accc2ddb57a16e4302eb5981 Merge: b5ffa27 8258906 Author: Brian Teeman <brian@teeman.net> Date: Mon Aug 22 10:30:58 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit b5ffa2745a6e8f32e87963dbe234f25b7882ace5 Merge: 24e6c45 e80e319 Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 21 17:45:45 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 24e6c45f87dd15bb58d4968df31024f1b79dd01f Merge: 962b424 c1b0295 Author: Brian Teeman <brian@teeman.net> Date: Fri Aug 19 21:08:30 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 962b424dc0edaed79581179c769951e4944ff465 Merge: 14f5b1c 4c539c4 Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 18 12:06:49 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 14f5b1caf6a37ad396fab2c860450688f76142a2 Merge: 2baa00b edb70c2 Author: Brian Teeman <brian@teeman.net> Date: Mon Aug 15 10:06:07 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 2baa00b27295ad037e22685e9e3c73097e9ce5d7 Merge: 97d1fb7 f827dfc Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 14 22:38:02 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 97d1fb7fce493acbfccaf1ffde30cd05a5d3f04a Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 14 16:28:13 2016 +0100 Revert "toolbar" This reverts commit 8f995f199efdfe8668c5f6d7f28a733076f89383. commit 8f995f199efdfe8668c5f6d7f28a733076f89383 Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 14 16:27:57 2016 +0100 toolbar * Two search modules on same page: Invalid HTML. (#11229) * Add postfix for unique id ($module->id) * Respect postfixes for unique id in mod_search * Reduce use of JFactory::getConfig() where practical * Allow registering callback functions for the debug console. Fixes #11700 * Allow adding script options without inline JavaScript. Fixes #11671 * Adding "category on fly" functionality when create/edit contact. Fixes #11354 * New method for retrieving the strings from the store. Fixes #11692 * [html5] Hathor administrator template. Fixes #10634 * [Optimize] Generate thumbnail image method to avoid pixelated error in thumbnails. Fixes #7919 * Fix since tag * Normalise Block this User button styling. Fixes #11421 * [html5] System administrator template. Fixes #10638 * URL checking improved in com_wrapper. Fixes #4670 When adding the scheme to an URL use correct scheme (http or https) and port. Checking for "http" or "https" via strstr() in the URL matched also these strings embedded in the URL (e.g. in /static/http/index.html), due to that checks changed to strpos(). * Update en-GB.com_users.ini (#11909) * Templates are in the scope of JDocument. Fixes #10847 * Small review/cleanup in JHtml. Fixes #10771 * Fix form field unit tests. Fixes #11910 Fixes #11413 * Improvements to article modals (with Create Article button). Fixes #11830 * [com_content] - Allow captcha when submit article. Fixes #10976 * Proxy JData to the Framework. Fixes #11588 * [newsfeed modal field] Adds Create News Feed button and other improvements. Fixes #11862 * Allow force refreshing the cache when getting fields in JTable. Fixes #11046 * Allow a custom page title to be defined for an article without a menu item. Fixes #10838 * Code review on com_content component. Fixes #10851 * [category modal field] Adds Create Category button and other improvements. Fixes #11857 * Joomla.JText uses scriptOptions 'joomla.jtext'. Fixes #11690 * Remove legacy frame breaking js code. Fixes #11679 * [contact modal field] Adds Create Contact button and other improvements. Fixes #11858 * Support collection of custom stats in admin stats module. Fixes #10870 * Use intro_image in newsfeed. Fixes #11402 * [com_tags] - Add count and link to tagged items. Fixes #10895 * Allow the vote plugin's position to be configured. Fixes #11375 * Return a 403 status code instead of a 404 for a not accessible category. Fixes #11624 * Add Sort by Modified Date in the Module mod_articles_news (#11128) * Update mod_articles_news.xml At present the sorting by date has the options to sort the articles by Published Up date and Created Date. Adding another sort option to sort the articles by the Modified Date has been added. This addition would be of help to list the articles that are modified recently. * Update en-GB.mod_articles_news.ini Added the following language string that would be used in the xml file of the module mod_articles_news. MOD_ARTICLES_NEWS_FIELD_ORDERING_MODIFIED_DATE="Modified Date" * Update mod_articles_news.xml The value a.modified has been added to the Direction * Cleanup deprecated unused files. Fixes #11762 * Add Polyfill js for legacy browsers (adds events and classlist polyfills). Fixes #11686 * [com_content] Add icons layout. Fixes #10423 * [3.7.x] Fixes issues with the category article view after #11624 (#11943) * Update category.php * Update category.php * Fixing missing getItems in mock JMenu for (routing) unittests. Fixes #11936 * Enable caching of menu data in JMenuSite (#10797) * Enable caching of menu data in JMenuSite * Use a lambda function for the query instead * Add Microseconds to JDate('now') (#11890) * Update date.php * Update date.php * cleaner code * simplify * Update date.php * Router options (#11962) * Router options * switch sentences * [unit tests] Just need to check one microsecond now (3.7.x Branch) (#11966) * Update JHtmlDateTest.php * Update JFactoryTest.php * Fix button classes (#11971) * Fix javascript tests (#11993) * fix javascript tests * typo * change the order to test Joomla.optionsStorage = null * ordering again * Add chosen to module order field (#11992) * remove crap, add chosen * s * New Routing: Fix category routing without menu items * [category item modal field] Apply on more fields for categories. Fixes #11920 * Patch #6712 - FieldCheckbox attribute default (#6794) * Patch 6712 - FieldCheckbox attribute default Checkbox field does not allow defining a value without being checked #6712 * fix code style * Added a clean line Added a clean line befor the if @zero-24 * IS (list views) - Replace html/pagination.php::pagination_list_footer() by JLayouts. Fixes #11246 * Fix no menu item pages giving wrong links (#12020) * Fix routing for non-sef menu items with Modern Routing (#12021) * Phase out JString calls in libraries (#12058) * Admin app - JString -> StringHelper (#12056) * Site app & Plugins - JString -> StringHelper (#12057) * New Feature, Multilanguage: Add the possibility of displaying associations in article info and in articles list. Replaces #11935 (#12042) * Replaces * Modifying to fit Thomas proposal * modifying fetching flags param * adding showon + some * [JAccess] Improve ACL asset preloading performance/memory consumption (#12028) * improve component asset preload speed * Update user.php * Update access.php * Update access.php * Update access.php * Update access.php * not convinced yet, but revert changes in juser * make sure that components are always preloaded * only a logged users (with user id) can be root. * [com_content] - add articles ordering by votes, ratings (#11225) * Add setDocumentTitle() function in JViewLegacy (#11399) * setDocumentTitle() function in JViewLegacy * PHPCS * set new counts too center * fir for #11225 * There is no need for the extra spaces at the end of the line :) * fix typo fixed typo * allow to hide session too in plugin system debug * deprecate keychain for 3.0 * deprecate fof * deprecate fof * Update include.php * deprecate old ciphers * Fix Travis error in keychain (#12157) * fix travis * space * Allow JHtmlDate::relative to set a custom format (#12164) * Updated installation language files. * Fix typo in cache memcached storage (#12150) * div doesn't support type=button (#12131) * JFile - error fix "Cannot pass parameter 2 by reference" (#11952) * Fix of an error "Only variables should be passed by reference" If you pass a string to methods ````append```` or ````write````, you will have an error ````Only variables should be passed by reference```` * Update file.php * Update file.php * Custom calendar is not applied to version history preview and compare dates (#12138) * Custom calendar is not applied to version history preview and compare * simplify code. Thanks Thomas. * Update preview.php * Update compare.php * Update MediaElement.js to 2.23.0 (#11981) * Allow JHtmlDate::relative to set a custom format * Add doc block comment * Proposed onAfterRenderModules event in modules rendering (#10113) * Updated pull request #3105 to latest stage (2016-04-24) inclusive unit test * CS fix * Update JDocumentRendererHtmlModulesTest.php * fix expected value for the unit test in #10113 a unit test was added but failed, this is a fix * Deprecate web router classes * Localise the format for the calendar formfield (#12102) * Localise the format for the calendar formfield * Adding comment * Support all formats * Label - Mass Mail Users v2 (#12084) * Added optional suffix text to Mass Mail Form page (#12078) * Add Unpublished Content Language on Language Package Install (#11867) * initial commit * Update language.php * Update en-GB.lib_joomla.ini * Update en-GB.lib_joomla.ini * ups * Update language.php * Update language.php * Update language.php * change native to $siteLanguageManifest['name'] * allow to install published content languages on install 1 * allow to install published content languages on install 2 * solve remaining issues * cs * fix language names and simplify * cs * improve code and deprecate unneed code * fix title issues (as possible with current xml scenario) * remove non existent metadata values * shoudl not be row, it should be tableLanguage * don't fallback to en-GB native title * tinyMCE use document "scriptoptions", and allow to override tinyMCE Javascript parameters (#11157) * tinymce initialization, use addScriptOptions and tinymce-init.js * Finalize tinymce-init.js * Small improve for code duplication * Allow multiple editors with diferent options * Setup default options for the editor script only once * Minified version of tinymce-init * code style * Improve a bit * Reply to email (#11015) * Reply to email * Reply to email: configuration file chnages resolved * #11015 Reply to email: suggested changes fixed * Media form field bootstrapped with static preview (#10889) * Bootstrap popup with mootols compatibility * restore static preview * 💩 * 😡 * fixes - Delete extra </div> - Move preview under the input field - respect landscape/portrait images * typo * Utilise unionAll element in the select query, previously it was always being ignored. (#10817) Rearrange union > unionAll > order to render a valid query when all these three are used together in a query. Fix return type in method doc blocks. Update test case for the JDatabaseQuery::toString method to test all the element for select query. * Introduce new method isClient($identifier) in JApplicationCms class (#8971) * Introduce new method isClient($identifier) in JApplicationCms class as a substitute for isSite and isAdmin methods. Hence, remove usage of descendant class reference in the JApplication (legacy) and JApplicationCms for better OO structure and support more extensibility. * Added unit tests for JApplicationCms::isClient($identifier); * Fix, null == 0 passes. Avoiding strict check to allow use of '0' or '1' as string as well as integer. * Removed support for integer argument which matched client_id as discussed with @mbabker, thanks. * fix com_finder regression (#12236) * Core.js AJAX method (#11585) * Core.js even listeners * Core.js: method for ajax requests * Code style * Some example and minified version * Core.js even listeners, use IE fallback * Core.js remove even listeners fallback * 370: solving #11225 merge regression (#12238) * 3.7.x: Porting #11225 to beez (#12240) * Move keepalive to external js (#8545) * Keepalive with data attributes * cs * cs * cs empty line * Not seconds ... * object * No double entities We have to use JRoute without xhtml or else the admin keep alive URL get double entities `&amp;amp;?` * From chocolate to vanilla ... Works with vanilla js! Works if onload event is already fired when script is executed. This way the js file can be loaded on render, asyncronous or deferered to after the onload event. Should be cross-browser compatible. * improvements * cs * default options, move to jui folder, asynchronous loading * simple correct to work with new script attributes PR (11289). Adds auto version hash. * update to match #11289 JHtml script behaviour * use __DEPLOY_VERSION__ * cs and simplify * Update behavior.php * Update keepalive.js * Update keepalive.min.js * Update keepalive.js * Update keepalive.min.js * fix conflicts 1 * use new addScriptOptions and Joomla.request methods * fix unit tests * fix last unit test * [menu item modal field] Adds Create Menu Item button and other improvements (3.7.x branch) (#11916) * Update modal.php * Update edit.php * Update view.html.php * Update item_alias.xml * Update default.xml * Update logout.xml * Update mod_login.xml * Update mod_login.xml * Update mod_menu.xml * Update item.php * Update menu.php * Update menu.php * Update en-GB.com_menus.ini * minor cs * corrections * solve no item text issue * New show_info option (hide/show) in com_contact and some minor changes (#8607) * several improvments * lang changes * minor changes * fix conflicts * fix conflicts 2 * revert * fix conflicts final * [3.7.x] Lets use the correct API to get this string translated (com_postinstall) (#12247) * add files joomla * lets make the languagestring checker happy * cs * add missing string (#12246) * fix missing string (#12245) * Deprecate MooTools based helpers (#12268) * Deprecate MooTools based helpers * PHPCS sucks... * fix redirect plugin messages (#12280) * remove dublicate message (#12279) * Allow users to share sessions between apps (#12068) * Allow users to share sessions between apps * Address all metadata related stuff * warning (#12285) merged on review * [3.7.x] Fix Regression #12277: language selector blocked on edit when there are no associations (multilanguage) (#12283) * category edit: check if there are associations * contact edit: check if there are associations * articles edit: check if there are associations * menus edit: check if there are associations * newsfeed edit: check if there are associations * Admin - Simplify instantiation of Registry (#12270) * [j3.7] New Feature Contact editor-xtd plugin (#12252) * New editor-xtd contact plugin * docs * update sql * add contact icon * prevent loading in com_banners where it is useless * Installation sql * correct installation * extra line feed * __DEPLOY_VERSION__ * __DEPLOY_VERSION__ * com_admin script * Update contact.php * Update contact.php * Update contact.php * Update contact.xml * Update en-GB.plg_editors-xtd_contact.sys.ini * Update en-GB.plg_editors-xtd_contact.ini * Update 3.7.0-2016-10-01.sql * Update 3.7.0-2016-10-01.sql * Update 3.7.0-2016-10-01.sql * Routing: Remove IDs from SEF URLs (#11320) Also fixes various bugs in the new router * Run SEF plugin also when SEF URLs are not enabled (#11035) * remove menu button * Update note.xml * string, not array * Redo Isis flat repaint (Closes #11832) (#12319) * Isis flat repaint - Initial commit * Tags field refinement * Fixed field height inconsistency * RTL support added * Minor fixes * Installation flat repaint * Revert install flat repaint * Chzn flat styling separated to chzn-override.less * Missing the in language string * TinyMCE xtd-button close (again, really) and drop jquery (#12324) * drop jquery, fix jModalClose() * classList polyfill not needed here * window.width (seriously?), merge options * use Joomla.extend() * my bad * IE<9 * Add attribs to the script tag, add version to JHtml script methods and deprecate MD5SUM (alternative to 8540) (#11289) * new method to add attrbibs to the script tag * corrections * defaultJsMimes * add deprecated comment * travis * further simplify * remove extra space * forgot to convert mime to type * add UTF-8, ENT_COMPAT to htmlspecialchars (like previous done in all other places) * cs line size fix * better coding * small typo * elseif * deprecate MD5SUM and don't allow two version hashes * add JLog deprected warnings for new method signatures * cs line size * fix conflicts 1 * fix conflicts 2 * refactor JHtml script method signature * deprecate addScriptVersion add options for version and conditional statements * Update head.php * cs * cs fix * Change all self::getMd5Version to static::getMd5Version * has changed * has changed * fix conflicts - part one * fix conflicts * correct unit test * [3.7] Readme updates (#12387) * [languages] Organize and new metadata (Native language and calendar type) (#12036) * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * fix unit tests * add to install.xml in unit tests * correct unit tests * remove extra tab * ident with tabs, not spaces! * installation should have en-GB in name * en-GB ... * correct db jos_languages csv stub also * add missing pkg_en-GB extension to extension stub and correct language extension names * correct sql files * correct sql files * correct sql files * add en-GB, instead of UK, to batch test * correct JTableLanguageTest::testStore * Update install.xml * Update install.xml * same replacements in test stub * Update en-GB.com_languages.ini * correct last unit test * Update en-GB.xml * Update JLanguageTest.php * Update en-GB.xml * Update en-GB.xml * use the new nativeName is exists * Make language flags in backend optional (#12051) * Allow to select none image in language * admin menu module: fall back to a label if no image is selected or image doesn't exist * "Default" buttons in template styles and menuitems list views * remove unneeded variable * Remove empty flag span * Show language code instead of flag in associations tooltip if no image is selected * show language label instead of flag if no images is assigned * Adjust Hathor overrides * Codestyle fixes * Missed contact JHtmlContact::association() * Use a popover for the association tooltips * Taking care of mod_languages * Fix flag preview * show sef in module assignments. * Fixing frontend Associations * Fixing menu assignment modal * a e * a i * a o * a u * a a - javascript * js * Replace uses of JRegistry * Simplify instantiation of Registry objects * [3.7] Isis Flat Repaint - Minor Fixes (#12349) * Removed text shadow * Remove text-shadow * Modal save mouseover fix * Changed to individual removal of text-shadow * sidebar-nav margin fix * Fix hover color on all BS btn * Re-align permissions chzn * Show configured upload limit when uploading files (redo of #11255) (#12396) * * Show configured upload limit when uploading installer package. Otherwise when uploading a larger file than the configured limit, the page reloads without any information about what went wrong. * Show upload limits for file input everywhere. Refactor the calculation part to JUtility class. * Honour template manager configuration to display upload size limit * In Hathor: Honour template manager configuration to display upload size limit * Add deprecated message that in 4.0 the html5 property will be default true (#12430) * Will be replaced by $html5 and the default value will be true. * Update html.php * CodeMirror 5.19 (#12300) * corrections/improvements (#12429) * Fixing notice for non-existing views (#12434) * [3.7.x] Admin login language field fix (#12442) * Admin login lang fix * Admin login lang field alignment * New xtd_contact lang files missing in install.xml (#12452) * Make more use of the autoloader (#12060) * Fix error in mergeHeadData method for html document (#12013) * Extend test for document html links * Fix mergeHeadData method for html document->_links * correct table html errors (#12129) * [users list modal] ismoo parameter need to still exist after form submit (solve #12122) (#12137) * ismoo parameter need to exist after form submit * int * default to 1 * Replaced rand() with mt_rand() projectwide (#12169) * Replaced rand() with mt_rand() projectwide * session package is from the framework so we need to revert that change at this point * fof is an external lib so we need to revert that change at this point * fof is an external lib so we need to revert that change at this point * Use global as default option (#12186) * Solving 12214 Plugin tooltip (#12215) * JLayoutFile wrong type hint (#12231) * JLayoutFile wrong type hint * CS * CS / Review for the editor plugins (#12260) * cs review for the editor plugin * cs * Update image.php * Call to undefined method stdClass::get() * use the warning and error (#12265) * error not notice (#12273) * Remove deprecated function (#12296) * Minor language string change for com_contact (#12339) * Redo Isis flat repaint Installation (Closes #11917) (#12342) * Installation flat repaint - Initial commit * Install flat repaint - Initial commit * Add missing period (#12356) * Change language string (#12364) * Allow loading plugin language strings from extension folder (#12403) * some cs changes after #12396 (#12431) * [3.7.x] Update js polyfills to 3.13.0 (#12513) * Update polyfill.event-uncompressed.js * Update polyfill.event.js * update classlist polyfill * Update polyfill.classlist.js * minor changes * minor changes in doc block * move jquery to template (#12521) * fixing typo in the comment (#12523) Just a small typo in the comment. * Update CREDITS (#12534) * Update CREDITS Removing old content that has been moved to a dedicated page on the Joomla! Documentation and adding a link to new contributors page on GitHub. * Update CREDITS * Updated installation language files * 2fa handeling for mcrypt and openssl (#12497) * handeling for mcrypt and openssl * Language changes suggested bei Brian * Prepare 3.6.4 Stable Release * Mark _autoload function as public and not private. (#12478) * Mark _autoload function public. * whitespace was hanging out * Revert _load to private * issing language strings in frontend lib.joomla.ini (#12468) * forum link to https (#12467) * [a11y] Protostar back to top (#12446) * [a11y] Protostar - back to top link * Oops Andre was right * add anchor for non-js enabled browsers * [3.7.x] Convert installation template to html5 (also move inline scripts to js) (#12444) * convert to html5, use the api for inline scripts * stupid mistake * ok let's remove all that inline js ... * Fix early exit from foreach in JForm::removeGroup (#11856) * Fix early exit from foreach in JForm::removeGroup The method is supposed to remove all instances of <fields> element but it exits the loop on first iteration only. Looks like a quick copy-paste from removeField may have caused this. * Never returns false * keepalive for editing forms (#12163) * Remove retina 2x sprite (#12528) * Set a proper default value for getParams always (#12463) * Correct spelling (#12564) * Remove JFilter mock (#12484) We don't need JFilter hanging out in the JInstaller Adapter tests * Stop allowing failures on PHP 7.1 (#12599) * Improvements in the Associations Edit Workflow (#12344) * changes in model preprocessForm to allow all associations fields to be dumped * adjustement * there is no need to block the language field now * simplify association tab in the templates files * let's make the layout more dynamic * add the js behaviours * solve one of strange bug ... * improvements and allow associations on create * correct language string * render a warning message * solve categoies issue * add new language methods getContentLanguages and getInstalledLanguages * let's now load all content languages, including the unpublished ones * correct label for bug in categories modal field! all other model fields have this * ups correction in js * default pivot is language code * doc blocks corrections * cs * language correction thanks brian * fix conflicts final * When $this->cursor is false, throw an Exception (#12359) A call to pg_result_error_field() when $this->cursor is false from a query failing will result in an error `pg_result_error_field() expects parameter 1 to be resource, boolean given` Try to get a valid error message and throw a JDatabaseExceptionExecuting Exception * Implement a check / notification for an invalid or missing access file (#12608) * Implement a check / notification for an invalid or missing access file * Add language string for invalid or missing access file notification * Add language string for invalid or missing access file notification * Reduce log message as suggested by mbabker * Reduce log message for #12608 as suggested by mbabker * Reduce log message for #12608 as suggested by mbabker * Change string to match actual translation text * Grid within well changed to row-fluid (#11995) * update doc block (#12569) * Folder icons in front end (#12551) * Add folder size to protostar .less * compiled protostar * rename folder value (#12579) * [3.7.x] Regression Hathor modules and users manager (#12412) * Native language (adjustments after 12036 merge) (#12394) * restore native language * remvoe space * correct * simplify * improve code * ups * native language in unit test too * Add detachObserver (#11037) * Add detachObserver Adds ability to detach observers * Simple CS fix * 3.6.4 Sample data: Escape quota in json data (#12501) * [fix] new extensions not installed on already existing packages (#12545) * $menu->params is already a Registry object. (#12557) * Overridden strings in both back-end and front-end (#12576) * [imp] remove hardcoded published column (#12585) * Fix JUri path in language filter plugin (#12600) * Custom fields (#11833) * Update gallery.xml * Update fields.php * Update internal.php * Update field.php * Update dprules.php * Update section.php * Update base.php * Update view.html.php * Update view.html.php * Update render.php * Update modal_article.php * Update sql.php * Update fields.php * Remove commented debug code * Update fields.php * #14 fixed Joomla Coding Standards and added function dock blocks code * #14 fixed Joomla Conding Standards and added function dock blocks * #14 Fixed class dock block mistake * we did not require this any more * #14 fixed Joomla Coding Standards and added function dock block in helper file at back-end * #14 Fixed only Joomla Coding Standards in FieldsHelper file * #14 removed where function, added dock blocks and fixed dock bocks coding standards errors * #14 formatted as the function doc blocks * #14 formatted as the function doc blocks * Check the active menu correct Closes #72 * Move the label field to the options tab Closes #22 * Label has it's own field and must not stay in params Regression from #22 * Backport from Digital-Peak/DPFields#32 * Fix the save and copy action Closes #37 * Store data on reload Closes #76 * Don't add always the All language to the query Closes #38 * Count the items in the category manager from com_fields Closes #61 * Corrected colspan when fields are assigned to a language * #14 fixed conflict * Don't save the All category Closes #19 * Minor language updates * Fix "Show On" tooltip's description The tooltip's description for the 'Show On' field is not showing because it is currently looking for the label. * Don't hardcode com_content.article Closes #80 * Load the types form when the data is an array * Create the links correct for the count item feature Closes #82 * Show the value from com_fields instead of the the users helper Closes #81 * Set the language correct on the fields cache Closes #47 * Removed string conversion error Closes #47 * Changed links to 3.7 * Remove legacy DPFields code * Get data from state correctly * Add joins to the com_fields in search plugin (#83) Add joins to com_fields in the content search plugin * Add new core rule core.edit.value (#75) * Add 'onFieldBeforePrepare' and 'onFieldAfterPrepare' events * Rename "Field Category" to "Field Group" Closes #91 * Add option to disable custom fields per component Closes #87 * Use select box to define the images directory Closes #97 * Truncate correctly Closes #101 * Change description field to plain textarea Closes #94 CLoses #99 * Parameters are more clear and improved comment Adapted change from https://github.com/joomla/joomla-cms/pull/10722/commits/32c9048b88383ba6028743a48517176952d9a574 * onFieldBeforePrepare and onFieldAfterPrepare events now triggered even when custom field value is empty * Cast before access * Create params even when they are empty * Add com_fields menu entries on back end Closes #109 * Extract the context correctly Closes #112 * Add custom fields for contact * Add inline group create Closes #114 * Add simple context mapping Closes #117 * Dont assign a not existing category when a field is saved with no catid * Rename string with group and not category Closes #124 * Category strings should be named Field Groups Closes #126 * Show the fields on the blog listing Closes #108 * Installer crashes somehow Closes #132 * Merge the types set up into JFormField (#104) * Merge field types into JFormFields * Converting the rest of the fields * Merge DP Field Rendering with Joomla Form Fields * Remove the gallery scripts * Rename the interface to JFormDomfieldinterface for auto loading * Add article field as demo how a component can add fields * Removing mustache, will be replaced later with a new parser See #12 for the discussion * Fixing composer setup, reverting to 3.6.x branch * Fixing code style errors Closes #14 * Rename upgrade file to 3.7 * Strip slashes from description Related to #139 * Removing Simplepie from the database installer script Reverts 8381e46758d18c6286fde35c52b1a2a475d7d0df See comments for more information * Show field group description in form Closes #139 * List field changed key to value and value to name Closes #121 * Use the first category as field filter when creating an article Closes #144 * Dont show a user field on the front end Closes #149 * Add always the fields path when adding the custom fields Closes #150 * Added hint (placeholder) option Closes #151 * Correct redirect after checkin action Closes #154 * Check for group access levels when getting the fields (#153) * Consider field group state Closes #155 * Added missing language strings Closes #129 * JArrayHelper => ArrayHelper * reduce model method (#160) * Fixing permission inheritance to edit the value of a field in the form (#157) * Correct path for parameters folder when not in Joomla libraries * Type selection (#162) Closes #134 * Display class attributes (#143) * User home (#161) * Add home parameter to media field * Correct path for paramneters folder when not in Joomla libraries * Fixing code style errors * Add new context for com_contact for contact form fields (#115) * Add new context for com_contact for contact form fields * Prepare the value on com_contact mail * Fixing travis code style errors * Use the correct variable name Closes #163 * Show the all label when no category is assigned Closes #165 * Don't set 0 as default hint when not present Closes #166 * Fix Sniffer Whitespace errors * Fix Sniffer Whitespace errors (#167) * Cleanup field model * Support fields plugins * Add gallery plugin * Moved since tag to 3.7 * Some brushup * Update controller.php * Update field.php * Update fields.php * Update controller.php * Update fields.php * Update internal.php * Update fields.php * Update fields.xml * Update field.php * Update fields.php * Update type.php * Update section.php * Update field.php * Update field.xml * Update filter_fields.xml * Update field.php * Update view.html.php * Update edit.php * Update modal_options.php * Update view.html.php * Update default.php * Update default_batch_body.php * Update modal.php * Update field.xml * Update en-GB.com_fields.sys.ini * Update en-GB.com_fields.ini * Update en-GB.plg_fields_gallery.ini * Update en-GB.plg_fields_gallery.sys.ini * Update en-GB.plg_system_fields.ini * Update en-GB.plg_system_fields.sys.ini * Update modal_article.php * Update controller.php * Update field.php * Update default_custom.php * Update captcha.php * Update editor.php * Update media.php * Update user.php * Update editor.xml * Update media.xml * Update user.xml * Update usergrouplist.xml * Update abstractlist.php * Update domfieldinterface.php * Update field.php * Update email.php * Update file.php * Update imagelist.php * Update sql.php * Update tel.php * Update textarea.php * Update url.php * Update calendar.xml * Update checkboxes.xml * Update imagelist.xml * Update integer.xml * Update list.xml * Update radio.xml * Update sql.xml * Update textarea.xml * Update url.xml * Update gallery.xml * plugin * plugin2 * typo * Change to uft8mb4 * Add new extensions to the script file * Revert merge conflict composer changes * No needed changes * Library form fields should be unaware of com_fields * Default to https * Order the tables correct * Cleanup language strings * Code errors from cleanup * Remove tags support * Add category filter * Display fielg group label when editing a group * Display all fields which are assigned to all languages correct * Don't show fields on categories as it is not ready yet * Update fields.php * Don't transofrm the category name * Correct quote name function used * Revert "Display fielg group label when editing a group" This reverts commit 133133267e88a341cb5634d814a87e06f3e8daf3. * Disable tags on custom field groups * Don't include category state in filter on back end * Remove debug code * CS fix * Shortening the line length * Install SQL files for postgres * Use JDatabaseQuery * Option to show the user custom fields on the front on the contact view * Comment for item_id table column * Remove class for textareas * Fix no menu item pages giving wrong links (#12020) * [plg_system_logout] Load language files only when needed (#11736) * Update logout.php * cs and stuff * Update logout.php * Adding Options Button (#12033) * fix paths (#12032) * Fix routing for non-sef menu items with Modern Routing (#12021) * [com_banners] - publishing time does not honor timezone (#11978) * [com_banners ] - publishing time does not honor timezone * impress only when needed impress only when needed * CS fix cs fix * Order stylesheet attributes the same as link attributes (#12052) * use joomla-projects docker * Phase out JString calls in libraries (#12058) * Admin app - JString -> StringHelper (#12056) * Site app & Plugins - JString -> StringHelper (#12057) * New Feature, Multilanguage: Add the possibility of displaying associations in article info and in articles list. Replaces #11935 (#12042) * Replaces * Modifying to fit Thomas proposal * modifying fetching flags param * adding showon + some * [JAccess] Improve ACL asset preloading performance/memory consumption (#12028) * improve component asset preload speed * Update user.php * Update access.php * Update access.php * Update access.php * Update access.php * not convinced yet, but revert changes in juser * make sure that components are always preloaded * only a logged users (with user id) can be root. * [com_contact] - moved the captchaEnabled var from default to view (#11964) * [com_contact] - moved the captchaEnabled var out of the default.php file to the view.html.php file moved the captchaEnabled var out of the default.php file to the view.html.php file. * moved captchaEnabled to the view moved captchaEnabled to the view * missed var declarationi/initialization missed var $captchaSet declarationi/initialization * Session interaction refactoring (#10905) * Allow lazy starting a session * Defer starting sessions in the installer * Defer starting session in JApplicationCms * Deprecate creating sessions in JFactory * Start restructuring session load sequence in JApplicationCms * Add JSession object to onAfterSessionStart event trigger * Override afterSessionStart for install app to not store the user * Expand the database storage object for better API * Fix session listener declaration * Restructure session bootup and when the session metadata operations run * 3.5 -> 3.6 * Remove option, out of scope * Tweak things so the behavior is closer to current API * Undefined variable * Get store name from session object * Remove this, out of scope * PHPCS fix * Deep rooted application dependencies are my absolute favorite * Move comment, doc blocks, consistent method signature * Again on the consistency, we don't like E_STRICT errors * Nevermind, confused myself with checkSession, carry on... * Until the day the unit tests no longer follow the doc block code styles... * Lost line in merge * One more merge conflict fix * This internal coupling is addressed * Fix query from merge * [com_content] - add articles ordering by votes, ratings (#11225) * Add setDocumentTitle() function in JViewLegacy (#11399) * setDocumentTitle() function in JViewLegacy * PHPCS * JED turned to https (#12076) * JED truned to https JED truned to https Minor fixes on proper use of Joomla! * Update README.txt Same as #12076 * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED and community turned https * JED, community and org turned https * JED and community turned https * JED and community turned https * correct/add quotename (#12070) * Label: Users Options: Login name > Username (#12073) The language label "Change Login Name" is not consistent with the front-end label "Username". This PR changes the language label to "Change Username" and the decription to "Allow users to change their Username when editing their profile." The front-end login screens use the label "Username" Login Component: ![login-component](https://cloud.githubusercontent.com/assets/1217850/18627996/579510ca-7e5e-11e6-9161-6268e9ccb213.png) Login Module: ![login-module](https://cloud.githubusercontent.com/assets/1217850/18627997/579595ae-7e5e-11e6-8920-edf34631a3c7.png) ### Testing Instructions #### Before the PR Users > Manage > [Options] > [User Options] The last entry is "Change Login Name" + hover description "Allow users to change their Login name when editing their profile." ![login-back-end-options](https://cloud.githubusercontent.com/assets/1217850/18627995/5791ac32-7e5e-11e6-8b18-94a34372c422.png) #### After the PR Users > Manage > [Options] > [User Options] The last entry is "Change Username" + hover description "Allow users to change their Username when editing their profile." ![login-back-end-options-after](https://cloud.githubusercontent.com/assets/1217850/18627998/5799ceb2-7e5e-11e6-9a5e-234dcf2db14e.png) * Update .travis.yml (#12079) * Add vote order check * [a11y] Protostar back to top (#12446) * [a11y] Protostar - back to top link * Oops Andre was right * add anchor for non-js enabled browsers * Added missing com_fields component from last merge * Replace Platform version numbers in libraries/legacy (#12242) * Remove variable declaration (Fix #12619) * Misc. fixes * Test fixes
2016-10-29 20:23:43 +00:00
},
{
"name": "joomla/event",
2021-12-11 19:05:09 +00:00
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/event.git",
2021-12-11 19:05:09 +00:00
"reference": "dc19eae9a6cbffb608d4719f4eeb986e785692bd"
},
"dist": {
"type": "zip",
2021-12-11 19:05:09 +00:00
"url": "https://api.github.com/repos/joomla-framework/event/zipball/dc19eae9a6cbffb608d4719f4eeb986e785692bd",
"reference": "dc19eae9a6cbffb608d4719f4eeb986e785692bd",
"shasum": ""
},
"require": {
2021-08-10 19:13:42 +00:00
"php": "^7.2.5",
"symfony/deprecation-contracts": "^2.1"
},
2015-02-26 01:59:21 +00:00
"require-dev": {
2021-08-10 19:13:42 +00:00
"joomla/coding-standards": "^3.0@dev",
"joomla/console": "^2.0",
"phpunit/phpunit": "^8.5|^9.0",
"psr/container": "^1.0"
2015-02-26 01:59:21 +00:00
},
"suggest": {
"joomla/console": "If you want to use the DebugEventDispatcherCommand class, please install joomla/console",
"psr/container-implementation": "If you want to use the LazyServiceEventListener class, please install a PSR-11 container"
},
"type": "joomla-package",
2015-02-26 01:59:21 +00:00
"extra": {
"branch-alias": {
"dev-2.0-dev": "2.0-dev"
2015-02-26 01:59:21 +00:00
}
},
"autoload": {
"psr-4": {
"Joomla\\Event\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2018-02-04 23:44:31 +00:00
"GPL-2.0-or-later"
],
"description": "Joomla Event Package",
"homepage": "https://github.com/joomla-framework/event",
"keywords": [
"event",
"framework",
"joomla"
],
2021-08-10 19:13:42 +00:00
"support": {
"issues": "https://github.com/joomla-framework/event/issues",
2021-12-11 19:05:09 +00:00
"source": "https://github.com/joomla-framework/event/tree/2.0.1"
2021-08-10 19:13:42 +00:00
},
"funding": [
{
"url": "https://community.joomla.org/sponsorship-campaigns.html",
"type": "custom"
},
{
"url": "https://github.com/joomla",
"type": "github"
}
],
2021-12-11 19:05:09 +00:00
"time": "2021-12-10T11:50:27+00:00"
},
{
"name": "joomla/filesystem",
2022-03-29 13:27:09 +00:00
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/filesystem.git",
2022-03-29 13:27:09 +00:00
"reference": "d991e618da69e557a84ea97e6a601afec28ae8cf"
},
"dist": {
"type": "zip",
2022-03-29 13:27:09 +00:00
"url": "https://api.github.com/repos/joomla-framework/filesystem/zipball/d991e618da69e557a84ea97e6a601afec28ae8cf",
"reference": "d991e618da69e557a84ea97e6a601afec28ae8cf",
"shasum": ""
},
"require": {
2021-08-10 19:13:42 +00:00
"php": "^7.2.5|^8.0"
},
"require-dev": {
2021-08-10 19:13:42 +00:00
"joomla/coding-standards": "^3.0@dev",
2021-04-05 18:27:39 +00:00
"joomla/test": "^2.0",
"mikey179/vfsstream": "^1.1",
"phpunit/phpunit": "^8.5|^9.0"
},
"type": "joomla-package",
"extra": {
"branch-alias": {
2021-04-05 18:27:39 +00:00
"dev-2.0-dev": "2.0-dev"
}
},
"autoload": {
"psr-4": {
"Joomla\\Filesystem\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2018-08-09 12:59:03 +00:00
"GPL-2.0-or-later"
],
"description": "Joomla Filesystem Package",
"homepage": "https://github.com/joomla/joomla-framework-filesystem",
"keywords": [
"filesystem",
"framework",
"joomla"
],
2021-08-10 19:13:42 +00:00
"support": {
"issues": "https://github.com/joomla-framework/filesystem/issues",
2022-03-29 13:27:09 +00:00
"source": "https://github.com/joomla-framework/filesystem/tree/2.0.1"
2021-08-10 19:13:42 +00:00
},
"funding": [
{
"url": "https://community.joomla.org/sponsorship-campaigns.html",
"type": "custom"
},
{
"url": "https://github.com/joomla",
"type": "github"
}
],
2022-03-29 13:27:09 +00:00
"time": "2022-03-29T12:43:57+00:00"
},
{
"name": "joomla/filter",
2022-03-29 13:27:09 +00:00
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/filter.git",
2022-03-29 13:27:09 +00:00
"reference": "137ca3f8925c4529a113735404b873fad0a1305f"
},
"dist": {
"type": "zip",
2022-03-29 13:27:09 +00:00
"url": "https://api.github.com/repos/joomla-framework/filter/zipball/137ca3f8925c4529a113735404b873fad0a1305f",
"reference": "137ca3f8925c4529a113735404b873fad0a1305f",
"shasum": ""
},
"require": {
"joomla/string": "^1.3|^2.0",
"php": "^7.2.5"
},
"conflict": {
"joomla/language": "<2.0"
},
"require-dev": {
"joomla/coding-standards": "^3.0@dev",
"joomla/language": "^2.0",
"phpunit/phpunit": "^8.5|^9.0"
},
"suggest": {
"joomla/language": "Required only if you want to use `OutputFilter::stringURLSafe`."
},
"type": "joomla-package",
"extra": {
"branch-alias": {
"dev-2.0-dev": "2.0-dev"
}
},
"autoload": {
"psr-4": {
"Joomla\\Filter\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
"description": "Joomla Filter Package",
"homepage": "https://github.com/joomla-framework/filter",
"keywords": [
"filter",
"framework",
"joomla"
],
2021-08-10 19:13:42 +00:00
"support": {
"issues": "https://github.com/joomla-framework/filter/issues",
2022-03-29 13:27:09 +00:00
"source": "https://github.com/joomla-framework/filter/tree/2.0.1"
2021-08-10 19:13:42 +00:00
},
"funding": [
{
"url": "https://community.joomla.org/sponsorship-campaigns.html",
"type": "custom"
},
{
"url": "https://github.com/joomla",
"type": "github"
}
],
2022-03-29 13:27:09 +00:00
"time": "2022-02-15T21:33:06+00:00"
},
{
"name": "joomla/http",
2021-08-16 20:14:32 +00:00
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/http.git",
2021-08-16 20:14:32 +00:00
"reference": "95f46a39dec738f73839e61c035be4fa597e822a"
},
"dist": {
"type": "zip",
2021-08-16 20:14:32 +00:00
"url": "https://api.github.com/repos/joomla-framework/http/zipball/95f46a39dec738f73839e61c035be4fa597e822a",
"reference": "95f46a39dec738f73839e61c035be4fa597e822a",
"shasum": ""
},
"require": {
"composer/ca-bundle": "^1.0",
"joomla/uri": "^1.0|^2.0",
"laminas/laminas-diactoros": "^2.2.2",
"php": "^7.2.5",
"psr/http-client": "^1.0",
"psr/http-message": "^1.0"
},
"require-dev": {
"joomla/coding-standards": "^2.0@alpha",
"joomla/test": "^2.0",
"phpunit/phpunit": "^8.5|^9.0"
},
"suggest": {
"ext-curl": "To use cURL for HTTP connections"
},
"type": "joomla-package",
2014-12-02 21:54:10 +00:00
"extra": {
"branch-alias": {
"dev-2.0-dev": "2.0-dev"
2014-12-02 21:54:10 +00:00
}
},
"autoload": {
"psr-4": {
"Joomla\\Http\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2018-02-04 23:44:31 +00:00
"GPL-2.0-or-later"
],
"description": "Joomla HTTP Package",
"homepage": "https://github.com/joomla-framework/http",
"keywords": [
"framework",
"http",
"joomla"
],
2021-08-10 19:13:42 +00:00
"support": {
"issues": "https://github.com/joomla-framework/http/issues",
2021-08-16 20:14:32 +00:00
"source": "https://github.com/joomla-framework/http/tree/2.0.0"
2021-08-10 19:13:42 +00:00
},
"funding": [
{
"url": "https://community.joomla.org/sponsorship-campaigns.html",
"type": "custom"
},
{
"url": "https://github.com/joomla",
"type": "github"
}
],
2021-08-16 20:14:32 +00:00
"time": "2021-08-16T19:52:50+00:00"
},
2016-09-22 14:01:24 +00:00
{
"name": "joomla/input",
"version": "2.0.3",
2016-09-22 14:01:24 +00:00
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/input.git",
"reference": "147229d2e0c5ac7db6f972d19c9faa922575e5c2"
2016-09-22 14:01:24 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/joomla-framework/input/zipball/147229d2e0c5ac7db6f972d19c9faa922575e5c2",
"reference": "147229d2e0c5ac7db6f972d19c9faa922575e5c2",
2016-09-22 14:01:24 +00:00
"shasum": ""
},
"require": {
"joomla/filter": "^1.0|^2.0",
2021-08-10 19:13:42 +00:00
"php": "^7.2.5",
"symfony/deprecation-contracts": "^2.1"
2016-09-22 14:01:24 +00:00
},
"require-dev": {
2021-08-10 19:13:42 +00:00
"joomla/coding-standards": "^3.0@dev",
"joomla/test": "^2.0",
"phpunit/phpunit": "^8.5|^9.0"
2016-09-22 14:01:24 +00:00
},
"type": "joomla-package",
2016-09-22 14:01:24 +00:00
"extra": {
"branch-alias": {
"dev-2.0-dev": "2.0-dev"
2016-09-22 14:01:24 +00:00
}
},
"autoload": {
"psr-4": {
"Joomla\\Input\\": "src/"
}
2016-09-22 14:01:24 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
"description": "Joomla Input Package",
"homepage": "https://github.com/joomla-framework/input",
2016-09-22 14:01:24 +00:00
"keywords": [
"framework",
"input",
"joomla"
2016-09-22 14:01:24 +00:00
],
2021-08-10 19:13:42 +00:00
"support": {
"issues": "https://github.com/joomla-framework/input/issues",
"source": "https://github.com/joomla-framework/input/tree/2.0.3"
2021-08-10 19:13:42 +00:00
},
"funding": [
{
"url": "https://community.joomla.org/sponsorship-campaigns.html",
"type": "custom"
},
{
"url": "https://github.com/joomla",
"type": "github"
}
],
"time": "2022-04-06T20:02:40+00:00"
2016-09-22 14:01:24 +00:00
},
{
2017-11-16 13:03:35 +00:00
"name": "joomla/ldap",
2021-08-16 20:14:32 +00:00
"version": "2.0.0",
2017-11-16 13:03:35 +00:00
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/ldap.git",
2021-08-16 20:14:32 +00:00
"reference": "b02ec8a59297b517b0b843b07971aa2e7bbe91d2"
2017-11-16 13:03:35 +00:00
},
"dist": {
"type": "zip",
2021-08-16 20:14:32 +00:00
"url": "https://api.github.com/repos/joomla-framework/ldap/zipball/b02ec8a59297b517b0b843b07971aa2e7bbe91d2",
"reference": "b02ec8a59297b517b0b843b07971aa2e7bbe91d2",
2017-11-16 13:03:35 +00:00
"shasum": ""
},
"require": {
"ext-ldap": "*",
"php": "~7.0"
},
"require-dev": {
2018-03-18 16:39:29 +00:00
"joomla/coding-standards": "~2.0@alpha",
2017-11-16 13:03:35 +00:00
"joomla/registry": "^1.4.5|~2.0",
2018-03-18 16:39:29 +00:00
"phpunit/phpunit": "~6.3"
2017-11-16 13:03:35 +00:00
},
"type": "joomla-package",
2017-11-16 13:03:35 +00:00
"extra": {
"branch-alias": {
"dev-2.0-dev": "2.0-dev"
}
},
"autoload": {
"psr-4": {
2017-11-16 13:03:35 +00:00
"Joomla\\Ldap\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2018-02-04 23:44:31 +00:00
"GPL-2.0-or-later"
],
"description": "Joomla LDAP Package",
"homepage": "https://github.com/joomla-framework/ldap",
"keywords": [
"framework",
"joomla",
"ldap"
],
2021-08-10 19:13:42 +00:00
"support": {
"issues": "https://github.com/joomla-framework/ldap/issues",
2021-08-16 20:14:32 +00:00
"source": "https://github.com/joomla-framework/ldap/tree/2.0.0"
2021-08-10 19:13:42 +00:00
},
"funding": [
{
"url": "https://community.joomla.org/sponsorship-campaigns.html",
"type": "custom"
},
{
"url": "https://github.com/joomla",
"type": "github"
}
],
2021-08-16 20:14:32 +00:00
"time": "2021-08-16T20:01:23+00:00"
},
{
"name": "joomla/oauth1",
2021-08-16 20:14:32 +00:00
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/oauth1.git",
2021-08-16 20:14:32 +00:00
"reference": "89559f79ff0c3fef73f806fd66814ae8bb1cb655"
},
"dist": {
"type": "zip",
2021-08-16 20:14:32 +00:00
"url": "https://api.github.com/repos/joomla-framework/oauth1/zipball/89559f79ff0c3fef73f806fd66814ae8bb1cb655",
"reference": "89559f79ff0c3fef73f806fd66814ae8bb1cb655",
"shasum": ""
},
"require": {
"joomla/application": "^2.0",
"joomla/http": "^1.2.2|^2.0",
"joomla/input": "^1.2|^2.0",
"joomla/registry": "^1.4.5|^2.0",
"joomla/session": "^2.0",
"joomla/uri": "^1.1|^2.0",
"php": "^7.2.5"
},
"require-dev": {
2021-08-10 19:13:42 +00:00
"joomla/coding-standards": "^3.0@dev",
"joomla/event": "^2.0",
"joomla/test": "^2.0",
"phpunit/phpunit": "^8.5|^9.0"
},
"type": "joomla-package",
"extra": {
"branch-alias": {
"dev-2.0-dev": "2.0-dev"
}
},
"autoload": {
"psr-4": {
"Joomla\\OAuth1\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2018-02-04 23:44:31 +00:00
"GPL-2.0-or-later"
],
"description": "Joomla OAuth1 Package",
"homepage": "https://github.com/joomla-framework/oauth1",
"keywords": [
"framework",
"joomla",
"oauth1"
],
2021-08-10 19:13:42 +00:00
"support": {
"issues": "https://github.com/joomla-framework/oauth1/issues",
2021-08-16 20:14:32 +00:00
"source": "https://github.com/joomla-framework/oauth1/tree/2.0.0"
2021-08-10 19:13:42 +00:00
},
"funding": [
{
"url": "https://community.joomla.org/sponsorship-campaigns.html",
"type": "custom"
},
{
"url": "https://github.com/joomla",
"type": "github"
}
],
2021-08-16 20:14:32 +00:00
"time": "2021-08-16T19:58:37+00:00"
},
{
"name": "joomla/oauth2",
2021-08-16 20:14:32 +00:00
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/oauth2.git",
2021-08-16 20:14:32 +00:00
"reference": "1e6fd0affea9f96376e580ec050145e874b399cb"
},
"dist": {
"type": "zip",
2021-08-16 20:14:32 +00:00
"url": "https://api.github.com/repos/joomla-framework/oauth2/zipball/1e6fd0affea9f96376e580ec050145e874b399cb",
"reference": "1e6fd0affea9f96376e580ec050145e874b399cb",
"shasum": ""
},
"require": {
"joomla/application": "^2.0",
"joomla/http": "^1.2.2|^2.0",
"joomla/input": "^1.2|^2.0",
"joomla/session": "^1.0|^2.0",
"joomla/uri": "^1.0|^2.0",
"php": "^7.2.5"
},
"require-dev": {
2021-08-10 19:13:42 +00:00
"joomla/coding-standards": "^3.0@dev",
"phpunit/phpunit": "^8.5|^9.0"
},
"type": "joomla-package",
"extra": {
"branch-alias": {
"dev-2.0-dev": "2.0-dev"
}
},
"autoload": {
"psr-4": {
"Joomla\\OAuth2\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2018-02-04 23:44:31 +00:00
"GPL-2.0-or-later"
],
"description": "Joomla OAuth2 Package",
"homepage": "https://github.com/joomla-framework/oauth2",
"keywords": [
"framework",
"joomla",
"oauth2"
],
2021-08-10 19:13:42 +00:00
"support": {
"issues": "https://github.com/joomla-framework/oauth2/issues",
2021-08-16 20:14:32 +00:00
"source": "https://github.com/joomla-framework/oauth2/tree/2.0.0"
2021-08-10 19:13:42 +00:00
},
"funding": [
{
"url": "https://community.joomla.org/sponsorship-campaigns.html",
"type": "custom"
},
{
"url": "https://github.com/joomla",
"type": "github"
}
],
2021-08-16 20:14:32 +00:00
"time": "2021-08-16T19:59:30+00:00"
},
{
"name": "joomla/registry",
2021-12-11 19:05:09 +00:00
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/registry.git",
2021-12-11 19:05:09 +00:00
"reference": "4fcfa060f1ec101ec8311770a1d1c166eba6e367"
},
"dist": {
"type": "zip",
2021-12-11 19:05:09 +00:00
"url": "https://api.github.com/repos/joomla-framework/registry/zipball/4fcfa060f1ec101ec8311770a1d1c166eba6e367",
"reference": "4fcfa060f1ec101ec8311770a1d1c166eba6e367",
"shasum": ""
},
"require": {
2021-08-10 19:13:42 +00:00
"joomla/utilities": "^1.4.1|^2.0",
"php": "^7.2.5"
},
2021-08-10 19:13:42 +00:00
"conflict": {
"symfony/yaml": "<3.4"
},
"require-dev": {
2021-08-10 19:13:42 +00:00
"joomla/coding-standards": "^3.0@dev",
"phpunit/phpunit": "^8.5|^9.0",
"symfony/yaml": "^3.4|^4.4|^5.0"
},
"suggest": {
"symfony/yaml": "Install symfony/yaml if you require YAML support."
},
"type": "joomla-package",
"extra": {
"branch-alias": {
"dev-2.0-dev": "2.0-dev"
}
},
"autoload": {
"psr-4": {
"Joomla\\Registry\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2018-02-04 23:44:31 +00:00
"GPL-2.0-or-later"
],
"description": "Joomla Registry Package",
"homepage": "https://github.com/joomla-framework/registry",
"keywords": [
"framework",
"joomla",
"registry"
],
2021-08-10 19:13:42 +00:00
"support": {
"issues": "https://github.com/joomla-framework/registry/issues",
2021-12-11 19:05:09 +00:00
"source": "https://github.com/joomla-framework/registry/tree/2.0.1"
2021-08-10 19:13:42 +00:00
},
"funding": [
{
"url": "https://community.joomla.org/sponsorship-campaigns.html",
"type": "custom"
},
{
"url": "https://github.com/joomla",
"type": "github"
}
],
2021-12-11 19:05:09 +00:00
"time": "2021-12-10T11:52:55+00:00"
2019-03-07 18:16:06 +00:00
},
{
"name": "joomla/router",
2021-08-16 20:14:32 +00:00
"version": "2.0.0",
2019-03-07 18:16:06 +00:00
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/router.git",
2021-08-16 20:14:32 +00:00
"reference": "8dfb320fde8ed2c914c6e52df1e7266e9b25379a"
2019-03-07 18:16:06 +00:00
},
"dist": {
"type": "zip",
2021-08-16 20:14:32 +00:00
"url": "https://api.github.com/repos/joomla-framework/router/zipball/8dfb320fde8ed2c914c6e52df1e7266e9b25379a",
"reference": "8dfb320fde8ed2c914c6e52df1e7266e9b25379a",
2019-03-07 18:16:06 +00:00
"shasum": ""
},
"require": {
2021-08-10 19:13:42 +00:00
"php": "^7.2.5|^8.0"
2019-03-07 18:16:06 +00:00
},
"conflict": {
"jeremeamia/superclosure": "<2.4"
},
2019-03-07 18:16:06 +00:00
"require-dev": {
"jeremeamia/superclosure": "^2.4",
"joomla/coding-standards": "^2.0@alpha",
"joomla/console": "^2.0",
"phpunit/phpunit": "^8.5|^9.0"
2019-03-07 18:16:06 +00:00
},
"suggest": {
"jeremeamia/superclosure": "If you use Closure based controllers and want to be able to serialize the router, please install jeremeamia/superclosure",
"joomla/console": "If you want to use the DebugRouterCommand class, please install joomla/console"
2019-03-07 18:16:06 +00:00
},
"type": "joomla-package",
"extra": {
"branch-alias": {
"dev-2.0-dev": "2.0-dev"
}
},
"autoload": {
"psr-4": {
"Joomla\\Router\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
"description": "Joomla Router Package",
"homepage": "https://github.com/joomla-framework/router",
"keywords": [
"framework",
"joomla",
"router"
],
2021-08-10 19:13:42 +00:00
"support": {
"issues": "https://github.com/joomla-framework/router/issues",
2021-08-16 20:14:32 +00:00
"source": "https://github.com/joomla-framework/router/tree/2.0.0"
2021-08-10 19:13:42 +00:00
},
"funding": [
{
"url": "https://community.joomla.org/sponsorship-campaigns.html",
"type": "custom"
},
{
"url": "https://github.com/joomla",
"type": "github"
}
],
2021-08-16 20:14:32 +00:00
"time": "2021-08-16T20:04:57+00:00"
},
{
"name": "joomla/session",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/session.git",
"reference": "a7bb708a988530ce90c95e33efbc56432cf56c07"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/joomla-framework/session/zipball/a7bb708a988530ce90c95e33efbc56432cf56c07",
"reference": "a7bb708a988530ce90c95e33efbc56432cf56c07",
"shasum": ""
},
"require": {
2021-05-18 22:13:42 +00:00
"php": "^7.2.5",
"symfony/deprecation-contracts": "^2.1"
},
"conflict": {
"joomla/database": "<2.0",
"joomla/event": "<2.0",
"joomla/input": "<2.0"
},
"require-dev": {
2021-05-18 22:13:42 +00:00
"joomla/coding-standards": "^3.0@dev",
"joomla/console": "^2.0",
"joomla/database": "^2.0",
"joomla/event": "^2.0",
"joomla/input": "^2.0",
"joomla/test": "^2.0",
"joomla/utilities": "^2.0",
"phpunit/phpunit": "^8.5|^9.0"
},
"suggest": {
"ext-apcu": "To use APCu cache as a session handler",
"ext-memcached": "To use a Memcached server as a session handler",
"ext-redis": "To use a Redis server as a session handler",
2019-06-17 14:25:08 +00:00
"ext-session": "To use the Joomla\\Session\\Storage\\NativeStorage storage class.",
"ext-wincache": "To use WinCache as a session handler",
2019-04-23 17:34:17 +00:00
"joomla/console": "Install joomla/console if you want to use the CreateSessionTableCommand class.",
2019-06-17 14:25:08 +00:00
"joomla/database": "Install joomla/database if you want to use a database connection managed with Joomla\\Database\\DatabaseDriver as a session handler.",
"joomla/event": "The joomla/event package is required to use Joomla\\Session\\Session.",
2017-11-16 14:23:18 +00:00
"joomla/input": "The joomla/input package is required to use Address and Forwarded session validators."
},
"type": "joomla-package",
"extra": {
"branch-alias": {
"dev-2.0-dev": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"Joomla\\Session\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2018-02-04 23:44:31 +00:00
"GPL-2.0-or-later"
],
"description": "Joomla Session Package",
"homepage": "https://github.com/joomla-framework/session",
"keywords": [
"framework",
"joomla",
"session"
],
2021-08-10 19:13:42 +00:00
"support": {
"issues": "https://github.com/joomla-framework/session/issues",
"source": "https://github.com/joomla-framework/session/tree/2.0.1"
2021-08-10 19:13:42 +00:00
},
"funding": [
{
"url": "https://community.joomla.org/sponsorship-campaigns.html",
"type": "custom"
},
{
"url": "https://github.com/joomla",
"type": "github"
}
],
"time": "2021-12-11T19:55:26+00:00"
},
{
"name": "joomla/string",
2021-08-16 20:14:32 +00:00
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/string.git",
2021-08-10 19:13:42 +00:00
"reference": "778682c04a1909323da6a453a5b3030d7a7a2fa9"
},
"dist": {
"type": "zip",
2021-08-10 19:13:42 +00:00
"url": "https://api.github.com/repos/joomla-framework/string/zipball/778682c04a1909323da6a453a5b3030d7a7a2fa9",
"reference": "778682c04a1909323da6a453a5b3030d7a7a2fa9",
"shasum": ""
},
"require": {
2021-08-10 19:13:42 +00:00
"php": "^7.2.5",
"symfony/deprecation-contracts": "^2.1"
},
"conflict": {
"doctrine/inflector": "<1.2"
},
"require-dev": {
2021-08-10 19:13:42 +00:00
"doctrine/inflector": "1.2",
"joomla/coding-standards": "^3.0@dev",
"joomla/test": "^2.0",
"phpunit/phpunit": "^8.5|^9.0"
},
"suggest": {
2018-02-04 23:44:31 +00:00
"doctrine/inflector": "To use the string inflector",
"ext-mbstring": "For improved processing"
},
"type": "joomla-package",
2014-09-03 16:19:14 +00:00
"extra": {
"branch-alias": {
2017-05-27 19:57:27 +00:00
"dev-2.0-dev": "2.0-dev"
2014-09-03 16:19:14 +00:00
}
},
"autoload": {
"files": [
"src/phputf8/utf8.php",
"src/phputf8/ord.php",
"src/phputf8/str_ireplace.php",
"src/phputf8/str_pad.php",
"src/phputf8/str_split.php",
"src/phputf8/strcasecmp.php",
"src/phputf8/strcspn.php",
"src/phputf8/stristr.php",
"src/phputf8/strrev.php",
"src/phputf8/strspn.php",
"src/phputf8/trim.php",
"src/phputf8/ucfirst.php",
"src/phputf8/ucwords.php",
"src/phputf8/utils/ascii.php",
"src/phputf8/utils/validation.php"
],
"psr-4": {
"Joomla\\String\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2018-02-04 23:44:31 +00:00
"GPL-2.0-or-later"
],
"description": "Joomla String Package",
"homepage": "https://github.com/joomla-framework/string",
"keywords": [
"framework",
"joomla",
"string"
],
2021-08-10 19:13:42 +00:00
"support": {
"issues": "https://github.com/joomla-framework/string/issues",
2021-08-16 20:14:32 +00:00
"source": "https://github.com/joomla-framework/string/tree/2.0.0"
2021-08-10 19:13:42 +00:00
},
"funding": [
{
"url": "https://community.joomla.org/sponsorship-campaigns.html",
"type": "custom"
},
{
"url": "https://github.com/joomla",
"type": "github"
}
],
"time": "2021-08-10T18:57:12+00:00"
},
{
"name": "joomla/uri",
"version": "2.0.2",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/uri.git",
"reference": "755f1cf80e2463d9a162563e607154c64083184b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/joomla-framework/uri/zipball/755f1cf80e2463d9a162563e607154c64083184b",
"reference": "755f1cf80e2463d9a162563e607154c64083184b",
"shasum": ""
},
"require": {
2021-08-10 19:13:42 +00:00
"php": "^7.2.5|^8.0"
},
"require-dev": {
"joomla/coding-standards": "^2.0@alpha",
"phpunit/phpunit": "^8.5|^9.0"
},
"type": "joomla-package",
"extra": {
"branch-alias": {
"dev-2.0-dev": "2.0-dev"
}
},
"autoload": {
"psr-4": {
"Joomla\\Uri\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2018-02-04 23:44:31 +00:00
"GPL-2.0-or-later"
],
"description": "Joomla Uri Package",
"homepage": "https://github.com/joomla-framework/uri",
"keywords": [
"framework",
"joomla",
"uri"
],
2021-08-10 19:13:42 +00:00
"support": {
"issues": "https://github.com/joomla-framework/uri/issues",
"source": "https://github.com/joomla-framework/uri/tree/2.0.2"
2021-08-10 19:13:42 +00:00
},
"funding": [
{
"url": "https://community.joomla.org/sponsorship-campaigns.html",
"type": "custom"
},
{
"url": "https://github.com/joomla",
"type": "github"
}
],
"time": "2022-04-21T09:39:04+00:00"
},
{
"name": "joomla/utilities",
2021-08-16 20:14:32 +00:00
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/utilities.git",
2021-08-16 20:14:32 +00:00
"reference": "f5d4fcf778abbbf1c099814297c87ef177e8b268"
},
"dist": {
"type": "zip",
2021-08-16 20:14:32 +00:00
"url": "https://api.github.com/repos/joomla-framework/utilities/zipball/f5d4fcf778abbbf1c099814297c87ef177e8b268",
"reference": "f5d4fcf778abbbf1c099814297c87ef177e8b268",
"shasum": ""
},
"require": {
"joomla/string": "^1.3|^2.0",
"php": "^7.2.5|^8.0"
},
"require-dev": {
"joomla/coding-standards": "^2.0@alpha",
"phpunit/phpunit": "^8.5|^9.0"
},
"type": "joomla-package",
2014-09-23 15:44:37 +00:00
"extra": {
"branch-alias": {
2017-05-27 19:57:27 +00:00
"dev-2.0-dev": "2.0-dev"
2014-09-23 15:44:37 +00:00
}
},
"autoload": {
"psr-4": {
"Joomla\\Utilities\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2018-02-04 23:44:31 +00:00
"GPL-2.0-or-later"
],
"description": "Joomla Utilities Package",
"homepage": "https://github.com/joomla-framework/utilities",
"keywords": [
"framework",
"joomla",
"utilities"
],
2021-08-10 19:13:42 +00:00
"support": {
"issues": "https://github.com/joomla-framework/utilities/issues",
2021-08-16 20:14:32 +00:00
"source": "https://github.com/joomla-framework/utilities/tree/2.0.0"
2021-08-10 19:13:42 +00:00
},
"funding": [
{
"url": "https://community.joomla.org/sponsorship-campaigns.html",
"type": "custom"
},
{
"url": "https://github.com/joomla",
"type": "github"
}
],
2021-08-16 20:14:32 +00:00
"time": "2021-08-16T20:13:00+00:00"
},
{
"name": "laminas/laminas-diactoros",
[4.0] Composer update 19 sep (#30692) Package operations: 0 installs, 38 updates, 0 removals - Updating symfony/deprecation-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating joomla/database (2.0.0-beta2 => 2.0.0-beta3): Downloading (100%) - Updating laminas/laminas-zendframework-bridge (1.0.4 => 1.1.1): Downloading (100%) - Updating laminas/laminas-diactoros (2.3.1 => 2.4.1): Downloading (100%) - Updating symfony/string (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/service-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating symfony/console (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/var-dumper (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/error-handler (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/options-resolver (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/ldap (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/web-link (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/yaml (v5.1.3 => v5.1.5): Loading from cache - Updating squizlabs/php_codesniffer (3.5.5 => 3.5.6): Loading from cache - Updating symfony/finder (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/event-dispatcher-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/css-selector (v5.1.3 => v5.1.5): Loading from cache - Updating phpdocumentor/type-resolver (1.3.0 => 1.4.0): Downloading (100%) - Updating phpdocumentor/reflection-docblock (5.2.0 => 5.2.2): Downloading (100%) - Updating codeception/lib-asserts (1.12.0 => 1.13.1): Loading from cache - Updating codeception/codeception (4.1.6 => 4.1.7): Loading from cache - Updating codeception/module-asserts (1.2.1 => 1.3.0): Loading from cache - Updating codeception/module-rest (1.2.1 => 1.2.3): Downloading (100%) - Updating symfony/process (v5.1.3 => v5.1.5): Loading from cache - Updating codeception/module-webdriver (1.1.0 => 1.1.1): Loading from cache - Updating composer/semver (1.5.1 => 1.7.0): Downloading (100%) - Updating composer/xdebug-handler (1.4.2 => 1.4.3): Loading from cache - Updating doctrine/annotations (1.10.3 => 1.10.4): Loading from cache - Updating symfony/filesystem (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/stopwatch (v5.1.3 => v5.1.5): Loading from cache - Updating joomla/filesystem (1.5.2 => 1.6.0): Loading from cache - Updating composer/ca-bundle (1.2.7 => 1.2.8): Loading from cache - Updating nyholm/psr7 (1.3.0 => 1.3.1): Downloading (100%) - Updating spomky-labs/base64url (v2.0.2 => v2.0.3): Loading from cache - Updating symfony/dom-crawler (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/browser-kit (v5.1.3 => v5.1.5): Loading from cache - Updating brick/math (0.8.15 => 0.8.17): Loading from cache ### note Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
2020-09-22 17:34:14 +00:00
"version": "2.4.1",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-diactoros.git",
[4.0] Composer update 19 sep (#30692) Package operations: 0 installs, 38 updates, 0 removals - Updating symfony/deprecation-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating joomla/database (2.0.0-beta2 => 2.0.0-beta3): Downloading (100%) - Updating laminas/laminas-zendframework-bridge (1.0.4 => 1.1.1): Downloading (100%) - Updating laminas/laminas-diactoros (2.3.1 => 2.4.1): Downloading (100%) - Updating symfony/string (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/service-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating symfony/console (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/var-dumper (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/error-handler (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/options-resolver (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/ldap (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/web-link (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/yaml (v5.1.3 => v5.1.5): Loading from cache - Updating squizlabs/php_codesniffer (3.5.5 => 3.5.6): Loading from cache - Updating symfony/finder (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/event-dispatcher-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/css-selector (v5.1.3 => v5.1.5): Loading from cache - Updating phpdocumentor/type-resolver (1.3.0 => 1.4.0): Downloading (100%) - Updating phpdocumentor/reflection-docblock (5.2.0 => 5.2.2): Downloading (100%) - Updating codeception/lib-asserts (1.12.0 => 1.13.1): Loading from cache - Updating codeception/codeception (4.1.6 => 4.1.7): Loading from cache - Updating codeception/module-asserts (1.2.1 => 1.3.0): Loading from cache - Updating codeception/module-rest (1.2.1 => 1.2.3): Downloading (100%) - Updating symfony/process (v5.1.3 => v5.1.5): Loading from cache - Updating codeception/module-webdriver (1.1.0 => 1.1.1): Loading from cache - Updating composer/semver (1.5.1 => 1.7.0): Downloading (100%) - Updating composer/xdebug-handler (1.4.2 => 1.4.3): Loading from cache - Updating doctrine/annotations (1.10.3 => 1.10.4): Loading from cache - Updating symfony/filesystem (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/stopwatch (v5.1.3 => v5.1.5): Loading from cache - Updating joomla/filesystem (1.5.2 => 1.6.0): Loading from cache - Updating composer/ca-bundle (1.2.7 => 1.2.8): Loading from cache - Updating nyholm/psr7 (1.3.0 => 1.3.1): Downloading (100%) - Updating spomky-labs/base64url (v2.0.2 => v2.0.3): Loading from cache - Updating symfony/dom-crawler (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/browser-kit (v5.1.3 => v5.1.5): Loading from cache - Updating brick/math (0.8.15 => 0.8.17): Loading from cache ### note Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
2020-09-22 17:34:14 +00:00
"reference": "36ef09b73e884135d2059cc498c938e90821bb57"
},
"dist": {
"type": "zip",
[4.0] Composer update 19 sep (#30692) Package operations: 0 installs, 38 updates, 0 removals - Updating symfony/deprecation-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating joomla/database (2.0.0-beta2 => 2.0.0-beta3): Downloading (100%) - Updating laminas/laminas-zendframework-bridge (1.0.4 => 1.1.1): Downloading (100%) - Updating laminas/laminas-diactoros (2.3.1 => 2.4.1): Downloading (100%) - Updating symfony/string (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/service-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating symfony/console (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/var-dumper (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/error-handler (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/options-resolver (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/ldap (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/web-link (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/yaml (v5.1.3 => v5.1.5): Loading from cache - Updating squizlabs/php_codesniffer (3.5.5 => 3.5.6): Loading from cache - Updating symfony/finder (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/event-dispatcher-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/css-selector (v5.1.3 => v5.1.5): Loading from cache - Updating phpdocumentor/type-resolver (1.3.0 => 1.4.0): Downloading (100%) - Updating phpdocumentor/reflection-docblock (5.2.0 => 5.2.2): Downloading (100%) - Updating codeception/lib-asserts (1.12.0 => 1.13.1): Loading from cache - Updating codeception/codeception (4.1.6 => 4.1.7): Loading from cache - Updating codeception/module-asserts (1.2.1 => 1.3.0): Loading from cache - Updating codeception/module-rest (1.2.1 => 1.2.3): Downloading (100%) - Updating symfony/process (v5.1.3 => v5.1.5): Loading from cache - Updating codeception/module-webdriver (1.1.0 => 1.1.1): Loading from cache - Updating composer/semver (1.5.1 => 1.7.0): Downloading (100%) - Updating composer/xdebug-handler (1.4.2 => 1.4.3): Loading from cache - Updating doctrine/annotations (1.10.3 => 1.10.4): Loading from cache - Updating symfony/filesystem (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/stopwatch (v5.1.3 => v5.1.5): Loading from cache - Updating joomla/filesystem (1.5.2 => 1.6.0): Loading from cache - Updating composer/ca-bundle (1.2.7 => 1.2.8): Loading from cache - Updating nyholm/psr7 (1.3.0 => 1.3.1): Downloading (100%) - Updating spomky-labs/base64url (v2.0.2 => v2.0.3): Loading from cache - Updating symfony/dom-crawler (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/browser-kit (v5.1.3 => v5.1.5): Loading from cache - Updating brick/math (0.8.15 => 0.8.17): Loading from cache ### note Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
2020-09-22 17:34:14 +00:00
"url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/36ef09b73e884135d2059cc498c938e90821bb57",
"reference": "36ef09b73e884135d2059cc498c938e90821bb57",
"shasum": ""
},
"require": {
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^7.1",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0"
},
"conflict": {
"phpspec/prophecy": "<1.9.0"
},
"provide": {
"psr/http-factory-implementation": "1.0",
"psr/http-message-implementation": "1.0"
},
"replace": {
"zendframework/zend-diactoros": "^2.2.1"
},
"require-dev": {
"ext-curl": "*",
"ext-dom": "*",
[4.0] Composer update 19 sep (#30692) Package operations: 0 installs, 38 updates, 0 removals - Updating symfony/deprecation-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating joomla/database (2.0.0-beta2 => 2.0.0-beta3): Downloading (100%) - Updating laminas/laminas-zendframework-bridge (1.0.4 => 1.1.1): Downloading (100%) - Updating laminas/laminas-diactoros (2.3.1 => 2.4.1): Downloading (100%) - Updating symfony/string (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/service-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating symfony/console (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/var-dumper (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/error-handler (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/options-resolver (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/ldap (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/web-link (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/yaml (v5.1.3 => v5.1.5): Loading from cache - Updating squizlabs/php_codesniffer (3.5.5 => 3.5.6): Loading from cache - Updating symfony/finder (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/event-dispatcher-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/css-selector (v5.1.3 => v5.1.5): Loading from cache - Updating phpdocumentor/type-resolver (1.3.0 => 1.4.0): Downloading (100%) - Updating phpdocumentor/reflection-docblock (5.2.0 => 5.2.2): Downloading (100%) - Updating codeception/lib-asserts (1.12.0 => 1.13.1): Loading from cache - Updating codeception/codeception (4.1.6 => 4.1.7): Loading from cache - Updating codeception/module-asserts (1.2.1 => 1.3.0): Loading from cache - Updating codeception/module-rest (1.2.1 => 1.2.3): Downloading (100%) - Updating symfony/process (v5.1.3 => v5.1.5): Loading from cache - Updating codeception/module-webdriver (1.1.0 => 1.1.1): Loading from cache - Updating composer/semver (1.5.1 => 1.7.0): Downloading (100%) - Updating composer/xdebug-handler (1.4.2 => 1.4.3): Loading from cache - Updating doctrine/annotations (1.10.3 => 1.10.4): Loading from cache - Updating symfony/filesystem (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/stopwatch (v5.1.3 => v5.1.5): Loading from cache - Updating joomla/filesystem (1.5.2 => 1.6.0): Loading from cache - Updating composer/ca-bundle (1.2.7 => 1.2.8): Loading from cache - Updating nyholm/psr7 (1.3.0 => 1.3.1): Downloading (100%) - Updating spomky-labs/base64url (v2.0.2 => v2.0.3): Loading from cache - Updating symfony/dom-crawler (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/browser-kit (v5.1.3 => v5.1.5): Loading from cache - Updating brick/math (0.8.15 => 0.8.17): Loading from cache ### note Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
2020-09-22 17:34:14 +00:00
"ext-gd": "*",
"ext-libxml": "*",
"http-interop/http-factory-tests": "^0.5.0",
"laminas/laminas-coding-standard": "~1.0.0",
"php-http/psr7-integration-tests": "^1.0",
"phpunit/phpunit": "^7.5.18"
},
"type": "library",
"extra": {
2020-05-30 10:40:04 +00:00
"laminas": {
"config-provider": "Laminas\\Diactoros\\ConfigProvider",
"module": "Laminas\\Diactoros"
}
},
"autoload": {
"files": [
"src/functions/create_uploaded_file.php",
"src/functions/marshal_headers_from_sapi.php",
"src/functions/marshal_method_from_sapi.php",
"src/functions/marshal_protocol_version_from_sapi.php",
"src/functions/marshal_uri_from_sapi.php",
"src/functions/normalize_server.php",
"src/functions/normalize_uploaded_files.php",
"src/functions/parse_cookie_header.php",
"src/functions/create_uploaded_file.legacy.php",
"src/functions/marshal_headers_from_sapi.legacy.php",
"src/functions/marshal_method_from_sapi.legacy.php",
"src/functions/marshal_protocol_version_from_sapi.legacy.php",
"src/functions/marshal_uri_from_sapi.legacy.php",
"src/functions/normalize_server.legacy.php",
"src/functions/normalize_uploaded_files.legacy.php",
"src/functions/parse_cookie_header.legacy.php"
],
"psr-4": {
"Laminas\\Diactoros\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "PSR HTTP Message implementations",
"homepage": "https://laminas.dev",
"keywords": [
"http",
"laminas",
"psr",
"psr-17",
"psr-7"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-diactoros/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-diactoros/issues",
"rss": "https://github.com/laminas/laminas-diactoros/releases.atom",
"source": "https://github.com/laminas/laminas-diactoros"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
[4.0] Composer update 19 sep (#30692) Package operations: 0 installs, 38 updates, 0 removals - Updating symfony/deprecation-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating joomla/database (2.0.0-beta2 => 2.0.0-beta3): Downloading (100%) - Updating laminas/laminas-zendframework-bridge (1.0.4 => 1.1.1): Downloading (100%) - Updating laminas/laminas-diactoros (2.3.1 => 2.4.1): Downloading (100%) - Updating symfony/string (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/service-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating symfony/console (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/var-dumper (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/error-handler (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/options-resolver (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/ldap (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/web-link (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/yaml (v5.1.3 => v5.1.5): Loading from cache - Updating squizlabs/php_codesniffer (3.5.5 => 3.5.6): Loading from cache - Updating symfony/finder (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/event-dispatcher-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/css-selector (v5.1.3 => v5.1.5): Loading from cache - Updating phpdocumentor/type-resolver (1.3.0 => 1.4.0): Downloading (100%) - Updating phpdocumentor/reflection-docblock (5.2.0 => 5.2.2): Downloading (100%) - Updating codeception/lib-asserts (1.12.0 => 1.13.1): Loading from cache - Updating codeception/codeception (4.1.6 => 4.1.7): Loading from cache - Updating codeception/module-asserts (1.2.1 => 1.3.0): Loading from cache - Updating codeception/module-rest (1.2.1 => 1.2.3): Downloading (100%) - Updating symfony/process (v5.1.3 => v5.1.5): Loading from cache - Updating codeception/module-webdriver (1.1.0 => 1.1.1): Loading from cache - Updating composer/semver (1.5.1 => 1.7.0): Downloading (100%) - Updating composer/xdebug-handler (1.4.2 => 1.4.3): Loading from cache - Updating doctrine/annotations (1.10.3 => 1.10.4): Loading from cache - Updating symfony/filesystem (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/stopwatch (v5.1.3 => v5.1.5): Loading from cache - Updating joomla/filesystem (1.5.2 => 1.6.0): Loading from cache - Updating composer/ca-bundle (1.2.7 => 1.2.8): Loading from cache - Updating nyholm/psr7 (1.3.0 => 1.3.1): Downloading (100%) - Updating spomky-labs/base64url (v2.0.2 => v2.0.3): Loading from cache - Updating symfony/dom-crawler (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/browser-kit (v5.1.3 => v5.1.5): Loading from cache - Updating brick/math (0.8.15 => 0.8.17): Loading from cache ### note Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
2020-09-22 17:34:14 +00:00
"time": "2020-09-03T14:29:41+00:00"
},
{
"name": "laminas/laminas-zendframework-bridge",
[4.0] Composer update 19 sep (#30692) Package operations: 0 installs, 38 updates, 0 removals - Updating symfony/deprecation-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating joomla/database (2.0.0-beta2 => 2.0.0-beta3): Downloading (100%) - Updating laminas/laminas-zendframework-bridge (1.0.4 => 1.1.1): Downloading (100%) - Updating laminas/laminas-diactoros (2.3.1 => 2.4.1): Downloading (100%) - Updating symfony/string (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/service-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating symfony/console (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/var-dumper (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/error-handler (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/options-resolver (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/ldap (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/web-link (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/yaml (v5.1.3 => v5.1.5): Loading from cache - Updating squizlabs/php_codesniffer (3.5.5 => 3.5.6): Loading from cache - Updating symfony/finder (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/event-dispatcher-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/css-selector (v5.1.3 => v5.1.5): Loading from cache - Updating phpdocumentor/type-resolver (1.3.0 => 1.4.0): Downloading (100%) - Updating phpdocumentor/reflection-docblock (5.2.0 => 5.2.2): Downloading (100%) - Updating codeception/lib-asserts (1.12.0 => 1.13.1): Loading from cache - Updating codeception/codeception (4.1.6 => 4.1.7): Loading from cache - Updating codeception/module-asserts (1.2.1 => 1.3.0): Loading from cache - Updating codeception/module-rest (1.2.1 => 1.2.3): Downloading (100%) - Updating symfony/process (v5.1.3 => v5.1.5): Loading from cache - Updating codeception/module-webdriver (1.1.0 => 1.1.1): Loading from cache - Updating composer/semver (1.5.1 => 1.7.0): Downloading (100%) - Updating composer/xdebug-handler (1.4.2 => 1.4.3): Loading from cache - Updating doctrine/annotations (1.10.3 => 1.10.4): Loading from cache - Updating symfony/filesystem (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/stopwatch (v5.1.3 => v5.1.5): Loading from cache - Updating joomla/filesystem (1.5.2 => 1.6.0): Loading from cache - Updating composer/ca-bundle (1.2.7 => 1.2.8): Loading from cache - Updating nyholm/psr7 (1.3.0 => 1.3.1): Downloading (100%) - Updating spomky-labs/base64url (v2.0.2 => v2.0.3): Loading from cache - Updating symfony/dom-crawler (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/browser-kit (v5.1.3 => v5.1.5): Loading from cache - Updating brick/math (0.8.15 => 0.8.17): Loading from cache ### note Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
2020-09-22 17:34:14 +00:00
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-zendframework-bridge.git",
[4.0] Composer update 19 sep (#30692) Package operations: 0 installs, 38 updates, 0 removals - Updating symfony/deprecation-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating joomla/database (2.0.0-beta2 => 2.0.0-beta3): Downloading (100%) - Updating laminas/laminas-zendframework-bridge (1.0.4 => 1.1.1): Downloading (100%) - Updating laminas/laminas-diactoros (2.3.1 => 2.4.1): Downloading (100%) - Updating symfony/string (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/service-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating symfony/console (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/var-dumper (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/error-handler (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/options-resolver (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/ldap (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/web-link (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/yaml (v5.1.3 => v5.1.5): Loading from cache - Updating squizlabs/php_codesniffer (3.5.5 => 3.5.6): Loading from cache - Updating symfony/finder (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/event-dispatcher-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/css-selector (v5.1.3 => v5.1.5): Loading from cache - Updating phpdocumentor/type-resolver (1.3.0 => 1.4.0): Downloading (100%) - Updating phpdocumentor/reflection-docblock (5.2.0 => 5.2.2): Downloading (100%) - Updating codeception/lib-asserts (1.12.0 => 1.13.1): Loading from cache - Updating codeception/codeception (4.1.6 => 4.1.7): Loading from cache - Updating codeception/module-asserts (1.2.1 => 1.3.0): Loading from cache - Updating codeception/module-rest (1.2.1 => 1.2.3): Downloading (100%) - Updating symfony/process (v5.1.3 => v5.1.5): Loading from cache - Updating codeception/module-webdriver (1.1.0 => 1.1.1): Loading from cache - Updating composer/semver (1.5.1 => 1.7.0): Downloading (100%) - Updating composer/xdebug-handler (1.4.2 => 1.4.3): Loading from cache - Updating doctrine/annotations (1.10.3 => 1.10.4): Loading from cache - Updating symfony/filesystem (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/stopwatch (v5.1.3 => v5.1.5): Loading from cache - Updating joomla/filesystem (1.5.2 => 1.6.0): Loading from cache - Updating composer/ca-bundle (1.2.7 => 1.2.8): Loading from cache - Updating nyholm/psr7 (1.3.0 => 1.3.1): Downloading (100%) - Updating spomky-labs/base64url (v2.0.2 => v2.0.3): Loading from cache - Updating symfony/dom-crawler (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/browser-kit (v5.1.3 => v5.1.5): Loading from cache - Updating brick/math (0.8.15 => 0.8.17): Loading from cache ### note Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
2020-09-22 17:34:14 +00:00
"reference": "6ede70583e101030bcace4dcddd648f760ddf642"
},
"dist": {
"type": "zip",
[4.0] Composer update 19 sep (#30692) Package operations: 0 installs, 38 updates, 0 removals - Updating symfony/deprecation-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating joomla/database (2.0.0-beta2 => 2.0.0-beta3): Downloading (100%) - Updating laminas/laminas-zendframework-bridge (1.0.4 => 1.1.1): Downloading (100%) - Updating laminas/laminas-diactoros (2.3.1 => 2.4.1): Downloading (100%) - Updating symfony/string (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/service-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating symfony/console (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/var-dumper (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/error-handler (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/options-resolver (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/ldap (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/web-link (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/yaml (v5.1.3 => v5.1.5): Loading from cache - Updating squizlabs/php_codesniffer (3.5.5 => 3.5.6): Loading from cache - Updating symfony/finder (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/event-dispatcher-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/css-selector (v5.1.3 => v5.1.5): Loading from cache - Updating phpdocumentor/type-resolver (1.3.0 => 1.4.0): Downloading (100%) - Updating phpdocumentor/reflection-docblock (5.2.0 => 5.2.2): Downloading (100%) - Updating codeception/lib-asserts (1.12.0 => 1.13.1): Loading from cache - Updating codeception/codeception (4.1.6 => 4.1.7): Loading from cache - Updating codeception/module-asserts (1.2.1 => 1.3.0): Loading from cache - Updating codeception/module-rest (1.2.1 => 1.2.3): Downloading (100%) - Updating symfony/process (v5.1.3 => v5.1.5): Loading from cache - Updating codeception/module-webdriver (1.1.0 => 1.1.1): Loading from cache - Updating composer/semver (1.5.1 => 1.7.0): Downloading (100%) - Updating composer/xdebug-handler (1.4.2 => 1.4.3): Loading from cache - Updating doctrine/annotations (1.10.3 => 1.10.4): Loading from cache - Updating symfony/filesystem (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/stopwatch (v5.1.3 => v5.1.5): Loading from cache - Updating joomla/filesystem (1.5.2 => 1.6.0): Loading from cache - Updating composer/ca-bundle (1.2.7 => 1.2.8): Loading from cache - Updating nyholm/psr7 (1.3.0 => 1.3.1): Downloading (100%) - Updating spomky-labs/base64url (v2.0.2 => v2.0.3): Loading from cache - Updating symfony/dom-crawler (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/browser-kit (v5.1.3 => v5.1.5): Loading from cache - Updating brick/math (0.8.15 => 0.8.17): Loading from cache ### note Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
2020-09-22 17:34:14 +00:00
"url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/6ede70583e101030bcace4dcddd648f760ddf642",
"reference": "6ede70583e101030bcace4dcddd648f760ddf642",
"shasum": ""
},
"require": {
[4.0] Composer update 19 sep (#30692) Package operations: 0 installs, 38 updates, 0 removals - Updating symfony/deprecation-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating joomla/database (2.0.0-beta2 => 2.0.0-beta3): Downloading (100%) - Updating laminas/laminas-zendframework-bridge (1.0.4 => 1.1.1): Downloading (100%) - Updating laminas/laminas-diactoros (2.3.1 => 2.4.1): Downloading (100%) - Updating symfony/string (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/service-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating symfony/console (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/var-dumper (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/error-handler (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/options-resolver (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/ldap (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/web-link (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/yaml (v5.1.3 => v5.1.5): Loading from cache - Updating squizlabs/php_codesniffer (3.5.5 => 3.5.6): Loading from cache - Updating symfony/finder (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/event-dispatcher-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/css-selector (v5.1.3 => v5.1.5): Loading from cache - Updating phpdocumentor/type-resolver (1.3.0 => 1.4.0): Downloading (100%) - Updating phpdocumentor/reflection-docblock (5.2.0 => 5.2.2): Downloading (100%) - Updating codeception/lib-asserts (1.12.0 => 1.13.1): Loading from cache - Updating codeception/codeception (4.1.6 => 4.1.7): Loading from cache - Updating codeception/module-asserts (1.2.1 => 1.3.0): Loading from cache - Updating codeception/module-rest (1.2.1 => 1.2.3): Downloading (100%) - Updating symfony/process (v5.1.3 => v5.1.5): Loading from cache - Updating codeception/module-webdriver (1.1.0 => 1.1.1): Loading from cache - Updating composer/semver (1.5.1 => 1.7.0): Downloading (100%) - Updating composer/xdebug-handler (1.4.2 => 1.4.3): Loading from cache - Updating doctrine/annotations (1.10.3 => 1.10.4): Loading from cache - Updating symfony/filesystem (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/stopwatch (v5.1.3 => v5.1.5): Loading from cache - Updating joomla/filesystem (1.5.2 => 1.6.0): Loading from cache - Updating composer/ca-bundle (1.2.7 => 1.2.8): Loading from cache - Updating nyholm/psr7 (1.3.0 => 1.3.1): Downloading (100%) - Updating spomky-labs/base64url (v2.0.2 => v2.0.3): Loading from cache - Updating symfony/dom-crawler (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/browser-kit (v5.1.3 => v5.1.5): Loading from cache - Updating brick/math (0.8.15 => 0.8.17): Loading from cache ### note Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
2020-09-22 17:34:14 +00:00
"php": "^5.6 || ^7.0 || ^8.0"
},
"require-dev": {
[4.0] Composer update 19 sep (#30692) Package operations: 0 installs, 38 updates, 0 removals - Updating symfony/deprecation-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating joomla/database (2.0.0-beta2 => 2.0.0-beta3): Downloading (100%) - Updating laminas/laminas-zendframework-bridge (1.0.4 => 1.1.1): Downloading (100%) - Updating laminas/laminas-diactoros (2.3.1 => 2.4.1): Downloading (100%) - Updating symfony/string (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/service-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating symfony/console (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/var-dumper (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/error-handler (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/options-resolver (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/ldap (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/web-link (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/yaml (v5.1.3 => v5.1.5): Loading from cache - Updating squizlabs/php_codesniffer (3.5.5 => 3.5.6): Loading from cache - Updating symfony/finder (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/event-dispatcher-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/css-selector (v5.1.3 => v5.1.5): Loading from cache - Updating phpdocumentor/type-resolver (1.3.0 => 1.4.0): Downloading (100%) - Updating phpdocumentor/reflection-docblock (5.2.0 => 5.2.2): Downloading (100%) - Updating codeception/lib-asserts (1.12.0 => 1.13.1): Loading from cache - Updating codeception/codeception (4.1.6 => 4.1.7): Loading from cache - Updating codeception/module-asserts (1.2.1 => 1.3.0): Loading from cache - Updating codeception/module-rest (1.2.1 => 1.2.3): Downloading (100%) - Updating symfony/process (v5.1.3 => v5.1.5): Loading from cache - Updating codeception/module-webdriver (1.1.0 => 1.1.1): Loading from cache - Updating composer/semver (1.5.1 => 1.7.0): Downloading (100%) - Updating composer/xdebug-handler (1.4.2 => 1.4.3): Loading from cache - Updating doctrine/annotations (1.10.3 => 1.10.4): Loading from cache - Updating symfony/filesystem (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/stopwatch (v5.1.3 => v5.1.5): Loading from cache - Updating joomla/filesystem (1.5.2 => 1.6.0): Loading from cache - Updating composer/ca-bundle (1.2.7 => 1.2.8): Loading from cache - Updating nyholm/psr7 (1.3.0 => 1.3.1): Downloading (100%) - Updating spomky-labs/base64url (v2.0.2 => v2.0.3): Loading from cache - Updating symfony/dom-crawler (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/browser-kit (v5.1.3 => v5.1.5): Loading from cache - Updating brick/math (0.8.15 => 0.8.17): Loading from cache ### note Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
2020-09-22 17:34:14 +00:00
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1 || ^9.3",
"squizlabs/php_codesniffer": "^3.5"
},
"type": "library",
"extra": {
"laminas": {
"module": "Laminas\\ZendFrameworkBridge"
}
},
"autoload": {
"files": [
"src/autoload.php"
],
"psr-4": {
"Laminas\\ZendFrameworkBridge\\": "src//"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Alias legacy ZF class names to Laminas Project equivalents.",
"keywords": [
"ZendFramework",
"autoloading",
"laminas",
"zf"
],
"support": {
"forum": "https://discourse.laminas.dev/",
"issues": "https://github.com/laminas/laminas-zendframework-bridge/issues",
"rss": "https://github.com/laminas/laminas-zendframework-bridge/releases.atom",
"source": "https://github.com/laminas/laminas-zendframework-bridge"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
[4.0] Composer update 19 sep (#30692) Package operations: 0 installs, 38 updates, 0 removals - Updating symfony/deprecation-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating joomla/database (2.0.0-beta2 => 2.0.0-beta3): Downloading (100%) - Updating laminas/laminas-zendframework-bridge (1.0.4 => 1.1.1): Downloading (100%) - Updating laminas/laminas-diactoros (2.3.1 => 2.4.1): Downloading (100%) - Updating symfony/string (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/service-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating symfony/console (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/var-dumper (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/error-handler (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/options-resolver (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/ldap (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/web-link (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/yaml (v5.1.3 => v5.1.5): Loading from cache - Updating squizlabs/php_codesniffer (3.5.5 => 3.5.6): Loading from cache - Updating symfony/finder (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/event-dispatcher-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/css-selector (v5.1.3 => v5.1.5): Loading from cache - Updating phpdocumentor/type-resolver (1.3.0 => 1.4.0): Downloading (100%) - Updating phpdocumentor/reflection-docblock (5.2.0 => 5.2.2): Downloading (100%) - Updating codeception/lib-asserts (1.12.0 => 1.13.1): Loading from cache - Updating codeception/codeception (4.1.6 => 4.1.7): Loading from cache - Updating codeception/module-asserts (1.2.1 => 1.3.0): Loading from cache - Updating codeception/module-rest (1.2.1 => 1.2.3): Downloading (100%) - Updating symfony/process (v5.1.3 => v5.1.5): Loading from cache - Updating codeception/module-webdriver (1.1.0 => 1.1.1): Loading from cache - Updating composer/semver (1.5.1 => 1.7.0): Downloading (100%) - Updating composer/xdebug-handler (1.4.2 => 1.4.3): Loading from cache - Updating doctrine/annotations (1.10.3 => 1.10.4): Loading from cache - Updating symfony/filesystem (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/stopwatch (v5.1.3 => v5.1.5): Loading from cache - Updating joomla/filesystem (1.5.2 => 1.6.0): Loading from cache - Updating composer/ca-bundle (1.2.7 => 1.2.8): Loading from cache - Updating nyholm/psr7 (1.3.0 => 1.3.1): Downloading (100%) - Updating spomky-labs/base64url (v2.0.2 => v2.0.3): Loading from cache - Updating symfony/dom-crawler (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/browser-kit (v5.1.3 => v5.1.5): Loading from cache - Updating brick/math (0.8.15 => 0.8.17): Loading from cache ### note Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
2020-09-22 17:34:14 +00:00
"time": "2020-09-14T14:23:00+00:00"
},
Refactored WebAuthn with Windows Hello support (#37910) * Refactored WebAuthn plugin * Fix the WebAuthn management page which was broken in https://github.com/joomla/joomla-cms/pull/37464 * Fix wrong `@since` doc tag * Fix docblock typo * Fix docblock typo * Fix docblock typo * Fix docblock typo * Fix docblock typo * Fix broken management interface * Make unnecessarily static method back into non-static * Replace static helper with injected object * Come on, commit the ENTIRE file! * Use the user factory * Fix error when going through the user factory * Fix: cannot add WebAuthn authenticator right back after deleting it * Remove useless switch branch * Remove useless exception * Display make and model of the authenticator, if possible * Add missing JWT signature algorithms * Fix copyright date * Fix for PHP 8 using FIDO keys and Android phones * Reactivate the tooltips after adding an authenticator * Option to disable the attestation support * The Windows Hello icon was invisible on white background * Attempt to fix Appveyor not having Sodium in the Windows build * Work around third party library bug... * Create events in a forwards-compatible manner * Concrete events * Fix event woes * Update plugins/system/webauthn/webauthn.xml Co-authored-by: Brian Teeman <brian@teeman.net> * Update administrator/language/en-GB/plg_system_webauthn.ini Co-authored-by: Brian Teeman <brian@teeman.net> * Improve the layout for editing an authenticator It now follows the Bootstrap 5 form aesthetic. Moreover, there are gaps between the text input and the Save and Cancel buttons. * Confirm deletion of authenticators * Make the bots happy again * Code polishing * Marking classes final * Use setApplication / getApplication in the plugin class * Remove unused `$db` from the plugin class * Blind fix Currently #38060 has broken everything it seems? * Bring application injection in sync with core * Remove whitespace * Add use statement * Fix wrong event creation in AjaxHandlerLogin * License change Co-authored-by: Richard Fath <richard67@users.noreply.github.com> Co-authored-by: Brian Teeman <brian@teeman.net> Co-authored-by: Roland Dalmulder <contact@rolandd.com> Co-authored-by: Allon Moritz <allon.moritz@digital-peak.com> Co-authored-by: Harald Leithner <leithner@itronic.at> Co-authored-by: George Wilson <georgejameswilson@googlemail.com>
2022-06-27 17:16:07 +00:00
{
"name": "lcobucci/jwt",
"version": "3.4.6",
"source": {
"type": "git",
"url": "https://github.com/lcobucci/jwt.git",
"reference": "3ef8657a78278dfeae7707d51747251db4176240"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/lcobucci/jwt/zipball/3ef8657a78278dfeae7707d51747251db4176240",
"reference": "3ef8657a78278dfeae7707d51747251db4176240",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"ext-openssl": "*",
"php": "^5.6 || ^7.0"
},
"require-dev": {
"mikey179/vfsstream": "~1.5",
"phpmd/phpmd": "~2.2",
"phpunit/php-invoker": "~1.1",
"phpunit/phpunit": "^5.7 || ^7.3",
"squizlabs/php_codesniffer": "~2.3"
},
"suggest": {
"lcobucci/clock": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
}
},
"autoload": {
"files": [
"compat/class-aliases.php",
"compat/json-exception-polyfill.php",
"compat/lcobucci-clock-polyfill.php"
],
"psr-4": {
"Lcobucci\\JWT\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Luís Otávio Cobucci Oblonczyk",
"email": "lcobucci@gmail.com",
"role": "Developer"
}
],
"description": "A simple library to work with JSON Web Token and JSON Web Signature",
"keywords": [
"JWS",
"jwt"
],
"support": {
"issues": "https://github.com/lcobucci/jwt/issues",
"source": "https://github.com/lcobucci/jwt/tree/3.4.6"
},
"funding": [
{
"url": "https://github.com/lcobucci",
"type": "github"
},
{
"url": "https://www.patreon.com/lcobucci",
"type": "patreon"
}
],
"time": "2021-09-28T19:18:28+00:00"
},
[4.0] Debug bar (#20380) * Add vendor files * Add data collectors * Add media files * Add vendor media files * Update debug plugin * Update language file * Update debug plugin * Remove vendor media files * Update .gitignore * Remove a language string - thanks @brianteeman * Update debug.xml * Use __DEPLOY_VERSION__ Still learning... * Composer public files * Composer vendor and autoload files * Sooooo Let's register our namespace on our own... again :( * Remove files from libraries/vendor * Move Files from media/vendor so they don't get removed on install... @TODO remove and move properly * Change the path where our 3pd files live for now * Copy debug bar assets using the build.js script * Remove vendor files * Ignore minified files * Revert Ignore minified files * Add minified files * Add some color So somebody can scream at me =;) * Let's fetch the files from the 'right' place... * Update some code * Let's use tabs..... * Let's use tabs..... * Fix CS - Thank @Quy * Fix more CS * Fix file path not readable * I like to move it, move it :man_dancing: * Add a @todo * Add a debug view to com_content to display extended information Oooooo * Fix a doc block * @todo Move it the 'right way' (tm) :man_dancing: * Remove proposal * Use full paths * Submit more data * Cleanup debug.php Alot... * Fix CS * Call $db->disconnect() in the "right" place * Update composer.lock file * Fix CS * Review doc blocks - Thanks @Quy * Re-order XML tags - Thanks @Quy * Collect only relevant information on untranslated language strings * Use the SQLQueriesWidget to display database queries * Make loaded language files clickable * Namespace debug monitor * Set a dummy monitor for extended db debugging * Add a "fork" of the sqlqueries widget * Modify the sqlqueries widget * Add a method to format caller information * Add stack trace * Fix dupe filter labels * Move custom widgets to /media * Make the caller clickable * Make the blue bluer * Remove target attribute from caller link * Change an icon * aDD SOME j! info * Fix a parse error * Fix CS * Make query traces and request data optional * Display a blank tab if there are no language errors * Remove unused import * Update composer.lock file * Add a badge for loaded language files * Make language errors clickable * Remove commented code * Format XML file * Disable info link * Remove obsolete CSS * Change debugbar logo * Add database information * Remove obsolete code * Fix CS * Add a visual indicator for loaded language files - thanks @infograf768 * Display accurate location and a stack trace for untranslated language strings * Add more return types * Add more return types * Fix a path * Fix a notice * Make the separator line blue and add some padding to query list * Add memory marks on profiler tab = thanks @Hackwar * Remove unused parameter * Make quwey profiles and explains optional Remove unused query log option * Update language file * Add support for query explains * Modify CSS
2018-09-10 06:47:06 +00:00
{
"name": "maximebf/debugbar",
"version": "dev-master",
[4.0] Debug bar (#20380) * Add vendor files * Add data collectors * Add media files * Add vendor media files * Update debug plugin * Update language file * Update debug plugin * Remove vendor media files * Update .gitignore * Remove a language string - thanks @brianteeman * Update debug.xml * Use __DEPLOY_VERSION__ Still learning... * Composer public files * Composer vendor and autoload files * Sooooo Let's register our namespace on our own... again :( * Remove files from libraries/vendor * Move Files from media/vendor so they don't get removed on install... @TODO remove and move properly * Change the path where our 3pd files live for now * Copy debug bar assets using the build.js script * Remove vendor files * Ignore minified files * Revert Ignore minified files * Add minified files * Add some color So somebody can scream at me =;) * Let's fetch the files from the 'right' place... * Update some code * Let's use tabs..... * Let's use tabs..... * Fix CS - Thank @Quy * Fix more CS * Fix file path not readable * I like to move it, move it :man_dancing: * Add a @todo * Add a debug view to com_content to display extended information Oooooo * Fix a doc block * @todo Move it the 'right way' (tm) :man_dancing: * Remove proposal * Use full paths * Submit more data * Cleanup debug.php Alot... * Fix CS * Call $db->disconnect() in the "right" place * Update composer.lock file * Fix CS * Review doc blocks - Thanks @Quy * Re-order XML tags - Thanks @Quy * Collect only relevant information on untranslated language strings * Use the SQLQueriesWidget to display database queries * Make loaded language files clickable * Namespace debug monitor * Set a dummy monitor for extended db debugging * Add a "fork" of the sqlqueries widget * Modify the sqlqueries widget * Add a method to format caller information * Add stack trace * Fix dupe filter labels * Move custom widgets to /media * Make the caller clickable * Make the blue bluer * Remove target attribute from caller link * Change an icon * aDD SOME j! info * Fix a parse error * Fix CS * Make query traces and request data optional * Display a blank tab if there are no language errors * Remove unused import * Update composer.lock file * Add a badge for loaded language files * Make language errors clickable * Remove commented code * Format XML file * Disable info link * Remove obsolete CSS * Change debugbar logo * Add database information * Remove obsolete code * Fix CS * Add a visual indicator for loaded language files - thanks @infograf768 * Display accurate location and a stack trace for untranslated language strings * Add more return types * Add more return types * Fix a path * Fix a notice * Make the separator line blue and add some padding to query list * Add memory marks on profiler tab = thanks @Hackwar * Remove unused parameter * Make quwey profiles and explains optional Remove unused query log option * Update language file * Add support for query explains * Modify CSS
2018-09-10 06:47:06 +00:00
"source": {
"type": "git",
"url": "https://github.com/maximebf/php-debugbar.git",
"reference": "ba0af68dd4316834701ecb30a00ce9604ced3ee9"
[4.0] Debug bar (#20380) * Add vendor files * Add data collectors * Add media files * Add vendor media files * Update debug plugin * Update language file * Update debug plugin * Remove vendor media files * Update .gitignore * Remove a language string - thanks @brianteeman * Update debug.xml * Use __DEPLOY_VERSION__ Still learning... * Composer public files * Composer vendor and autoload files * Sooooo Let's register our namespace on our own... again :( * Remove files from libraries/vendor * Move Files from media/vendor so they don't get removed on install... @TODO remove and move properly * Change the path where our 3pd files live for now * Copy debug bar assets using the build.js script * Remove vendor files * Ignore minified files * Revert Ignore minified files * Add minified files * Add some color So somebody can scream at me =;) * Let's fetch the files from the 'right' place... * Update some code * Let's use tabs..... * Let's use tabs..... * Fix CS - Thank @Quy * Fix more CS * Fix file path not readable * I like to move it, move it :man_dancing: * Add a @todo * Add a debug view to com_content to display extended information Oooooo * Fix a doc block * @todo Move it the 'right way' (tm) :man_dancing: * Remove proposal * Use full paths * Submit more data * Cleanup debug.php Alot... * Fix CS * Call $db->disconnect() in the "right" place * Update composer.lock file * Fix CS * Review doc blocks - Thanks @Quy * Re-order XML tags - Thanks @Quy * Collect only relevant information on untranslated language strings * Use the SQLQueriesWidget to display database queries * Make loaded language files clickable * Namespace debug monitor * Set a dummy monitor for extended db debugging * Add a "fork" of the sqlqueries widget * Modify the sqlqueries widget * Add a method to format caller information * Add stack trace * Fix dupe filter labels * Move custom widgets to /media * Make the caller clickable * Make the blue bluer * Remove target attribute from caller link * Change an icon * aDD SOME j! info * Fix a parse error * Fix CS * Make query traces and request data optional * Display a blank tab if there are no language errors * Remove unused import * Update composer.lock file * Add a badge for loaded language files * Make language errors clickable * Remove commented code * Format XML file * Disable info link * Remove obsolete CSS * Change debugbar logo * Add database information * Remove obsolete code * Fix CS * Add a visual indicator for loaded language files - thanks @infograf768 * Display accurate location and a stack trace for untranslated language strings * Add more return types * Add more return types * Fix a path * Fix a notice * Make the separator line blue and add some padding to query list * Add memory marks on profiler tab = thanks @Hackwar * Remove unused parameter * Make quwey profiles and explains optional Remove unused query log option * Update language file * Add support for query explains * Modify CSS
2018-09-10 06:47:06 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/ba0af68dd4316834701ecb30a00ce9604ced3ee9",
"reference": "ba0af68dd4316834701ecb30a00ce9604ced3ee9",
[4.0] Debug bar (#20380) * Add vendor files * Add data collectors * Add media files * Add vendor media files * Update debug plugin * Update language file * Update debug plugin * Remove vendor media files * Update .gitignore * Remove a language string - thanks @brianteeman * Update debug.xml * Use __DEPLOY_VERSION__ Still learning... * Composer public files * Composer vendor and autoload files * Sooooo Let's register our namespace on our own... again :( * Remove files from libraries/vendor * Move Files from media/vendor so they don't get removed on install... @TODO remove and move properly * Change the path where our 3pd files live for now * Copy debug bar assets using the build.js script * Remove vendor files * Ignore minified files * Revert Ignore minified files * Add minified files * Add some color So somebody can scream at me =;) * Let's fetch the files from the 'right' place... * Update some code * Let's use tabs..... * Let's use tabs..... * Fix CS - Thank @Quy * Fix more CS * Fix file path not readable * I like to move it, move it :man_dancing: * Add a @todo * Add a debug view to com_content to display extended information Oooooo * Fix a doc block * @todo Move it the 'right way' (tm) :man_dancing: * Remove proposal * Use full paths * Submit more data * Cleanup debug.php Alot... * Fix CS * Call $db->disconnect() in the "right" place * Update composer.lock file * Fix CS * Review doc blocks - Thanks @Quy * Re-order XML tags - Thanks @Quy * Collect only relevant information on untranslated language strings * Use the SQLQueriesWidget to display database queries * Make loaded language files clickable * Namespace debug monitor * Set a dummy monitor for extended db debugging * Add a "fork" of the sqlqueries widget * Modify the sqlqueries widget * Add a method to format caller information * Add stack trace * Fix dupe filter labels * Move custom widgets to /media * Make the caller clickable * Make the blue bluer * Remove target attribute from caller link * Change an icon * aDD SOME j! info * Fix a parse error * Fix CS * Make query traces and request data optional * Display a blank tab if there are no language errors * Remove unused import * Update composer.lock file * Add a badge for loaded language files * Make language errors clickable * Remove commented code * Format XML file * Disable info link * Remove obsolete CSS * Change debugbar logo * Add database information * Remove obsolete code * Fix CS * Add a visual indicator for loaded language files - thanks @infograf768 * Display accurate location and a stack trace for untranslated language strings * Add more return types * Add more return types * Fix a path * Fix a notice * Make the separator line blue and add some padding to query list * Add memory marks on profiler tab = thanks @Hackwar * Remove unused parameter * Make quwey profiles and explains optional Remove unused query log option * Update language file * Add support for query explains * Modify CSS
2018-09-10 06:47:06 +00:00
"shasum": ""
},
"require": {
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"php": "^7.1|^8",
"psr/log": "^1|^2|^3",
"symfony/var-dumper": "^2.6|^3|^4|^5|^6"
[4.0] Debug bar (#20380) * Add vendor files * Add data collectors * Add media files * Add vendor media files * Update debug plugin * Update language file * Update debug plugin * Remove vendor media files * Update .gitignore * Remove a language string - thanks @brianteeman * Update debug.xml * Use __DEPLOY_VERSION__ Still learning... * Composer public files * Composer vendor and autoload files * Sooooo Let's register our namespace on our own... again :( * Remove files from libraries/vendor * Move Files from media/vendor so they don't get removed on install... @TODO remove and move properly * Change the path where our 3pd files live for now * Copy debug bar assets using the build.js script * Remove vendor files * Ignore minified files * Revert Ignore minified files * Add minified files * Add some color So somebody can scream at me =;) * Let's fetch the files from the 'right' place... * Update some code * Let's use tabs..... * Let's use tabs..... * Fix CS - Thank @Quy * Fix more CS * Fix file path not readable * I like to move it, move it :man_dancing: * Add a @todo * Add a debug view to com_content to display extended information Oooooo * Fix a doc block * @todo Move it the 'right way' (tm) :man_dancing: * Remove proposal * Use full paths * Submit more data * Cleanup debug.php Alot... * Fix CS * Call $db->disconnect() in the "right" place * Update composer.lock file * Fix CS * Review doc blocks - Thanks @Quy * Re-order XML tags - Thanks @Quy * Collect only relevant information on untranslated language strings * Use the SQLQueriesWidget to display database queries * Make loaded language files clickable * Namespace debug monitor * Set a dummy monitor for extended db debugging * Add a "fork" of the sqlqueries widget * Modify the sqlqueries widget * Add a method to format caller information * Add stack trace * Fix dupe filter labels * Move custom widgets to /media * Make the caller clickable * Make the blue bluer * Remove target attribute from caller link * Change an icon * aDD SOME j! info * Fix a parse error * Fix CS * Make query traces and request data optional * Display a blank tab if there are no language errors * Remove unused import * Update composer.lock file * Add a badge for loaded language files * Make language errors clickable * Remove commented code * Format XML file * Disable info link * Remove obsolete CSS * Change debugbar logo * Add database information * Remove obsolete code * Fix CS * Add a visual indicator for loaded language files - thanks @infograf768 * Display accurate location and a stack trace for untranslated language strings * Add more return types * Add more return types * Fix a path * Fix a notice * Make the separator line blue and add some padding to query list * Add memory marks on profiler tab = thanks @Hackwar * Remove unused parameter * Make quwey profiles and explains optional Remove unused query log option * Update language file * Add support for query explains * Modify CSS
2018-09-10 06:47:06 +00:00
},
"require-dev": {
"phpunit/phpunit": "^7.5.20 || ^9.4.2",
"twig/twig": "^1.38|^2.7|^3.0"
[4.0] Debug bar (#20380) * Add vendor files * Add data collectors * Add media files * Add vendor media files * Update debug plugin * Update language file * Update debug plugin * Remove vendor media files * Update .gitignore * Remove a language string - thanks @brianteeman * Update debug.xml * Use __DEPLOY_VERSION__ Still learning... * Composer public files * Composer vendor and autoload files * Sooooo Let's register our namespace on our own... again :( * Remove files from libraries/vendor * Move Files from media/vendor so they don't get removed on install... @TODO remove and move properly * Change the path where our 3pd files live for now * Copy debug bar assets using the build.js script * Remove vendor files * Ignore minified files * Revert Ignore minified files * Add minified files * Add some color So somebody can scream at me =;) * Let's fetch the files from the 'right' place... * Update some code * Let's use tabs..... * Let's use tabs..... * Fix CS - Thank @Quy * Fix more CS * Fix file path not readable * I like to move it, move it :man_dancing: * Add a @todo * Add a debug view to com_content to display extended information Oooooo * Fix a doc block * @todo Move it the 'right way' (tm) :man_dancing: * Remove proposal * Use full paths * Submit more data * Cleanup debug.php Alot... * Fix CS * Call $db->disconnect() in the "right" place * Update composer.lock file * Fix CS * Review doc blocks - Thanks @Quy * Re-order XML tags - Thanks @Quy * Collect only relevant information on untranslated language strings * Use the SQLQueriesWidget to display database queries * Make loaded language files clickable * Namespace debug monitor * Set a dummy monitor for extended db debugging * Add a "fork" of the sqlqueries widget * Modify the sqlqueries widget * Add a method to format caller information * Add stack trace * Fix dupe filter labels * Move custom widgets to /media * Make the caller clickable * Make the blue bluer * Remove target attribute from caller link * Change an icon * aDD SOME j! info * Fix a parse error * Fix CS * Make query traces and request data optional * Display a blank tab if there are no language errors * Remove unused import * Update composer.lock file * Add a badge for loaded language files * Make language errors clickable * Remove commented code * Format XML file * Disable info link * Remove obsolete CSS * Change debugbar logo * Add database information * Remove obsolete code * Fix CS * Add a visual indicator for loaded language files - thanks @infograf768 * Display accurate location and a stack trace for untranslated language strings * Add more return types * Add more return types * Fix a path * Fix a notice * Make the separator line blue and add some padding to query list * Add memory marks on profiler tab = thanks @Hackwar * Remove unused parameter * Make quwey profiles and explains optional Remove unused query log option * Update language file * Add support for query explains * Modify CSS
2018-09-10 06:47:06 +00:00
},
"suggest": {
"kriswallsmith/assetic": "The best way to manage assets",
"monolog/monolog": "Log using Monolog",
"predis/predis": "Redis storage"
},
"default-branch": true,
[4.0] Debug bar (#20380) * Add vendor files * Add data collectors * Add media files * Add vendor media files * Update debug plugin * Update language file * Update debug plugin * Remove vendor media files * Update .gitignore * Remove a language string - thanks @brianteeman * Update debug.xml * Use __DEPLOY_VERSION__ Still learning... * Composer public files * Composer vendor and autoload files * Sooooo Let's register our namespace on our own... again :( * Remove files from libraries/vendor * Move Files from media/vendor so they don't get removed on install... @TODO remove and move properly * Change the path where our 3pd files live for now * Copy debug bar assets using the build.js script * Remove vendor files * Ignore minified files * Revert Ignore minified files * Add minified files * Add some color So somebody can scream at me =;) * Let's fetch the files from the 'right' place... * Update some code * Let's use tabs..... * Let's use tabs..... * Fix CS - Thank @Quy * Fix more CS * Fix file path not readable * I like to move it, move it :man_dancing: * Add a @todo * Add a debug view to com_content to display extended information Oooooo * Fix a doc block * @todo Move it the 'right way' (tm) :man_dancing: * Remove proposal * Use full paths * Submit more data * Cleanup debug.php Alot... * Fix CS * Call $db->disconnect() in the "right" place * Update composer.lock file * Fix CS * Review doc blocks - Thanks @Quy * Re-order XML tags - Thanks @Quy * Collect only relevant information on untranslated language strings * Use the SQLQueriesWidget to display database queries * Make loaded language files clickable * Namespace debug monitor * Set a dummy monitor for extended db debugging * Add a "fork" of the sqlqueries widget * Modify the sqlqueries widget * Add a method to format caller information * Add stack trace * Fix dupe filter labels * Move custom widgets to /media * Make the caller clickable * Make the blue bluer * Remove target attribute from caller link * Change an icon * aDD SOME j! info * Fix a parse error * Fix CS * Make query traces and request data optional * Display a blank tab if there are no language errors * Remove unused import * Update composer.lock file * Add a badge for loaded language files * Make language errors clickable * Remove commented code * Format XML file * Disable info link * Remove obsolete CSS * Change debugbar logo * Add database information * Remove obsolete code * Fix CS * Add a visual indicator for loaded language files - thanks @infograf768 * Display accurate location and a stack trace for untranslated language strings * Add more return types * Add more return types * Fix a path * Fix a notice * Make the separator line blue and add some padding to query list * Add memory marks on profiler tab = thanks @Hackwar * Remove unused parameter * Make quwey profiles and explains optional Remove unused query log option * Update language file * Add support for query explains * Modify CSS
2018-09-10 06:47:06 +00:00
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.18-dev"
[4.0] Debug bar (#20380) * Add vendor files * Add data collectors * Add media files * Add vendor media files * Update debug plugin * Update language file * Update debug plugin * Remove vendor media files * Update .gitignore * Remove a language string - thanks @brianteeman * Update debug.xml * Use __DEPLOY_VERSION__ Still learning... * Composer public files * Composer vendor and autoload files * Sooooo Let's register our namespace on our own... again :( * Remove files from libraries/vendor * Move Files from media/vendor so they don't get removed on install... @TODO remove and move properly * Change the path where our 3pd files live for now * Copy debug bar assets using the build.js script * Remove vendor files * Ignore minified files * Revert Ignore minified files * Add minified files * Add some color So somebody can scream at me =;) * Let's fetch the files from the 'right' place... * Update some code * Let's use tabs..... * Let's use tabs..... * Fix CS - Thank @Quy * Fix more CS * Fix file path not readable * I like to move it, move it :man_dancing: * Add a @todo * Add a debug view to com_content to display extended information Oooooo * Fix a doc block * @todo Move it the 'right way' (tm) :man_dancing: * Remove proposal * Use full paths * Submit more data * Cleanup debug.php Alot... * Fix CS * Call $db->disconnect() in the "right" place * Update composer.lock file * Fix CS * Review doc blocks - Thanks @Quy * Re-order XML tags - Thanks @Quy * Collect only relevant information on untranslated language strings * Use the SQLQueriesWidget to display database queries * Make loaded language files clickable * Namespace debug monitor * Set a dummy monitor for extended db debugging * Add a "fork" of the sqlqueries widget * Modify the sqlqueries widget * Add a method to format caller information * Add stack trace * Fix dupe filter labels * Move custom widgets to /media * Make the caller clickable * Make the blue bluer * Remove target attribute from caller link * Change an icon * aDD SOME j! info * Fix a parse error * Fix CS * Make query traces and request data optional * Display a blank tab if there are no language errors * Remove unused import * Update composer.lock file * Add a badge for loaded language files * Make language errors clickable * Remove commented code * Format XML file * Disable info link * Remove obsolete CSS * Change debugbar logo * Add database information * Remove obsolete code * Fix CS * Add a visual indicator for loaded language files - thanks @infograf768 * Display accurate location and a stack trace for untranslated language strings * Add more return types * Add more return types * Fix a path * Fix a notice * Make the separator line blue and add some padding to query list * Add memory marks on profiler tab = thanks @Hackwar * Remove unused parameter * Make quwey profiles and explains optional Remove unused query log option * Update language file * Add support for query explains * Modify CSS
2018-09-10 06:47:06 +00:00
}
},
"autoload": {
"psr-4": {
"DebugBar\\": "src/DebugBar/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Maxime Bouroumeau-Fuseau",
"email": "maxime.bouroumeau@gmail.com",
"homepage": "http://maximebf.com"
},
{
"name": "Barry vd. Heuvel",
"email": "barryvdh@gmail.com"
}
],
"description": "Debug bar in the browser for php application",
"homepage": "https://github.com/maximebf/php-debugbar",
"keywords": [
"debug",
"debugbar"
],
2021-08-10 19:22:22 +00:00
"support": {
"issues": "https://github.com/maximebf/php-debugbar/issues",
"source": "https://github.com/maximebf/php-debugbar/tree/master"
2021-08-10 19:22:22 +00:00
},
"time": "2022-03-31T14:55:54+00:00"
[4.0] Debug bar (#20380) * Add vendor files * Add data collectors * Add media files * Add vendor media files * Update debug plugin * Update language file * Update debug plugin * Remove vendor media files * Update .gitignore * Remove a language string - thanks @brianteeman * Update debug.xml * Use __DEPLOY_VERSION__ Still learning... * Composer public files * Composer vendor and autoload files * Sooooo Let's register our namespace on our own... again :( * Remove files from libraries/vendor * Move Files from media/vendor so they don't get removed on install... @TODO remove and move properly * Change the path where our 3pd files live for now * Copy debug bar assets using the build.js script * Remove vendor files * Ignore minified files * Revert Ignore minified files * Add minified files * Add some color So somebody can scream at me =;) * Let's fetch the files from the 'right' place... * Update some code * Let's use tabs..... * Let's use tabs..... * Fix CS - Thank @Quy * Fix more CS * Fix file path not readable * I like to move it, move it :man_dancing: * Add a @todo * Add a debug view to com_content to display extended information Oooooo * Fix a doc block * @todo Move it the 'right way' (tm) :man_dancing: * Remove proposal * Use full paths * Submit more data * Cleanup debug.php Alot... * Fix CS * Call $db->disconnect() in the "right" place * Update composer.lock file * Fix CS * Review doc blocks - Thanks @Quy * Re-order XML tags - Thanks @Quy * Collect only relevant information on untranslated language strings * Use the SQLQueriesWidget to display database queries * Make loaded language files clickable * Namespace debug monitor * Set a dummy monitor for extended db debugging * Add a "fork" of the sqlqueries widget * Modify the sqlqueries widget * Add a method to format caller information * Add stack trace * Fix dupe filter labels * Move custom widgets to /media * Make the caller clickable * Make the blue bluer * Remove target attribute from caller link * Change an icon * aDD SOME j! info * Fix a parse error * Fix CS * Make query traces and request data optional * Display a blank tab if there are no language errors * Remove unused import * Update composer.lock file * Add a badge for loaded language files * Make language errors clickable * Remove commented code * Format XML file * Disable info link * Remove obsolete CSS * Change debugbar logo * Add database information * Remove obsolete code * Fix CS * Add a visual indicator for loaded language files - thanks @infograf768 * Display accurate location and a stack trace for untranslated language strings * Add more return types * Add more return types * Fix a path * Fix a notice * Make the separator line blue and add some padding to query list * Add memory marks on profiler tab = thanks @Hackwar * Remove unused parameter * Make quwey profiles and explains optional Remove unused query log option * Update language file * Add support for query explains * Modify CSS
2018-09-10 06:47:06 +00:00
},
{
"name": "nyholm/psr7",
"version": "1.5.0",
"source": {
"type": "git",
"url": "https://github.com/Nyholm/psr7.git",
"reference": "1461e07a0f2a975a52082ca3b769ca912b816226"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Nyholm/psr7/zipball/1461e07a0f2a975a52082ca3b769ca912b816226",
"reference": "1461e07a0f2a975a52082ca3b769ca912b816226",
"shasum": ""
},
"require": {
[4.0] Composer update 19 sep (#30692) Package operations: 0 installs, 38 updates, 0 removals - Updating symfony/deprecation-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating joomla/database (2.0.0-beta2 => 2.0.0-beta3): Downloading (100%) - Updating laminas/laminas-zendframework-bridge (1.0.4 => 1.1.1): Downloading (100%) - Updating laminas/laminas-diactoros (2.3.1 => 2.4.1): Downloading (100%) - Updating symfony/string (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/service-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating symfony/console (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/var-dumper (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/error-handler (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/options-resolver (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/ldap (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/web-link (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/yaml (v5.1.3 => v5.1.5): Loading from cache - Updating squizlabs/php_codesniffer (3.5.5 => 3.5.6): Loading from cache - Updating symfony/finder (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/event-dispatcher-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/css-selector (v5.1.3 => v5.1.5): Loading from cache - Updating phpdocumentor/type-resolver (1.3.0 => 1.4.0): Downloading (100%) - Updating phpdocumentor/reflection-docblock (5.2.0 => 5.2.2): Downloading (100%) - Updating codeception/lib-asserts (1.12.0 => 1.13.1): Loading from cache - Updating codeception/codeception (4.1.6 => 4.1.7): Loading from cache - Updating codeception/module-asserts (1.2.1 => 1.3.0): Loading from cache - Updating codeception/module-rest (1.2.1 => 1.2.3): Downloading (100%) - Updating symfony/process (v5.1.3 => v5.1.5): Loading from cache - Updating codeception/module-webdriver (1.1.0 => 1.1.1): Loading from cache - Updating composer/semver (1.5.1 => 1.7.0): Downloading (100%) - Updating composer/xdebug-handler (1.4.2 => 1.4.3): Loading from cache - Updating doctrine/annotations (1.10.3 => 1.10.4): Loading from cache - Updating symfony/filesystem (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/stopwatch (v5.1.3 => v5.1.5): Loading from cache - Updating joomla/filesystem (1.5.2 => 1.6.0): Loading from cache - Updating composer/ca-bundle (1.2.7 => 1.2.8): Loading from cache - Updating nyholm/psr7 (1.3.0 => 1.3.1): Downloading (100%) - Updating spomky-labs/base64url (v2.0.2 => v2.0.3): Loading from cache - Updating symfony/dom-crawler (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/browser-kit (v5.1.3 => v5.1.5): Loading from cache - Updating brick/math (0.8.15 => 0.8.17): Loading from cache ### note Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
2020-09-22 17:34:14 +00:00
"php": ">=7.1",
"php-http/message-factory": "^1.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0"
},
"provide": {
"psr/http-factory-implementation": "1.0",
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"http-interop/http-factory-tests": "^0.9",
2020-05-30 10:40:04 +00:00
"php-http/psr7-integration-tests": "^1.0",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"phpunit/phpunit": "^7.5 || 8.5 || 9.4",
2020-05-30 10:40:04 +00:00
"symfony/error-handler": "^4.4"
},
"type": "library",
"extra": {
"branch-alias": {
2021-04-23 07:34:06 +00:00
"dev-master": "1.4-dev"
}
},
"autoload": {
"psr-4": {
"Nyholm\\Psr7\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com"
},
{
"name": "Martijn van der Ven",
"email": "martijn@vanderven.se"
}
],
"description": "A fast PHP7 implementation of PSR-7",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"homepage": "https://tnyholm.se",
"keywords": [
"psr-17",
"psr-7"
],
"support": {
"issues": "https://github.com/Nyholm/psr7/issues",
"source": "https://github.com/Nyholm/psr7/tree/1.5.0"
},
"funding": [
{
"url": "https://github.com/Zegnat",
"type": "github"
},
{
"url": "https://github.com/nyholm",
"type": "github"
}
],
"time": "2022-02-02T18:37:57+00:00"
},
{
"name": "paragonie/constant_time_encoding",
"version": "v2.6.3",
"source": {
"type": "git",
"url": "https://github.com/paragonie/constant_time_encoding.git",
"reference": "58c3f47f650c94ec05a151692652a868995d2938"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938",
"reference": "58c3f47f650c94ec05a151692652a868995d2938",
"shasum": ""
},
"require": {
"php": "^7|^8"
},
"require-dev": {
"phpunit/phpunit": "^6|^7|^8|^9",
"vimeo/psalm": "^1|^2|^3|^4"
},
"type": "library",
"autoload": {
"psr-4": {
"ParagonIE\\ConstantTime\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paragon Initiative Enterprises",
"email": "security@paragonie.com",
"homepage": "https://paragonie.com",
"role": "Maintainer"
},
{
"name": "Steve 'Sc00bz' Thomas",
"email": "steve@tobtu.com",
"homepage": "https://www.tobtu.com",
"role": "Original Developer"
}
],
"description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
"keywords": [
"base16",
"base32",
"base32_decode",
"base32_encode",
"base64",
"base64_decode",
"base64_encode",
"bin2hex",
"encoding",
"hex",
"hex2bin",
"rfc4648"
],
"support": {
"email": "info@paragonie.com",
"issues": "https://github.com/paragonie/constant_time_encoding/issues",
"source": "https://github.com/paragonie/constant_time_encoding"
},
"time": "2022-06-14T06:56:20+00:00"
},
{
"name": "paragonie/sodium_compat",
"version": "v1.17.1",
"source": {
"type": "git",
"url": "https://github.com/paragonie/sodium_compat.git",
"reference": "ac994053faac18d386328c91c7900f930acadf1e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/ac994053faac18d386328c91c7900f930acadf1e",
"reference": "ac994053faac18d386328c91c7900f930acadf1e",
"shasum": ""
},
"require": {
"paragonie/random_compat": ">=1",
2019-04-08 12:28:13 +00:00
"php": "^5.2.4|^5.3|^5.4|^5.5|^5.6|^7|^8"
},
2014-09-04 01:21:32 +00:00
"require-dev": {
2022-01-16 02:54:45 +00:00
"phpunit/phpunit": "^3|^4|^5|^6|^7|^8|^9"
2014-09-04 01:21:32 +00:00
},
"suggest": {
"ext-libsodium": "PHP < 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security.",
"ext-sodium": "PHP >= 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security."
2014-09-04 01:21:32 +00:00
},
"type": "library",
"autoload": {
"files": [
"autoload.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"ISC"
],
"authors": [
{
"name": "Paragon Initiative Enterprises",
"email": "security@paragonie.com"
},
{
"name": "Frank Denis",
"email": "jedisct1@pureftpd.org"
}
],
"description": "Pure PHP implementation of libsodium; uses the PHP extension if it exists",
"keywords": [
"Authentication",
"BLAKE2b",
"ChaCha20",
"ChaCha20-Poly1305",
"Chapoly",
"Curve25519",
"Ed25519",
"EdDSA",
"Edwards-curve Digital Signature Algorithm",
"Elliptic Curve Diffie-Hellman",
"Poly1305",
"Pure-PHP cryptography",
"RFC 7748",
"RFC 8032",
"Salpoly",
"Salsa20",
"X25519",
"XChaCha20-Poly1305",
"XSalsa20-Poly1305",
"Xchacha20",
"Xsalsa20",
"aead",
"cryptography",
"ecdh",
"elliptic curve",
"elliptic curve cryptography",
"encryption",
"libsodium",
"php",
"public-key cryptography",
"secret-key cryptography",
"side-channel resistant"
],
"support": {
"issues": "https://github.com/paragonie/sodium_compat/issues",
"source": "https://github.com/paragonie/sodium_compat/tree/v1.17.1"
},
"time": "2022-03-23T19:32:04+00:00"
},
{
"name": "php-http/message-factory",
"version": "v1.0.2",
"source": {
"type": "git",
"url": "https://github.com/php-http/message-factory.git",
"reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
"reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
"shasum": ""
},
"require": {
"php": ">=5.4",
"psr/http-message": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com"
}
],
"description": "Factory interfaces for PSR-7 HTTP Message",
"homepage": "http://php-http.org",
"keywords": [
"factory",
"http",
"message",
"stream",
"uri"
],
"support": {
"issues": "https://github.com/php-http/message-factory/issues",
"source": "https://github.com/php-http/message-factory/tree/master"
},
"time": "2015-12-19T14:08:53+00:00"
},
{
"name": "phpmailer/phpmailer",
"version": "v6.6.0",
"source": {
"type": "git",
"url": "https://github.com/PHPMailer/PHPMailer.git",
"reference": "e43bac82edc26ca04b36143a48bde1c051cfd5b1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/e43bac82edc26ca04b36143a48bde1c051cfd5b1",
"reference": "e43bac82edc26ca04b36143a48bde1c051cfd5b1",
"shasum": ""
},
"require": {
2017-11-16 14:23:18 +00:00
"ext-ctype": "*",
2018-02-04 23:44:31 +00:00
"ext-filter": "*",
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"ext-hash": "*",
"php": ">=5.5.0"
},
2016-03-06 20:25:44 +00:00
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"doctrine/annotations": "^1.2",
"php-parallel-lint/php-console-highlighter": "^0.5.0",
"php-parallel-lint/php-parallel-lint": "^1.3.1",
"phpcompatibility/php-compatibility": "^9.3.5",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.6.2",
"yoast/phpunit-polyfills": "^1.0.0"
2016-03-06 20:25:44 +00:00
},
"suggest": {
2021-04-23 07:34:06 +00:00
"ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
"hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
"league/oauth2-google": "Needed for Google XOAUTH2 authentication",
"psr/log": "For optional PSR-3 debug logging",
"stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
"symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
},
"type": "library",
"autoload": {
"psr-4": {
"PHPMailer\\PHPMailer\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-2.1-only"
],
"authors": [
{
"name": "Marcus Bointon",
"email": "phpmailer@synchromedia.co.uk"
},
{
"name": "Jim Jagielski",
"email": "jimjag@gmail.com"
},
{
"name": "Andy Prevost",
"email": "codeworxtech@users.sourceforge.net"
},
{
"name": "Brent R. Matzelle"
}
],
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
"support": {
"issues": "https://github.com/PHPMailer/PHPMailer/issues",
"source": "https://github.com/PHPMailer/PHPMailer/tree/v6.6.0"
},
"funding": [
{
"url": "https://github.com/Synchro",
"type": "github"
}
],
"time": "2022-02-28T15:31:21+00:00"
},
{
"name": "phpseclib/bcmath_compat",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/phpseclib/bcmath_compat.git",
"reference": "2ffea8bfe1702b4535a7b3c2649c4301968e9a3c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpseclib/bcmath_compat/zipball/2ffea8bfe1702b4535a7b3c2649c4301968e9a3c",
"reference": "2ffea8bfe1702b4535a7b3c2649c4301968e9a3c",
"shasum": ""
},
"require": {
"phpseclib/phpseclib": "^3.0"
},
"provide": {
"ext-bcmath": "8.1.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4",
"squizlabs/php_codesniffer": "^3.0"
},
"suggest": {
"ext-gmp": "Will enable faster math operations"
},
"type": "library",
"autoload": {
"files": [
"lib/bcmath.php"
],
"psr-4": {
"bcmath_compat\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jim Wigginton",
"email": "terrafrost@php.net",
"homepage": "http://phpseclib.sourceforge.net"
}
],
"description": "PHP 5.x-8.x polyfill for bcmath extension",
"keywords": [
"BigInteger",
"bcmath",
"bigdecimal",
"math",
"polyfill"
],
"support": {
"email": "terrafrost@php.net",
"issues": "https://github.com/phpseclib/bcmath_compat/issues",
"source": "https://github.com/phpseclib/bcmath_compat"
},
"time": "2021-12-16T02:35:52+00:00"
},
{
"name": "phpseclib/phpseclib",
"version": "3.0.14",
"source": {
"type": "git",
"url": "https://github.com/phpseclib/phpseclib.git",
"reference": "2f0b7af658cbea265cbb4a791d6c29a6613f98ef"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/2f0b7af658cbea265cbb4a791d6c29a6613f98ef",
"reference": "2f0b7af658cbea265cbb4a791d6c29a6613f98ef",
"shasum": ""
},
"require": {
"paragonie/constant_time_encoding": "^1|^2",
"paragonie/random_compat": "^1.4|^2.0|^9.99.99",
"php": ">=5.6.1"
},
"require-dev": {
"phpunit/phpunit": "*"
},
"suggest": {
"ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
"ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
"ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
"ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
},
"type": "library",
"autoload": {
"files": [
"phpseclib/bootstrap.php"
],
"psr-4": {
"phpseclib3\\": "phpseclib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jim Wigginton",
"email": "terrafrost@php.net",
"role": "Lead Developer"
},
{
"name": "Patrick Monnerat",
"email": "pm@datasphere.ch",
"role": "Developer"
},
{
"name": "Andreas Fischer",
"email": "bantu@phpbb.com",
"role": "Developer"
},
{
"name": "Hans-Jürgen Petrich",
"email": "petrich@tronic-media.com",
"role": "Developer"
},
{
"name": "Graham Campbell",
"email": "graham@alt-three.com",
"role": "Developer"
}
],
"description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
"homepage": "http://phpseclib.sourceforge.net",
"keywords": [
"BigInteger",
"aes",
"asn.1",
"asn1",
"blowfish",
"crypto",
"cryptography",
"encryption",
"rsa",
"security",
"sftp",
"signature",
"signing",
"ssh",
"twofish",
"x.509",
"x509"
],
"support": {
"issues": "https://github.com/phpseclib/phpseclib/issues",
"source": "https://github.com/phpseclib/phpseclib/tree/3.0.14"
},
"funding": [
{
"url": "https://github.com/terrafrost",
"type": "github"
},
{
"url": "https://www.patreon.com/phpseclib",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
"type": "tidelift"
}
],
"time": "2022-04-04T05:15:45+00:00"
},
{
"name": "psr/container",
2021-04-23 07:34:06 +00:00
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
2021-04-23 07:34:06 +00:00
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
},
"dist": {
"type": "zip",
2021-04-23 07:34:06 +00:00
"url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
"shasum": ""
},
"require": {
2021-04-23 07:34:06 +00:00
"php": ">=7.2.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Psr\\Container\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
2021-04-23 07:34:06 +00:00
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common Container Interface (PHP FIG PSR-11)",
"homepage": "https://github.com/php-fig/container",
"keywords": [
"PSR-11",
"container",
"container-interface",
"container-interop",
"psr"
],
"support": {
"issues": "https://github.com/php-fig/container/issues",
"source": "https://github.com/php-fig/container/tree/1.1.1"
},
2021-04-23 07:34:06 +00:00
"time": "2021-03-05T17:36:06+00:00"
},
2018-12-16 00:36:00 +00:00
{
"name": "psr/http-client",
"version": "1.0.1",
2018-12-16 00:36:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-client.git",
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
2018-12-16 00:36:00 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
2018-12-16 00:36:00 +00:00
"shasum": ""
},
"require": {
"php": "^7.0 || ^8.0",
2018-12-16 00:36:00 +00:00
"psr/http-message": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Client\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP clients",
"homepage": "https://github.com/php-fig/http-client",
"keywords": [
"http",
"http-client",
"psr",
"psr-18"
],
"support": {
"source": "https://github.com/php-fig/http-client/tree/master"
},
"time": "2020-06-29T06:28:15+00:00"
2018-12-16 00:36:00 +00:00
},
2019-06-17 14:25:08 +00:00
{
"name": "psr/http-factory",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-factory.git",
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
"shasum": ""
},
"require": {
"php": ">=7.0.0",
"psr/http-message": "^1.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 interfaces for PSR-7 HTTP message factories",
"keywords": [
"factory",
"http",
"message",
"psr",
"psr-17",
"psr-7",
"request",
"response"
],
"support": {
"source": "https://github.com/php-fig/http-factory/tree/master"
},
2019-06-17 14:25:08 +00:00
"time": "2019-04-30T12:38:16+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"
],
"support": {
"source": "https://github.com/php-fig/http-message/tree/master"
},
"time": "2016-08-06T14:39:51+00:00"
},
{
"name": "psr/link",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/link.git",
"reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
"reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Link\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interfaces for HTTP links",
"keywords": [
"http",
"http-link",
"link",
"psr",
"psr-13",
"rest"
],
"support": {
"source": "https://github.com/php-fig/link/tree/master"
},
"time": "2016-10-28T16:06:13+00:00"
},
{
"name": "psr/log",
2021-05-31 13:33:17 +00:00
"version": "1.1.4",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
2021-05-31 13:33:17 +00:00
"reference": "d49695b909c3b7628b6289db5479a1c204601f11"
},
"dist": {
"type": "zip",
2021-05-31 13:33:17 +00:00
"url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
"reference": "d49695b909c3b7628b6289db5479a1c204601f11",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Log\\": "Psr/Log/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
2021-05-31 13:33:17 +00:00
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
"support": {
"source": "https://github.com/php-fig/log/tree/1.1.4"
},
2021-05-31 13:33:17 +00:00
"time": "2021-05-03T11:20:27+00:00"
},
{
"name": "ramsey/uuid",
"version": "3.9.6",
"source": {
"type": "git",
"url": "https://github.com/ramsey/uuid.git",
"reference": "ffa80ab953edd85d5b6c004f96181a538aad35a3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ramsey/uuid/zipball/ffa80ab953edd85d5b6c004f96181a538aad35a3",
"reference": "ffa80ab953edd85d5b6c004f96181a538aad35a3",
"shasum": ""
},
"require": {
"ext-json": "*",
2021-08-10 19:22:22 +00:00
"paragonie/random_compat": "^1 | ^2 | ^9.99.99",
"php": "^5.4 | ^7.0 | ^8.0",
"symfony/polyfill-ctype": "^1.8"
},
"replace": {
"rhumsaa/uuid": "self.version"
},
"require-dev": {
"codeception/aspect-mock": "^1 | ^2",
"doctrine/annotations": "^1.2",
"goaop/framework": "1.0.0-alpha.2 | ^1 | >=2.1.0 <=2.3.2",
"mockery/mockery": "^0.9.11 | ^1",
"moontoast/math": "^1.1",
"nikic/php-parser": "<=4.5.0",
"paragonie/random-lib": "^2",
"php-mock/php-mock-phpunit": "^0.3 | ^1.1 | ^2.6",
"php-parallel-lint/php-parallel-lint": "^1.3",
"phpunit/phpunit": ">=4.8.36 <9.0.0 | >=9.3.0",
"squizlabs/php_codesniffer": "^3.5",
"yoast/phpunit-polyfills": "^1.0"
},
"suggest": {
"ext-ctype": "Provides support for PHP Ctype functions",
"ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
"ext-openssl": "Provides the OpenSSL extension for use with the OpenSslGenerator",
"ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
"moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
"paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
"ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
"ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"autoload": {
"files": [
"src/functions.php"
],
"psr-4": {
"Ramsey\\Uuid\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ben Ramsey",
"email": "ben@benramsey.com",
"homepage": "https://benramsey.com"
},
{
"name": "Marijn Huizendveld",
"email": "marijn.huizendveld@gmail.com"
},
{
"name": "Thibaud Fabre",
"email": "thibaud@aztech.io"
}
],
"description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
"homepage": "https://github.com/ramsey/uuid",
"keywords": [
"guid",
"identifier",
"uuid"
],
2021-08-10 19:22:22 +00:00
"support": {
"issues": "https://github.com/ramsey/uuid/issues",
"rss": "https://github.com/ramsey/uuid/releases.atom",
"source": "https://github.com/ramsey/uuid",
"wiki": "https://github.com/ramsey/uuid/wiki"
},
"funding": [
{
"url": "https://github.com/ramsey",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
"type": "tidelift"
}
],
"time": "2021-09-25T23:07:42+00:00"
},
{
"name": "spomky-labs/base64url",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"version": "v2.0.4",
"source": {
"type": "git",
"url": "https://github.com/Spomky-Labs/base64url.git",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"reference": "7752ce931ec285da4ed1f4c5aa27e45e097be61d"
},
"dist": {
"type": "zip",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"url": "https://api.github.com/repos/Spomky-Labs/base64url/zipball/7752ce931ec285da4ed1f4c5aa27e45e097be61d",
"reference": "7752ce931ec285da4ed1f4c5aa27e45e097be61d",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"require-dev": {
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.11|^0.12",
"phpstan/phpstan-beberlei-assert": "^0.11|^0.12",
"phpstan/phpstan-deprecation-rules": "^0.11|^0.12",
"phpstan/phpstan-phpunit": "^0.11|^0.12",
"phpstan/phpstan-strict-rules": "^0.11|^0.12"
},
"type": "library",
"autoload": {
"psr-4": {
"Base64Url\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Florent Morselli",
"homepage": "https://github.com/Spomky-Labs/base64url/contributors"
}
],
"description": "Base 64 URL Safe Encoding/Decoding PHP Library",
"homepage": "https://github.com/Spomky-Labs/base64url",
"keywords": [
"base64",
"rfc4648",
"safe",
"url"
],
"support": {
"issues": "https://github.com/Spomky-Labs/base64url/issues",
"source": "https://github.com/Spomky-Labs/base64url/tree/v2.0.4"
},
"funding": [
{
"url": "https://github.com/Spomky",
"type": "github"
},
{
"url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon"
}
],
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"time": "2020-11-03T09:10:25+00:00"
},
{
"name": "spomky-labs/cbor-php",
"version": "v1.1.1",
"source": {
"type": "git",
"url": "https://github.com/Spomky-Labs/cbor-php.git",
"reference": "b8e51e6a13606ab1dd8a64aa295651d8ad57ccd1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Spomky-Labs/cbor-php/zipball/b8e51e6a13606ab1dd8a64aa295651d8ad57ccd1",
"reference": "b8e51e6a13606ab1dd8a64aa295651d8ad57ccd1",
"shasum": ""
},
"require": {
"beberlei/assert": "^3.2",
"brick/math": "^0.8.15",
"php": ">=7.1",
"spomky-labs/base64url": "^1.0|^2.0"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.0",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-beberlei-assert": "^0.12",
"phpstan/phpstan-deprecation-rules": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpstan/phpstan-strict-rules": "^0.12",
"phpunit/phpunit": "^7.5|^8.0"
},
"suggest": {
"ext-bcmath": "GMP or BCMath extensions will drastically improve the library performance. BCMath extension needed to handle the Big Float and Decimal Fraction Tags",
"ext-gmp": "GMP or BCMath extensions will drastically improve the library performance"
},
"type": "library",
"autoload": {
"psr-4": {
"CBOR\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Florent Morselli",
"homepage": "https://github.com/Spomky"
},
{
"name": "All contributors",
"homepage": "https://github.com/Spomky-Labs/cbor-php/contributors"
}
],
"description": "CBOR Encoder/Decoder for PHP",
"keywords": [
"Concise Binary Object Representation",
"RFC7049",
"cbor"
],
"support": {
"issues": "https://github.com/Spomky-Labs/cbor-php/issues",
"source": "https://github.com/Spomky-Labs/cbor-php/tree/v1.1.1"
},
"funding": [
{
"url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon"
}
],
"time": "2020-07-12T22:25:05+00:00"
},
{
"name": "symfony/console",
"version": "v5.4.7",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "900275254f0a1a2afff1ab0e11abd5587a10e1d6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/900275254f0a1a2afff1ab0e11abd5587a10e1d6",
"reference": "900275254f0a1a2afff1ab0e11abd5587a10e1d6",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1|^3",
2019-06-18 12:56:45 +00:00
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php73": "^1.9",
"symfony/polyfill-php80": "^1.16",
"symfony/service-contracts": "^1.1|^2|^3",
"symfony/string": "^5.1|^6.0"
},
"conflict": {
"psr/log": ">=3",
"symfony/dependency-injection": "<4.4",
"symfony/dotenv": "<5.1",
"symfony/event-dispatcher": "<4.4",
"symfony/lock": "<4.4",
"symfony/process": "<4.4"
},
2019-02-28 11:32:54 +00:00
"provide": {
"psr/log-implementation": "1.0|2.0"
2019-02-28 11:32:54 +00:00
},
"require-dev": {
"psr/log": "^1|^2",
"symfony/config": "^4.4|^5.0|^6.0",
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
"symfony/event-dispatcher": "^4.4|^5.0|^6.0",
"symfony/lock": "^4.4|^5.0|^6.0",
"symfony/process": "^4.4|^5.0|^6.0",
"symfony/var-dumper": "^4.4|^5.0|^6.0"
},
"suggest": {
2019-02-28 11:32:54 +00:00
"psr/log": "For using the console logger",
"symfony/event-dispatcher": "",
"symfony/lock": "",
"symfony/process": ""
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Console\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-04-23 07:34:06 +00:00
"description": "Eases the creation of beautiful and testable command line interfaces",
"homepage": "https://symfony.com",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"keywords": [
"cli",
"command line",
"console",
"terminal"
],
"support": {
"source": "https://github.com/symfony/console/tree/v5.4.7"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2022-03-31T17:09:19+00:00"
},
{
"name": "symfony/deprecation-contracts",
2022-12-16 14:37:44 +00:00
"version": "v2.5.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.5-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"files": [
"function.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
"support": {
2022-12-16 14:37:44 +00:00
"source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2022-01-02T09:53:40+00:00"
},
{
"name": "symfony/error-handler",
"version": "v5.4.7",
"source": {
"type": "git",
"url": "https://github.com/symfony/error-handler.git",
"reference": "060bc01856a1846e3e4385261bc9ed11a1dd7b6a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/060bc01856a1846e3e4385261bc9ed11a1dd7b6a",
"reference": "060bc01856a1846e3e4385261bc9ed11a1dd7b6a",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"psr/log": "^1|^2|^3",
"symfony/var-dumper": "^4.4|^5.0|^6.0"
},
"require-dev": {
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/http-kernel": "^4.4|^5.0|^6.0",
"symfony/serializer": "^4.4|^5.0|^6.0"
},
"bin": [
"Resources/bin/patch-type-declarations"
],
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\ErrorHandler\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-04-23 07:34:06 +00:00
"description": "Provides tools to manage errors and ease debugging PHP code",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/error-handler/tree/v5.4.7"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2022-03-18T16:21:29+00:00"
},
{
"name": "symfony/ldap",
"version": "v5.4.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/ldap.git",
"reference": "3e04755f31b9a81554d7721db1805dcf1705ef41"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/ldap/zipball/3e04755f31b9a81554d7721db1805dcf1705ef41",
"reference": "3e04755f31b9a81554d7721db1805dcf1705ef41",
"shasum": ""
},
"require": {
"ext-ldap": "*",
"php": ">=7.2.5",
"symfony/options-resolver": "^4.4|^5.0|^6.0",
"symfony/polyfill-php80": "^1.15"
2019-06-18 12:56:45 +00:00
},
"conflict": {
"symfony/options-resolver": "<4.4",
"symfony/security-core": "<5.3"
},
"require-dev": {
"symfony/security-core": "^5.3|^6.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Ldap\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Charles Sarrazin",
"email": "charles@sarraz.in"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-04-23 07:34:06 +00:00
"description": "Provides a LDAP client for PHP on top of PHP's ldap extension",
"homepage": "https://symfony.com",
"keywords": [
"active directory",
"ldap"
],
"support": {
"source": "https://github.com/symfony/ldap/tree/v5.4.5"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2022-02-11T14:36:02+00:00"
},
{
"name": "symfony/options-resolver",
"version": "v5.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/options-resolver.git",
"reference": "cc1147cb11af1b43f503ac18f31aa3bec213aba8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/cc1147cb11af1b43f503ac18f31aa3bec213aba8",
"reference": "cc1147cb11af1b43f503ac18f31aa3bec213aba8",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1|^3",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"symfony/polyfill-php73": "~1.0",
"symfony/polyfill-php80": "^1.16"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\OptionsResolver\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-04-23 07:34:06 +00:00
"description": "Provides an improved replacement for the array_replace PHP function",
"homepage": "https://symfony.com",
"keywords": [
"config",
"configuration",
"options"
],
"support": {
"source": "https://github.com/symfony/options-resolver/tree/v5.4.3"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2022-01-02T09:53:40+00:00"
},
{
"name": "symfony/polyfill-ctype",
"version": "v1.25.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "30885182c981ab175d4d034db0f6f469898070ab"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab",
"reference": "30885182c981ab175d4d034db0f6f469898070ab",
"shasum": ""
},
"require": {
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"php": ">=7.1"
},
"provide": {
"ext-ctype": "*"
},
2018-08-09 12:59:03 +00:00
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2021-05-31 13:33:17 +00:00
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-08-06 18:31:03 +00:00
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
},
{
2019-08-06 18:31:03 +00:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
"support": {
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.25.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-10-20T20:35:02+00:00"
},
{
"name": "symfony/polyfill-iconv",
"version": "v1.25.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-iconv.git",
"reference": "f1aed619e28cb077fc83fac8c4c0383578356e40"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/f1aed619e28cb077fc83fac8c4c0383578356e40",
"reference": "f1aed619e28cb077fc83fac8c4c0383578356e40",
"shasum": ""
},
"require": {
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"php": ">=7.1"
},
"provide": {
"ext-iconv": "*"
},
"suggest": {
"ext-iconv": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2021-05-31 13:33:17 +00:00
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Iconv\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for the Iconv extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"iconv",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-iconv/tree/v1.25.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2022-01-04T09:04:05+00:00"
},
{
"name": "symfony/polyfill-intl-grapheme",
"version": "v1.25.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
"reference": "81b86b50cf841a64252b439e738e97f4a34e2783"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/81b86b50cf841a64252b439e738e97f4a34e2783",
"reference": "81b86b50cf841a64252b439e738e97f4a34e2783",
"shasum": ""
},
"require": {
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"php": ">=7.1"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2021-05-31 13:33:17 +00:00
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for intl's grapheme_* functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"grapheme",
"intl",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.25.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-11-23T21:10:46+00:00"
},
{
"name": "symfony/polyfill-intl-normalizer",
2022-12-16 14:37:44 +00:00
"version": "v1.27.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
2022-12-16 14:37:44 +00:00
"reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6"
},
"dist": {
"type": "zip",
2022-12-16 14:37:44 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6",
"reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6",
"shasum": ""
},
"require": {
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"php": ">=7.1"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2022-12-16 14:37:44 +00:00
"dev-main": "1.27-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
},
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for intl's Normalizer class and related functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"intl",
"normalizer",
"polyfill",
"portable",
"shim"
],
"support": {
2022-12-16 14:37:44 +00:00
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-12-16 14:37:44 +00:00
"time": "2022-11-03T14:55:06+00:00"
},
{
"name": "symfony/polyfill-mbstring",
2022-12-16 14:37:44 +00:00
"version": "v1.27.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
2022-12-16 14:37:44 +00:00
"reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
},
"dist": {
"type": "zip",
2022-12-16 14:37:44 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"shasum": ""
},
"require": {
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"php": ">=7.1"
},
"provide": {
"ext-mbstring": "*"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2022-12-16 14:37:44 +00:00
"dev-main": "1.27-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],
"support": {
2022-12-16 14:37:44 +00:00
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-12-16 14:37:44 +00:00
"time": "2022-11-03T14:55:06+00:00"
},
{
2019-06-17 14:25:08 +00:00
"name": "symfony/polyfill-php72",
2022-12-16 14:37:44 +00:00
"version": "v1.27.0",
"source": {
"type": "git",
2019-06-17 14:25:08 +00:00
"url": "https://github.com/symfony/polyfill-php72.git",
2022-12-16 14:37:44 +00:00
"reference": "869329b1e9894268a8a61dabb69153029b7a8c97"
},
"dist": {
"type": "zip",
2022-12-16 14:37:44 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/869329b1e9894268a8a61dabb69153029b7a8c97",
"reference": "869329b1e9894268a8a61dabb69153029b7a8c97",
"shasum": ""
},
"require": {
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
2022-12-16 14:37:44 +00:00
"dev-main": "1.27-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Php72\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2019-06-17 14:25:08 +00:00
"description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
2022-12-16 14:37:44 +00:00
"source": "https://github.com/symfony/polyfill-php72/tree/v1.27.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-12-16 14:37:44 +00:00
"time": "2022-11-03T14:55:06+00:00"
},
2018-12-16 00:36:00 +00:00
{
"name": "symfony/polyfill-php73",
"version": "v1.25.0",
2018-12-16 00:36:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php73.git",
"reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5"
2018-12-16 00:36:00 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/cc5db0e22b3cb4111010e48785a97f670b350ca5",
"reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5",
2018-12-16 00:36:00 +00:00
"shasum": ""
},
"require": {
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"php": ">=7.1"
2018-12-16 00:36:00 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-05-31 13:33:17 +00:00
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2018-12-16 00:36:00 +00:00
}
},
"autoload": {
"files": [
"bootstrap.php"
2019-04-08 12:28:13 +00:00
],
"psr-4": {
"Symfony\\Polyfill\\Php73\\": ""
},
2019-04-08 12:28:13 +00:00
"classmap": [
"Resources/stubs"
2018-12-16 00:36:00 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php73/tree/v1.25.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-06-05T21:20:04+00:00"
},
{
"name": "symfony/polyfill-php80",
"version": "v1.25.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
"reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/4407588e0d3f1f52efb65fbe92babe41f37fe50c",
"reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c",
"shasum": ""
},
"require": {
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
2021-05-31 13:33:17 +00:00
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Php80\\": ""
},
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ion Bazan",
"email": "ion.bazan@gmail.com"
},
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php80/tree/v1.25.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2022-03-04T08:16:47+00:00"
2018-12-16 00:36:00 +00:00
},
{
2019-06-18 12:56:45 +00:00
"name": "symfony/service-contracts",
"version": "v2.5.1",
"source": {
"type": "git",
2019-06-18 12:56:45 +00:00
"url": "https://github.com/symfony/service-contracts.git",
"reference": "24d9dc654b83e91aa59f9d167b131bc3b5bea24c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/24d9dc654b83e91aa59f9d167b131bc3b5bea24c",
"reference": "24d9dc654b83e91aa59f9d167b131bc3b5bea24c",
"shasum": ""
},
"require": {
2020-05-30 10:40:04 +00:00
"php": ">=7.2.5",
"psr/container": "^1.1",
"symfony/deprecation-contracts": "^2.1|^3"
},
"conflict": {
"ext-psr": "<1.1|>=2"
2019-06-18 12:56:45 +00:00
},
"suggest": {
"symfony/service-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.5-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
2019-06-18 12:56:45 +00:00
"Symfony\\Contracts\\Service\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2019-06-18 12:56:45 +00:00
"description": "Generic abstractions related to writing services",
"homepage": "https://symfony.com",
"keywords": [
2019-06-18 12:56:45 +00:00
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"support": {
"source": "https://github.com/symfony/service-contracts/tree/v2.5.1"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2022-03-13T20:07:29+00:00"
2021-04-23 07:34:06 +00:00
},
{
"name": "symfony/string",
"version": "v5.4.3",
2021-04-23 07:34:06 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
"reference": "92043b7d8383e48104e411bc9434b260dbeb5a10"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/92043b7d8383e48104e411bc9434b260dbeb5a10",
"reference": "92043b7d8383e48104e411bc9434b260dbeb5a10",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-intl-grapheme": "~1.0",
"symfony/polyfill-intl-normalizer": "~1.0",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php80": "~1.15"
},
"conflict": {
"symfony/translation-contracts": ">=3.0"
},
"require-dev": {
"symfony/error-handler": "^4.4|^5.0|^6.0",
"symfony/http-client": "^4.4|^5.0|^6.0",
"symfony/translation-contracts": "^1.1|^2",
"symfony/var-exporter": "^4.4|^5.0|^6.0"
},
"type": "library",
"autoload": {
"files": [
"Resources/functions.php"
],
"psr-4": {
"Symfony\\Component\\String\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2020-05-30 10:40:04 +00:00
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2020-05-30 10:40:04 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2020-05-30 10:40:04 +00:00
}
],
2021-04-23 07:34:06 +00:00
"description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
"homepage": "https://symfony.com",
"keywords": [
"grapheme",
"i18n",
"string",
"unicode",
"utf-8",
"utf8"
],
"support": {
"source": "https://github.com/symfony/string/tree/v5.4.3"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2022-01-02T09:53:40+00:00"
},
[4.0] Debug bar (#20380) * Add vendor files * Add data collectors * Add media files * Add vendor media files * Update debug plugin * Update language file * Update debug plugin * Remove vendor media files * Update .gitignore * Remove a language string - thanks @brianteeman * Update debug.xml * Use __DEPLOY_VERSION__ Still learning... * Composer public files * Composer vendor and autoload files * Sooooo Let's register our namespace on our own... again :( * Remove files from libraries/vendor * Move Files from media/vendor so they don't get removed on install... @TODO remove and move properly * Change the path where our 3pd files live for now * Copy debug bar assets using the build.js script * Remove vendor files * Ignore minified files * Revert Ignore minified files * Add minified files * Add some color So somebody can scream at me =;) * Let's fetch the files from the 'right' place... * Update some code * Let's use tabs..... * Let's use tabs..... * Fix CS - Thank @Quy * Fix more CS * Fix file path not readable * I like to move it, move it :man_dancing: * Add a @todo * Add a debug view to com_content to display extended information Oooooo * Fix a doc block * @todo Move it the 'right way' (tm) :man_dancing: * Remove proposal * Use full paths * Submit more data * Cleanup debug.php Alot... * Fix CS * Call $db->disconnect() in the "right" place * Update composer.lock file * Fix CS * Review doc blocks - Thanks @Quy * Re-order XML tags - Thanks @Quy * Collect only relevant information on untranslated language strings * Use the SQLQueriesWidget to display database queries * Make loaded language files clickable * Namespace debug monitor * Set a dummy monitor for extended db debugging * Add a "fork" of the sqlqueries widget * Modify the sqlqueries widget * Add a method to format caller information * Add stack trace * Fix dupe filter labels * Move custom widgets to /media * Make the caller clickable * Make the blue bluer * Remove target attribute from caller link * Change an icon * aDD SOME j! info * Fix a parse error * Fix CS * Make query traces and request data optional * Display a blank tab if there are no language errors * Remove unused import * Update composer.lock file * Add a badge for loaded language files * Make language errors clickable * Remove commented code * Format XML file * Disable info link * Remove obsolete CSS * Change debugbar logo * Add database information * Remove obsolete code * Fix CS * Add a visual indicator for loaded language files - thanks @infograf768 * Display accurate location and a stack trace for untranslated language strings * Add more return types * Add more return types * Fix a path * Fix a notice * Make the separator line blue and add some padding to query list * Add memory marks on profiler tab = thanks @Hackwar * Remove unused parameter * Make quwey profiles and explains optional Remove unused query log option * Update language file * Add support for query explains * Modify CSS
2018-09-10 06:47:06 +00:00
{
"name": "symfony/var-dumper",
"version": "v5.4.6",
[4.0] Debug bar (#20380) * Add vendor files * Add data collectors * Add media files * Add vendor media files * Update debug plugin * Update language file * Update debug plugin * Remove vendor media files * Update .gitignore * Remove a language string - thanks @brianteeman * Update debug.xml * Use __DEPLOY_VERSION__ Still learning... * Composer public files * Composer vendor and autoload files * Sooooo Let's register our namespace on our own... again :( * Remove files from libraries/vendor * Move Files from media/vendor so they don't get removed on install... @TODO remove and move properly * Change the path where our 3pd files live for now * Copy debug bar assets using the build.js script * Remove vendor files * Ignore minified files * Revert Ignore minified files * Add minified files * Add some color So somebody can scream at me =;) * Let's fetch the files from the 'right' place... * Update some code * Let's use tabs..... * Let's use tabs..... * Fix CS - Thank @Quy * Fix more CS * Fix file path not readable * I like to move it, move it :man_dancing: * Add a @todo * Add a debug view to com_content to display extended information Oooooo * Fix a doc block * @todo Move it the 'right way' (tm) :man_dancing: * Remove proposal * Use full paths * Submit more data * Cleanup debug.php Alot... * Fix CS * Call $db->disconnect() in the "right" place * Update composer.lock file * Fix CS * Review doc blocks - Thanks @Quy * Re-order XML tags - Thanks @Quy * Collect only relevant information on untranslated language strings * Use the SQLQueriesWidget to display database queries * Make loaded language files clickable * Namespace debug monitor * Set a dummy monitor for extended db debugging * Add a "fork" of the sqlqueries widget * Modify the sqlqueries widget * Add a method to format caller information * Add stack trace * Fix dupe filter labels * Move custom widgets to /media * Make the caller clickable * Make the blue bluer * Remove target attribute from caller link * Change an icon * aDD SOME j! info * Fix a parse error * Fix CS * Make query traces and request data optional * Display a blank tab if there are no language errors * Remove unused import * Update composer.lock file * Add a badge for loaded language files * Make language errors clickable * Remove commented code * Format XML file * Disable info link * Remove obsolete CSS * Change debugbar logo * Add database information * Remove obsolete code * Fix CS * Add a visual indicator for loaded language files - thanks @infograf768 * Display accurate location and a stack trace for untranslated language strings * Add more return types * Add more return types * Fix a path * Fix a notice * Make the separator line blue and add some padding to query list * Add memory marks on profiler tab = thanks @Hackwar * Remove unused parameter * Make quwey profiles and explains optional Remove unused query log option * Update language file * Add support for query explains * Modify CSS
2018-09-10 06:47:06 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
"reference": "294e9da6e2e0dd404e983daa5aa74253d92c05d0"
[4.0] Debug bar (#20380) * Add vendor files * Add data collectors * Add media files * Add vendor media files * Update debug plugin * Update language file * Update debug plugin * Remove vendor media files * Update .gitignore * Remove a language string - thanks @brianteeman * Update debug.xml * Use __DEPLOY_VERSION__ Still learning... * Composer public files * Composer vendor and autoload files * Sooooo Let's register our namespace on our own... again :( * Remove files from libraries/vendor * Move Files from media/vendor so they don't get removed on install... @TODO remove and move properly * Change the path where our 3pd files live for now * Copy debug bar assets using the build.js script * Remove vendor files * Ignore minified files * Revert Ignore minified files * Add minified files * Add some color So somebody can scream at me =;) * Let's fetch the files from the 'right' place... * Update some code * Let's use tabs..... * Let's use tabs..... * Fix CS - Thank @Quy * Fix more CS * Fix file path not readable * I like to move it, move it :man_dancing: * Add a @todo * Add a debug view to com_content to display extended information Oooooo * Fix a doc block * @todo Move it the 'right way' (tm) :man_dancing: * Remove proposal * Use full paths * Submit more data * Cleanup debug.php Alot... * Fix CS * Call $db->disconnect() in the "right" place * Update composer.lock file * Fix CS * Review doc blocks - Thanks @Quy * Re-order XML tags - Thanks @Quy * Collect only relevant information on untranslated language strings * Use the SQLQueriesWidget to display database queries * Make loaded language files clickable * Namespace debug monitor * Set a dummy monitor for extended db debugging * Add a "fork" of the sqlqueries widget * Modify the sqlqueries widget * Add a method to format caller information * Add stack trace * Fix dupe filter labels * Move custom widgets to /media * Make the caller clickable * Make the blue bluer * Remove target attribute from caller link * Change an icon * aDD SOME j! info * Fix a parse error * Fix CS * Make query traces and request data optional * Display a blank tab if there are no language errors * Remove unused import * Update composer.lock file * Add a badge for loaded language files * Make language errors clickable * Remove commented code * Format XML file * Disable info link * Remove obsolete CSS * Change debugbar logo * Add database information * Remove obsolete code * Fix CS * Add a visual indicator for loaded language files - thanks @infograf768 * Display accurate location and a stack trace for untranslated language strings * Add more return types * Add more return types * Fix a path * Fix a notice * Make the separator line blue and add some padding to query list * Add memory marks on profiler tab = thanks @Hackwar * Remove unused parameter * Make quwey profiles and explains optional Remove unused query log option * Update language file * Add support for query explains * Modify CSS
2018-09-10 06:47:06 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/294e9da6e2e0dd404e983daa5aa74253d92c05d0",
"reference": "294e9da6e2e0dd404e983daa5aa74253d92c05d0",
[4.0] Debug bar (#20380) * Add vendor files * Add data collectors * Add media files * Add vendor media files * Update debug plugin * Update language file * Update debug plugin * Remove vendor media files * Update .gitignore * Remove a language string - thanks @brianteeman * Update debug.xml * Use __DEPLOY_VERSION__ Still learning... * Composer public files * Composer vendor and autoload files * Sooooo Let's register our namespace on our own... again :( * Remove files from libraries/vendor * Move Files from media/vendor so they don't get removed on install... @TODO remove and move properly * Change the path where our 3pd files live for now * Copy debug bar assets using the build.js script * Remove vendor files * Ignore minified files * Revert Ignore minified files * Add minified files * Add some color So somebody can scream at me =;) * Let's fetch the files from the 'right' place... * Update some code * Let's use tabs..... * Let's use tabs..... * Fix CS - Thank @Quy * Fix more CS * Fix file path not readable * I like to move it, move it :man_dancing: * Add a @todo * Add a debug view to com_content to display extended information Oooooo * Fix a doc block * @todo Move it the 'right way' (tm) :man_dancing: * Remove proposal * Use full paths * Submit more data * Cleanup debug.php Alot... * Fix CS * Call $db->disconnect() in the "right" place * Update composer.lock file * Fix CS * Review doc blocks - Thanks @Quy * Re-order XML tags - Thanks @Quy * Collect only relevant information on untranslated language strings * Use the SQLQueriesWidget to display database queries * Make loaded language files clickable * Namespace debug monitor * Set a dummy monitor for extended db debugging * Add a "fork" of the sqlqueries widget * Modify the sqlqueries widget * Add a method to format caller information * Add stack trace * Fix dupe filter labels * Move custom widgets to /media * Make the caller clickable * Make the blue bluer * Remove target attribute from caller link * Change an icon * aDD SOME j! info * Fix a parse error * Fix CS * Make query traces and request data optional * Display a blank tab if there are no language errors * Remove unused import * Update composer.lock file * Add a badge for loaded language files * Make language errors clickable * Remove commented code * Format XML file * Disable info link * Remove obsolete CSS * Change debugbar logo * Add database information * Remove obsolete code * Fix CS * Add a visual indicator for loaded language files - thanks @infograf768 * Display accurate location and a stack trace for untranslated language strings * Add more return types * Add more return types * Fix a path * Fix a notice * Make the separator line blue and add some padding to query list * Add memory marks on profiler tab = thanks @Hackwar * Remove unused parameter * Make quwey profiles and explains optional Remove unused query log option * Update language file * Add support for query explains * Modify CSS
2018-09-10 06:47:06 +00:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php80": "^1.16"
[4.0] Debug bar (#20380) * Add vendor files * Add data collectors * Add media files * Add vendor media files * Update debug plugin * Update language file * Update debug plugin * Remove vendor media files * Update .gitignore * Remove a language string - thanks @brianteeman * Update debug.xml * Use __DEPLOY_VERSION__ Still learning... * Composer public files * Composer vendor and autoload files * Sooooo Let's register our namespace on our own... again :( * Remove files from libraries/vendor * Move Files from media/vendor so they don't get removed on install... @TODO remove and move properly * Change the path where our 3pd files live for now * Copy debug bar assets using the build.js script * Remove vendor files * Ignore minified files * Revert Ignore minified files * Add minified files * Add some color So somebody can scream at me =;) * Let's fetch the files from the 'right' place... * Update some code * Let's use tabs..... * Let's use tabs..... * Fix CS - Thank @Quy * Fix more CS * Fix file path not readable * I like to move it, move it :man_dancing: * Add a @todo * Add a debug view to com_content to display extended information Oooooo * Fix a doc block * @todo Move it the 'right way' (tm) :man_dancing: * Remove proposal * Use full paths * Submit more data * Cleanup debug.php Alot... * Fix CS * Call $db->disconnect() in the "right" place * Update composer.lock file * Fix CS * Review doc blocks - Thanks @Quy * Re-order XML tags - Thanks @Quy * Collect only relevant information on untranslated language strings * Use the SQLQueriesWidget to display database queries * Make loaded language files clickable * Namespace debug monitor * Set a dummy monitor for extended db debugging * Add a "fork" of the sqlqueries widget * Modify the sqlqueries widget * Add a method to format caller information * Add stack trace * Fix dupe filter labels * Move custom widgets to /media * Make the caller clickable * Make the blue bluer * Remove target attribute from caller link * Change an icon * aDD SOME j! info * Fix a parse error * Fix CS * Make query traces and request data optional * Display a blank tab if there are no language errors * Remove unused import * Update composer.lock file * Add a badge for loaded language files * Make language errors clickable * Remove commented code * Format XML file * Disable info link * Remove obsolete CSS * Change debugbar logo * Add database information * Remove obsolete code * Fix CS * Add a visual indicator for loaded language files - thanks @infograf768 * Display accurate location and a stack trace for untranslated language strings * Add more return types * Add more return types * Fix a path * Fix a notice * Make the separator line blue and add some padding to query list * Add memory marks on profiler tab = thanks @Hackwar * Remove unused parameter * Make quwey profiles and explains optional Remove unused query log option * Update language file * Add support for query explains * Modify CSS
2018-09-10 06:47:06 +00:00
},
"conflict": {
"phpunit/phpunit": "<5.4.3",
"symfony/console": "<4.4"
[4.0] Debug bar (#20380) * Add vendor files * Add data collectors * Add media files * Add vendor media files * Update debug plugin * Update language file * Update debug plugin * Remove vendor media files * Update .gitignore * Remove a language string - thanks @brianteeman * Update debug.xml * Use __DEPLOY_VERSION__ Still learning... * Composer public files * Composer vendor and autoload files * Sooooo Let's register our namespace on our own... again :( * Remove files from libraries/vendor * Move Files from media/vendor so they don't get removed on install... @TODO remove and move properly * Change the path where our 3pd files live for now * Copy debug bar assets using the build.js script * Remove vendor files * Ignore minified files * Revert Ignore minified files * Add minified files * Add some color So somebody can scream at me =;) * Let's fetch the files from the 'right' place... * Update some code * Let's use tabs..... * Let's use tabs..... * Fix CS - Thank @Quy * Fix more CS * Fix file path not readable * I like to move it, move it :man_dancing: * Add a @todo * Add a debug view to com_content to display extended information Oooooo * Fix a doc block * @todo Move it the 'right way' (tm) :man_dancing: * Remove proposal * Use full paths * Submit more data * Cleanup debug.php Alot... * Fix CS * Call $db->disconnect() in the "right" place * Update composer.lock file * Fix CS * Review doc blocks - Thanks @Quy * Re-order XML tags - Thanks @Quy * Collect only relevant information on untranslated language strings * Use the SQLQueriesWidget to display database queries * Make loaded language files clickable * Namespace debug monitor * Set a dummy monitor for extended db debugging * Add a "fork" of the sqlqueries widget * Modify the sqlqueries widget * Add a method to format caller information * Add stack trace * Fix dupe filter labels * Move custom widgets to /media * Make the caller clickable * Make the blue bluer * Remove target attribute from caller link * Change an icon * aDD SOME j! info * Fix a parse error * Fix CS * Make query traces and request data optional * Display a blank tab if there are no language errors * Remove unused import * Update composer.lock file * Add a badge for loaded language files * Make language errors clickable * Remove commented code * Format XML file * Disable info link * Remove obsolete CSS * Change debugbar logo * Add database information * Remove obsolete code * Fix CS * Add a visual indicator for loaded language files - thanks @infograf768 * Display accurate location and a stack trace for untranslated language strings * Add more return types * Add more return types * Fix a path * Fix a notice * Make the separator line blue and add some padding to query list * Add memory marks on profiler tab = thanks @Hackwar * Remove unused parameter * Make quwey profiles and explains optional Remove unused query log option * Update language file * Add support for query explains * Modify CSS
2018-09-10 06:47:06 +00:00
},
"require-dev": {
"ext-iconv": "*",
"symfony/console": "^4.4|^5.0|^6.0",
"symfony/process": "^4.4|^5.0|^6.0",
"symfony/uid": "^5.1|^6.0",
2021-04-23 07:34:06 +00:00
"twig/twig": "^2.13|^3.0.4"
[4.0] Debug bar (#20380) * Add vendor files * Add data collectors * Add media files * Add vendor media files * Update debug plugin * Update language file * Update debug plugin * Remove vendor media files * Update .gitignore * Remove a language string - thanks @brianteeman * Update debug.xml * Use __DEPLOY_VERSION__ Still learning... * Composer public files * Composer vendor and autoload files * Sooooo Let's register our namespace on our own... again :( * Remove files from libraries/vendor * Move Files from media/vendor so they don't get removed on install... @TODO remove and move properly * Change the path where our 3pd files live for now * Copy debug bar assets using the build.js script * Remove vendor files * Ignore minified files * Revert Ignore minified files * Add minified files * Add some color So somebody can scream at me =;) * Let's fetch the files from the 'right' place... * Update some code * Let's use tabs..... * Let's use tabs..... * Fix CS - Thank @Quy * Fix more CS * Fix file path not readable * I like to move it, move it :man_dancing: * Add a @todo * Add a debug view to com_content to display extended information Oooooo * Fix a doc block * @todo Move it the 'right way' (tm) :man_dancing: * Remove proposal * Use full paths * Submit more data * Cleanup debug.php Alot... * Fix CS * Call $db->disconnect() in the "right" place * Update composer.lock file * Fix CS * Review doc blocks - Thanks @Quy * Re-order XML tags - Thanks @Quy * Collect only relevant information on untranslated language strings * Use the SQLQueriesWidget to display database queries * Make loaded language files clickable * Namespace debug monitor * Set a dummy monitor for extended db debugging * Add a "fork" of the sqlqueries widget * Modify the sqlqueries widget * Add a method to format caller information * Add stack trace * Fix dupe filter labels * Move custom widgets to /media * Make the caller clickable * Make the blue bluer * Remove target attribute from caller link * Change an icon * aDD SOME j! info * Fix a parse error * Fix CS * Make query traces and request data optional * Display a blank tab if there are no language errors * Remove unused import * Update composer.lock file * Add a badge for loaded language files * Make language errors clickable * Remove commented code * Format XML file * Disable info link * Remove obsolete CSS * Change debugbar logo * Add database information * Remove obsolete code * Fix CS * Add a visual indicator for loaded language files - thanks @infograf768 * Display accurate location and a stack trace for untranslated language strings * Add more return types * Add more return types * Fix a path * Fix a notice * Make the separator line blue and add some padding to query list * Add memory marks on profiler tab = thanks @Hackwar * Remove unused parameter * Make quwey profiles and explains optional Remove unused query log option * Update language file * Add support for query explains * Modify CSS
2018-09-10 06:47:06 +00:00
},
"suggest": {
"ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
"ext-intl": "To show region name in time zone dump",
2019-06-17 14:25:08 +00:00
"symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
[4.0] Debug bar (#20380) * Add vendor files * Add data collectors * Add media files * Add vendor media files * Update debug plugin * Update language file * Update debug plugin * Remove vendor media files * Update .gitignore * Remove a language string - thanks @brianteeman * Update debug.xml * Use __DEPLOY_VERSION__ Still learning... * Composer public files * Composer vendor and autoload files * Sooooo Let's register our namespace on our own... again :( * Remove files from libraries/vendor * Move Files from media/vendor so they don't get removed on install... @TODO remove and move properly * Change the path where our 3pd files live for now * Copy debug bar assets using the build.js script * Remove vendor files * Ignore minified files * Revert Ignore minified files * Add minified files * Add some color So somebody can scream at me =;) * Let's fetch the files from the 'right' place... * Update some code * Let's use tabs..... * Let's use tabs..... * Fix CS - Thank @Quy * Fix more CS * Fix file path not readable * I like to move it, move it :man_dancing: * Add a @todo * Add a debug view to com_content to display extended information Oooooo * Fix a doc block * @todo Move it the 'right way' (tm) :man_dancing: * Remove proposal * Use full paths * Submit more data * Cleanup debug.php Alot... * Fix CS * Call $db->disconnect() in the "right" place * Update composer.lock file * Fix CS * Review doc blocks - Thanks @Quy * Re-order XML tags - Thanks @Quy * Collect only relevant information on untranslated language strings * Use the SQLQueriesWidget to display database queries * Make loaded language files clickable * Namespace debug monitor * Set a dummy monitor for extended db debugging * Add a "fork" of the sqlqueries widget * Modify the sqlqueries widget * Add a method to format caller information * Add stack trace * Fix dupe filter labels * Move custom widgets to /media * Make the caller clickable * Make the blue bluer * Remove target attribute from caller link * Change an icon * aDD SOME j! info * Fix a parse error * Fix CS * Make query traces and request data optional * Display a blank tab if there are no language errors * Remove unused import * Update composer.lock file * Add a badge for loaded language files * Make language errors clickable * Remove commented code * Format XML file * Disable info link * Remove obsolete CSS * Change debugbar logo * Add database information * Remove obsolete code * Fix CS * Add a visual indicator for loaded language files - thanks @infograf768 * Display accurate location and a stack trace for untranslated language strings * Add more return types * Add more return types * Fix a path * Fix a notice * Make the separator line blue and add some padding to query list * Add memory marks on profiler tab = thanks @Hackwar * Remove unused parameter * Make quwey profiles and explains optional Remove unused query log option * Update language file * Add support for query explains * Modify CSS
2018-09-10 06:47:06 +00:00
},
2019-06-17 14:25:08 +00:00
"bin": [
"Resources/bin/var-dump-server"
],
[4.0] Debug bar (#20380) * Add vendor files * Add data collectors * Add media files * Add vendor media files * Update debug plugin * Update language file * Update debug plugin * Remove vendor media files * Update .gitignore * Remove a language string - thanks @brianteeman * Update debug.xml * Use __DEPLOY_VERSION__ Still learning... * Composer public files * Composer vendor and autoload files * Sooooo Let's register our namespace on our own... again :( * Remove files from libraries/vendor * Move Files from media/vendor so they don't get removed on install... @TODO remove and move properly * Change the path where our 3pd files live for now * Copy debug bar assets using the build.js script * Remove vendor files * Ignore minified files * Revert Ignore minified files * Add minified files * Add some color So somebody can scream at me =;) * Let's fetch the files from the 'right' place... * Update some code * Let's use tabs..... * Let's use tabs..... * Fix CS - Thank @Quy * Fix more CS * Fix file path not readable * I like to move it, move it :man_dancing: * Add a @todo * Add a debug view to com_content to display extended information Oooooo * Fix a doc block * @todo Move it the 'right way' (tm) :man_dancing: * Remove proposal * Use full paths * Submit more data * Cleanup debug.php Alot... * Fix CS * Call $db->disconnect() in the "right" place * Update composer.lock file * Fix CS * Review doc blocks - Thanks @Quy * Re-order XML tags - Thanks @Quy * Collect only relevant information on untranslated language strings * Use the SQLQueriesWidget to display database queries * Make loaded language files clickable * Namespace debug monitor * Set a dummy monitor for extended db debugging * Add a "fork" of the sqlqueries widget * Modify the sqlqueries widget * Add a method to format caller information * Add stack trace * Fix dupe filter labels * Move custom widgets to /media * Make the caller clickable * Make the blue bluer * Remove target attribute from caller link * Change an icon * aDD SOME j! info * Fix a parse error * Fix CS * Make query traces and request data optional * Display a blank tab if there are no language errors * Remove unused import * Update composer.lock file * Add a badge for loaded language files * Make language errors clickable * Remove commented code * Format XML file * Disable info link * Remove obsolete CSS * Change debugbar logo * Add database information * Remove obsolete code * Fix CS * Add a visual indicator for loaded language files - thanks @infograf768 * Display accurate location and a stack trace for untranslated language strings * Add more return types * Add more return types * Fix a path * Fix a notice * Make the separator line blue and add some padding to query list * Add memory marks on profiler tab = thanks @Hackwar * Remove unused parameter * Make quwey profiles and explains optional Remove unused query log option * Update language file * Add support for query explains * Modify CSS
2018-09-10 06:47:06 +00:00
"type": "library",
"autoload": {
"files": [
"Resources/functions/dump.php"
],
"psr-4": {
"Symfony\\Component\\VarDumper\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-04-23 07:34:06 +00:00
"description": "Provides mechanisms for walking through any arbitrary PHP variable",
[4.0] Debug bar (#20380) * Add vendor files * Add data collectors * Add media files * Add vendor media files * Update debug plugin * Update language file * Update debug plugin * Remove vendor media files * Update .gitignore * Remove a language string - thanks @brianteeman * Update debug.xml * Use __DEPLOY_VERSION__ Still learning... * Composer public files * Composer vendor and autoload files * Sooooo Let's register our namespace on our own... again :( * Remove files from libraries/vendor * Move Files from media/vendor so they don't get removed on install... @TODO remove and move properly * Change the path where our 3pd files live for now * Copy debug bar assets using the build.js script * Remove vendor files * Ignore minified files * Revert Ignore minified files * Add minified files * Add some color So somebody can scream at me =;) * Let's fetch the files from the 'right' place... * Update some code * Let's use tabs..... * Let's use tabs..... * Fix CS - Thank @Quy * Fix more CS * Fix file path not readable * I like to move it, move it :man_dancing: * Add a @todo * Add a debug view to com_content to display extended information Oooooo * Fix a doc block * @todo Move it the 'right way' (tm) :man_dancing: * Remove proposal * Use full paths * Submit more data * Cleanup debug.php Alot... * Fix CS * Call $db->disconnect() in the "right" place * Update composer.lock file * Fix CS * Review doc blocks - Thanks @Quy * Re-order XML tags - Thanks @Quy * Collect only relevant information on untranslated language strings * Use the SQLQueriesWidget to display database queries * Make loaded language files clickable * Namespace debug monitor * Set a dummy monitor for extended db debugging * Add a "fork" of the sqlqueries widget * Modify the sqlqueries widget * Add a method to format caller information * Add stack trace * Fix dupe filter labels * Move custom widgets to /media * Make the caller clickable * Make the blue bluer * Remove target attribute from caller link * Change an icon * aDD SOME j! info * Fix a parse error * Fix CS * Make query traces and request data optional * Display a blank tab if there are no language errors * Remove unused import * Update composer.lock file * Add a badge for loaded language files * Make language errors clickable * Remove commented code * Format XML file * Disable info link * Remove obsolete CSS * Change debugbar logo * Add database information * Remove obsolete code * Fix CS * Add a visual indicator for loaded language files - thanks @infograf768 * Display accurate location and a stack trace for untranslated language strings * Add more return types * Add more return types * Fix a path * Fix a notice * Make the separator line blue and add some padding to query list * Add memory marks on profiler tab = thanks @Hackwar * Remove unused parameter * Make quwey profiles and explains optional Remove unused query log option * Update language file * Add support for query explains * Modify CSS
2018-09-10 06:47:06 +00:00
"homepage": "https://symfony.com",
"keywords": [
"debug",
"dump"
],
"support": {
"source": "https://github.com/symfony/var-dumper/tree/v5.4.6"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2022-03-02T12:42:23+00:00"
[4.0] Debug bar (#20380) * Add vendor files * Add data collectors * Add media files * Add vendor media files * Update debug plugin * Update language file * Update debug plugin * Remove vendor media files * Update .gitignore * Remove a language string - thanks @brianteeman * Update debug.xml * Use __DEPLOY_VERSION__ Still learning... * Composer public files * Composer vendor and autoload files * Sooooo Let's register our namespace on our own... again :( * Remove files from libraries/vendor * Move Files from media/vendor so they don't get removed on install... @TODO remove and move properly * Change the path where our 3pd files live for now * Copy debug bar assets using the build.js script * Remove vendor files * Ignore minified files * Revert Ignore minified files * Add minified files * Add some color So somebody can scream at me =;) * Let's fetch the files from the 'right' place... * Update some code * Let's use tabs..... * Let's use tabs..... * Fix CS - Thank @Quy * Fix more CS * Fix file path not readable * I like to move it, move it :man_dancing: * Add a @todo * Add a debug view to com_content to display extended information Oooooo * Fix a doc block * @todo Move it the 'right way' (tm) :man_dancing: * Remove proposal * Use full paths * Submit more data * Cleanup debug.php Alot... * Fix CS * Call $db->disconnect() in the "right" place * Update composer.lock file * Fix CS * Review doc blocks - Thanks @Quy * Re-order XML tags - Thanks @Quy * Collect only relevant information on untranslated language strings * Use the SQLQueriesWidget to display database queries * Make loaded language files clickable * Namespace debug monitor * Set a dummy monitor for extended db debugging * Add a "fork" of the sqlqueries widget * Modify the sqlqueries widget * Add a method to format caller information * Add stack trace * Fix dupe filter labels * Move custom widgets to /media * Make the caller clickable * Make the blue bluer * Remove target attribute from caller link * Change an icon * aDD SOME j! info * Fix a parse error * Fix CS * Make query traces and request data optional * Display a blank tab if there are no language errors * Remove unused import * Update composer.lock file * Add a badge for loaded language files * Make language errors clickable * Remove commented code * Format XML file * Disable info link * Remove obsolete CSS * Change debugbar logo * Add database information * Remove obsolete code * Fix CS * Add a visual indicator for loaded language files - thanks @infograf768 * Display accurate location and a stack trace for untranslated language strings * Add more return types * Add more return types * Fix a path * Fix a notice * Make the separator line blue and add some padding to query list * Add memory marks on profiler tab = thanks @Hackwar * Remove unused parameter * Make quwey profiles and explains optional Remove unused query log option * Update language file * Add support for query explains * Modify CSS
2018-09-10 06:47:06 +00:00
},
{
"name": "symfony/web-link",
"version": "v5.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/web-link.git",
"reference": "8b9b073390359549fec5f5d797f23bbe9e2997a5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/web-link/zipball/8b9b073390359549fec5f5d797f23bbe9e2997a5",
"reference": "8b9b073390359549fec5f5d797f23bbe9e2997a5",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"psr/link": "^1.0",
"symfony/polyfill-php80": "^1.16"
},
2019-06-18 12:56:45 +00:00
"conflict": {
"symfony/http-kernel": "<5.3"
},
"provide": {
"psr/link-implementation": "1.0"
2019-06-18 12:56:45 +00:00
},
"require-dev": {
"symfony/http-kernel": "^5.3|^6.0"
},
"suggest": {
"symfony/http-kernel": ""
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\WebLink\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-11-16 14:23:18 +00:00
"name": "Kévin Dunglas",
"email": "dunglas@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-04-23 07:34:06 +00:00
"description": "Manages links between resources",
"homepage": "https://symfony.com",
"keywords": [
"dns-prefetch",
"http",
"http2",
"link",
"performance",
"prefetch",
"preload",
"prerender",
"psr13",
"push"
],
"support": {
"source": "https://github.com/symfony/web-link/tree/v5.4.3"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2022-01-02T09:53:40+00:00"
},
{
"name": "symfony/yaml",
"version": "v5.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
"reference": "e80f87d2c9495966768310fc531b487ce64237a2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/e80f87d2c9495966768310fc531b487ce64237a2",
"reference": "e80f87d2c9495966768310fc531b487ce64237a2",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-ctype": "^1.8"
},
2017-12-23 16:36:07 +00:00
"conflict": {
"symfony/console": "<5.3"
2017-12-23 16:36:07 +00:00
},
"require-dev": {
"symfony/console": "^5.3|^6.0"
},
"suggest": {
"symfony/console": "For validating YAML files using the lint command"
},
"bin": [
"Resources/bin/yaml-lint"
],
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Yaml\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-04-23 07:34:06 +00:00
"description": "Loads and dumps YAML files",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/yaml/tree/v5.4.3"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2022-01-26T16:32:32+00:00"
2019-03-07 18:16:06 +00:00
},
{
"name": "tobscure/json-api",
2022-01-16 02:54:45 +00:00
"version": "dev-joomla-backports",
2019-03-07 18:16:06 +00:00
"source": {
"type": "git",
2022-01-16 02:54:45 +00:00
"url": "https://github.com/joomla-backports/json-api-php.git",
"reference": "e2ad4287b17cc2872d75c85857306371f3de5514"
2019-03-07 18:16:06 +00:00
},
"dist": {
"type": "zip",
2022-01-16 02:54:45 +00:00
"url": "https://api.github.com/repos/joomla-backports/json-api-php/zipball/e2ad4287b17cc2872d75c85857306371f3de5514",
"reference": "e2ad4287b17cc2872d75c85857306371f3de5514",
2019-03-07 18:16:06 +00:00
"shasum": ""
},
"require": {
"php": "^5.5.9 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8 || ^5.0"
},
"default-branch": true,
2019-03-07 18:16:06 +00:00
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"Tobscure\\JsonApi\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Tobscure\\Tests\\JsonApi\\": "tests/"
}
},
2019-03-07 18:16:06 +00:00
"license": [
"MIT"
],
"authors": [
{
"name": "Toby Zerner",
"email": "toby.zerner@gmail.com"
}
],
"description": "JSON-API responses in PHP",
"keywords": [
"api",
"json",
"jsonapi",
"standard"
],
2022-01-16 02:54:45 +00:00
"time": "2022-01-08T20:57:18+00:00"
},
2019-06-17 14:25:08 +00:00
{
"name": "typo3/phar-stream-wrapper",
"version": "v3.1.7",
2019-06-17 14:25:08 +00:00
"source": {
"type": "git",
"url": "https://github.com/TYPO3/phar-stream-wrapper.git",
"reference": "5cc2f04a4e2f5c7e9cc02a3bdf80fae0f3e11a8c"
2019-06-17 14:25:08 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/5cc2f04a4e2f5c7e9cc02a3bdf80fae0f3e11a8c",
"reference": "5cc2f04a4e2f5c7e9cc02a3bdf80fae0f3e11a8c",
2019-06-17 14:25:08 +00:00
"shasum": ""
},
"require": {
"ext-json": "*",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"php": "^7.0 || ^8.0"
2019-06-17 14:25:08 +00:00
},
"require-dev": {
"ext-xdebug": "*",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"phpspec/prophecy": "^1.10",
"symfony/phpunit-bridge": "^5.1"
2019-06-17 14:25:08 +00:00
},
"suggest": {
"ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "v3.x-dev"
}
},
2019-06-17 14:25:08 +00:00
"autoload": {
"psr-4": {
"TYPO3\\PharStreamWrapper\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
2019-06-17 14:25:08 +00:00
"license": [
"MIT"
],
"description": "Interceptors for PHP's native phar:// stream handling",
"homepage": "https://typo3.org/",
"keywords": [
"phar",
"php",
"security",
"stream-wrapper"
],
"support": {
"issues": "https://github.com/TYPO3/phar-stream-wrapper/issues",
"source": "https://github.com/TYPO3/phar-stream-wrapper/tree/v3.1.7"
},
"time": "2021-09-20T19:19:13+00:00"
2019-06-17 14:25:08 +00:00
},
{
"name": "voku/portable-ascii",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"version": "1.5.6",
"source": {
"type": "git",
"url": "https://github.com/voku/portable-ascii.git",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"reference": "80953678b19901e5165c56752d087fc11526017c"
},
"dist": {
"type": "zip",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"url": "https://api.github.com/repos/voku/portable-ascii/zipball/80953678b19901e5165c56752d087fc11526017c",
"reference": "80953678b19901e5165c56752d087fc11526017c",
"shasum": ""
},
"require": {
"php": ">=7.0.0"
},
"require-dev": {
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
},
"suggest": {
"ext-intl": "Use Intl for transliterator_transliterate() support"
},
"type": "library",
"autoload": {
"psr-4": {
2020-05-30 10:40:04 +00:00
"voku\\": "src/voku/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Lars Moelleken",
"homepage": "http://www.moelleken.org/"
}
],
"description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
"homepage": "https://github.com/voku/portable-ascii",
"keywords": [
"ascii",
"clean",
"php"
],
"support": {
"issues": "https://github.com/voku/portable-ascii/issues",
"source": "https://github.com/voku/portable-ascii/tree/1.5.6"
},
"funding": [
{
"url": "https://www.paypal.me/moelleken",
"type": "custom"
},
{
"url": "https://github.com/voku",
"type": "github"
},
{
"url": "https://opencollective.com/portable-ascii",
"type": "open_collective"
},
{
"url": "https://www.patreon.com/voku",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
"type": "tidelift"
}
],
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"time": "2020-11-12T00:07:28+00:00"
},
{
"name": "voku/portable-utf8",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"version": "5.4.51",
"source": {
"type": "git",
"url": "https://github.com/voku/portable-utf8.git",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"reference": "578f5266725dc9880483d24ad0cfb39f8ce170f7"
},
"dist": {
"type": "zip",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"url": "https://api.github.com/repos/voku/portable-utf8/zipball/578f5266725dc9880483d24ad0cfb39f8ce170f7",
"reference": "578f5266725dc9880483d24ad0cfb39f8ce170f7",
"shasum": ""
},
"require": {
"php": ">=7.0.0",
"symfony/polyfill-iconv": "~1.0",
"symfony/polyfill-intl-grapheme": "~1.0",
"symfony/polyfill-intl-normalizer": "~1.0",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php72": "~1.0",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"voku/portable-ascii": "~1.5.6"
},
"require-dev": {
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
},
"suggest": {
"ext-ctype": "Use Ctype for e.g. hexadecimal digit detection",
"ext-fileinfo": "Use Fileinfo for better binary file detection",
"ext-iconv": "Use iconv for best performance",
"ext-intl": "Use Intl for best performance",
"ext-json": "Use JSON for string detection",
"ext-mbstring": "Use Mbstring for best performance"
},
"type": "library",
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"voku\\": "src/voku/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"(Apache-2.0 or GPL-2.0)"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Hamid Sarfraz",
"homepage": "http://pageconfig.com/"
},
{
"name": "Lars Moelleken",
"homepage": "http://www.moelleken.org/"
}
],
"description": "Portable UTF-8 library - performance optimized (unicode) string functions for php.",
"homepage": "https://github.com/voku/portable-utf8",
"keywords": [
"UTF",
"clean",
"php",
"unicode",
"utf-8",
"utf8"
],
"support": {
"issues": "https://github.com/voku/portable-utf8/issues",
"source": "https://github.com/voku/portable-utf8/tree/5.4.51"
},
"funding": [
{
"url": "https://www.paypal.me/moelleken",
"type": "custom"
},
{
"url": "https://github.com/voku",
"type": "github"
},
{
"url": "https://opencollective.com/portable-utf8",
"type": "open_collective"
},
{
"url": "https://www.patreon.com/voku",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/voku/portable-utf8",
"type": "tidelift"
}
],
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"time": "2020-12-02T01:58:49+00:00"
},
{
"name": "wamania/php-stemmer",
2021-04-23 07:34:06 +00:00
"version": "v2.2.0",
"source": {
"type": "git",
"url": "https://github.com/wamania/php-stemmer.git",
2021-04-23 07:34:06 +00:00
"reference": "a5eafec3f6c48e277939af0dbc0c24a76e658c04"
},
"dist": {
"type": "zip",
2021-04-23 07:34:06 +00:00
"url": "https://api.github.com/repos/wamania/php-stemmer/zipball/a5eafec3f6c48e277939af0dbc0c24a76e658c04",
"reference": "a5eafec3f6c48e277939af0dbc0c24a76e658c04",
"shasum": ""
},
"require": {
"php": ">=7.0",
"voku/portable-utf8": "^5.4"
},
"require-dev": {
"phpunit/phpunit": "^4.8"
},
"type": "library",
"autoload": {
"psr-4": {
"Wamania\\Snowball\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Wamania",
"homepage": "http://wamania.com"
}
],
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"description": "Native PHP Stemmer",
"keywords": [
"php",
"porter",
"stemmer"
],
"support": {
"issues": "https://github.com/wamania/php-stemmer/issues",
"source": "https://github.com/wamania/php-stemmer/tree/v2.2.0"
},
2021-04-23 07:34:06 +00:00
"time": "2021-02-10T09:07:25+00:00"
},
{
"name": "web-auth/cose-lib",
"version": "v2.1.7",
"source": {
"type": "git",
"url": "https://github.com/web-auth/cose-lib.git",
"reference": "8d1c37bac6e5db8d502b7735448d416f05fb4c70"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/web-auth/cose-lib/zipball/8d1c37bac6e5db8d502b7735448d416f05fb4c70",
"reference": "8d1c37bac6e5db8d502b7735448d416f05fb4c70",
"shasum": ""
},
"require": {
"beberlei/assert": "^3.0",
"ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"fgrosse/phpasn1": "^2.1",
"php": "^7.2"
},
"type": "library",
"extra": {
"branch-alias": {
"v1.0": "1.0.x-dev",
"v1.1": "1.1.x-dev",
"v1.2": "1.2.x-dev",
"v2.0": "2.0.x-dev",
"v2.1": "2.1.x-dev"
}
},
"autoload": {
"psr-4": {
"Cose\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Florent Morselli",
"homepage": "https://github.com/Spomky"
},
{
"name": "All contributors",
"homepage": "https://github.com/web-auth/cose/contributors"
}
],
"description": "CBOR Object Signing and Encryption (COSE) For PHP",
"homepage": "https://github.com/web-auth",
"keywords": [
"COSE",
"RFC8152"
],
"support": {
"source": "https://github.com/web-auth/cose-lib/tree/v2.1.6"
},
"time": "2019-09-04T20:53:12+00:00"
},
{
"name": "web-auth/metadata-service",
"version": "v2.1.7",
"source": {
"type": "git",
"url": "https://github.com/web-auth/webauthn-metadata-service.git",
"reference": "5fc754d00dfa05913260dc3781227dfa8ed7dbdd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/web-auth/webauthn-metadata-service/zipball/5fc754d00dfa05913260dc3781227dfa8ed7dbdd",
"reference": "5fc754d00dfa05913260dc3781227dfa8ed7dbdd",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": "^7.1",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"v2.1": "2.1.x-dev"
}
},
"autoload": {
"psr-4": {
"Webauthn\\MetadataService\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Florent Morselli",
"homepage": "https://github.com/Spomky"
},
{
"name": "All contributors",
"homepage": "https://github.com/web-auth/metadata-service/contributors"
}
],
"description": "Metadata Service for FIDO2/Webauthn",
"homepage": "https://github.com/web-auth",
"keywords": [
"FIDO2",
"fido",
"webauthn"
],
"support": {
"source": "https://github.com/web-auth/webauthn-metadata-service/tree/v2.1.7"
},
"time": "2019-09-04T20:53:12+00:00"
},
{
"name": "web-auth/webauthn-lib",
"version": "v2.1.7",
"source": {
"type": "git",
"url": "https://github.com/web-auth/webauthn-lib.git",
"reference": "4cd346f2ef4d282296e503b7b1b3ef200347437b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/web-auth/webauthn-lib/zipball/4cd346f2ef4d282296e503b7b1b3ef200347437b",
"reference": "4cd346f2ef4d282296e503b7b1b3ef200347437b",
"shasum": ""
},
"require": {
"beberlei/assert": "^3.0",
"ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"nyholm/psr7": "^1.1",
"php": "^7.2",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
"ramsey/uuid": "^3.8",
"spomky-labs/base64url": "^2.0",
"spomky-labs/cbor-php": "^1.0.2",
"web-auth/cose-lib": "self.version",
"web-auth/metadata-service": "self.version"
},
"suggest": {
"web-token/jwt-signature-algorithm-ecdsa": "Recommended for the AndroidSafetyNet Attestation Statement support",
"web-token/jwt-signature-algorithm-eddsa": "Recommended for the AndroidSafetyNet Attestation Statement support",
"web-token/jwt-signature-algorithm-rsa": "Mandatory for the AndroidSafetyNet Attestation Statement support"
},
"type": "library",
"extra": {
"branch-alias": {
"v1.0": "1.0.x-dev",
"v1.1": "1.1.x-dev",
"v1.2": "1.2.x-dev",
"v2.0": "2.0.x-dev",
"v2.1": "2.1.x-dev"
}
},
"autoload": {
"psr-4": {
"Webauthn\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Florent Morselli",
"homepage": "https://github.com/Spomky"
},
{
"name": "All contributors",
"homepage": "https://github.com/web-auth/webauthn-library/contributors"
}
],
"description": "FIDO2/Webauthn Support For PHP",
"homepage": "https://github.com/web-auth",
"keywords": [
"FIDO2",
"fido",
"webauthn"
],
"support": {
"source": "https://github.com/web-auth/webauthn-lib/tree/v2.1.7"
},
"time": "2019-09-09T12:04:09+00:00"
},
Refactored WebAuthn with Windows Hello support (#37910) * Refactored WebAuthn plugin * Fix the WebAuthn management page which was broken in https://github.com/joomla/joomla-cms/pull/37464 * Fix wrong `@since` doc tag * Fix docblock typo * Fix docblock typo * Fix docblock typo * Fix docblock typo * Fix docblock typo * Fix broken management interface * Make unnecessarily static method back into non-static * Replace static helper with injected object * Come on, commit the ENTIRE file! * Use the user factory * Fix error when going through the user factory * Fix: cannot add WebAuthn authenticator right back after deleting it * Remove useless switch branch * Remove useless exception * Display make and model of the authenticator, if possible * Add missing JWT signature algorithms * Fix copyright date * Fix for PHP 8 using FIDO keys and Android phones * Reactivate the tooltips after adding an authenticator * Option to disable the attestation support * The Windows Hello icon was invisible on white background * Attempt to fix Appveyor not having Sodium in the Windows build * Work around third party library bug... * Create events in a forwards-compatible manner * Concrete events * Fix event woes * Update plugins/system/webauthn/webauthn.xml Co-authored-by: Brian Teeman <brian@teeman.net> * Update administrator/language/en-GB/plg_system_webauthn.ini Co-authored-by: Brian Teeman <brian@teeman.net> * Improve the layout for editing an authenticator It now follows the Bootstrap 5 form aesthetic. Moreover, there are gaps between the text input and the Save and Cancel buttons. * Confirm deletion of authenticators * Make the bots happy again * Code polishing * Marking classes final * Use setApplication / getApplication in the plugin class * Remove unused `$db` from the plugin class * Blind fix Currently #38060 has broken everything it seems? * Bring application injection in sync with core * Remove whitespace * Add use statement * Fix wrong event creation in AjaxHandlerLogin * License change Co-authored-by: Richard Fath <richard67@users.noreply.github.com> Co-authored-by: Brian Teeman <brian@teeman.net> Co-authored-by: Roland Dalmulder <contact@rolandd.com> Co-authored-by: Allon Moritz <allon.moritz@digital-peak.com> Co-authored-by: Harald Leithner <leithner@itronic.at> Co-authored-by: George Wilson <georgejameswilson@googlemail.com>
2022-06-27 17:16:07 +00:00
{
"name": "web-token/jwt-core",
"version": "v2.2.11",
"source": {
"type": "git",
"url": "https://github.com/web-token/jwt-core.git",
"reference": "53beb6f6c1eec4fa93c1c3e5d9e5701e71fa1678"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/web-token/jwt-core/zipball/53beb6f6c1eec4fa93c1c3e5d9e5701e71fa1678",
"reference": "53beb6f6c1eec4fa93c1c3e5d9e5701e71fa1678",
"shasum": ""
},
"require": {
"brick/math": "^0.8.17|^0.9",
"ext-json": "*",
"ext-mbstring": "*",
"fgrosse/phpasn1": "^2.0",
"php": ">=7.2",
"spomky-labs/base64url": "^1.0|^2.0"
},
"conflict": {
"spomky-labs/jose": "*"
},
"type": "library",
"autoload": {
"psr-4": {
"Jose\\Component\\Core\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Florent Morselli",
"homepage": "https://github.com/Spomky"
},
{
"name": "All contributors",
"homepage": "https://github.com/web-token/jwt-framework/contributors"
}
],
"description": "Core component of the JWT Framework.",
"homepage": "https://github.com/web-token",
"keywords": [
"JOSE",
"JWE",
"JWK",
"JWKSet",
"JWS",
"Jot",
"RFC7515",
"RFC7516",
"RFC7517",
"RFC7518",
"RFC7519",
"RFC7520",
"bundle",
"jwa",
"jwt",
"symfony"
],
"support": {
"source": "https://github.com/web-token/jwt-core/tree/v2.2.11"
},
"funding": [
{
"url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon"
}
],
"time": "2021-03-17T14:55:52+00:00"
},
{
"name": "web-token/jwt-signature",
"version": "v2.2.11",
"source": {
"type": "git",
"url": "https://github.com/web-token/jwt-signature.git",
"reference": "015b59aaf3b6e8fb9f5bd1338845b7464c7d8103"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/web-token/jwt-signature/zipball/015b59aaf3b6e8fb9f5bd1338845b7464c7d8103",
"reference": "015b59aaf3b6e8fb9f5bd1338845b7464c7d8103",
"shasum": ""
},
"require": {
"web-token/jwt-core": "^2.1"
},
"suggest": {
"web-token/jwt-signature-algorithm-ecdsa": "ECDSA Based Signature Algorithms",
"web-token/jwt-signature-algorithm-eddsa": "EdDSA Based Signature Algorithms",
"web-token/jwt-signature-algorithm-experimental": "Experimental Signature Algorithms",
"web-token/jwt-signature-algorithm-hmac": "HMAC Based Signature Algorithms",
"web-token/jwt-signature-algorithm-none": "None Signature Algorithm",
"web-token/jwt-signature-algorithm-rsa": "RSA Based Signature Algorithms"
},
"type": "library",
"autoload": {
"psr-4": {
"Jose\\Component\\Signature\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Florent Morselli",
"homepage": "https://github.com/Spomky"
},
{
"name": "All contributors",
"homepage": "https://github.com/web-token/jwt-signature/contributors"
}
],
"description": "Signature component of the JWT Framework.",
"homepage": "https://github.com/web-token",
"keywords": [
"JOSE",
"JWE",
"JWK",
"JWKSet",
"JWS",
"Jot",
"RFC7515",
"RFC7516",
"RFC7517",
"RFC7518",
"RFC7519",
"RFC7520",
"bundle",
"jwa",
"jwt",
"symfony"
],
"support": {
"source": "https://github.com/web-token/jwt-signature/tree/v2.2.11"
},
"funding": [
{
"url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon"
}
],
"time": "2021-03-01T19:55:28+00:00"
},
{
"name": "web-token/jwt-signature-algorithm-ecdsa",
"version": "v2.2.11",
"source": {
"type": "git",
"url": "https://github.com/web-token/jwt-signature-algorithm-ecdsa.git",
"reference": "44cbbb4374c51f1cf48b82ae761efbf24e1a8591"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/web-token/jwt-signature-algorithm-ecdsa/zipball/44cbbb4374c51f1cf48b82ae761efbf24e1a8591",
"reference": "44cbbb4374c51f1cf48b82ae761efbf24e1a8591",
"shasum": ""
},
"require": {
"ext-openssl": "*",
"web-token/jwt-signature": "^2.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Jose\\Component\\Signature\\Algorithm\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Florent Morselli",
"homepage": "https://github.com/Spomky"
},
{
"name": "All contributors",
"homepage": "https://github.com/web-token/jwt-framework/contributors"
}
],
"description": "ECDSA Based Signature Algorithms the JWT Framework.",
"homepage": "https://github.com/web-token",
"keywords": [
"JOSE",
"JWE",
"JWK",
"JWKSet",
"JWS",
"Jot",
"RFC7515",
"RFC7516",
"RFC7517",
"RFC7518",
"RFC7519",
"RFC7520",
"bundle",
"jwa",
"jwt",
"symfony"
],
"support": {
"source": "https://github.com/web-token/jwt-signature-algorithm-ecdsa/tree/v2.2.11"
},
"funding": [
{
"url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon"
}
],
"time": "2021-01-21T19:18:03+00:00"
},
{
"name": "web-token/jwt-signature-algorithm-eddsa",
"version": "v2.2.11",
"source": {
"type": "git",
"url": "https://github.com/web-token/jwt-signature-algorithm-eddsa.git",
"reference": "b805ecca593c56e60e0463bd2cacc9b1341910f6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/web-token/jwt-signature-algorithm-eddsa/zipball/b805ecca593c56e60e0463bd2cacc9b1341910f6",
"reference": "b805ecca593c56e60e0463bd2cacc9b1341910f6",
"shasum": ""
},
"require": {
"ext-sodium": "*",
"web-token/jwt-signature": "^2.1"
},
"type": "library",
"autoload": {
"psr-4": {
"Jose\\Component\\Signature\\Algorithm\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Florent Morselli",
"homepage": "https://github.com/Spomky"
},
{
"name": "All contributors",
"homepage": "https://github.com/web-token/jwt-framework/contributors"
}
],
"description": "EdDSA Signature Algorithm the JWT Framework.",
"homepage": "https://github.com/web-token",
"keywords": [
"JOSE",
"JWE",
"JWK",
"JWKSet",
"JWS",
"Jot",
"RFC7515",
"RFC7516",
"RFC7517",
"RFC7518",
"RFC7519",
"RFC7520",
"bundle",
"jwa",
"jwt",
"symfony"
],
"support": {
"source": "https://github.com/web-token/jwt-signature-algorithm-eddsa/tree/v2.2.11"
},
"funding": [
{
"url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon"
}
],
"time": "2021-01-21T19:18:03+00:00"
},
{
"name": "web-token/jwt-signature-algorithm-experimental",
"version": "v2.2.11",
"source": {
"type": "git",
"url": "https://github.com/web-token/jwt-signature-algorithm-experimental.git",
"reference": "b84ea38f9361d68806f100f091db17c1cde6f96c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/web-token/jwt-signature-algorithm-experimental/zipball/b84ea38f9361d68806f100f091db17c1cde6f96c",
"reference": "b84ea38f9361d68806f100f091db17c1cde6f96c",
"shasum": ""
},
"require": {
"web-token/jwt-signature-algorithm-hmac": "^2.1",
"web-token/jwt-signature-algorithm-rsa": "^2.1"
},
"type": "library",
"autoload": {
"psr-4": {
"Jose\\Component\\Signature\\Algorithm\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Florent Morselli",
"homepage": "https://github.com/Spomky"
},
{
"name": "All contributors",
"homepage": "https://github.com/web-token/jwt-framework/contributors"
}
],
"description": "Experimental Signature Algorithms the JWT Framework.",
"homepage": "https://github.com/web-token",
"keywords": [
"JOSE",
"JWE",
"JWK",
"JWKSet",
"JWS",
"Jot",
"RFC7515",
"RFC7516",
"RFC7517",
"RFC7518",
"RFC7519",
"RFC7520",
"bundle",
"jwa",
"jwt",
"symfony"
],
"support": {
"source": "https://github.com/web-token/jwt-signature-algorithm-experimental/tree/v2.2.11"
},
"funding": [
{
"url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon"
}
],
"time": "2021-01-21T19:18:03+00:00"
},
{
"name": "web-token/jwt-signature-algorithm-hmac",
"version": "v2.2.11",
"source": {
"type": "git",
"url": "https://github.com/web-token/jwt-signature-algorithm-hmac.git",
"reference": "d208b1c50b408fa711bfeedeed9fb5d9be1d3080"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/web-token/jwt-signature-algorithm-hmac/zipball/d208b1c50b408fa711bfeedeed9fb5d9be1d3080",
"reference": "d208b1c50b408fa711bfeedeed9fb5d9be1d3080",
"shasum": ""
},
"require": {
"web-token/jwt-signature": "^2.1"
},
"type": "library",
"autoload": {
"psr-4": {
"Jose\\Component\\Signature\\Algorithm\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Florent Morselli",
"homepage": "https://github.com/Spomky"
},
{
"name": "All contributors",
"homepage": "https://github.com/web-token/jwt-framework/contributors"
}
],
"description": "HMAC Based Signature Algorithms the JWT Framework.",
"homepage": "https://github.com/web-token",
"keywords": [
"JOSE",
"JWE",
"JWK",
"JWKSet",
"JWS",
"Jot",
"RFC7515",
"RFC7516",
"RFC7517",
"RFC7518",
"RFC7519",
"RFC7520",
"bundle",
"jwa",
"jwt",
"symfony"
],
"support": {
"source": "https://github.com/web-token/jwt-signature-algorithm-hmac/tree/v2.2.11"
},
"funding": [
{
"url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon"
}
],
"time": "2021-01-21T19:18:03+00:00"
},
{
"name": "web-token/jwt-signature-algorithm-none",
"version": "v2.2.11",
"source": {
"type": "git",
"url": "https://github.com/web-token/jwt-signature-algorithm-none.git",
"reference": "c78319392e12e30678eb17d78f16031b5b768388"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/web-token/jwt-signature-algorithm-none/zipball/c78319392e12e30678eb17d78f16031b5b768388",
"reference": "c78319392e12e30678eb17d78f16031b5b768388",
"shasum": ""
},
"require": {
"web-token/jwt-signature": "^2.1"
},
"type": "library",
"autoload": {
"psr-4": {
"Jose\\Component\\Signature\\Algorithm\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Florent Morselli",
"homepage": "https://github.com/Spomky"
},
{
"name": "All contributors",
"homepage": "https://github.com/web-token/jwt-framework/contributors"
}
],
"description": "None Signature Algorithm the JWT Framework.",
"homepage": "https://github.com/web-token",
"keywords": [
"JOSE",
"JWE",
"JWK",
"JWKSet",
"JWS",
"Jot",
"RFC7515",
"RFC7516",
"RFC7517",
"RFC7518",
"RFC7519",
"RFC7520",
"bundle",
"jwa",
"jwt",
"symfony"
],
"support": {
"source": "https://github.com/web-token/jwt-signature-algorithm-none/tree/v2.2.11"
},
"funding": [
{
"url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon"
}
],
"time": "2021-01-21T19:18:03+00:00"
},
{
"name": "web-token/jwt-signature-algorithm-rsa",
"version": "v2.2.11",
"source": {
"type": "git",
"url": "https://github.com/web-token/jwt-signature-algorithm-rsa.git",
"reference": "513ad90eb5ef1886ff176727a769bda4618141b0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/web-token/jwt-signature-algorithm-rsa/zipball/513ad90eb5ef1886ff176727a769bda4618141b0",
"reference": "513ad90eb5ef1886ff176727a769bda4618141b0",
"shasum": ""
},
"require": {
"brick/math": "^0.8.17|^0.9",
"ext-openssl": "*",
"web-token/jwt-signature": "^2.1"
},
"suggest": {
"ext-bcmath": "GMP or BCMath is highly recommended to improve the library performance",
"ext-gmp": "GMP or BCMath is highly recommended to improve the library performance"
},
"type": "library",
"autoload": {
"psr-4": {
"Jose\\Component\\Signature\\Algorithm\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Florent Morselli",
"homepage": "https://github.com/Spomky"
},
{
"name": "All contributors",
"homepage": "https://github.com/web-token/jwt-framework/contributors"
}
],
"description": "RSA Based Signature Algorithms the JWT Framework.",
"homepage": "https://github.com/web-token",
"keywords": [
"JOSE",
"JWE",
"JWK",
"JWKSet",
"JWS",
"Jot",
"RFC7515",
"RFC7516",
"RFC7517",
"RFC7518",
"RFC7519",
"RFC7520",
"bundle",
"jwa",
"jwt",
"symfony"
],
"support": {
"source": "https://github.com/web-token/jwt-signature-algorithm-rsa/tree/v2.2.11"
},
"funding": [
{
"url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon"
}
],
"time": "2021-01-21T19:18:03+00:00"
},
{
"name": "web-token/signature-pack",
"version": "v2.2.11",
"source": {
"type": "git",
"url": "https://github.com/web-token/signature-pack.git",
"reference": "13fd2709a95a8a6a0943e33a537af8088760c6c0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/web-token/signature-pack/zipball/13fd2709a95a8a6a0943e33a537af8088760c6c0",
"reference": "13fd2709a95a8a6a0943e33a537af8088760c6c0",
"shasum": ""
},
"require": {
"web-token/jwt-signature-algorithm-ecdsa": "^2.0",
"web-token/jwt-signature-algorithm-eddsa": "^2.0",
"web-token/jwt-signature-algorithm-experimental": "^2.0",
"web-token/jwt-signature-algorithm-hmac": "^2.0",
"web-token/jwt-signature-algorithm-none": "^2.0",
"web-token/jwt-signature-algorithm-rsa": "^2.0"
},
"type": "symfony-pack",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A pack with all signature algorithms for the web-token/jwt-signature package",
"support": {
"source": "https://github.com/web-token/signature-pack/tree/v2.2.1"
},
"funding": [
{
"url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon"
}
],
"time": "2019-06-22T12:27:33+00:00"
},
[4.1] [SOC 21] Add a Scheduled Tasks Infrastructure to Joomla (#35143) * Fix task filter ordering Order now matches the order of columns the db table. Ref: joomla/joomla-cms#35143#discussion_r700213211 / @brianteeman. * Improve com_scheduler language strings Improves a task form hint, a label. Refs: joomla/joomla-cms#35143#discussion_r700203125 joomla/joomla-cms#35143#discussion_r700202862 @brianteeman. * Scheduler runner as a shutdown_function The schedule runner trigger is now bound as a shutdown_function. The function is registered by a onBeforeRender listener. * Enhance task locks and events - Updates task locks (the `locked` column) so they now use a timestamp to allow for recovery from a fatal failure. Includes updates to SQL scripts. - Dispatch a new onTaskRecoverFailure event on "recovery" from a fatal failure. - Actually dispatch task exit events (oops!) - Update the event class declaration for onExecuteTask to be more elegant, readable. [1] [1]: http://joomla/joomla-cms#35143#discussion_r700897628 / @Denitz * Add a sanity check to TaskPluginTrait Adds a pre-broadcast sanity check for plugins with invalid an TASK_MAP. The advertiseRoutines method will no longer try to advertise tasks that don't have a corresponding 'langConstPrefix'. * Fix fatal task failure check Fixes the failure check (the lock should not be null) and enhances a comment + styling. * Increase scheduler plugin hook priority Increases the priority for the registerRunner hook to PHP_INT_MAX, although I'm not yet sure if onBeforeRender is the first event to be fired (probably not). * Fix event dispatchers in the Task class The onTaskRecoverFailure and exit task weren't passing the event name to dispatchers. Oops! P.S. I don't know why that's required with the new Event classes. * Cleanup com_scheduler manifest Removes menu link (was supposed to go before). * Add filtering by lock state in TasksModel Adds support for filtering by the "lock" state of a task. Also in the process defines different lock levels: hard locks and soft locks. I think in the future, the filtering states should maybe go into a namespace/class for constants. * Add task timeout config to "com_scheduler" Adds a configuration field for a global task timeout. The timeout serves the purpose of safely declaring a hard-limit on how long tasks can be considered as running once a lock on them is acquired. Right now the default is 300s (5min) but this can be re-evaluated in the future to a more sensible value if needed. * Update language file for "com_scheduler" Adds new constants for the component configuration form. * Bugfix and update Scheduler API class - Now fetches all fields from the DB (this broke things as the `locked` field was never fetched!!) - Adds locked state filtering as a default (excludes hard-locked jobs). * Add priority column to `#__scheduler_tasks` - Adds a priority column to the tasks table, also a linked index. - Fixes update SQL script styling. * Add task priority to Task form and filter form * Add priority, multi-ordering support to TasksModel - Adds priority to the filter_fields config. - Adds support for a `list.multi_ordering` model state variable which can be used to sort by multiple fields (limitation for the standard `list.ordering` `list.direction` model). The way this is right now means we pass unquoted names to the db which should be fixed in the future. In any case this is not exposed in the filter form but only meant to be used by internal handlers interacting with the model. - Fixes behaviour for high collision ordering fields (used to order first by title and then by the targeted column). * Update task timeout with config fetch The Task driver class now fetches the task timeout from the component config. * Add priority-aware task queue to Scheduler class The fetchTasks() method now uses multi-ordering with priority as the primary ordering column to make the task queue priority aware. * Update language files for com_scheduler - Adds language constants for the task priority config in the task and tasks filter form. - Sneaks in a description attribute for the priority form field. * Bugfix and add an 'Advanced' tab to the task form - Moves the log config and task priority to the advanced tab. - Fixes a bug with using `joomla.edit.params`, which is now used for rendering all injected task routine parameters. * Enhance orphan task handling in Task driver - Dispatches now an event if task to run is orphaned, then skip the execution and exit early with a new exit code. - Adds a skipExecution method to the Task class. - Enhanced the handleExit method through an events map to dispatch other events based on exit code. - Adds a new code for orphaned tasks to the Status namespace class. * Enhance orphan handling in Scheduler, update lang - Scheduler now includes orphaned tasks by default. Before this, the ::runTask() method never got to handling or logging orphaned tasks because of the default filtering excluding them. - Adds exceptional log for orphaned tasks. - Update language file to match. * Add demo task routines to stress memory Adds task routines to test scheduled tasks when either the system memory runs out or the PHP memory_limit is exceeded. * Add sleep demo task routine Renames the first demo task routine and adds a form field to configure the sleep duration. * Update language files for plgTaskDemotasks Adds constants for new task routines and updates some others. * Cleanup and bugfix com_scheduler - Removes redundant pass-by-reference - Makes closures static where possible - Fixes problematic casts - Adds some missing parenthesis - Removes unused variables - Removes unused method overrides - Miscellaneous changes Ref: joomla/joomla-cms#35143 / @Denitz * Improve consistency, extend `#__scheduler_tasks` Adds `checked_out` and `checkout_out_time` to `#__scheduler_tasks`. Also adds index for `checked_out`. Ref: joomla/joomla-cms#35143#issuecomment-911819994 / @Denitz * Remove language autoload from ScheduleRunner Ref: joomla/joomla-cms#35143#issuecomment-911819994 / @Denitz * Fix missed errant cast Fixes a leftover problematic cast in IntervalField. * Patch Task::releaseLock() The method now updates the Task properties, so they now keep in sync with db updates and can be used reliably by other code. * Add plgSystemTaskNotification This plugin is responsible for sending out email notifications for task failures and optionally also successful executions. * Add language files for plgSystemTaskNotifications * Add SQL DDL for task notification mail templates * Add auto-install SQL (plgSystemTaskNotifications) * Add language autoload for plgSysTaskNotification * Patch auto-install SQL scripts - Adds installation DDL in installation script (supports.sql) - Adds the `extension` column in update scripts. * Cleanup plg taskNotification * Fix Scheduler::fetchTasks() default behaviour Shifts the list config for the task queue to the fetchTaskRecord() method. This makes more sense as the fetchTasks() method is supposed to be a transparent API method to interact with the TasksModel rather than have an overriding default like the list.multi_ordering state variable as a default. Also changes the default ordering behaviour for sensibility and adds some comments for clarity. * Add explicit id, title filtering to TasksModel These are largely redundant to the search filter but convenient to use and when only the title should be targeted. It turned out I assumed we had this in the model and so was an outstanding bug with the Scheduler class. Probably, can use refactor later (or _should_). * Enhance ExecRuleHelper::nextExec() Adds a new option $nowBasis argument, when provided uses 'now' as the last execution. Useful when skipping executions, so we're not actually updating the last exec. * Add new Task::Status constant Adds a status code for when no (matching) task exists. * Improve comments in the TaskOption class Improves comment structure, adds some missing punctuation. * Update the Scheduler class - Renames fetchTasks() => fetchTaskRecords(). - Fixes broken id search (l190). - Updates runTask() return (now returns the Task exit code). - Adds TASK_QUEUE filters and list config as class constants so other extensions can reliably use them to get the queue behaviour (should this somehow be baked in?). - Updates return for fetchTaskRecords(), which could return a false from the model query before but now would an empty array. * Bugfix Task::skipExecution() Now actually skips the execution and advances the task to the next execution slot relative to 'now'. * Add scheduler:list console command Command to list scheduled tasks. * Add scheduler:run command Command to run scheduled tasks. Supports triggering the task queue as well as individual tasks, matching either by id or title. Right now, due some code-smell fixes and perhaps behavior adjustments. An example, perhaps the title match could support running all tasks matching a title with the --all flag. * Add autoload for new commands Adds new commands to the application loader and dependency injection class used by other core commands. * Add plugin plgTaskCheckFiles Adds plgTaskCheckFiles. This plugin includes currently a single task routine which offers the ability to check images in a directory for dimensions and resize ones that are too big! * Enhance form for image size routine Adds sensible defaults, require attributes, etc. * Update form for get_request routine Updates the fieldset so its translated right. * Update language file for com_scheduler Adds a new constant for the task_params fieldset so plugins can use it without defining their own. * Patch task form Patches the "trigger" field to make it hidden. This is temporary as it should be removed altogether soon both in the form and the db table. * Patch exit handling in Task class The handleExit() method needed the exit code to be passed while it was available already in the $snapshot class property. This also created room for error and the final handleExit() return meant that generic failures were never broadcasted through the failure event. * Patch exit handling in Task class The handleExit() method needed the exit code to be passed while it was available already in the $snapshot class property. This also created room for error and the final handleExit() return meant that generic failures were never broadcasted through the failure event. * Add support for mailing task outputs Implements support for mailing out task output attachments and in the body. Not robust but just works for a demo (needs to be redone). * Update SQL for task notification templates Adds the "task_output" param. * Add output file support in GET request routine Hastily done and to be redone but this works okay as a POC. * Patch task class Fixes the execution time record/next execution which broke somewhere along before. This is a quick patch and should be fixed as suggested by the comment. * Disable deprecated routineEndMessage [CheckFiles] * Improve code quality, consistency and style - Removes some redundant comments. - Reduces reliance on implicit PHP casts. - Refactors to a more functional approach in TaskModel::save() and calls nested within. - Uses allowed Priority::MAX as plgSystemSchedulerunner listener priority. - Refactors some abbreviated variable names. - Changes uses of the 'GMT' to 'UTC' (more correct and consistent with existing Joomla code) - Separates some variable assignments and tests for improved readability. - Starts removing imports for native global functions and objects. This should be a gradual process. - Cover up a couple copy-and-paste inconsistencies. oops! - Reverts a styling regression in old code. Ref: joomla/joomla-cms#35143 / @nibra / @HLeithner / @brianteeman. * Make SchedulerHelper abstract Makes SchedulerHelper an abstract class. This also eliminates the need for a private constructor. Refs: joomla/joomla-cms/#35143#discussion_r710998565 / joomla/joomla-cms#35143#discussion_r710999157 / @PhilETaylor / @nibra. * Add request hash protection for scheduler runner - Adds a configuration tab for the lazy scheduler in ComScheduler with configuration switches for disabling the lazy scheduler and protecting it with a request hash. - Adds configuration checks in plgSystemScheduleRunner to only run if either hash matches or it's not protected. * Bugfix scheduleRunner event subscription behaviour ScheduleRunner attached itself to events even with comScheduler disabled. This was likely because it utilised a constructor short which is useful only with the pre-4.x event-method model. This commit adds checks for the component straight to the getSubscribedEvents() method and also adds a check for the lazy scheduler switch in com_scheduler config params. Refs: @Denitz / joomla/joomla-cms#35143#issuecomment-911453500. * Add rule for manual-only task invocation Adds an execution rule for when a task should only run when manually invoked. Also renames internally the "custom" rule to "cron-expression". * Refactor and extend TaskModel, TaskTable - Updates TaskModel for changes in the Task form. - Extends and refactors TaskModel to both support to both support the new manual invocation only rule and for better behaviour with setting some fields initially in the database. - Adds a Task::bind() override to TaskTable and changes a default param to support updating fields to NULL through AdminModel::save(). * Update ExecRuleHelper - Update with changes to the Task form. - Removes imports for native global functions. * Update language constants for com_scheduler - Adds language constants for new Scheduler config fields. - Refactors some language constants for better, more uniform naming. * Cleanup Task class - Removes outdated info from handleExit() PHP-doc. - Removes imports for native global symbols. * Update com_scheduler manifest - Adds some missing fields and fixes code-style. * Apply code-style suggestions from code review - Fixes styling for some docblocks. - Fixes copyright header alignment for consistency (non-exhaustive). - Adds trailing commas for multi-line array declarations (probably non-exhaustive). - Adds explicit name-spacing for global native symbols (likely non-exhaustive). - Misc code-style improvements. Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * Apply code-style suggestions from code review - Fixes styling for some docblocks. - Fixes copyright header alignment for consistency (non-exhaustive). - Adds trailing commas for multi-line array declarations (probably non-exhaustive). - Adds explicit name-spacing for global native symbols (likely non-exhaustive). - Misc code-style improvements. Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * Clean up usage * Add AJAX requests script to scheduleRunner JS sets up a navigator.sendBeacon() callback to make requests to trigger a `com_ajax` backed AJAX listener offered by plgSystemScheduleRunner. * Update manifest for plgSystemScheduleRunner Adds the new media asset folder, fills in some missing fields and fixes the language field. * Add scheduleRunner listener to inject JS - Removes `shutdown_function` behavior to register the scheduleRunner. - Adds listener method to inject the trigger JS on the `onBeforeCompileHead` event. - Fixes copyright header styling. - Reduces event subscription stage check complexity. (Ref: @Denitz / joomla-projects/soc21_website-cronjob#4#commitcomment-57308547) - Adds `com_scheduler` component config as class property. - Change scheduleRunner's subscription event to `onAjaxRunScheduler`. * Add scheduleRunner doc and missing checks - Adds descriptive doc in the class docblock. - Adds missing checks to the runScheduler() method. * Fix `created_by` auto set on task save - TaskTable::save() now sets the `created_by` field correctly. - Adds and fixes existing checks for field auto-set. * Cleanup and enhance TaskTable docs - Fix copyright style. - Enhance doc blocks. - Cleanup. * Fix plugin manifests - Lowercase <name>. - Adds missing fields and missing <files> nodes. - Fixes XML styling (tasknotification.xml) Ref: @bembelimen * Revert changes to the modules/select template Reverts file to 4.1-dev state. * Add standard routine handler `standardRoutineHandler()` can take care of initialising the routine, calling the associated callable and ending the routine all without any logic in the plugin class if each routine has a corresponding callable. * Fix copyright formatting * Update Task\Status Adds status code for invalid return and improves member doc blocks. * Refactor TaskPluginTrait - Renames methods: - `taskLog()` => `logTask()` - `taskEnd()` => `endRoutine()` - `taskStart()` => `initRoutine()` - Upgrade `enhanceTaskItemForm()` to a complete event handler. For plugins targeting only the task form, this method can now be mapped straight to the `onContentPrepareForm` event. - Code style improvements and fixes for global namespace qualification on some `\Exception` references. - More explicit checks on variables. - `Event` type arguments are now `EventInterface` so other implementations stay compatible. - Removes deprecated logging nd `$log` param from `endRoutine()`. * Improve TaskPluginTrait documentation Adds and improves on the information in the doc blocks with context, usage hints and related information. Also updates some parameter information and fixes the tag order (`@since` <=> `@throws`). * Implement suggestions on TaskPluginTrait - Refactors `initRoutine()` => `startRoutine()` - Return true for irrelevant enhanceTaskItemForm() contexts. - Path checks for routine forms. - Allow only class methods with `standardRoutineHandler()` - Adds signature checks on standard routine methods. - Adds validation on routine return codes against `Task\Status`. * Update TaskPluginTrait::standardRoutineHandler() Now enforces a single required parameter of type `ExecuteTaskEvent` (from `EventInterface`). * Update task plugins - Remove methods now offered by TaskPluginTrait. - The 'call' TASKS_MAP param is now 'method'. - Update event subscriptions. - Update docs. - Improve code-style and copyright blocks. * Ignore user aborts on scheduler trigger Adds attempt to set the INI `ignore_user_abort` to true. Also enhances some docs. * Update TaskPluginTrait doc Updates signature reference for standard routine methods. * Rename status code Renames `Task\Status::NO_TIME` to `Task\Status::RUNNING`. * Add config options for scheduleRunner Adds config option for the client side request intervals for the scheduler trigger. Also fixes some showon attributes in the com_scheduler config form. * Add removal of time limit on task runs Add test task permission Add webcron, test task, lazycron entry points * Fix broken interval run when setting custom value * Set correct lazyCron URL and run it at the beginning Prevent running LazyCron when not in html view or if lazyCron is not enabled Implement hash check for webCron * Rebuild JS Implement test runner * Finish test cron * Fix CS * Revert SQL query * Add webcron to scheduler config Updates the `com_scheduler` config.xml with the webcron fieldset. * Add webcron key autogen and more to Schedulerunner - Schedulerunner auto-generates the webcron key and does some form usability enhancements on the config form (much like the user API token plugin). * Add custom field for webcron link - Adds new field 'WebcronLinkField', this field is not really needed except for to support the custom layout location. - Allows for the webcron link to be copies on click, much like the user API token field. - Adds field JS to the `com_scheduler` media source provider. * Update com_scheduler language file Adds new strings for the config form and updates some refs. * Fix regression in Scheduler class - Fix regression due to newly protected status of Task::snapshot + accessor. - Update some doc-blocks and related formatting. - Optimise some imports. - Minor miscellaneous changes. * Fix test run JS Fixes apparent JS parse error on non-zero task exits. * Improve form manipulation code - Check for `com_scheduler` in the subject table for table event. - Minor code simplification. * Clean up redundant field from Tasks table - Remove redundant `trigger` field from `#__scheduler_tasks`. - From install and update SQL. - Task item form. - Language file. - Fix regression in GenericDataException ref. - Minor styling/doc fixes and upgrades. * Remove global task configuration config - Removes task configuration config from `plgSystemTasknotifications` plugin config. - ! Does not update any usages. * Add task notification config as injected form - Task notification config is now injected into the task item form. - ! Usages are not updated. * Improve plgSystemTaskNotification code style - Updates docs. - Improves docblocks, general code style for compliance with unenforced Joomla! style guide. * Fix params display in task view * Add fieldset labels for task form - Adds missing fieldset labels. - Adds some comments and fixes marginally code-style. * Update task notification logic - Replaces checks with updated task item configuration. - Improves logging (additional checks). - Makes file attachment handling safer. - Fixes/updates code-style. * Update plgSystemTaskNotification language file - Adds new constants for logging. - Fixes ordering. * Fix Task driver behavior The run() method now updates the object state instead of leaving it to releaseLock(). The class continues to appear a clunky build :D. * Fix TasksRunCommand regression * Fix scheduleRunner default behaviour - Uses again sensible defaults (enabled lazy cron). - Check webcron.enabled. - Some useful logging. - Improved docblocks. * Update scheduleRunner language files Adds new constant for a logging string. * Update and fix code-style - Fix license header formatting. - Fix doc phpdoc tag ordering. - Cleanup and marginally improve doc-blocks. - Fix unqualified global refs in doc-blocks. - Misc formatting fixes/improvements. - Remove phpcs ignores. * Revert drone * Update com_scheduler language file - Missing constant. - Ordering. * Apply suggestions from code review Code-style and language improvements. Co-authored-by: Brian Teeman <brian@teeman.net> * Apply suggestions from code review Code-style and language improvements. Co-authored-by: Brian Teeman <brian@teeman.net> * Update language constants for plgSysScheduleRunner Updates plugin description string. * Bugfix Task::run() For some reason, the UNIX timestamp with microseconds `microtime()` broke the DateTime breaking down the task usual scheduling. This commit introduces an int cast for the timestamp which makes things work as expected. * Fix webcron url & description Fixes webcron url and description as exposed in the Scheduler component config. Ref: joomla-projects/soc21_website-cronjob#37 * Update joomla.asset.json * Improve the locking mechanism * Add table locking when locking task * CS * Simplify null date check * Add column quote * Extend TaskModel's getter method ! Fails in MySQL 5.6 with "Table <task table> was not locked with LOCK TABLES" - Adds options array to customise behavior. - Adds static option resolver for proxies to the getter. - Wrap queue behavior in a sub-query for compatibility. ... * Update Scheduler::getTask() and runTask() Updates Scheduler::getTask() and Scheduler::runTask() to match the updated TaskModel::getTask() method. * Fix typos and improve static analysis support Fixes some typos and adds some doc IDE typehint for improved static analysis to the Scheduler class. * Update/fix Schedulerunner Updates primarily the Schedulerunner::runTestCron() method. Other methods might need to be updated still. * Update Task class Minor updates, comments for the future. * Update Task::releaseLock() Fixes compatibility with PostgreSQL (tested on 11). Removes table specificity from columns (this confuses Postgres for some reason). * Update TaskModel::getTask() Fixes task queue behavior (now only applies when an ID is not passed). * Improve TaskModel::getTask() mysql compat ! Still fails because of table locks - Adds pseudo-source for sub-query. https://stackoverflow.com/q/44970574 - Adds reference comments to try to make the SQL gymnastics make sense. * Add unlock function * Fix language strings for the schedulerunner plugin * Update description and remove plugin files * Implement Scheduler CLI state changer * Update TasksStateCommand.php * Fix list state filter in scheduler * Fix MySQL lock violations Fixes lock violation by getting rid of sub-queries. * Fix label a11y [#42] * Quote 'id' Co-authored-by: Benjamin Trenkle <bembelimen@users.noreply.github.com> * update publish/unpublish => enable/disable * Add check for checked out tasks Adds check for checked out state of tasks, so it doesn't silently fail anymore if such a task is attempted to be updated. * Improve static analysis support. Adds type hints for classes so static analysis and IDE autocomplete works better. * Update exit codes and fix typos - Updates failure exit codes so all are now distinct. - Fixes typos and other minor things. - Uses syntactic string composition instead of concatenation. * Cleanup Removes debug string eval * Fix SQL scripts Reduces length of `#__scheduler_tasks.type` to evade exceeding maximum length of indices and considering 128 chars is sufficient for a UUID and for context aware string currently used for routine IDs. Refs: @HLeithner * Apply Code-style and doc-block improvements from code review Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * Replace Registry inheritance with composition Task no longer extends Registry, but uses a new `taskRegistry` property to store a Registry object. This compositional pattern makes the code stink less. * Refactor Task::isSuccess() No longer takes care of dispatching exit events, which is done by Task::dispatchExitEvent() now. Return API is unchanged. * Apply Code-style and doc-block improvements from code review Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * Update doc-blocks for the Task driver Adds doc-block for Task::EVENTS_MAP and updates the constructor's. * Update composer.lock * Update composer.lock * Make Task property getter public [bug] Makes the task property getter public. Protected visibility here breaks things. * Improve task routine exception handling - The driver now allows for and preserves exceptions from routines, throwing them again after wrapping things up and releasing the task lock. - Removes the nonNull assertion for the routine snapshot (this already did not work). * Update plgScheduleRunner Webcron now throws the exception from the task, if it exists. This is caught by com_ajax and the exception message included in the output. * Update Task::Status Renames the KO_RUN status to KNOCKOUT, adds description in docblock. * Fix exception handling in TaskPluginTrait Catches only ReflectionExceptions now, leaving out others for the Task driver to access. * Cleanup assert exception refs Cleans up imports and docblocks. * Improve ScheduleRunner documentation. * Improve code style Majorly fixes from the latest updates in Joomla's PHP CS Fixer config, * Fix demo task form * Update language file for `com_scheduler` * Use output buffering for lazyCron to avoid dying * Merge update SQL * Update plgTaskCheckfiles - Adds support for WEBP. - Better format support while resizing. - Minor refactoring and more informative logging. * Update scheduleRunner docs * Improve code quality for task unlocking - Improved static analysis support and type-hinting. - Fix usage of undefined variables. - Add/modify comments and variable names. - Update event names and interface for relevance. - Improve docs in doc-blocks. - Fix code-style. * Fix com_scheduler, task plugin code-style Fixes code-style with the updated php-cs-fixer config. * Fix WebcronLinkField::getLayoutPaths() The union operator... did not do the right job. * Merge more update SQL Missed one! * Rename update SQL Updates date signatures of update files to a fresher date. * Make plgTaskCheckfiles logging translatable Adds language constants for logging strings. Refs: @PhilETaylor * Update plgTaskRequests - Add logging on exception. - Improve variable naming/file write safety. - Update language file. Refs: @PhilETaylor * Improve exception handling plgTaskCheckfiles - Improves handling exceptions and failures. - Adds more informative logging. Refs: @PhilETaylor * Update code-style and language - Fixes some misc code-style, reverses regression. - Adds language for some log. * Fix installation and update SQL scripts * Fix update SQL for PostgreSQL for the database checker * Add new core extensions to the extensions helper * Add auto-install SQL for plg_task_checkfiles - Adds auto-install SQL for both installation and update. - Also adds relevant entry to ExtensionHelper. Refs: joomla-projects/soc21_website-cronjob#49 / @richard67 * Add DB column for cli exclusive tasks - Adds new DB column `#__scheduler_tasks.cli_exclusive`, updating both install and update scripts. Also adds relevant index. * Add support for CLI exclusive tasks - Updates TaskModel::getTask() with an option to include/exclude CLI exclusives. - Adds runtime check to Scheduler::runTask() so it now includes CLI exclusives only in a CLI context. * Add comments, fix doc signatures + style - Add comments to schedulerunner. - Fix some type signatures in doc-blocks. - Other minor style fixes. * Fix get request response body Shouldn't throw an undefined constant again. * Add `Scheduler::run()` option for concurrency - Scheduler::run() now uses an options array backed by the Symfony OptionsResolver. - Offers a new option that allows for execution concurrency (this was specifically required by the CLI command). * Update plgSystemSchedulerunner Updates Schedulerunner for changes in Scheduler::run() * Make `scheduler:run` safer - Null safety against Tasks. - More informative stderr log on lock acquisition failures. - Now allows concurrency so Web doesn't block out CLI anymore (thanks to the updates in Scheduler::run()). Refs: joomla/joomla-cms#35143#issuecomment-976391914 / @alikon / @bembelimen * Refactor `scheduler:state` - Better (expectedly safer) flow of logic with attempts to get the logical/enumerated state from command mode and interactive modes. - Terminate on invalid command invocation. - Fix exit success message (did not show action). - Better formatting of description, etc. - Code-style fixes. Refs: joomla/joomla-cms#35143#issuecomment-977608144 / @alikon / @bembelimen * Improve `scheduler:run` description style Minor improvement to `scheduler:run` description for consistency. * Add utilities, bugfix Task class - Adds state enumerations and map. - Adds basic static state and id validators. - Fix use of un-imported Text class, $->getMessage() call. * Improve `scheduler:state` command - Better validation and improved consistency. - Removes now redundant state enumerations, mapping and validators which the Task class offers. * Add page reload after testing * Code sniffer fixes * Rename param for Scheduler::fetchTaskRecord() Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> Co-authored-by: Benjamin Trenkle <benjamin.trenkle@wicked-software.de> Co-authored-by: Brian Teeman <brian@teeman.net> Co-authored-by: Benjamin Trenkle <bembelimen@users.noreply.github.com> Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2021-11-26 11:42:10 +00:00
{
"name": "webmozart/assert",
"version": "1.10.0",
"source": {
"type": "git",
"url": "https://github.com/webmozarts/assert.git",
"reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
"reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
"symfony/polyfill-ctype": "^1.8"
},
"conflict": {
"phpstan/phpstan": "<0.12.20",
"vimeo/psalm": "<4.6.1 || 4.6.2"
},
"require-dev": {
"phpunit/phpunit": "^8.5.13"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.10-dev"
}
},
"autoload": {
"psr-4": {
"Webmozart\\Assert\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "Assertions to validate method input/output with nice error messages.",
"keywords": [
"assert",
"check",
"validate"
],
"support": {
"issues": "https://github.com/webmozarts/assert/issues",
"source": "https://github.com/webmozarts/assert/tree/1.10.0"
},
"time": "2021-03-09T10:59:23+00:00"
},
2019-03-07 18:16:06 +00:00
{
"name": "willdurand/negotiation",
"version": "3.1.0",
2019-03-07 18:16:06 +00:00
"source": {
"type": "git",
"url": "https://github.com/willdurand/Negotiation.git",
"reference": "68e9ea0553ef6e2ee8db5c1d98829f111e623ec2"
2019-03-07 18:16:06 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/willdurand/Negotiation/zipball/68e9ea0553ef6e2ee8db5c1d98829f111e623ec2",
"reference": "68e9ea0553ef6e2ee8db5c1d98829f111e623ec2",
2019-03-07 18:16:06 +00:00
"shasum": ""
},
"require": {
"php": ">=7.1.0"
2019-03-07 18:16:06 +00:00
},
"require-dev": {
"symfony/phpunit-bridge": "^5.0"
2019-03-07 18:16:06 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
2019-03-07 18:16:06 +00:00
}
},
"autoload": {
"psr-4": {
"Negotiation\\": "src/Negotiation"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "William Durand",
"email": "will+git@drnd.me"
}
],
"description": "Content Negotiation tools for PHP provided as a standalone library.",
"homepage": "http://williamdurand.fr/Negotiation/",
"keywords": [
"accept",
"content",
"format",
"header",
"negotiation"
],
"support": {
"issues": "https://github.com/willdurand/Negotiation/issues",
"source": "https://github.com/willdurand/Negotiation/tree/3.1.0"
},
"time": "2022-01-30T20:08:53+00:00"
}
],
"packages-dev": [
{
"name": "behat/gherkin",
"version": "v4.9.0",
"source": {
"type": "git",
"url": "https://github.com/Behat/Gherkin.git",
"reference": "0bc8d1e30e96183e4f36db9dc79caead300beff4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Behat/Gherkin/zipball/0bc8d1e30e96183e4f36db9dc79caead300beff4",
"reference": "0bc8d1e30e96183e4f36db9dc79caead300beff4",
"shasum": ""
},
"require": {
2021-04-23 07:34:06 +00:00
"php": "~7.2|~8.0"
},
"require-dev": {
"cucumber/cucumber": "dev-gherkin-22.0.0",
2021-04-23 07:34:06 +00:00
"phpunit/phpunit": "~8|~9",
"symfony/yaml": "~3|~4|~5"
},
"suggest": {
"symfony/yaml": "If you want to parse features, represented in YAML files"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.x-dev"
}
},
"autoload": {
"psr-0": {
"Behat\\Gherkin": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
}
],
2021-04-23 07:34:06 +00:00
"description": "Gherkin DSL parser for PHP",
"homepage": "http://behat.org/",
"keywords": [
"BDD",
"Behat",
"Cucumber",
"DSL",
"gherkin",
"parser"
],
"support": {
"issues": "https://github.com/Behat/Gherkin/issues",
"source": "https://github.com/Behat/Gherkin/tree/v4.9.0"
},
"time": "2021-10-12T13:05:09+00:00"
},
{
"name": "codeception/codeception",
"version": "4.1.31",
"source": {
"type": "git",
"url": "https://github.com/Codeception/Codeception.git",
"reference": "15524571ae0686a7facc2eb1f40f600e5bbce9e5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Codeception/Codeception/zipball/15524571ae0686a7facc2eb1f40f600e5bbce9e5",
"reference": "15524571ae0686a7facc2eb1f40f600e5bbce9e5",
"shasum": ""
},
"require": {
"behat/gherkin": "^4.4.0",
"codeception/lib-asserts": "^1.0 | 2.0.*@dev",
"codeception/phpunit-wrapper": ">6.0.15 <6.1.0 | ^6.6.1 | ^7.7.1 | ^8.1.1 | ^9.0",
"codeception/stub": "^2.0 | ^3.0 | ^4.0",
2018-10-03 18:17:57 +00:00
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
2021-08-10 19:22:22 +00:00
"guzzlehttp/psr7": "^1.4 | ^2.0",
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"php": ">=5.6.0 <9.0",
"symfony/console": ">=2.7 <6.0",
"symfony/css-selector": ">=2.7 <6.0",
"symfony/event-dispatcher": ">=2.7 <6.0",
"symfony/finder": ">=2.7 <6.0",
"symfony/yaml": ">=2.7 <6.0"
},
"require-dev": {
"codeception/module-asserts": "^1.0 | 2.0.*@dev",
"codeception/module-cli": "^1.0 | 2.0.*@dev",
"codeception/module-db": "^1.0 | 2.0.*@dev",
"codeception/module-filesystem": "^1.0 | 2.0.*@dev",
"codeception/module-phpbrowser": "^1.0 | 2.0.*@dev",
"codeception/specify": "~0.3",
"codeception/util-universalframework": "*@dev",
"monolog/monolog": "~1.8",
"squizlabs/php_codesniffer": "~2.0",
"symfony/process": ">=2.7 <6.0",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"vlucas/phpdotenv": "^2.0 | ^3.0 | ^4.0 | ^5.0"
},
"suggest": {
"codeception/specify": "BDD-style code blocks",
"codeception/verify": "BDD-style assertions",
"hoa/console": "For interactive console functionality",
2018-02-04 23:44:31 +00:00
"stecman/symfony-console-completion": "For BASH autocompletion",
"symfony/phpunit-bridge": "For phpunit-bridge support"
},
"bin": [
"codecept"
],
"type": "library",
"extra": {
"branch-alias": []
},
"autoload": {
"files": [
"functions.php"
],
"psr-4": {
2018-10-03 18:17:57 +00:00
"Codeception\\": "src/Codeception",
"Codeception\\Extension\\": "ext"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Bodnarchuk",
"email": "davert@mail.ua",
"homepage": "http://codegyre.com"
}
],
"description": "BDD-style testing framework",
"homepage": "http://codeception.com/",
"keywords": [
"BDD",
"TDD",
"acceptance testing",
"functional testing",
"unit testing"
],
2021-08-10 19:22:22 +00:00
"support": {
"issues": "https://github.com/Codeception/Codeception/issues",
"source": "https://github.com/Codeception/Codeception/tree/4.1.31"
2021-08-10 19:22:22 +00:00
},
"funding": [
{
"url": "https://opencollective.com/codeception",
"type": "open_collective"
}
],
"time": "2022-03-13T17:07:08+00:00"
},
{
"name": "codeception/lib-asserts",
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"version": "1.13.2",
"source": {
"type": "git",
"url": "https://github.com/Codeception/lib-asserts.git",
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"reference": "184231d5eab66bc69afd6b9429344d80c67a33b6"
},
"dist": {
"type": "zip",
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"url": "https://api.github.com/repos/Codeception/lib-asserts/zipball/184231d5eab66bc69afd6b9429344d80c67a33b6",
"reference": "184231d5eab66bc69afd6b9429344d80c67a33b6",
"shasum": ""
},
"require": {
2020-05-30 10:40:04 +00:00
"codeception/phpunit-wrapper": ">6.0.15 <6.1.0 | ^6.6.1 | ^7.7.1 | ^8.0.3 | ^9.0",
[4.0] Composer update 19 sep (#30692) Package operations: 0 installs, 38 updates, 0 removals - Updating symfony/deprecation-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating joomla/database (2.0.0-beta2 => 2.0.0-beta3): Downloading (100%) - Updating laminas/laminas-zendframework-bridge (1.0.4 => 1.1.1): Downloading (100%) - Updating laminas/laminas-diactoros (2.3.1 => 2.4.1): Downloading (100%) - Updating symfony/string (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/service-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating symfony/console (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/var-dumper (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/error-handler (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/options-resolver (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/ldap (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/web-link (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/yaml (v5.1.3 => v5.1.5): Loading from cache - Updating squizlabs/php_codesniffer (3.5.5 => 3.5.6): Loading from cache - Updating symfony/finder (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/event-dispatcher-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/css-selector (v5.1.3 => v5.1.5): Loading from cache - Updating phpdocumentor/type-resolver (1.3.0 => 1.4.0): Downloading (100%) - Updating phpdocumentor/reflection-docblock (5.2.0 => 5.2.2): Downloading (100%) - Updating codeception/lib-asserts (1.12.0 => 1.13.1): Loading from cache - Updating codeception/codeception (4.1.6 => 4.1.7): Loading from cache - Updating codeception/module-asserts (1.2.1 => 1.3.0): Loading from cache - Updating codeception/module-rest (1.2.1 => 1.2.3): Downloading (100%) - Updating symfony/process (v5.1.3 => v5.1.5): Loading from cache - Updating codeception/module-webdriver (1.1.0 => 1.1.1): Loading from cache - Updating composer/semver (1.5.1 => 1.7.0): Downloading (100%) - Updating composer/xdebug-handler (1.4.2 => 1.4.3): Loading from cache - Updating doctrine/annotations (1.10.3 => 1.10.4): Loading from cache - Updating symfony/filesystem (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/stopwatch (v5.1.3 => v5.1.5): Loading from cache - Updating joomla/filesystem (1.5.2 => 1.6.0): Loading from cache - Updating composer/ca-bundle (1.2.7 => 1.2.8): Loading from cache - Updating nyholm/psr7 (1.3.0 => 1.3.1): Downloading (100%) - Updating spomky-labs/base64url (v2.0.2 => v2.0.3): Loading from cache - Updating symfony/dom-crawler (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/browser-kit (v5.1.3 => v5.1.5): Loading from cache - Updating brick/math (0.8.15 => 0.8.17): Loading from cache ### note Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
2020-09-22 17:34:14 +00:00
"ext-dom": "*",
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"php": ">=5.6.0 <9.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Bodnarchuk",
"email": "davert@mail.ua",
"homepage": "http://codegyre.com"
},
{
"name": "Gintautas Miselis"
[4.0] Composer update 19 sep (#30692) Package operations: 0 installs, 38 updates, 0 removals - Updating symfony/deprecation-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating joomla/database (2.0.0-beta2 => 2.0.0-beta3): Downloading (100%) - Updating laminas/laminas-zendframework-bridge (1.0.4 => 1.1.1): Downloading (100%) - Updating laminas/laminas-diactoros (2.3.1 => 2.4.1): Downloading (100%) - Updating symfony/string (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/service-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating symfony/console (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/var-dumper (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/error-handler (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/options-resolver (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/ldap (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/web-link (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/yaml (v5.1.3 => v5.1.5): Loading from cache - Updating squizlabs/php_codesniffer (3.5.5 => 3.5.6): Loading from cache - Updating symfony/finder (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/event-dispatcher-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/css-selector (v5.1.3 => v5.1.5): Loading from cache - Updating phpdocumentor/type-resolver (1.3.0 => 1.4.0): Downloading (100%) - Updating phpdocumentor/reflection-docblock (5.2.0 => 5.2.2): Downloading (100%) - Updating codeception/lib-asserts (1.12.0 => 1.13.1): Loading from cache - Updating codeception/codeception (4.1.6 => 4.1.7): Loading from cache - Updating codeception/module-asserts (1.2.1 => 1.3.0): Loading from cache - Updating codeception/module-rest (1.2.1 => 1.2.3): Downloading (100%) - Updating symfony/process (v5.1.3 => v5.1.5): Loading from cache - Updating codeception/module-webdriver (1.1.0 => 1.1.1): Loading from cache - Updating composer/semver (1.5.1 => 1.7.0): Downloading (100%) - Updating composer/xdebug-handler (1.4.2 => 1.4.3): Loading from cache - Updating doctrine/annotations (1.10.3 => 1.10.4): Loading from cache - Updating symfony/filesystem (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/stopwatch (v5.1.3 => v5.1.5): Loading from cache - Updating joomla/filesystem (1.5.2 => 1.6.0): Loading from cache - Updating composer/ca-bundle (1.2.7 => 1.2.8): Loading from cache - Updating nyholm/psr7 (1.3.0 => 1.3.1): Downloading (100%) - Updating spomky-labs/base64url (v2.0.2 => v2.0.3): Loading from cache - Updating symfony/dom-crawler (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/browser-kit (v5.1.3 => v5.1.5): Loading from cache - Updating brick/math (0.8.15 => 0.8.17): Loading from cache ### note Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
2020-09-22 17:34:14 +00:00
},
{
"name": "Gustavo Nieves",
"homepage": "https://medium.com/@ganieves"
}
],
"description": "Assertion methods used by Codeception core and Asserts module",
[4.0] Composer update 19 sep (#30692) Package operations: 0 installs, 38 updates, 0 removals - Updating symfony/deprecation-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating joomla/database (2.0.0-beta2 => 2.0.0-beta3): Downloading (100%) - Updating laminas/laminas-zendframework-bridge (1.0.4 => 1.1.1): Downloading (100%) - Updating laminas/laminas-diactoros (2.3.1 => 2.4.1): Downloading (100%) - Updating symfony/string (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/service-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating symfony/console (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/var-dumper (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/error-handler (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/options-resolver (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/ldap (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/web-link (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/yaml (v5.1.3 => v5.1.5): Loading from cache - Updating squizlabs/php_codesniffer (3.5.5 => 3.5.6): Loading from cache - Updating symfony/finder (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/event-dispatcher-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/css-selector (v5.1.3 => v5.1.5): Loading from cache - Updating phpdocumentor/type-resolver (1.3.0 => 1.4.0): Downloading (100%) - Updating phpdocumentor/reflection-docblock (5.2.0 => 5.2.2): Downloading (100%) - Updating codeception/lib-asserts (1.12.0 => 1.13.1): Loading from cache - Updating codeception/codeception (4.1.6 => 4.1.7): Loading from cache - Updating codeception/module-asserts (1.2.1 => 1.3.0): Loading from cache - Updating codeception/module-rest (1.2.1 => 1.2.3): Downloading (100%) - Updating symfony/process (v5.1.3 => v5.1.5): Loading from cache - Updating codeception/module-webdriver (1.1.0 => 1.1.1): Loading from cache - Updating composer/semver (1.5.1 => 1.7.0): Downloading (100%) - Updating composer/xdebug-handler (1.4.2 => 1.4.3): Loading from cache - Updating doctrine/annotations (1.10.3 => 1.10.4): Loading from cache - Updating symfony/filesystem (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/stopwatch (v5.1.3 => v5.1.5): Loading from cache - Updating joomla/filesystem (1.5.2 => 1.6.0): Loading from cache - Updating composer/ca-bundle (1.2.7 => 1.2.8): Loading from cache - Updating nyholm/psr7 (1.3.0 => 1.3.1): Downloading (100%) - Updating spomky-labs/base64url (v2.0.2 => v2.0.3): Loading from cache - Updating symfony/dom-crawler (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/browser-kit (v5.1.3 => v5.1.5): Loading from cache - Updating brick/math (0.8.15 => 0.8.17): Loading from cache ### note Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
2020-09-22 17:34:14 +00:00
"homepage": "https://codeception.com/",
"keywords": [
"codeception"
],
"support": {
"issues": "https://github.com/Codeception/lib-asserts/issues",
"source": "https://github.com/Codeception/lib-asserts/tree/1.13.2"
},
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"time": "2020-10-21T16:26:20+00:00"
2018-02-04 23:44:31 +00:00
},
{
"name": "codeception/lib-innerbrowser",
"version": "1.5.1",
2018-02-04 23:44:31 +00:00
"source": {
"type": "git",
"url": "https://github.com/Codeception/lib-innerbrowser.git",
"reference": "31b4b56ad53c3464fcb2c0a14d55a51a201bd3c2"
2018-02-04 23:44:31 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Codeception/lib-innerbrowser/zipball/31b4b56ad53c3464fcb2c0a14d55a51a201bd3c2",
"reference": "31b4b56ad53c3464fcb2c0a14d55a51a201bd3c2",
2018-02-04 23:44:31 +00:00
"shasum": ""
},
"require": {
"codeception/codeception": "4.*@dev",
"ext-dom": "*",
"ext-json": "*",
"ext-mbstring": "*",
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"php": ">=5.6.0 <9.0",
"symfony/browser-kit": ">=2.7 <6.0",
"symfony/dom-crawler": ">=2.7 <6.0"
},
"conflict": {
"codeception/codeception": "<4.0"
},
"require-dev": {
"codeception/util-universalframework": "dev-master"
2018-02-04 23:44:31 +00:00
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
2018-02-04 23:44:31 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Bodnarchuk",
"email": "davert@mail.ua",
"homepage": "http://codegyre.com"
},
{
"name": "Gintautas Miselis"
}
],
"description": "Parent library for all Codeception framework modules and PhpBrowser",
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"homepage": "https://codeception.com/",
"keywords": [
"codeception"
],
"support": {
"issues": "https://github.com/Codeception/lib-innerbrowser/issues",
"source": "https://github.com/Codeception/lib-innerbrowser/tree/1.5.1"
},
"time": "2021-08-30T15:21:42+00:00"
},
{
"name": "codeception/module-asserts",
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"version": "1.3.1",
"source": {
"type": "git",
"url": "https://github.com/Codeception/module-asserts.git",
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"reference": "59374f2fef0cabb9e8ddb53277e85cdca74328de"
},
"dist": {
"type": "zip",
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"url": "https://api.github.com/repos/Codeception/module-asserts/zipball/59374f2fef0cabb9e8ddb53277e85cdca74328de",
"reference": "59374f2fef0cabb9e8ddb53277e85cdca74328de",
"shasum": ""
},
"require": {
"codeception/codeception": "*@dev",
[4.0] Composer update 19 sep (#30692) Package operations: 0 installs, 38 updates, 0 removals - Updating symfony/deprecation-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating joomla/database (2.0.0-beta2 => 2.0.0-beta3): Downloading (100%) - Updating laminas/laminas-zendframework-bridge (1.0.4 => 1.1.1): Downloading (100%) - Updating laminas/laminas-diactoros (2.3.1 => 2.4.1): Downloading (100%) - Updating symfony/string (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/service-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating symfony/console (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/var-dumper (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/error-handler (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/options-resolver (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/ldap (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/web-link (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/yaml (v5.1.3 => v5.1.5): Loading from cache - Updating squizlabs/php_codesniffer (3.5.5 => 3.5.6): Loading from cache - Updating symfony/finder (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/event-dispatcher-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/css-selector (v5.1.3 => v5.1.5): Loading from cache - Updating phpdocumentor/type-resolver (1.3.0 => 1.4.0): Downloading (100%) - Updating phpdocumentor/reflection-docblock (5.2.0 => 5.2.2): Downloading (100%) - Updating codeception/lib-asserts (1.12.0 => 1.13.1): Loading from cache - Updating codeception/codeception (4.1.6 => 4.1.7): Loading from cache - Updating codeception/module-asserts (1.2.1 => 1.3.0): Loading from cache - Updating codeception/module-rest (1.2.1 => 1.2.3): Downloading (100%) - Updating symfony/process (v5.1.3 => v5.1.5): Loading from cache - Updating codeception/module-webdriver (1.1.0 => 1.1.1): Loading from cache - Updating composer/semver (1.5.1 => 1.7.0): Downloading (100%) - Updating composer/xdebug-handler (1.4.2 => 1.4.3): Loading from cache - Updating doctrine/annotations (1.10.3 => 1.10.4): Loading from cache - Updating symfony/filesystem (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/stopwatch (v5.1.3 => v5.1.5): Loading from cache - Updating joomla/filesystem (1.5.2 => 1.6.0): Loading from cache - Updating composer/ca-bundle (1.2.7 => 1.2.8): Loading from cache - Updating nyholm/psr7 (1.3.0 => 1.3.1): Downloading (100%) - Updating spomky-labs/base64url (v2.0.2 => v2.0.3): Loading from cache - Updating symfony/dom-crawler (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/browser-kit (v5.1.3 => v5.1.5): Loading from cache - Updating brick/math (0.8.15 => 0.8.17): Loading from cache ### note Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
2020-09-22 17:34:14 +00:00
"codeception/lib-asserts": "^1.13.1",
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"php": ">=5.6.0 <9.0"
},
"conflict": {
"codeception/codeception": "<4.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Bodnarchuk"
},
{
"name": "Gintautas Miselis"
[4.0] Composer update 19 sep (#30692) Package operations: 0 installs, 38 updates, 0 removals - Updating symfony/deprecation-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating joomla/database (2.0.0-beta2 => 2.0.0-beta3): Downloading (100%) - Updating laminas/laminas-zendframework-bridge (1.0.4 => 1.1.1): Downloading (100%) - Updating laminas/laminas-diactoros (2.3.1 => 2.4.1): Downloading (100%) - Updating symfony/string (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/service-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating symfony/console (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/var-dumper (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/error-handler (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/options-resolver (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/ldap (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/web-link (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/yaml (v5.1.3 => v5.1.5): Loading from cache - Updating squizlabs/php_codesniffer (3.5.5 => 3.5.6): Loading from cache - Updating symfony/finder (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/event-dispatcher-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/css-selector (v5.1.3 => v5.1.5): Loading from cache - Updating phpdocumentor/type-resolver (1.3.0 => 1.4.0): Downloading (100%) - Updating phpdocumentor/reflection-docblock (5.2.0 => 5.2.2): Downloading (100%) - Updating codeception/lib-asserts (1.12.0 => 1.13.1): Loading from cache - Updating codeception/codeception (4.1.6 => 4.1.7): Loading from cache - Updating codeception/module-asserts (1.2.1 => 1.3.0): Loading from cache - Updating codeception/module-rest (1.2.1 => 1.2.3): Downloading (100%) - Updating symfony/process (v5.1.3 => v5.1.5): Loading from cache - Updating codeception/module-webdriver (1.1.0 => 1.1.1): Loading from cache - Updating composer/semver (1.5.1 => 1.7.0): Downloading (100%) - Updating composer/xdebug-handler (1.4.2 => 1.4.3): Loading from cache - Updating doctrine/annotations (1.10.3 => 1.10.4): Loading from cache - Updating symfony/filesystem (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/stopwatch (v5.1.3 => v5.1.5): Loading from cache - Updating joomla/filesystem (1.5.2 => 1.6.0): Loading from cache - Updating composer/ca-bundle (1.2.7 => 1.2.8): Loading from cache - Updating nyholm/psr7 (1.3.0 => 1.3.1): Downloading (100%) - Updating spomky-labs/base64url (v2.0.2 => v2.0.3): Loading from cache - Updating symfony/dom-crawler (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/browser-kit (v5.1.3 => v5.1.5): Loading from cache - Updating brick/math (0.8.15 => 0.8.17): Loading from cache ### note Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
2020-09-22 17:34:14 +00:00
},
{
"name": "Gustavo Nieves",
"homepage": "https://medium.com/@ganieves"
}
],
"description": "Codeception module containing various assertions",
[4.0] Composer update 19 sep (#30692) Package operations: 0 installs, 38 updates, 0 removals - Updating symfony/deprecation-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating joomla/database (2.0.0-beta2 => 2.0.0-beta3): Downloading (100%) - Updating laminas/laminas-zendframework-bridge (1.0.4 => 1.1.1): Downloading (100%) - Updating laminas/laminas-diactoros (2.3.1 => 2.4.1): Downloading (100%) - Updating symfony/string (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/service-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating symfony/console (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/var-dumper (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/error-handler (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/options-resolver (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/ldap (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/web-link (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/yaml (v5.1.3 => v5.1.5): Loading from cache - Updating squizlabs/php_codesniffer (3.5.5 => 3.5.6): Loading from cache - Updating symfony/finder (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/event-dispatcher-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/css-selector (v5.1.3 => v5.1.5): Loading from cache - Updating phpdocumentor/type-resolver (1.3.0 => 1.4.0): Downloading (100%) - Updating phpdocumentor/reflection-docblock (5.2.0 => 5.2.2): Downloading (100%) - Updating codeception/lib-asserts (1.12.0 => 1.13.1): Loading from cache - Updating codeception/codeception (4.1.6 => 4.1.7): Loading from cache - Updating codeception/module-asserts (1.2.1 => 1.3.0): Loading from cache - Updating codeception/module-rest (1.2.1 => 1.2.3): Downloading (100%) - Updating symfony/process (v5.1.3 => v5.1.5): Loading from cache - Updating codeception/module-webdriver (1.1.0 => 1.1.1): Loading from cache - Updating composer/semver (1.5.1 => 1.7.0): Downloading (100%) - Updating composer/xdebug-handler (1.4.2 => 1.4.3): Loading from cache - Updating doctrine/annotations (1.10.3 => 1.10.4): Loading from cache - Updating symfony/filesystem (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/stopwatch (v5.1.3 => v5.1.5): Loading from cache - Updating joomla/filesystem (1.5.2 => 1.6.0): Loading from cache - Updating composer/ca-bundle (1.2.7 => 1.2.8): Loading from cache - Updating nyholm/psr7 (1.3.0 => 1.3.1): Downloading (100%) - Updating spomky-labs/base64url (v2.0.2 => v2.0.3): Loading from cache - Updating symfony/dom-crawler (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/browser-kit (v5.1.3 => v5.1.5): Loading from cache - Updating brick/math (0.8.15 => 0.8.17): Loading from cache ### note Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
2020-09-22 17:34:14 +00:00
"homepage": "https://codeception.com/",
"keywords": [
"assertions",
"asserts",
"codeception"
],
"support": {
"issues": "https://github.com/Codeception/module-asserts/issues",
"source": "https://github.com/Codeception/module-asserts/tree/1.3.1"
},
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"time": "2020-10-21T16:48:15+00:00"
},
{
"name": "codeception/module-db",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/Codeception/module-db.git",
"reference": "04c3e66fbd3a3ced17fcccc49627f6393a97b04b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Codeception/module-db/zipball/04c3e66fbd3a3ced17fcccc49627f6393a97b04b",
"reference": "04c3e66fbd3a3ced17fcccc49627f6393a97b04b",
"shasum": ""
},
"require": {
2021-04-23 07:34:06 +00:00
"codeception/codeception": "*@dev",
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"php": ">=5.6.0 <9.0"
},
"conflict": {
"codeception/codeception": "<4.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Bodnarchuk"
},
{
"name": "Gintautas Miselis"
}
],
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"description": "DB module for Codeception",
"homepage": "http://codeception.com/",
"keywords": [
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"codeception",
"database-testing",
"db-testing"
],
"support": {
"issues": "https://github.com/Codeception/module-db/issues",
"source": "https://github.com/Codeception/module-db/tree/1.2.0"
},
"time": "2022-03-05T19:38:40+00:00"
},
2019-07-30 09:11:17 +00:00
{
"name": "codeception/module-phpbrowser",
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"version": "1.0.2",
2019-07-30 09:11:17 +00:00
"source": {
"type": "git",
"url": "https://github.com/Codeception/module-phpbrowser.git",
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"reference": "770a6be4160a5c0c08d100dd51bff35f6056bbf1"
2019-07-30 09:11:17 +00:00
},
"dist": {
"type": "zip",
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"url": "https://api.github.com/repos/Codeception/module-phpbrowser/zipball/770a6be4160a5c0c08d100dd51bff35f6056bbf1",
"reference": "770a6be4160a5c0c08d100dd51bff35f6056bbf1",
2019-07-30 09:11:17 +00:00
"shasum": ""
},
"require": {
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"codeception/codeception": "^4.0",
"codeception/lib-innerbrowser": "^1.3",
"guzzlehttp/guzzle": "^6.3|^7.0",
"php": ">=5.6.0 <9.0"
2019-07-30 09:11:17 +00:00
},
"conflict": {
"codeception/codeception": "<4.0"
},
2019-07-30 09:11:17 +00:00
"require-dev": {
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"codeception/module-rest": "^1.0"
2019-07-30 09:11:17 +00:00
},
"suggest": {
"codeception/phpbuiltinserver": "Start and stop PHP built-in web server for your tests"
2019-07-30 09:11:17 +00:00
},
"type": "library",
2019-07-30 09:11:17 +00:00
"autoload": {
"classmap": [
"src/"
]
2019-07-30 09:11:17 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Bodnarchuk"
},
{
"name": "Gintautas Miselis"
2019-07-30 09:11:17 +00:00
}
],
"description": "Codeception module for testing web application over HTTP",
"homepage": "http://codeception.com/",
2019-07-30 09:11:17 +00:00
"keywords": [
"codeception",
"functional-testing",
"http"
2019-07-30 09:11:17 +00:00
],
"support": {
"issues": "https://github.com/Codeception/module-phpbrowser/issues",
"source": "https://github.com/Codeception/module-phpbrowser/tree/1.0.2"
},
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"time": "2020-10-24T15:29:28+00:00"
2019-07-30 09:11:17 +00:00
},
{
"name": "codeception/module-rest",
"version": "1.4.2",
"source": {
"type": "git",
"url": "https://github.com/Codeception/module-rest.git",
"reference": "9cd7a87fd9343494e7782f7bdb51687c25046917"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Codeception/module-rest/zipball/9cd7a87fd9343494e7782f7bdb51687c25046917",
"reference": "9cd7a87fd9343494e7782f7bdb51687c25046917",
"shasum": ""
},
"require": {
"codeception/codeception": "^4.0",
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"justinrainbow/json-schema": "~5.2.9",
"php": ">=5.6.6 <9.0",
"softcreatr/jsonpath": "^0.5 || ^0.7"
},
"require-dev": {
"codeception/lib-innerbrowser": "^1.0",
"codeception/util-universalframework": "^1.0"
},
"suggest": {
"aws/aws-sdk-php": "For using AWS Auth"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2019-08-20 09:55:15 +00:00
{
"name": "Gintautas Miselis"
}
],
"description": "REST module for Codeception",
"homepage": "http://codeception.com/",
"keywords": [
"codeception",
"rest"
],
"support": {
"issues": "https://github.com/Codeception/module-rest/issues",
"source": "https://github.com/Codeception/module-rest/tree/1.4.2"
},
"time": "2021-11-18T18:58:15+00:00"
},
{
"name": "codeception/module-webdriver",
"version": "1.4.0",
"source": {
"type": "git",
"url": "https://github.com/Codeception/module-webdriver.git",
"reference": "baa18b7bf70aa024012f967b5ce5021e1faa9151"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Codeception/module-webdriver/zipball/baa18b7bf70aa024012f967b5ce5021e1faa9151",
"reference": "baa18b7bf70aa024012f967b5ce5021e1faa9151",
"shasum": ""
},
"require": {
"codeception/codeception": "^4.0",
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"php": ">=5.6.0 <9.0",
2021-04-23 07:34:06 +00:00
"php-webdriver/webdriver": "^1.8.0"
},
"suggest": {
"codeception/phpbuiltinserver": "Start and stop PHP built-in web server for your tests"
2019-06-17 14:25:08 +00:00
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Bodnarchuk"
},
2019-08-06 18:31:03 +00:00
{
"name": "Gintautas Miselis"
2019-08-06 18:31:03 +00:00
},
{
"name": "Zaahid Bateson"
}
],
"description": "WebDriver module for Codeception",
"homepage": "http://codeception.com/",
"keywords": [
"acceptance-testing",
"browser-testing",
"codeception"
],
"support": {
"issues": "https://github.com/Codeception/module-webdriver/issues",
"source": "https://github.com/Codeception/module-webdriver/tree/1.4.0"
},
"time": "2021-09-02T12:01:02+00:00"
},
{
"name": "codeception/phpunit-wrapper",
2021-04-23 07:34:06 +00:00
"version": "8.1.4",
"source": {
"type": "git",
"url": "https://github.com/Codeception/phpunit-wrapper.git",
2021-04-23 07:34:06 +00:00
"reference": "f41335f0b4dd17cf7bbc63e87943b3ae72a8bbc3"
},
"dist": {
"type": "zip",
2021-04-23 07:34:06 +00:00
"url": "https://api.github.com/repos/Codeception/phpunit-wrapper/zipball/f41335f0b4dd17cf7bbc63e87943b3ae72a8bbc3",
"reference": "f41335f0b4dd17cf7bbc63e87943b3ae72a8bbc3",
"shasum": ""
},
"require": {
"php": ">=7.2",
"phpunit/php-code-coverage": "^7.0",
"phpunit/phpunit": "^8.0",
"sebastian/comparator": "^3.0",
"sebastian/diff": "^3.0"
},
"require-dev": {
"codeception/specify": "*",
"vlucas/phpdotenv": "^3.0"
},
"type": "library",
"autoload": {
"psr-4": {
2020-05-30 10:40:04 +00:00
"Codeception\\PHPUnit\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Davert",
"email": "davert.php@resend.cc"
}
],
"description": "PHPUnit classes used by Codeception",
2021-08-10 19:22:22 +00:00
"support": {
"issues": "https://github.com/Codeception/phpunit-wrapper/issues",
"source": "https://github.com/Codeception/phpunit-wrapper/tree/8.1.4"
},
2021-04-23 07:34:06 +00:00
"time": "2020-12-28T14:00:08+00:00"
},
{
"name": "codeception/stub",
"version": "3.7.0",
"source": {
"type": "git",
"url": "https://github.com/Codeception/Stub.git",
"reference": "468dd5fe659f131fc997f5196aad87512f9b1304"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Codeception/Stub/zipball/468dd5fe659f131fc997f5196aad87512f9b1304",
"reference": "468dd5fe659f131fc997f5196aad87512f9b1304",
"shasum": ""
},
2017-01-07 17:15:23 +00:00
"require": {
"phpunit/phpunit": "^8.4 | ^9.0"
2017-01-07 17:15:23 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"Codeception\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Flexible Stub wrapper for PHPUnit's Mock Builder",
"support": {
"issues": "https://github.com/Codeception/Stub/issues",
"source": "https://github.com/Codeception/Stub/tree/3.7.0"
},
"time": "2020-07-03T15:54:43+00:00"
},
{
"name": "composer/pcre",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/composer/pcre.git",
"reference": "67a32d7d6f9f560b726ab25a061b38ff3a80c560"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/pcre/zipball/67a32d7d6f9f560b726ab25a061b38ff3a80c560",
"reference": "67a32d7d6f9f560b726ab25a061b38ff3a80c560",
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
"phpstan/phpstan": "^1.3",
"phpstan/phpstan-strict-rules": "^1.1",
"symfony/phpunit-bridge": "^4.2 || ^5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\Pcre\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "PCRE wrapping library that offers type-safe preg_* replacements.",
"keywords": [
"PCRE",
"preg",
"regex",
"regular expression"
],
"support": {
"issues": "https://github.com/composer/pcre/issues",
"source": "https://github.com/composer/pcre/tree/1.0.1"
},
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
"time": "2022-01-21T20:24:37+00:00"
},
2017-05-07 19:22:04 +00:00
{
"name": "composer/semver",
"version": "3.3.2",
2017-05-07 19:22:04 +00:00
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
"reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9"
2017-05-07 19:22:04 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/semver/zipball/3953f23262f2bff1919fc82183ad9acb13ff62c9",
"reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9",
2017-05-07 19:22:04 +00:00
"shasum": ""
},
"require": {
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
"phpstan/phpstan": "^1.4",
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"symfony/phpunit-bridge": "^4.2 || ^5"
2017-05-07 19:22:04 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"dev-main": "3.x-dev"
2017-05-07 19:22:04 +00:00
}
},
"autoload": {
"psr-4": {
"Composer\\Semver\\": "src"
}
2017-05-07 19:22:04 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2017-05-07 19:22:04 +00:00
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
},
{
"name": "Rob Bast",
"email": "rob.bast@gmail.com",
"homepage": "http://robbast.nl"
2017-05-07 19:22:04 +00:00
}
],
"description": "Semver library that offers utilities, version constraint parsing and validation.",
2017-05-07 19:22:04 +00:00
"keywords": [
"semantic",
"semver",
"validation",
"versioning"
2017-05-07 19:22:04 +00:00
],
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/semver/issues",
"source": "https://github.com/composer/semver/tree/3.3.2"
},
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
"time": "2022-04-01T19:23:25+00:00"
2017-05-07 19:22:04 +00:00
},
2016-06-27 21:27:06 +00:00
{
"name": "composer/xdebug-handler",
"version": "2.0.5",
2016-06-27 21:27:06 +00:00
"source": {
"type": "git",
"url": "https://github.com/composer/xdebug-handler.git",
"reference": "9e36aeed4616366d2b690bdce11f71e9178c579a"
2016-06-27 21:27:06 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/9e36aeed4616366d2b690bdce11f71e9178c579a",
"reference": "9e36aeed4616366d2b690bdce11f71e9178c579a",
2016-06-27 21:27:06 +00:00
"shasum": ""
},
"require": {
"composer/pcre": "^1",
"php": "^5.3.2 || ^7.0 || ^8.0",
2021-08-10 19:22:22 +00:00
"psr/log": "^1 || ^2 || ^3"
},
"require-dev": {
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-strict-rules": "^1.1",
"symfony/phpunit-bridge": "^4.2 || ^5.0 || ^6.0"
2019-07-01 06:50:10 +00:00
},
2016-06-27 21:27:06 +00:00
"type": "library",
"autoload": {
"psr-4": {
"Composer\\XdebugHandler\\": "src"
}
2016-06-27 21:27:06 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2016-06-27 21:27:06 +00:00
],
"authors": [
{
"name": "John Stevenson",
"email": "john-stevenson@blueyonder.co.uk"
2016-06-27 21:27:06 +00:00
}
],
"description": "Restarts a process without Xdebug.",
2016-06-27 21:27:06 +00:00
"keywords": [
"Xdebug",
"performance"
2016-06-27 21:27:06 +00:00
],
2021-08-10 19:22:22 +00:00
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/xdebug-handler/issues",
"source": "https://github.com/composer/xdebug-handler/tree/2.0.5"
2021-08-10 19:22:22 +00:00
},
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
"time": "2022-02-24T20:20:32+00:00"
2016-06-27 21:27:06 +00:00
},
2019-05-25 11:52:09 +00:00
{
"name": "dealerdirect/phpcodesniffer-composer-installer",
"version": "v0.7.2",
2019-05-25 11:52:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git",
"reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db"
2019-05-25 11:52:09 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db",
"reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db",
2019-05-25 11:52:09 +00:00
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0 || ^2.0",
"php": ">=5.3",
"squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0"
2019-05-25 11:52:09 +00:00
},
"require-dev": {
"composer/composer": "*",
"php-parallel-lint/php-parallel-lint": "^1.3.1",
"phpcompatibility/php-compatibility": "^9.0"
2019-05-25 11:52:09 +00:00
},
"type": "composer-plugin",
2019-05-25 11:52:09 +00:00
"extra": {
"class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
2019-05-25 11:52:09 +00:00
},
"autoload": {
"psr-4": {
"Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
}
2019-05-25 11:52:09 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2019-05-25 11:52:09 +00:00
],
"authors": [
{
"name": "Franck Nijhof",
"email": "franck.nijhof@dealerdirect.com",
"homepage": "http://www.frenck.nl",
"role": "Developer / IT Manager"
},
{
"name": "Contributors",
"homepage": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer/graphs/contributors"
2019-05-25 11:52:09 +00:00
}
],
"description": "PHP_CodeSniffer Standards Composer Installer Plugin",
"homepage": "http://www.dealerdirect.com",
2019-05-25 11:52:09 +00:00
"keywords": [
"PHPCodeSniffer",
"PHP_CodeSniffer",
"code quality",
"codesniffer",
"composer",
"installer",
"phpcbf",
"phpcs",
"plugin",
"qa",
"quality",
"standard",
"standards",
"style guide",
"stylecheck",
"tests"
2019-05-25 11:52:09 +00:00
],
"support": {
"issues": "https://github.com/dealerdirect/phpcodesniffer-composer-installer/issues",
"source": "https://github.com/dealerdirect/phpcodesniffer-composer-installer"
},
"time": "2022-02-04T12:51:07+00:00"
2019-05-25 11:52:09 +00:00
},
{
"name": "doctrine/annotations",
2021-08-10 19:22:22 +00:00
"version": "1.13.2",
2019-05-25 11:52:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
2021-08-10 19:22:22 +00:00
"reference": "5b668aef16090008790395c02c893b1ba13f7e08"
2019-05-25 11:52:09 +00:00
},
"dist": {
"type": "zip",
2021-08-10 19:22:22 +00:00
"url": "https://api.github.com/repos/doctrine/annotations/zipball/5b668aef16090008790395c02c893b1ba13f7e08",
"reference": "5b668aef16090008790395c02c893b1ba13f7e08",
2019-05-25 11:52:09 +00:00
"shasum": ""
},
"require": {
"doctrine/lexer": "1.*",
"ext-tokenizer": "*",
2021-05-31 13:33:17 +00:00
"php": "^7.1 || ^8.0",
"psr/cache": "^1 || ^2 || ^3"
2019-05-25 11:52:09 +00:00
},
"require-dev": {
2021-05-31 13:33:17 +00:00
"doctrine/cache": "^1.11 || ^2.0",
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"doctrine/coding-standard": "^6.0 || ^8.1",
[4.0] Composer update 19 sep (#30692) Package operations: 0 installs, 38 updates, 0 removals - Updating symfony/deprecation-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating joomla/database (2.0.0-beta2 => 2.0.0-beta3): Downloading (100%) - Updating laminas/laminas-zendframework-bridge (1.0.4 => 1.1.1): Downloading (100%) - Updating laminas/laminas-diactoros (2.3.1 => 2.4.1): Downloading (100%) - Updating symfony/string (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/service-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating symfony/console (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/var-dumper (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/error-handler (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/options-resolver (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/ldap (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/web-link (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/yaml (v5.1.3 => v5.1.5): Loading from cache - Updating squizlabs/php_codesniffer (3.5.5 => 3.5.6): Loading from cache - Updating symfony/finder (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/event-dispatcher-contracts (v2.1.3 => v2.2.0): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/css-selector (v5.1.3 => v5.1.5): Loading from cache - Updating phpdocumentor/type-resolver (1.3.0 => 1.4.0): Downloading (100%) - Updating phpdocumentor/reflection-docblock (5.2.0 => 5.2.2): Downloading (100%) - Updating codeception/lib-asserts (1.12.0 => 1.13.1): Loading from cache - Updating codeception/codeception (4.1.6 => 4.1.7): Loading from cache - Updating codeception/module-asserts (1.2.1 => 1.3.0): Loading from cache - Updating codeception/module-rest (1.2.1 => 1.2.3): Downloading (100%) - Updating symfony/process (v5.1.3 => v5.1.5): Loading from cache - Updating codeception/module-webdriver (1.1.0 => 1.1.1): Loading from cache - Updating composer/semver (1.5.1 => 1.7.0): Downloading (100%) - Updating composer/xdebug-handler (1.4.2 => 1.4.3): Loading from cache - Updating doctrine/annotations (1.10.3 => 1.10.4): Loading from cache - Updating symfony/filesystem (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/stopwatch (v5.1.3 => v5.1.5): Loading from cache - Updating joomla/filesystem (1.5.2 => 1.6.0): Loading from cache - Updating composer/ca-bundle (1.2.7 => 1.2.8): Loading from cache - Updating nyholm/psr7 (1.3.0 => 1.3.1): Downloading (100%) - Updating spomky-labs/base64url (v2.0.2 => v2.0.3): Loading from cache - Updating symfony/dom-crawler (v5.1.3 => v5.1.5): Loading from cache - Updating symfony/browser-kit (v5.1.3 => v5.1.5): Loading from cache - Updating brick/math (0.8.15 => 0.8.17): Loading from cache ### note Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
2020-09-22 17:34:14 +00:00
"phpstan/phpstan": "^0.12.20",
2021-05-31 13:33:17 +00:00
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5",
"symfony/cache": "^4.4 || ^5.2"
2019-05-25 11:52:09 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
2019-05-25 11:52:09 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2019-05-25 11:52:09 +00:00
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
2019-05-25 11:52:09 +00:00
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
2019-05-25 11:52:09 +00:00
}
],
"description": "Docblock Annotations Parser",
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"homepage": "https://www.doctrine-project.org/projects/annotations.html",
2019-05-25 11:52:09 +00:00
"keywords": [
"annotations",
"docblock",
"parser"
2019-05-25 11:52:09 +00:00
],
2021-08-10 19:22:22 +00:00
"support": {
"issues": "https://github.com/doctrine/annotations/issues",
"source": "https://github.com/doctrine/annotations/tree/1.13.2"
},
"time": "2021-08-05T19:00:23+00:00"
2019-05-25 11:52:09 +00:00
},
{
"name": "doctrine/instantiator",
"version": "1.4.1",
2019-05-25 11:52:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
"reference": "10dcfce151b967d20fde1b34ae6640712c3891bc"
2019-05-25 11:52:09 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/10dcfce151b967d20fde1b34ae6640712c3891bc",
"reference": "10dcfce151b967d20fde1b34ae6640712c3891bc",
2019-05-25 11:52:09 +00:00
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
2019-05-25 11:52:09 +00:00
},
"require-dev": {
"doctrine/coding-standard": "^9",
"ext-pdo": "*",
"ext-phar": "*",
"phpbench/phpbench": "^0.16 || ^1",
"phpstan/phpstan": "^1.4",
"phpstan/phpstan-phpunit": "^1",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"vimeo/psalm": "^4.22"
2019-05-25 11:52:09 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2019-05-25 11:52:09 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2019-05-25 11:52:09 +00:00
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"homepage": "https://ocramius.github.io/"
2019-05-25 11:52:09 +00:00
}
],
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
2019-05-25 11:52:09 +00:00
"keywords": [
"constructor",
"instantiate"
2019-05-25 11:52:09 +00:00
],
"support": {
"issues": "https://github.com/doctrine/instantiator/issues",
"source": "https://github.com/doctrine/instantiator/tree/1.4.1"
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
"type": "tidelift"
}
],
"time": "2022-03-03T08:28:38+00:00"
2019-05-25 11:52:09 +00:00
},
{
"name": "doctrine/lexer",
"version": "1.2.3",
2019-05-25 11:52:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
"reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229"
2019-05-25 11:52:09 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/c268e882d4dbdd85e36e4ad69e02dc284f89d229",
"reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229",
2019-05-25 11:52:09 +00:00
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
2019-05-25 11:52:09 +00:00
},
"require-dev": {
"doctrine/coding-standard": "^9.0",
"phpstan/phpstan": "^1.3",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"vimeo/psalm": "^4.11"
2019-05-25 11:52:09 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
2019-05-25 11:52:09 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2019-05-25 11:52:09 +00:00
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
2019-05-25 11:52:09 +00:00
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
2019-05-25 11:52:09 +00:00
}
],
"description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
"homepage": "https://www.doctrine-project.org/projects/lexer.html",
2019-05-25 11:52:09 +00:00
"keywords": [
"annotations",
"docblock",
"lexer",
"parser",
"php"
2019-05-25 11:52:09 +00:00
],
"support": {
"issues": "https://github.com/doctrine/lexer/issues",
"source": "https://github.com/doctrine/lexer/tree/1.2.3"
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
"type": "tidelift"
}
],
"time": "2022-02-28T11:07:21+00:00"
2019-05-25 11:52:09 +00:00
},
{
"name": "friendsofphp/php-cs-fixer",
"version": "v3.4.0",
2019-05-25 11:52:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
"reference": "47177af1cfb9dab5d1cc4daf91b7179c2efe7fad"
2019-05-25 11:52:09 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/47177af1cfb9dab5d1cc4daf91b7179c2efe7fad",
"reference": "47177af1cfb9dab5d1cc4daf91b7179c2efe7fad",
2019-05-25 11:52:09 +00:00
"shasum": ""
},
"require": {
"composer/semver": "^3.2",
"composer/xdebug-handler": "^2.0",
"doctrine/annotations": "^1.12",
"ext-json": "*",
"ext-tokenizer": "*",
"php": "^7.2.5 || ^8.0",
"php-cs-fixer/diff": "^2.0",
"symfony/console": "^4.4.20 || ^5.1.3 || ^6.0",
"symfony/event-dispatcher": "^4.4.20 || ^5.0 || ^6.0",
"symfony/filesystem": "^4.4.20 || ^5.0 || ^6.0",
"symfony/finder": "^4.4.20 || ^5.0 || ^6.0",
"symfony/options-resolver": "^4.4.20 || ^5.0 || ^6.0",
"symfony/polyfill-mbstring": "^1.23",
"symfony/polyfill-php80": "^1.23",
"symfony/polyfill-php81": "^1.23",
"symfony/process": "^4.4.20 || ^5.0 || ^6.0",
"symfony/stopwatch": "^4.4.20 || ^5.0 || ^6.0"
2019-05-25 11:52:09 +00:00
},
"require-dev": {
"justinrainbow/json-schema": "^5.2",
"keradus/cli-executor": "^1.5",
"mikey179/vfsstream": "^1.6.8",
"php-coveralls/php-coveralls": "^2.5.2",
"php-cs-fixer/accessible-object": "^1.1",
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2",
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.2.1",
"phpspec/prophecy": "^1.15",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"phpspec/prophecy-phpunit": "^1.1 || ^2.0",
"phpunit/phpunit": "^8.5.21 || ^9.5",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"phpunitgoodpractices/polyfill": "^1.5",
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"phpunitgoodpractices/traits": "^1.9.1",
"symfony/phpunit-bridge": "^5.2.4 || ^6.0",
"symfony/yaml": "^4.4.20 || ^5.0 || ^6.0"
2019-05-25 11:52:09 +00:00
},
"suggest": {
"ext-dom": "For handling output formats in XML",
"ext-mbstring": "For handling non-UTF8 characters."
2019-05-25 11:52:09 +00:00
},
"bin": [
"php-cs-fixer"
],
"type": "application",
2019-05-25 11:52:09 +00:00
"autoload": {
"psr-4": {
"PhpCsFixer\\": "src/"
}
2019-05-25 11:52:09 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2019-05-25 11:52:09 +00:00
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2019-05-25 11:52:09 +00:00
},
{
"name": "Dariusz Rumiński",
"email": "dariusz.ruminski@gmail.com"
2019-05-25 11:52:09 +00:00
}
],
"description": "A tool to automatically fix PHP code style",
2021-08-10 19:22:22 +00:00
"support": {
"issues": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues",
"source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v3.4.0"
2021-08-10 19:22:22 +00:00
},
"funding": [
{
"url": "https://github.com/keradus",
"type": "github"
}
],
"time": "2021-12-11T16:25:08+00:00"
2019-05-25 11:52:09 +00:00
},
{
"name": "guzzlehttp/guzzle",
2022-12-16 14:37:44 +00:00
"version": "7.4.5",
2019-05-25 11:52:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
2022-12-16 14:37:44 +00:00
"reference": "1dd98b0564cb3f6bd16ce683cb755f94c10fbd82"
2019-05-25 11:52:09 +00:00
},
"dist": {
"type": "zip",
2022-12-16 14:37:44 +00:00
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/1dd98b0564cb3f6bd16ce683cb755f94c10fbd82",
"reference": "1dd98b0564cb3f6bd16ce683cb755f94c10fbd82",
2019-05-25 11:52:09 +00:00
"shasum": ""
},
"require": {
"ext-json": "*",
"guzzlehttp/promises": "^1.5",
2022-12-16 14:37:44 +00:00
"guzzlehttp/psr7": "^1.9 || ^2.4",
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"php": "^7.2.5 || ^8.0",
"psr/http-client": "^1.0",
"symfony/deprecation-contracts": "^2.2 || ^3.0"
},
"provide": {
"psr/http-client-implementation": "1.0"
2019-05-25 11:52:09 +00:00
},
"require-dev": {
2021-04-23 07:34:06 +00:00
"bamarni/composer-bin-plugin": "^1.4.1",
"ext-curl": "*",
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"php-http/client-integration-tests": "^3.0",
"phpunit/phpunit": "^8.5.5 || ^9.3.5",
"psr/log": "^1.1 || ^2.0 || ^3.0"
},
"suggest": {
"ext-curl": "Required for CURL handler support",
"ext-intl": "Required for Internationalized Domain Name (IDN) support",
"psr/log": "Required for using the Log middleware"
2019-05-25 11:52:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "7.4-dev"
2019-05-25 11:52:09 +00:00
}
},
"autoload": {
"files": [
"src/functions_include.php"
],
"psr-4": {
"GuzzleHttp\\": "src/"
}
2019-05-25 11:52:09 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2019-05-25 11:52:09 +00:00
],
"authors": [
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
2019-05-25 11:52:09 +00:00
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "Jeremy Lindblom",
"email": "jeremeamia@gmail.com",
"homepage": "https://github.com/jeremeamia"
},
{
"name": "George Mponos",
"email": "gmponos@gmail.com",
"homepage": "https://github.com/gmponos"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://github.com/sagikazarmark"
},
{
"name": "Tobias Schultze",
"email": "webmaster@tubo-world.de",
"homepage": "https://github.com/Tobion"
2019-05-25 11:52:09 +00:00
}
],
"description": "Guzzle is a PHP HTTP client library",
2019-05-25 11:52:09 +00:00
"keywords": [
"client",
"curl",
"framework",
"http",
"http client",
"psr-18",
"psr-7",
"rest",
"web service"
2019-05-25 11:52:09 +00:00
],
"support": {
"issues": "https://github.com/guzzle/guzzle/issues",
2022-12-16 14:37:44 +00:00
"source": "https://github.com/guzzle/guzzle/tree/7.4.5"
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
"type": "tidelift"
}
],
2022-12-16 14:37:44 +00:00
"time": "2022-06-20T22:16:13+00:00"
2019-05-25 11:52:09 +00:00
},
{
"name": "guzzlehttp/promises",
2022-12-16 14:37:44 +00:00
"version": "1.5.2",
2019-05-25 11:52:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
2022-12-16 14:37:44 +00:00
"reference": "b94b2807d85443f9719887892882d0329d1e2598"
2019-05-25 11:52:09 +00:00
},
"dist": {
"type": "zip",
2022-12-16 14:37:44 +00:00
"url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598",
"reference": "b94b2807d85443f9719887892882d0329d1e2598",
2019-05-25 11:52:09 +00:00
"shasum": ""
},
"require": {
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"php": ">=5.5"
2019-05-25 11:52:09 +00:00
},
"require-dev": {
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"symfony/phpunit-bridge": "^4.4 || ^5.1"
2019-05-25 11:52:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.5-dev"
2019-05-25 11:52:09 +00:00
}
},
"autoload": {
"files": [
"src/functions_include.php"
],
"psr-4": {
"GuzzleHttp\\Promise\\": "src/"
}
2019-05-25 11:52:09 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2019-05-25 11:52:09 +00:00
],
"authors": [
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
2019-05-25 11:52:09 +00:00
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
},
{
"name": "Tobias Schultze",
"email": "webmaster@tubo-world.de",
"homepage": "https://github.com/Tobion"
2019-05-25 11:52:09 +00:00
}
],
"description": "Guzzle promises library",
2019-05-25 11:52:09 +00:00
"keywords": [
"promise"
2019-05-25 11:52:09 +00:00
],
"support": {
"issues": "https://github.com/guzzle/promises/issues",
2022-12-16 14:37:44 +00:00
"source": "https://github.com/guzzle/promises/tree/1.5.2"
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
"type": "tidelift"
}
],
2022-12-16 14:37:44 +00:00
"time": "2022-08-28T14:55:35+00:00"
2019-05-25 11:52:09 +00:00
},
{
"name": "guzzlehttp/psr7",
2022-12-16 14:37:44 +00:00
"version": "2.4.3",
2019-05-25 11:52:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
2022-12-16 14:37:44 +00:00
"reference": "67c26b443f348a51926030c83481b85718457d3d"
2019-05-25 11:52:09 +00:00
},
"dist": {
"type": "zip",
2022-12-16 14:37:44 +00:00
"url": "https://api.github.com/repos/guzzle/psr7/zipball/67c26b443f348a51926030c83481b85718457d3d",
"reference": "67c26b443f348a51926030c83481b85718457d3d",
2019-05-25 11:52:09 +00:00
"shasum": ""
},
"require": {
2021-08-10 19:22:22 +00:00
"php": "^7.2.5 || ^8.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
"ralouphie/getallheaders": "^3.0"
},
"provide": {
2021-08-10 19:22:22 +00:00
"psr/http-factory-implementation": "1.0",
"psr/http-message-implementation": "1.0"
2019-05-25 11:52:09 +00:00
},
"require-dev": {
2022-12-16 14:37:44 +00:00
"bamarni/composer-bin-plugin": "^1.8.1",
2021-08-10 19:22:22 +00:00
"http-interop/http-factory-tests": "^0.9",
2022-12-16 14:37:44 +00:00
"phpunit/phpunit": "^8.5.29 || ^9.5.23"
2019-05-25 11:52:09 +00:00
},
"suggest": {
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
2019-05-25 11:52:09 +00:00
},
"type": "library",
"extra": {
2022-12-16 14:37:44 +00:00
"bamarni-bin": {
"bin-links": true,
"forward-command": false
},
2019-05-25 11:52:09 +00:00
"branch-alias": {
2022-12-16 14:37:44 +00:00
"dev-master": "2.4-dev"
2019-05-25 11:52:09 +00:00
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Psr7\\": "src/"
2021-08-10 19:22:22 +00:00
}
2019-05-25 11:52:09 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2019-05-25 11:52:09 +00:00
],
"authors": [
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
2019-05-25 11:52:09 +00:00
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
2019-05-25 11:52:09 +00:00
},
{
"name": "George Mponos",
"email": "gmponos@gmail.com",
"homepage": "https://github.com/gmponos"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://github.com/sagikazarmark"
},
2019-05-25 11:52:09 +00:00
{
"name": "Tobias Schultze",
"email": "webmaster@tubo-world.de",
"homepage": "https://github.com/Tobion"
2021-08-10 19:22:22 +00:00
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://sagikazarmark.hu"
2019-05-25 11:52:09 +00:00
}
],
"description": "PSR-7 message implementation that also provides common utility methods",
2019-05-25 11:52:09 +00:00
"keywords": [
"http",
"message",
"psr-7",
"request",
"response",
"stream",
"uri",
"url"
2019-05-25 11:52:09 +00:00
],
2021-08-10 19:22:22 +00:00
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
2022-12-16 14:37:44 +00:00
"source": "https://github.com/guzzle/psr7/tree/2.4.3"
2021-08-10 19:22:22 +00:00
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
"type": "tidelift"
}
],
2022-12-16 14:37:44 +00:00
"time": "2022-10-26T14:07:24+00:00"
2019-05-25 11:52:09 +00:00
},
[4.1] Media webservice (#35788) * [4.0] Notification icons (#34226) * remove method allow parent to run (#34118) Co-authored-by: Richard Fath <richard67@users.noreply.github.com> * [4.0] Changing title to tooltip for template preview (#33292) * [4.0] Changing title to tooltip fpr template preview * Update location path in description (#34238) * Fix patterns field check when field empty and not required (#34124) * [4.0] Finish transition from CSS classes "label-" to "alert-" for the pre-update check (#34227) * [4.0] mod_popular with disabled hits (#34257) * [4.0] mod_popular with disabled hits When hits are disabled for articles it makes no sense to display the Most Read Articles module in the site or admin as the contents will never be updated. This PR changes the output of the module so that instead of a list of non-updating articles a message is displayed. * [4.0] Use MVCFactory to create model (#34092) * Use MVCFactory to create models * CS * Fix row selecting, when module is disabled (#34273) * Media web service implementation. * Media web service implementation. * Fix hard coded adapter name default. * Fix missing url and tempUrl attributes in single item response. * Remove useless comments. * Replace 'PATH' with 'STRING' for cleaning of input parameters. * Adds required parameter checks and removes global exception handling. * Adds media web service specific language strings. * Adds exception handling. * Adds missing exception handler and fixes wrong path return value after move/rename. * Use exception message as error title. * Adds proper FileNotFound exception handling for GET requests. * Fixes handling of status code. * Fixes some types, formatting and similar stuff. * Fixes yet another sloppy typo. * restore file * Fix some docs * Adapter endpoint * Add plugin to install file * Add tests * Update api/components/com_media/src/Helper/MediaHelper.php Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * Update api/components/com_media/src/Helper/MediaHelper.php Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * Update api/components/com_media/src/Model/MediaModel.php Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * Update api/components/com_media/src/Model/MediumModel.php Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * Update api/components/com_media/src/View/Media/JsonapiView.php Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * Update libraries/src/Error/JsonApi/SaveExceptionHandler.php Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * Update api/components/com_media/src/Controller/MediaController.php Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * Update api/components/com_media/src/Controller/MediaController.php Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * Update api/components/com_media/src/Model/AdaptersModel.php Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * Update api/components/com_media/src/Model/MediaModel.php Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * docs * Update api/components/com_media/src/View/Media/JsonapiView.php Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * int * cs * cs * more cleanup * tabs * restore * Test all endpoints * Update api/components/com_media/src/Model/MediaModel.php Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * Hardening * Tests fix for drone * Update Api.php * Create directory in test with correct permissions * Add more tests and remove static helper * Update tests/Codeception/api/com_media/MediaCest.php Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * Update tests/Codeception/_support/Helper/Api.php Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> * cs Co-authored-by: Brian Teeman <brian@teeman.net> Co-authored-by: Phil E. Taylor <phil@phil-taylor.com> Co-authored-by: Richard Fath <richard67@users.noreply.github.com> Co-authored-by: infograf768 <infografjms@gmail.com> Co-authored-by: Quy <quy@fluxbb.org> Co-authored-by: Ruud <info@onlinecommunityhub.nl> Co-authored-by: Tuan Pham Ngoc <github@joomdonation.com> Co-authored-by: Fedir Zinchuk <getthesite@gmail.com> Co-authored-by: Pieter-Jan de Vries <pieter@obix.nl>
2021-11-23 19:20:07 +00:00
{
"name": "hoa/consistency",
"version": "1.17.05.02",
"source": {
"type": "git",
"url": "https://github.com/hoaproject/Consistency.git",
"reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/hoaproject/Consistency/zipball/fd7d0adc82410507f332516faf655b6ed22e4c2f",
"reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f",
"shasum": ""
},
"require": {
"hoa/exception": "~1.0",
"php": ">=5.5.0"
},
"require-dev": {
"hoa/stream": "~1.0",
"hoa/test": "~2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Hoa\\Consistency\\": "."
},
"files": [
"Prelude.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Ivan Enderlin",
"email": "ivan.enderlin@hoa-project.net"
},
{
"name": "Hoa community",
"homepage": "https://hoa-project.net/"
}
],
"description": "The Hoa\\Consistency library.",
"homepage": "https://hoa-project.net/",
"keywords": [
"autoloader",
"callable",
"consistency",
"entity",
"flex",
"keyword",
"library"
],
"support": {
"docs": "https://central.hoa-project.net/Documentation/Library/Consistency",
"email": "support@hoa-project.net",
"forum": "https://users.hoa-project.net/",
"irc": "irc://chat.freenode.net/hoaproject",
"issues": "https://github.com/hoaproject/Consistency/issues",
"source": "https://central.hoa-project.net/Resource/Library/Consistency"
},
"abandoned": true,
"time": "2017-05-02T12:18:12+00:00"
},
{
"name": "hoa/console",
"version": "3.17.05.02",
"source": {
"type": "git",
"url": "https://github.com/hoaproject/Console.git",
"reference": "e231fd3ea70e6d773576ae78de0bdc1daf331a66"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/hoaproject/Console/zipball/e231fd3ea70e6d773576ae78de0bdc1daf331a66",
"reference": "e231fd3ea70e6d773576ae78de0bdc1daf331a66",
"shasum": ""
},
"require": {
"hoa/consistency": "~1.0",
"hoa/event": "~1.0",
"hoa/exception": "~1.0",
"hoa/file": "~1.0",
"hoa/protocol": "~1.0",
"hoa/stream": "~1.0",
"hoa/ustring": "~4.0"
},
"require-dev": {
"hoa/test": "~2.0"
},
"suggest": {
"ext-pcntl": "To enable hoa://Event/Console/Window:resize.",
"hoa/dispatcher": "To use the console kit.",
"hoa/router": "To use the console kit."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Hoa\\Console\\": "."
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Ivan Enderlin",
"email": "ivan.enderlin@hoa-project.net"
},
{
"name": "Hoa community",
"homepage": "https://hoa-project.net/"
}
],
"description": "The Hoa\\Console library.",
"homepage": "https://hoa-project.net/",
"keywords": [
"autocompletion",
"chrome",
"cli",
"console",
"cursor",
"getoption",
"library",
"option",
"parser",
"processus",
"readline",
"terminfo",
"tput",
"window"
],
"support": {
"docs": "https://central.hoa-project.net/Documentation/Library/Console",
"email": "support@hoa-project.net",
"forum": "https://users.hoa-project.net/",
"irc": "irc://chat.freenode.net/hoaproject",
"issues": "https://github.com/hoaproject/Console/issues",
"source": "https://central.hoa-project.net/Resource/Library/Console"
},
"abandoned": true,
"time": "2017-05-02T12:26:19+00:00"
},
{
"name": "hoa/event",
"version": "1.17.01.13",
"source": {
"type": "git",
"url": "https://github.com/hoaproject/Event.git",
"reference": "6c0060dced212ffa3af0e34bb46624f990b29c54"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/hoaproject/Event/zipball/6c0060dced212ffa3af0e34bb46624f990b29c54",
"reference": "6c0060dced212ffa3af0e34bb46624f990b29c54",
"shasum": ""
},
"require": {
"hoa/consistency": "~1.0",
"hoa/exception": "~1.0"
},
"require-dev": {
"hoa/test": "~2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Hoa\\Event\\": "."
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Ivan Enderlin",
"email": "ivan.enderlin@hoa-project.net"
},
{
"name": "Hoa community",
"homepage": "https://hoa-project.net/"
}
],
"description": "The Hoa\\Event library.",
"homepage": "https://hoa-project.net/",
"keywords": [
"event",
"library",
"listener",
"observer"
],
"support": {
"docs": "https://central.hoa-project.net/Documentation/Library/Event",
"email": "support@hoa-project.net",
"forum": "https://users.hoa-project.net/",
"irc": "irc://chat.freenode.net/hoaproject",
"issues": "https://github.com/hoaproject/Event/issues",
"source": "https://central.hoa-project.net/Resource/Library/Event"
},
"abandoned": true,
"time": "2017-01-13T15:30:50+00:00"
},
{
"name": "hoa/exception",
"version": "1.17.01.16",
"source": {
"type": "git",
"url": "https://github.com/hoaproject/Exception.git",
"reference": "091727d46420a3d7468ef0595651488bfc3a458f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/hoaproject/Exception/zipball/091727d46420a3d7468ef0595651488bfc3a458f",
"reference": "091727d46420a3d7468ef0595651488bfc3a458f",
"shasum": ""
},
"require": {
"hoa/consistency": "~1.0",
"hoa/event": "~1.0"
},
"require-dev": {
"hoa/test": "~2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Hoa\\Exception\\": "."
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Ivan Enderlin",
"email": "ivan.enderlin@hoa-project.net"
},
{
"name": "Hoa community",
"homepage": "https://hoa-project.net/"
}
],
"description": "The Hoa\\Exception library.",
"homepage": "https://hoa-project.net/",
"keywords": [
"exception",
"library"
],
"support": {
"docs": "https://central.hoa-project.net/Documentation/Library/Exception",
"email": "support@hoa-project.net",
"forum": "https://users.hoa-project.net/",
"irc": "irc://chat.freenode.net/hoaproject",
"issues": "https://github.com/hoaproject/Exception/issues",
"source": "https://central.hoa-project.net/Resource/Library/Exception"
},
"abandoned": true,
"time": "2017-01-16T07:53:27+00:00"
},
{
"name": "hoa/file",
"version": "1.17.07.11",
"source": {
"type": "git",
"url": "https://github.com/hoaproject/File.git",
"reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/hoaproject/File/zipball/35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
"reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
"shasum": ""
},
"require": {
"hoa/consistency": "~1.0",
"hoa/event": "~1.0",
"hoa/exception": "~1.0",
"hoa/iterator": "~2.0",
"hoa/stream": "~1.0"
},
"require-dev": {
"hoa/test": "~2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Hoa\\File\\": "."
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Ivan Enderlin",
"email": "ivan.enderlin@hoa-project.net"
},
{
"name": "Hoa community",
"homepage": "https://hoa-project.net/"
}
],
"description": "The Hoa\\File library.",
"homepage": "https://hoa-project.net/",
"keywords": [
"Socket",
"directory",
"file",
"finder",
"library",
"link",
"temporary"
],
"support": {
"docs": "https://central.hoa-project.net/Documentation/Library/File",
"email": "support@hoa-project.net",
"forum": "https://users.hoa-project.net/",
"irc": "irc://chat.freenode.net/hoaproject",
"issues": "https://github.com/hoaproject/File/issues",
"source": "https://central.hoa-project.net/Resource/Library/File"
},
"abandoned": true,
"time": "2017-07-11T07:42:15+00:00"
},
{
"name": "hoa/iterator",
"version": "2.17.01.10",
"source": {
"type": "git",
"url": "https://github.com/hoaproject/Iterator.git",
"reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/hoaproject/Iterator/zipball/d1120ba09cb4ccd049c86d10058ab94af245f0cc",
"reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc",
"shasum": ""
},
"require": {
"hoa/consistency": "~1.0",
"hoa/exception": "~1.0"
},
"require-dev": {
"hoa/test": "~2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"Hoa\\Iterator\\": "."
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Ivan Enderlin",
"email": "ivan.enderlin@hoa-project.net"
},
{
"name": "Hoa community",
"homepage": "https://hoa-project.net/"
}
],
"description": "The Hoa\\Iterator library.",
"homepage": "https://hoa-project.net/",
"keywords": [
"iterator",
"library"
],
"support": {
"docs": "https://central.hoa-project.net/Documentation/Library/Iterator",
"email": "support@hoa-project.net",
"forum": "https://users.hoa-project.net/",
"irc": "irc://chat.freenode.net/hoaproject",
"issues": "https://github.com/hoaproject/Iterator/issues",
"source": "https://central.hoa-project.net/Resource/Library/Iterator"
},
"abandoned": true,
"time": "2017-01-10T10:34:47+00:00"
},
{
"name": "hoa/protocol",
"version": "1.17.01.14",
"source": {
"type": "git",
"url": "https://github.com/hoaproject/Protocol.git",
"reference": "5c2cf972151c45f373230da170ea015deecf19e2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/hoaproject/Protocol/zipball/5c2cf972151c45f373230da170ea015deecf19e2",
"reference": "5c2cf972151c45f373230da170ea015deecf19e2",
"shasum": ""
},
"require": {
"hoa/consistency": "~1.0",
"hoa/exception": "~1.0"
},
"require-dev": {
"hoa/test": "~2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Hoa\\Protocol\\": "."
},
"files": [
"Wrapper.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Ivan Enderlin",
"email": "ivan.enderlin@hoa-project.net"
},
{
"name": "Hoa community",
"homepage": "https://hoa-project.net/"
}
],
"description": "The Hoa\\Protocol library.",
"homepage": "https://hoa-project.net/",
"keywords": [
"library",
"protocol",
"resource",
"stream",
"wrapper"
],
"support": {
"docs": "https://central.hoa-project.net/Documentation/Library/Protocol",
"email": "support@hoa-project.net",
"forum": "https://users.hoa-project.net/",
"irc": "irc://chat.freenode.net/hoaproject",
"issues": "https://github.com/hoaproject/Protocol/issues",
"source": "https://central.hoa-project.net/Resource/Library/Protocol"
},
"abandoned": true,
"time": "2017-01-14T12:26:10+00:00"
},
{
"name": "hoa/stream",
"version": "1.17.02.21",
"source": {
"type": "git",
"url": "https://github.com/hoaproject/Stream.git",
"reference": "3293cfffca2de10525df51436adf88a559151d82"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/hoaproject/Stream/zipball/3293cfffca2de10525df51436adf88a559151d82",
"reference": "3293cfffca2de10525df51436adf88a559151d82",
"shasum": ""
},
"require": {
"hoa/consistency": "~1.0",
"hoa/event": "~1.0",
"hoa/exception": "~1.0",
"hoa/protocol": "~1.0"
},
"require-dev": {
"hoa/test": "~2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Hoa\\Stream\\": "."
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Ivan Enderlin",
"email": "ivan.enderlin@hoa-project.net"
},
{
"name": "Hoa community",
"homepage": "https://hoa-project.net/"
}
],
"description": "The Hoa\\Stream library.",
"homepage": "https://hoa-project.net/",
"keywords": [
"Context",
"bucket",
"composite",
"filter",
"in",
"library",
"out",
"protocol",
"stream",
"wrapper"
],
"support": {
"docs": "https://central.hoa-project.net/Documentation/Library/Stream",
"email": "support@hoa-project.net",
"forum": "https://users.hoa-project.net/",
"irc": "irc://chat.freenode.net/hoaproject",
"issues": "https://github.com/hoaproject/Stream/issues",
"source": "https://central.hoa-project.net/Resource/Library/Stream"
},
"abandoned": true,
"time": "2017-02-21T16:01:06+00:00"
},
{
"name": "hoa/ustring",
"version": "4.17.01.16",
"source": {
"type": "git",
"url": "https://github.com/hoaproject/Ustring.git",
"reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/hoaproject/Ustring/zipball/e6326e2739178799b1fe3fdd92029f9517fa17a0",
"reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0",
"shasum": ""
},
"require": {
"hoa/consistency": "~1.0",
"hoa/exception": "~1.0"
},
"require-dev": {
"hoa/test": "~2.0"
},
"suggest": {
"ext-iconv": "ext/iconv must be present (or a third implementation) to use Hoa\\Ustring::transcode().",
"ext-intl": "To get a better Hoa\\Ustring::toAscii() and Hoa\\Ustring::compareTo()."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.x-dev"
}
},
"autoload": {
"psr-4": {
"Hoa\\Ustring\\": "."
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Ivan Enderlin",
"email": "ivan.enderlin@hoa-project.net"
},
{
"name": "Hoa community",
"homepage": "https://hoa-project.net/"
}
],
"description": "The Hoa\\Ustring library.",
"homepage": "https://hoa-project.net/",
"keywords": [
"library",
"search",
"string",
"unicode"
],
"support": {
"docs": "https://central.hoa-project.net/Documentation/Library/Ustring",
"email": "support@hoa-project.net",
"forum": "https://users.hoa-project.net/",
"irc": "irc://chat.freenode.net/hoaproject",
"issues": "https://github.com/hoaproject/Ustring/issues",
"source": "https://central.hoa-project.net/Resource/Library/Ustring"
},
"abandoned": true,
"time": "2017-01-16T07:08:25+00:00"
},
{
"name": "joomla-projects/joomla-browser",
"version": "v4.0.0",
"source": {
"type": "git",
"url": "https://github.com/joomla-projects/joomla-browser.git",
"reference": "a477f1054efc85096d72fa73501858c023bb8892"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/joomla-projects/joomla-browser/zipball/a477f1054efc85096d72fa73501858c023bb8892",
"reference": "a477f1054efc85096d72fa73501858c023bb8892",
"shasum": ""
},
"require": {
"codeception/codeception": "~4.1",
"codeception/module-webdriver": "^1.0",
"php": ">=7.2.0"
},
"require-dev": {
"joomla/coding-standards": "~3.0@dev",
"squizlabs/php_codesniffer": "~3.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Joomla\\Browser\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Puneet Kala",
"email": "puneet.kala@community.joomla.org"
},
{
2019-02-28 11:32:54 +00:00
"name": "Javier Gomez",
"email": "javier.gomez@community.joomla.org"
}
],
"description": "joomla-browser Codeception Module",
"homepage": "https://docs.joomla.org/Testing_Joomla_Extensions_with_Codeception",
"keywords": [
"BDD",
"TDD",
"acceptance testing",
"joomla"
],
"support": {
"issues": "https://github.com/joomla-projects/joomla-browser/issues",
"source": "https://github.com/joomla-projects/joomla-browser/tree/v4.0.0"
},
"time": "2022-04-14T11:45:55+00:00"
},
2017-05-07 19:22:04 +00:00
{
"name": "joomla/mediawiki",
2021-08-16 20:32:48 +00:00
"version": "1.0.0",
2017-05-07 19:22:04 +00:00
"source": {
"type": "git",
2021-08-16 20:32:48 +00:00
"url": "https://github.com/joomla-framework/mediawiki-api.git",
"reference": "57feedd1afda0536498e2c4b08ebab55fbe5ba4a"
2017-05-07 19:22:04 +00:00
},
"dist": {
"type": "zip",
2021-08-16 20:32:48 +00:00
"url": "https://api.github.com/repos/joomla-framework/mediawiki-api/zipball/57feedd1afda0536498e2c4b08ebab55fbe5ba4a",
"reference": "57feedd1afda0536498e2c4b08ebab55fbe5ba4a",
2017-05-07 19:22:04 +00:00
"shasum": ""
},
"require": {
"joomla/http": "^1.2.2|~2.0",
"joomla/registry": "^1.4.5|~2.0",
"joomla/uri": "~1.0|~2.0",
"php": "^5.3.10|~7.0"
2017-05-07 19:22:04 +00:00
},
"require-dev": {
"joomla/coding-standards": "~2.0@alpha",
"joomla/test": "~1.0",
"phpunit/phpunit": "~4.8|>=5.0 <5.4"
2017-05-07 19:22:04 +00:00
},
"type": "joomla-package",
2017-05-07 19:22:04 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
2017-05-07 19:22:04 +00:00
}
},
"autoload": {
"psr-4": {
"Joomla\\Mediawiki\\": "src/"
}
2017-05-07 19:22:04 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2018-02-04 23:44:31 +00:00
"GPL-2.0-or-later"
2017-05-07 19:22:04 +00:00
],
"description": "Joomla Mediawiki Package",
"homepage": "https://github.com/joomla-framework/mediawiki-api",
2017-05-07 19:22:04 +00:00
"keywords": [
"framework",
"joomla",
"mediawiki"
2017-05-07 19:22:04 +00:00
],
2021-08-16 20:32:48 +00:00
"support": {
"issues": "https://github.com/joomla-framework/mediawiki-api/issues",
"source": "https://github.com/joomla-framework/mediawiki-api/tree/1.0.0"
},
"funding": [
{
"url": "https://community.joomla.org/sponsorship-campaigns.html",
"type": "custom"
},
{
"url": "https://github.com/joomla",
"type": "github"
}
],
"time": "2021-08-16T20:30:12+00:00"
2017-05-07 19:22:04 +00:00
},
{
"name": "joomla/test",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/test.git",
"reference": "6cfc4c983331bddb31fc1194d9420804f0619cf4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/joomla-framework/test/zipball/6cfc4c983331bddb31fc1194d9420804f0619cf4",
"reference": "6cfc4c983331bddb31fc1194d9420804f0619cf4",
"shasum": ""
},
"require": {
2021-08-10 19:13:42 +00:00
"php": "^7.2.5|^8.0"
},
"conflict": {
"joomla/database": "<2.0"
},
"require-dev": {
2021-08-10 19:13:42 +00:00
"joomla/coding-standards": "~3.0@dev",
"joomla/database": "~2.0",
"phpunit/phpunit": "^8.5|^9.0"
},
"suggest": {
"joomla/database": "To use the database test case, install joomla/database",
"phpunit/phpunit": "To use the database test case, install phpunit/phpunit"
},
"type": "joomla-package",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"psr-4": {
"Joomla\\Test\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
"description": "Joomla Test Helper Package",
"homepage": "https://github.com/joomla-framework/test",
"keywords": [
"framework",
"joomla",
"phpunit",
"reflection",
"unit test"
],
2021-08-10 19:13:42 +00:00
"support": {
"issues": "https://github.com/joomla-framework/test/issues",
"source": "https://github.com/joomla-framework/test/tree/2.0.1"
2021-08-10 19:13:42 +00:00
},
"funding": [
{
"url": "https://community.joomla.org/sponsorship-campaigns.html",
"type": "custom"
},
{
"url": "https://github.com/joomla",
"type": "github"
}
],
"time": "2021-09-23T12:59:43+00:00"
},
{
"name": "justinrainbow/json-schema",
"version": "5.2.12",
"source": {
"type": "git",
"url": "https://github.com/justinrainbow/json-schema.git",
"reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/ad87d5a5ca981228e0e205c2bc7dfb8e24559b60",
"reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
"json-schema/json-schema-test-suite": "1.2.0",
"phpunit/phpunit": "^4.8.35"
},
"bin": [
"bin/validate-json"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.0.x-dev"
}
},
"autoload": {
"psr-4": {
"JsonSchema\\": "src/JsonSchema/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bruno Prieto Reis",
"email": "bruno.p.reis@gmail.com"
},
{
"name": "Justin Rainbow",
"email": "justin.rainbow@gmail.com"
},
{
"name": "Igor Wiedler",
"email": "igor@wiedler.ch"
},
{
"name": "Robert Schönthal",
"email": "seroscho@googlemail.com"
}
],
"description": "A library to validate a json schema.",
"homepage": "https://github.com/justinrainbow/json-schema",
"keywords": [
"json",
"schema"
],
"support": {
"issues": "https://github.com/justinrainbow/json-schema/issues",
"source": "https://github.com/justinrainbow/json-schema/tree/5.2.12"
},
"time": "2022-04-13T08:02:27+00:00"
},
2017-11-26 19:35:29 +00:00
{
"name": "myclabs/deep-copy",
"version": "1.11.0",
2017-11-26 19:35:29 +00:00
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
"reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614"
2017-11-26 19:35:29 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614",
"reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614",
2017-11-26 19:35:29 +00:00
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
2019-06-17 14:25:08 +00:00
},
"conflict": {
"doctrine/collections": "<1.6.8",
"doctrine/common": "<2.13.3 || >=3,<3.2.2"
2017-11-26 19:35:29 +00:00
},
"require-dev": {
"doctrine/collections": "^1.6.8",
"doctrine/common": "^2.13.3 || ^3.2.2",
"phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
2017-11-26 19:35:29 +00:00
},
"type": "library",
"autoload": {
"files": [
"src/DeepCopy/deep_copy.php"
],
"psr-4": {
"DeepCopy\\": "src/DeepCopy/"
}
2017-11-26 19:35:29 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Create deep copies (clones) of your objects",
"keywords": [
"clone",
"copy",
"duplicate",
"object",
"object graph"
],
"support": {
"issues": "https://github.com/myclabs/DeepCopy/issues",
"source": "https://github.com/myclabs/DeepCopy/tree/1.11.0"
},
"funding": [
{
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
"type": "tidelift"
}
],
"time": "2022-03-03T13:19:32+00:00"
2017-11-26 19:35:29 +00:00
},
{
"name": "phar-io/manifest",
"version": "2.0.3",
2017-11-26 19:35:29 +00:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/manifest.git",
"reference": "97803eca37d319dfa7826cc2437fc020857acb53"
2017-11-26 19:35:29 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
"reference": "97803eca37d319dfa7826cc2437fc020857acb53",
2017-11-26 19:35:29 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-phar": "*",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"ext-xmlwriter": "*",
"phar-io/version": "^3.0.1",
"php": "^7.2 || ^8.0"
2017-11-26 19:35:29 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"dev-master": "2.0.x-dev"
2017-11-26 19:35:29 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
2019-12-06 10:56:13 +00:00
"email": "arne@blankerts.de",
"role": "Developer"
2017-11-26 19:35:29 +00:00
},
{
"name": "Sebastian Heuer",
2019-12-06 10:56:13 +00:00
"email": "sebastian@phpeople.de",
"role": "Developer"
2017-11-26 19:35:29 +00:00
},
{
"name": "Sebastian Bergmann",
2019-12-06 10:56:13 +00:00
"email": "sebastian@phpunit.de",
"role": "Developer"
2017-11-26 19:35:29 +00:00
}
],
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
"support": {
"issues": "https://github.com/phar-io/manifest/issues",
"source": "https://github.com/phar-io/manifest/tree/2.0.3"
},
"time": "2021-07-20T11:28:43+00:00"
2017-11-26 19:35:29 +00:00
},
{
"name": "phar-io/version",
"version": "3.2.1",
2017-11-26 19:35:29 +00:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/version.git",
"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
2017-11-26 19:35:29 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
2017-11-26 19:35:29 +00:00
"shasum": ""
},
"require": {
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"php": "^7.2 || ^8.0"
2017-11-26 19:35:29 +00:00
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"description": "Library for handling version information and constraints",
"support": {
"issues": "https://github.com/phar-io/version/issues",
"source": "https://github.com/phar-io/version/tree/3.2.1"
},
"time": "2022-02-21T01:04:05+00:00"
2017-11-26 19:35:29 +00:00
},
{
"name": "php-cs-fixer/diff",
"version": "v2.0.2",
"source": {
"type": "git",
"url": "https://github.com/PHP-CS-Fixer/diff.git",
"reference": "29dc0d507e838c4580d018bd8b5cb412474f7ec3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/29dc0d507e838c4580d018bd8b5cb412474f7ec3",
"reference": "29dc0d507e838c4580d018bd8b5cb412474f7ec3",
"shasum": ""
},
"require": {
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"php": "^5.6 || ^7.0 || ^8.0"
},
"require-dev": {
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"phpunit/phpunit": "^5.7.23 || ^6.4.3 || ^7.0",
"symfony/process": "^3.3"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
}
],
"description": "sebastian/diff v3 backport support for PHP 5.6+",
"homepage": "https://github.com/PHP-CS-Fixer",
"keywords": [
"diff"
],
"support": {
"issues": "https://github.com/PHP-CS-Fixer/diff/issues",
"source": "https://github.com/PHP-CS-Fixer/diff/tree/v2.0.2"
},
"time": "2020-10-14T08:32:19+00:00"
},
{
"name": "php-webdriver/webdriver",
"version": "1.12.0",
"source": {
"type": "git",
"url": "https://github.com/php-webdriver/php-webdriver.git",
"reference": "99d4856ed7dffcdf6a52eccd6551e83d8d557ceb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/99d4856ed7dffcdf6a52eccd6551e83d8d557ceb",
"reference": "99d4856ed7dffcdf6a52eccd6551e83d8d557ceb",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
"ext-zip": "*",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"php": "^5.6 || ~7.0 || ^8.0",
"symfony/polyfill-mbstring": "^1.12",
"symfony/process": "^2.8 || ^3.1 || ^4.0 || ^5.0 || ^6.0"
},
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"replace": {
"facebook/webdriver": "*"
},
"require-dev": {
2021-04-23 07:34:06 +00:00
"ondram/ci-detector": "^2.1 || ^3.5 || ^4.0",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"php-coveralls/php-coveralls": "^2.4",
"php-mock/php-mock-phpunit": "^1.1 || ^2.0",
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"php-parallel-lint/php-parallel-lint": "^1.2",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"phpunit/phpunit": "^5.7 || ^7 || ^8 || ^9",
"squizlabs/php_codesniffer": "^3.5",
"symfony/var-dumper": "^3.3 || ^4.0 || ^5.0 || ^6.0"
},
"suggest": {
"ext-SimpleXML": "For Firefox profile creation"
},
"type": "library",
"autoload": {
"files": [
"lib/Exception/TimeoutException.php"
],
"psr-4": {
"Facebook\\WebDriver\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A PHP client for Selenium WebDriver. Previously facebook/webdriver.",
"homepage": "https://github.com/php-webdriver/php-webdriver",
"keywords": [
"Chromedriver",
"geckodriver",
"php",
"selenium",
"webdriver"
],
"support": {
"issues": "https://github.com/php-webdriver/php-webdriver/issues",
"source": "https://github.com/php-webdriver/php-webdriver/tree/1.12.0"
},
"time": "2021-10-14T09:30:02+00:00"
},
{
"name": "phpdocumentor/reflection-common",
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-2.x": "2.x-dev"
}
},
"autoload": {
2016-01-17 01:29:27 +00:00
"psr-4": {
"phpDocumentor\\Reflection\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jaap van Otterdijk",
"email": "opensource@ijaap.nl"
}
],
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
"homepage": "http://www.phpdoc.org",
"keywords": [
"FQSEN",
"phpDocumentor",
"phpdoc",
"reflection",
"static analysis"
],
"support": {
"issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
"source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
},
"time": "2020-06-27T09:03:43+00:00"
},
{
"name": "phpdocumentor/reflection-docblock",
"version": "5.3.0",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
"reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
"reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
"shasum": ""
},
"require": {
"ext-filter": "*",
"php": "^7.2 || ^8.0",
"phpdocumentor/reflection-common": "^2.2",
"phpdocumentor/type-resolver": "^1.3",
"webmozart/assert": "^1.9.1"
},
"require-dev": {
"mockery/mockery": "~1.3.2",
"psalm/phar": "^4.8"
},
"type": "library",
2018-02-04 23:44:31 +00:00
"extra": {
"branch-alias": {
"dev-master": "5.x-dev"
2018-02-04 23:44:31 +00:00
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
},
{
"name": "Jaap van Otterdijk",
"email": "account@ijaap.nl"
}
],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
"support": {
"issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
"source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0"
},
"time": "2021-10-19T17:43:47+00:00"
},
{
"name": "phpdocumentor/type-resolver",
"version": "1.6.1",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
"reference": "77a32518733312af16a44300404e945338981de3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/77a32518733312af16a44300404e945338981de3",
"reference": "77a32518733312af16a44300404e945338981de3",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
"phpdocumentor/reflection-common": "^2.0"
},
"require-dev": {
"ext-tokenizer": "*",
"psalm/phar": "^4.8"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-1.x": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
}
],
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
"support": {
"issues": "https://github.com/phpDocumentor/TypeResolver/issues",
"source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.1"
},
"time": "2022-03-15T21:29:03+00:00"
},
{
"name": "phpspec/prophecy",
"version": "v1.15.0",
"source": {
"type": "git",
"url": "https://github.com/phpspec/prophecy.git",
"reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/bbcd7380b0ebf3961ee21409db7b38bc31d69a13",
"reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13",
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.2",
"php": "^7.2 || ~8.0, <8.2",
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"phpdocumentor/reflection-docblock": "^5.2",
"sebastian/comparator": "^3.0 || ^4.0",
"sebastian/recursion-context": "^3.0 || ^4.0"
},
"require-dev": {
"phpspec/phpspec": "^6.0 || ^7.0",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"phpunit/phpunit": "^8.0 || ^9.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
2019-06-17 14:25:08 +00:00
"psr-4": {
"Prophecy\\": "src/Prophecy"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
},
{
"name": "Marcello Duarte",
"email": "marcello.duarte@gmail.com"
}
],
"description": "Highly opinionated mocking framework for PHP 5.3+",
"homepage": "https://github.com/phpspec/prophecy",
"keywords": [
"Double",
"Dummy",
"fake",
"mock",
"spy",
"stub"
],
"support": {
"issues": "https://github.com/phpspec/prophecy/issues",
"source": "https://github.com/phpspec/prophecy/tree/v1.15.0"
},
"time": "2021-12-08T12:19:24+00:00"
},
{
"name": "phpunit/php-code-coverage",
"version": "7.0.15",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "819f92bba8b001d4363065928088de22f25a3a48"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/819f92bba8b001d4363065928088de22f25a3a48",
"reference": "819f92bba8b001d4363065928088de22f25a3a48",
"shasum": ""
},
"require": {
2017-11-26 19:35:29 +00:00
"ext-dom": "*",
"ext-xmlwriter": "*",
2020-12-17 15:42:23 +00:00
"php": ">=7.2",
2019-06-22 09:25:04 +00:00
"phpunit/php-file-iterator": "^2.0.2",
2017-11-26 19:35:29 +00:00
"phpunit/php-text-template": "^1.2.1",
"phpunit/php-token-stream": "^3.1.3 || ^4.0",
2017-11-26 19:35:29 +00:00
"sebastian/code-unit-reverse-lookup": "^1.0.1",
"sebastian/environment": "^4.2.2",
2017-11-26 19:35:29 +00:00
"sebastian/version": "^2.0.1",
"theseer/tokenizer": "^1.1.3"
},
"require-dev": {
"phpunit/phpunit": "^8.2.2"
},
"suggest": {
"ext-xdebug": "^2.7.2"
},
"type": "library",
"extra": {
"branch-alias": {
2019-06-22 09:25:04 +00:00
"dev-master": "7.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
2015-03-16 18:45:33 +00:00
"role": "lead"
}
],
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
"keywords": [
"coverage",
"testing",
"xunit"
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/7.0.15"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2021-07-26T12:20:09+00:00"
},
{
"name": "phpunit/php-file-iterator",
"version": "2.0.5",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
"reference": "42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5",
"reference": "42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5",
"shasum": ""
},
"require": {
2020-12-17 15:42:23 +00:00
"php": ">=7.1"
2019-06-22 09:25:04 +00:00
},
"require-dev": {
2020-12-17 15:42:23 +00:00
"phpunit/phpunit": "^8.5"
},
"type": "library",
"extra": {
"branch-alias": {
2019-06-22 09:25:04 +00:00
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2019-12-06 10:56:13 +00:00
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
"keywords": [
"filesystem",
"iterator"
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
"source": "https://github.com/sebastianbergmann/php-file-iterator/tree/2.0.5"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2021-12-02T12:42:26+00:00"
},
2015-03-16 18:45:33 +00:00
{
"name": "phpunit/php-text-template",
"version": "1.2.1",
2015-03-16 18:45:33 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-text-template.git",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2015-03-16 18:45:33 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2015-03-16 18:45:33 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
2015-03-16 18:45:33 +00:00
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
2015-03-16 18:45:33 +00:00
{
"name": "Sebastian Bergmann",
2019-12-06 10:56:13 +00:00
"email": "sebastian@phpunit.de",
"role": "lead"
2015-03-16 18:45:33 +00:00
}
],
"description": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
2015-03-16 18:45:33 +00:00
"keywords": [
"template"
2015-03-16 18:45:33 +00:00
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-text-template/issues",
"source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1"
},
"time": "2015-06-21T13:50:34+00:00"
2015-03-16 18:45:33 +00:00
},
{
"name": "phpunit/php-timer",
2020-12-17 15:42:23 +00:00
"version": "2.1.3",
2015-03-16 18:45:33 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git",
2020-12-17 15:42:23 +00:00
"reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662"
2015-03-16 18:45:33 +00:00
},
"dist": {
"type": "zip",
2020-12-17 15:42:23 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/2454ae1765516d20c4ffe103d85a58a9a3bd5662",
"reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662",
2015-03-16 18:45:33 +00:00
"shasum": ""
},
"require": {
2020-12-17 15:42:23 +00:00
"php": ">=7.1"
2015-03-16 18:45:33 +00:00
},
"require-dev": {
2020-12-17 15:42:23 +00:00
"phpunit/phpunit": "^8.5"
2015-03-16 18:45:33 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-06-22 09:25:04 +00:00
"dev-master": "2.1-dev"
2015-03-16 18:45:33 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2019-12-06 10:56:13 +00:00
"email": "sebastian@phpunit.de",
"role": "lead"
2015-03-16 18:45:33 +00:00
}
],
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
2015-03-16 18:45:33 +00:00
"keywords": [
"timer"
2015-03-16 18:45:33 +00:00
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-timer/issues",
"source": "https://github.com/sebastianbergmann/php-timer/tree/2.1.3"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2020-12-17 15:42:23 +00:00
"time": "2020-11-30T08:20:02+00:00"
2015-03-16 18:45:33 +00:00
},
{
"name": "phpunit/php-token-stream",
"version": "3.1.3",
2015-03-16 18:45:33 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
"reference": "9c1da83261628cb24b6a6df371b6e312b3954768"
2015-03-16 18:45:33 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/9c1da83261628cb24b6a6df371b6e312b3954768",
"reference": "9c1da83261628cb24b6a6df371b6e312b3954768",
2015-03-16 18:45:33 +00:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
2020-12-17 15:42:23 +00:00
"php": ">=7.1"
2015-03-16 18:45:33 +00:00
},
"require-dev": {
2019-06-22 09:25:04 +00:00
"phpunit/phpunit": "^7.0"
},
2015-03-16 18:45:33 +00:00
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
}
},
2015-03-16 18:45:33 +00:00
"autoload": {
"classmap": [
"src/"
2015-03-16 18:45:33 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2015-03-16 18:45:33 +00:00
}
],
"description": "Wrapper around PHP's tokenizer extension.",
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
"keywords": [
"tokenizer"
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-token-stream/issues",
"source": "https://github.com/sebastianbergmann/php-token-stream/tree/3.1.3"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"abandoned": true,
"time": "2021-07-26T12:15:06+00:00"
2015-03-16 18:45:33 +00:00
},
{
"name": "phpunit/phpunit",
"version": "8.5.26",
2015-03-16 18:45:33 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "ef117c59fc4c54a979021b26d08a3373e386606d"
2015-03-16 18:45:33 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ef117c59fc4c54a979021b26d08a3373e386606d",
"reference": "ef117c59fc4c54a979021b26d08a3373e386606d",
2015-03-16 18:45:33 +00:00
"shasum": ""
},
"require": {
2020-12-03 00:07:11 +00:00
"doctrine/instantiator": "^1.3.1",
"ext-dom": "*",
"ext-json": "*",
2017-11-26 19:35:29 +00:00
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*",
2019-06-22 09:25:04 +00:00
"ext-xmlwriter": "*",
2020-12-03 00:07:11 +00:00
"myclabs/deep-copy": "^1.10.0",
2021-08-10 19:22:22 +00:00
"phar-io/manifest": "^2.0.3",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"phar-io/version": "^3.0.2",
"php": ">=7.2",
2020-12-03 00:07:11 +00:00
"phpspec/prophecy": "^1.10.3",
2020-12-17 15:42:23 +00:00
"phpunit/php-code-coverage": "^7.0.12",
2021-08-10 19:22:22 +00:00
"phpunit/php-file-iterator": "^2.0.4",
2018-10-03 18:17:57 +00:00
"phpunit/php-text-template": "^1.2.1",
2019-06-22 09:25:04 +00:00
"phpunit/php-timer": "^2.1.2",
"sebastian/comparator": "^3.0.2",
"sebastian/diff": "^3.0.2",
2020-12-03 00:07:11 +00:00
"sebastian/environment": "^4.2.3",
"sebastian/exporter": "^3.1.2",
2019-06-22 09:25:04 +00:00
"sebastian/global-state": "^3.0.0",
2018-10-03 18:17:57 +00:00
"sebastian/object-enumerator": "^3.0.3",
2019-06-22 09:25:04 +00:00
"sebastian/resource-operations": "^2.0.1",
"sebastian/type": "^1.1.3",
2018-10-03 18:17:57 +00:00
"sebastian/version": "^2.0.1"
2017-11-26 19:35:29 +00:00
},
"require-dev": {
"ext-pdo": "*"
},
"suggest": {
2019-06-22 09:25:04 +00:00
"ext-soap": "*",
2017-11-26 19:35:29 +00:00
"ext-xdebug": "*",
2019-06-22 09:25:04 +00:00
"phpunit/php-invoker": "^2.0.0"
},
"bin": [
"phpunit"
],
2015-03-16 18:45:33 +00:00
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "8.5-dev"
}
},
2015-03-16 18:45:33 +00:00
"autoload": {
"classmap": [
2016-01-17 01:29:27 +00:00
"src/"
2015-03-16 18:45:33 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
2015-03-16 18:45:33 +00:00
}
],
"description": "The PHP Unit Testing framework.",
"homepage": "https://phpunit.de/",
"keywords": [
"phpunit",
"testing",
"xunit"
],
2021-08-10 19:22:22 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.26"
2021-08-10 19:22:22 +00:00
},
"funding": [
{
"url": "https://phpunit.de/sponsors.html",
2021-08-10 19:22:22 +00:00
"type": "custom"
},
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2022-04-01T12:34:39+00:00"
2021-05-31 13:33:17 +00:00
},
{
"name": "psr/cache",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/cache.git",
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Cache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2021-04-23 07:34:06 +00:00
{
2021-05-31 13:33:17 +00:00
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
2021-04-23 07:34:06 +00:00
}
],
2021-05-31 13:33:17 +00:00
"description": "Common interface for caching libraries",
"keywords": [
"cache",
"psr",
"psr-6"
],
"support": {
"source": "https://github.com/php-fig/cache/tree/master"
},
2021-05-31 13:33:17 +00:00
"time": "2016-08-06T20:24:11+00:00"
},
{
"name": "psr/event-dispatcher",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/event-dispatcher.git",
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
"shasum": ""
},
"require": {
"php": ">=7.2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\EventDispatcher\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Standard interfaces for event handling.",
"keywords": [
"events",
"psr",
"psr-14"
],
"support": {
"issues": "https://github.com/php-fig/event-dispatcher/issues",
"source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
},
"time": "2019-01-08T18:20:26+00:00"
2017-11-26 19:35:29 +00:00
},
{
"name": "ralouphie/getallheaders",
2019-07-01 06:50:10 +00:00
"version": "3.0.3",
"source": {
"type": "git",
"url": "https://github.com/ralouphie/getallheaders.git",
2019-07-01 06:50:10 +00:00
"reference": "120b605dfeb996808c31b6477290a714d356e822"
},
"dist": {
"type": "zip",
2019-07-01 06:50:10 +00:00
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
"reference": "120b605dfeb996808c31b6477290a714d356e822",
"shasum": ""
},
"require": {
2019-07-01 06:50:10 +00:00
"php": ">=5.6"
},
"require-dev": {
2019-07-01 06:50:10 +00:00
"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.",
"support": {
"issues": "https://github.com/ralouphie/getallheaders/issues",
"source": "https://github.com/ralouphie/getallheaders/tree/develop"
},
2019-07-01 06:50:10 +00:00
"time": "2019-03-08T08:55:37+00:00"
},
2017-11-26 19:35:29 +00:00
{
"name": "sebastian/code-unit-reverse-lookup",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"version": "1.0.2",
2017-11-26 19:35:29 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619"
2017-11-26 19:35:29 +00:00
},
"dist": {
"type": "zip",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1de8cd5c010cb153fcd68b8d0f64606f523f7619",
"reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619",
2017-11-26 19:35:29 +00:00
"shasum": ""
},
"require": {
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"php": ">=5.6"
2017-11-26 19:35:29 +00:00
},
"require-dev": {
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"phpunit/phpunit": "^8.5"
2017-11-26 19:35:29 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Looks up which function or method a line of code belongs to",
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
"support": {
"issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
"source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/1.0.2"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"time": "2020-11-30T08:15:22+00:00"
2015-03-16 18:45:33 +00:00
},
{
"name": "sebastian/comparator",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"version": "3.0.3",
2015-03-16 18:45:33 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"reference": "1071dfcef776a57013124ff35e1fc41ccd294758"
2015-03-16 18:45:33 +00:00
},
"dist": {
"type": "zip",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1071dfcef776a57013124ff35e1fc41ccd294758",
"reference": "1071dfcef776a57013124ff35e1fc41ccd294758",
2015-03-16 18:45:33 +00:00
"shasum": ""
},
"require": {
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"php": ">=7.1",
2019-06-22 09:25:04 +00:00
"sebastian/diff": "^3.0",
2018-10-03 18:17:57 +00:00
"sebastian/exporter": "^3.1"
2015-03-16 18:45:33 +00:00
},
"require-dev": {
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"phpunit/phpunit": "^8.5"
2015-03-16 18:45:33 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-06-22 09:25:04 +00:00
"dev-master": "3.0-dev"
2015-03-16 18:45:33 +00:00
}
},
"autoload": {
"classmap": [
"src/"
2015-03-16 18:45:33 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
2015-03-16 18:45:33 +00:00
],
"authors": [
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
2015-03-16 18:45:33 +00:00
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
2015-03-16 18:45:33 +00:00
}
],
"description": "Provides the functionality to compare PHP values for equality",
2018-10-03 18:17:57 +00:00
"homepage": "https://github.com/sebastianbergmann/comparator",
"keywords": [
"comparator",
"compare",
"equality"
],
"support": {
"issues": "https://github.com/sebastianbergmann/comparator/issues",
"source": "https://github.com/sebastianbergmann/comparator/tree/3.0.3"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"time": "2020-11-30T08:04:30+00:00"
2015-03-16 18:45:33 +00:00
},
{
"name": "sebastian/diff",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"version": "3.0.3",
2015-03-16 18:45:33 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211"
2015-03-16 18:45:33 +00:00
},
"dist": {
"type": "zip",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/14f72dd46eaf2f2293cbe79c93cc0bc43161a211",
"reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211",
2015-03-16 18:45:33 +00:00
"shasum": ""
},
"require": {
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"php": ">=7.1"
},
"require-dev": {
2019-06-22 09:25:04 +00:00
"phpunit/phpunit": "^7.5 || ^8.0",
"symfony/process": "^2 || ^3.3 || ^4"
2015-03-16 18:45:33 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-06-22 09:25:04 +00:00
"dev-master": "3.0-dev"
2015-03-16 18:45:33 +00:00
}
},
"autoload": {
"classmap": [
"src/"
2015-03-16 18:45:33 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
2015-03-16 18:45:33 +00:00
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
},
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
2015-03-16 18:45:33 +00:00
}
],
"description": "Diff implementation",
"homepage": "https://github.com/sebastianbergmann/diff",
"keywords": [
2019-06-22 09:25:04 +00:00
"diff",
"udiff",
"unidiff",
"unified diff"
],
"support": {
"issues": "https://github.com/sebastianbergmann/diff/issues",
"source": "https://github.com/sebastianbergmann/diff/tree/3.0.3"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"time": "2020-11-30T07:59:04+00:00"
2015-03-16 18:45:33 +00:00
},
{
"name": "sebastian/environment",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"version": "4.2.4",
2015-03-16 18:45:33 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0"
2015-03-16 18:45:33 +00:00
},
"dist": {
"type": "zip",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/d47bbbad83711771f167c72d4e3f25f7fcc1f8b0",
"reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0",
2015-03-16 18:45:33 +00:00
"shasum": ""
},
"require": {
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"php": ">=7.1"
},
"require-dev": {
2019-06-22 09:25:04 +00:00
"phpunit/phpunit": "^7.5"
},
"suggest": {
"ext-posix": "*"
2015-03-16 18:45:33 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-06-22 09:25:04 +00:00
"dev-master": "4.2-dev"
2015-03-16 18:45:33 +00:00
}
},
"autoload": {
"classmap": [
"src/"
2015-03-16 18:45:33 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
2015-03-16 18:45:33 +00:00
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2015-03-16 18:45:33 +00:00
}
],
"description": "Provides functionality to handle HHVM/PHP environments",
"homepage": "http://www.github.com/sebastianbergmann/environment",
"keywords": [
"Xdebug",
"environment",
"hhvm"
],
"support": {
"issues": "https://github.com/sebastianbergmann/environment/issues",
"source": "https://github.com/sebastianbergmann/environment/tree/4.2.4"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"time": "2020-11-30T07:53:42+00:00"
2015-03-16 18:45:33 +00:00
},
{
"name": "sebastian/exporter",
"version": "3.1.4",
2015-03-16 18:45:33 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
"reference": "0c32ea2e40dbf59de29f3b49bf375176ce7dd8db"
2015-03-16 18:45:33 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/0c32ea2e40dbf59de29f3b49bf375176ce7dd8db",
"reference": "0c32ea2e40dbf59de29f3b49bf375176ce7dd8db",
2015-03-16 18:45:33 +00:00
"shasum": ""
},
"require": {
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"php": ">=7.0",
2017-11-26 19:35:29 +00:00
"sebastian/recursion-context": "^3.0"
2015-03-16 18:45:33 +00:00
},
"require-dev": {
"ext-mbstring": "*",
"phpunit/phpunit": "^8.5"
2015-03-16 18:45:33 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-11-26 19:35:29 +00:00
"dev-master": "3.1.x-dev"
2015-03-16 18:45:33 +00:00
}
},
"autoload": {
"classmap": [
"src/"
2015-03-16 18:45:33 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
2015-03-16 18:45:33 +00:00
],
"authors": [
2019-08-20 09:55:15 +00:00
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
2015-03-16 18:45:33 +00:00
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
2015-03-16 18:45:33 +00:00
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
2019-08-20 09:55:15 +00:00
},
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
2015-03-16 18:45:33 +00:00
}
],
"description": "Provides the functionality to export PHP variables for visualization",
"homepage": "http://www.github.com/sebastianbergmann/exporter",
"keywords": [
"export",
"exporter"
],
"support": {
"issues": "https://github.com/sebastianbergmann/exporter/issues",
"source": "https://github.com/sebastianbergmann/exporter/tree/3.1.4"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2021-11-11T13:51:24+00:00"
2015-03-16 18:45:33 +00:00
},
{
"name": "sebastian/global-state",
"version": "3.0.2",
2015-03-16 18:45:33 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
"reference": "de036ec91d55d2a9e0db2ba975b512cdb1c23921"
2015-03-16 18:45:33 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/de036ec91d55d2a9e0db2ba975b512cdb1c23921",
"reference": "de036ec91d55d2a9e0db2ba975b512cdb1c23921",
2015-03-16 18:45:33 +00:00
"shasum": ""
},
"require": {
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"php": ">=7.2",
2019-06-22 09:25:04 +00:00
"sebastian/object-reflector": "^1.1.1",
"sebastian/recursion-context": "^3.0"
2015-03-16 18:45:33 +00:00
},
"require-dev": {
2019-06-22 09:25:04 +00:00
"ext-dom": "*",
"phpunit/phpunit": "^8.0"
},
"suggest": {
"ext-uopz": "*"
2015-03-16 18:45:33 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-06-22 09:25:04 +00:00
"dev-master": "3.0-dev"
2015-03-16 18:45:33 +00:00
}
},
"autoload": {
"classmap": [
"src/"
2015-03-16 18:45:33 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
2015-03-16 18:45:33 +00:00
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2015-03-16 18:45:33 +00:00
}
],
"description": "Snapshotting of global state",
"homepage": "http://www.github.com/sebastianbergmann/global-state",
"keywords": [
"global state"
],
"support": {
"issues": "https://github.com/sebastianbergmann/global-state/issues",
"source": "https://github.com/sebastianbergmann/global-state/tree/3.0.2"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2022-02-10T06:55:38+00:00"
2017-11-26 19:35:29 +00:00
},
{
"name": "sebastian/object-enumerator",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"version": "3.0.4",
2017-11-26 19:35:29 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2"
2017-11-26 19:35:29 +00:00
},
"dist": {
"type": "zip",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
"reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
2017-11-26 19:35:29 +00:00
"shasum": ""
},
"require": {
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"php": ">=7.0",
2017-11-26 19:35:29 +00:00
"sebastian/object-reflector": "^1.1.1",
"sebastian/recursion-context": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
"support": {
"issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
"source": "https://github.com/sebastianbergmann/object-enumerator/tree/3.0.4"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"time": "2020-11-30T07:40:27+00:00"
2017-11-26 19:35:29 +00:00
},
{
"name": "sebastian/object-reflector",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"version": "1.1.2",
2017-11-26 19:35:29 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-reflector.git",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d"
2017-11-26 19:35:29 +00:00
},
"dist": {
"type": "zip",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
"reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
2017-11-26 19:35:29 +00:00
"shasum": ""
},
"require": {
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"php": ">=7.0"
2017-11-26 19:35:29 +00:00
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Allows reflection of object attributes, including inherited and non-public ones",
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
"support": {
"issues": "https://github.com/sebastianbergmann/object-reflector/issues",
"source": "https://github.com/sebastianbergmann/object-reflector/tree/1.1.2"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"time": "2020-11-30T07:37:18+00:00"
2015-03-16 18:45:33 +00:00
},
{
"name": "sebastian/recursion-context",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"version": "3.0.1",
2015-03-16 18:45:33 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb"
2015-03-16 18:45:33 +00:00
},
"dist": {
"type": "zip",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/367dcba38d6e1977be014dc4b22f47a484dac7fb",
"reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb",
2015-03-16 18:45:33 +00:00
"shasum": ""
},
"require": {
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"php": ">=7.0"
2015-03-16 18:45:33 +00:00
},
"require-dev": {
2017-11-26 19:35:29 +00:00
"phpunit/phpunit": "^6.0"
2015-03-16 18:45:33 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-11-26 19:35:29 +00:00
"dev-master": "3.0.x-dev"
2015-03-16 18:45:33 +00:00
}
},
"autoload": {
"classmap": [
"src/"
2015-03-16 18:45:33 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
2015-03-16 18:45:33 +00:00
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
2015-03-16 18:45:33 +00:00
}
],
"description": "Provides functionality to recursively process PHP variables",
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
"support": {
"issues": "https://github.com/sebastianbergmann/recursion-context/issues",
"source": "https://github.com/sebastianbergmann/recursion-context/tree/3.0.1"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"time": "2020-11-30T07:34:24+00:00"
2017-11-26 19:35:29 +00:00
},
{
"name": "sebastian/resource-operations",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"version": "2.0.2",
2017-11-26 19:35:29 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/resource-operations.git",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3"
2017-11-26 19:35:29 +00:00
},
"dist": {
"type": "zip",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/31d35ca87926450c44eae7e2611d45a7a65ea8b3",
"reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3",
2017-11-26 19:35:29 +00:00
"shasum": ""
},
"require": {
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"php": ">=7.1"
2017-11-26 19:35:29 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-06-22 09:25:04 +00:00
"dev-master": "2.0-dev"
2017-11-26 19:35:29 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides a list of PHP built-in functions that operate on resources",
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
"support": {
"issues": "https://github.com/sebastianbergmann/resource-operations/issues",
"source": "https://github.com/sebastianbergmann/resource-operations/tree/2.0.2"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"time": "2020-11-30T07:30:19+00:00"
2019-06-22 09:25:04 +00:00
},
{
"name": "sebastian/type",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"version": "1.1.4",
2019-06-22 09:25:04 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/type.git",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"reference": "0150cfbc4495ed2df3872fb31b26781e4e077eb4"
2019-06-22 09:25:04 +00:00
},
"dist": {
"type": "zip",
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/0150cfbc4495ed2df3872fb31b26781e4e077eb4",
"reference": "0150cfbc4495ed2df3872fb31b26781e4e077eb4",
2019-06-22 09:25:04 +00:00
"shasum": ""
},
"require": {
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"php": ">=7.2"
2019-06-22 09:25:04 +00:00
},
"require-dev": {
"phpunit/phpunit": "^8.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2019-12-06 10:56:13 +00:00
"email": "sebastian@phpunit.de",
"role": "lead"
2019-06-22 09:25:04 +00:00
}
],
"description": "Collection of value objects that represent the types of the PHP type system",
"homepage": "https://github.com/sebastianbergmann/type",
"support": {
"issues": "https://github.com/sebastianbergmann/type/issues",
"source": "https://github.com/sebastianbergmann/type/tree/1.1.4"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
[4.0] Composer update (#31732) Package operations: 0 installs, 57 updates, 0 removals - Updating dealerdirect/phpcodesniffer-composer-installer (v0.7.0 => v0.7.1): Downloading (100%) - Updating joomla/archive (2.0.0-beta => 2.0.0-beta2): Loading from cache - Updating algo26-matthias/idna-convert (v3.0.4 => v3.0.5): Loading from cache - Updating phpmailer/phpmailer (v6.1.8 => v6.2.0): Loading from cache - Updating symfony/var-dumper (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/error-handler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/options-resolver (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/ldap (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/web-link (v5.1.8 => v5.2.1): Loading from cache - Updating symfony/yaml (v5.1.8 => v5.2.1): Downloading (100%) - Updating typo3/phar-stream-wrapper (v3.1.5 => v3.1.6): Downloading (100%) - Updating voku/portable-ascii (1.5.3 => 1.5.6): Downloading (100%) - Updating voku/portable-utf8 (5.4.47 => 5.4.51): Downloading (100%) - Updating wamania/php-stemmer (v2.1 => v2.1.1): Downloading (100%) - Updating maximebf/debugbar (v1.16.3 => v1.16.4): Downloading (100%) - Updating nyholm/psr7 (1.3.1 => 1.3.2): Downloading (100%) - Updating spomky-labs/base64url (v2.0.3 => v2.0.4): Downloading (100%) - Updating sebastian/type (1.1.3 => 1.1.4): Downloading (100%) - Updating sebastian/resource-operations (2.0.1 => 2.0.2): Downloading (100%) - Updating sebastian/recursion-context (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/object-reflector (1.1.1 => 1.1.2): Downloading (100%) - Updating sebastian/object-enumerator (3.0.3 => 3.0.4): Downloading (100%) - Updating sebastian/global-state (3.0.0 => 3.0.1): Downloading (100%) - Updating sebastian/exporter (3.1.2 => 3.1.3): Downloading (100%) - Updating sebastian/environment (4.2.3 => 4.2.4): Downloading (100%) - Updating sebastian/diff (3.0.2 => 3.0.3): Downloading (100%) - Updating sebastian/comparator (3.0.2 => 3.0.3): Downloading (100%) - Updating phpunit/php-timer (2.1.2 => 2.1.3): Loading from cache - Updating phpunit/php-file-iterator (2.0.2 => 2.0.3): Loading from cache - Updating sebastian/code-unit-reverse-lookup (1.0.1 => 1.0.2): Downloading (100%) - Updating phpunit/php-token-stream (3.1.1 => 3.1.2): Loading from cache - Updating phpunit/php-code-coverage (7.0.10 => 7.0.14): Loading from cache - Updating doctrine/instantiator (1.3.1 => 1.4.0): Downloading (100%) - Updating phpspec/prophecy (1.12.1 => 1.12.2): Downloading (100%) - Updating phar-io/version (2.0.1 => 3.0.4): Downloading (100%) - Updating phar-io/manifest (1.0.3 => 2.0.1): Downloading (100%) - Updating myclabs/deep-copy (1.10.1 => 1.10.2): Downloading (100%) - Updating phpunit/phpunit (8.5.9 => 8.5.13): Downloading (100%) - Updating symfony/stopwatch (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/process (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/finder (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/filesystem (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/string (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/console (v5.1.8 => v5.2.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.4 => 1.4.5): Downloading (100%) - Updating composer/semver (3.2.2 => 3.2.4): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.7 => v2.17.2): Downloading (100%) - Updating symfony/css-selector (v5.1.8 => v5.2.1): Downloading (100%) - Updating codeception/codeception (4.1.9 => 4.1.12): Downloading (100%) - Updating softcreatr/jsonpath (0.5.0 => 0.7.2): Loading from cache - Updating codeception/module-rest (1.2.5 => 1.2.7): Loading from cache - Updating php-webdriver/webdriver (1.8.3 => 1.9.0): Downloading (100%) - Updating codeception/module-webdriver (1.1.3 => 1.1.4): Downloading (100%) - Updating symfony/dom-crawler (v5.1.8 => v5.2.1): Downloading (100%) - Updating symfony/browser-kit (v5.1.8 => v5.2.1): Downloading (100%) - Updating joomla-projects/joomla-browser v4.0.0.x-dev (d5a1e28 => 679c0ce):
2020-12-22 08:47:42 +00:00
"time": "2020-11-30T07:25:11+00:00"
2015-03-16 18:45:33 +00:00
},
{
"name": "sebastian/version",
2017-11-26 19:35:29 +00:00
"version": "2.0.1",
2015-03-16 18:45:33 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/version.git",
2017-11-26 19:35:29 +00:00
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
2015-03-16 18:45:33 +00:00
},
"dist": {
"type": "zip",
2017-11-26 19:35:29 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
2015-03-16 18:45:33 +00:00
"shasum": ""
},
2017-11-26 19:35:29 +00:00
"require": {
"php": ">=5.6"
},
2015-03-16 18:45:33 +00:00
"type": "library",
2017-11-26 19:35:29 +00:00
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
2015-03-16 18:45:33 +00:00
"autoload": {
"classmap": [
"src/"
2015-03-16 18:45:33 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
2015-03-16 18:45:33 +00:00
],
"authors": [
{
"name": "Sebastian Bergmann",
2019-12-06 10:56:13 +00:00
"email": "sebastian@phpunit.de",
"role": "lead"
2015-03-16 18:45:33 +00:00
}
],
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
"support": {
"issues": "https://github.com/sebastianbergmann/version/issues",
"source": "https://github.com/sebastianbergmann/version/tree/master"
},
2017-11-26 19:35:29 +00:00
"time": "2016-10-03T07:35:21+00:00"
2015-03-16 18:45:33 +00:00
},
{
"name": "softcreatr/jsonpath",
"version": "0.7.5",
"source": {
"type": "git",
"url": "https://github.com/SoftCreatR/JSONPath.git",
"reference": "008569bf80aa3584834f7890781576bc7b65afa7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/SoftCreatR/JSONPath/zipball/008569bf80aa3584834f7890781576bc7b65afa7",
"reference": "008569bf80aa3584834f7890781576bc7b65afa7",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": ">=7.1"
},
"replace": {
"flow/jsonpath": "*"
},
"require-dev": {
"phpunit/phpunit": ">=7.0",
"roave/security-advisories": "dev-master",
"squizlabs/php_codesniffer": "^3.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Flow\\JSONPath\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Stephen Frank",
"email": "stephen@flowsa.com",
"homepage": "https://prismaticbytes.com",
"role": "Developer"
},
{
"name": "Sascha Greuel",
"email": "hello@1-2.dev",
"homepage": "http://1-2.dev",
"role": "Developer"
}
],
"description": "JSONPath implementation for parsing, searching and flattening arrays",
"support": {
"email": "hello@1-2.dev",
"forum": "https://github.com/SoftCreatR/JSONPath/discussions",
"issues": "https://github.com/SoftCreatR/JSONPath/issues",
"source": "https://github.com/SoftCreatR/JSONPath"
},
"funding": [
{
"url": "https://github.com/softcreatr",
"type": "github"
}
],
"time": "2021-06-02T22:15:26+00:00"
},
{
"name": "squizlabs/php_codesniffer",
"version": "3.6.2",
"source": {
"type": "git",
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
"reference": "5e4e71592f69da17871dba6e80dd51bce74a351a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/5e4e71592f69da17871dba6e80dd51bce74a351a",
"reference": "5e4e71592f69da17871dba6e80dd51bce74a351a",
"shasum": ""
},
"require": {
"ext-simplexml": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
},
"bin": [
"bin/phpcs",
"bin/phpcbf"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Greg Sherwood",
"role": "lead"
}
],
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
"homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
"keywords": [
"phpcs",
"standards"
],
"support": {
"issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
"source": "https://github.com/squizlabs/PHP_CodeSniffer",
"wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
},
"time": "2021-12-12T21:44:58+00:00"
},
2015-03-16 18:45:33 +00:00
{
"name": "symfony/browser-kit",
"version": "v5.4.3",
2015-03-16 18:45:33 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/browser-kit.git",
"reference": "18e73179c6a33d520de1b644941eba108dd811ad"
2015-03-16 18:45:33 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/18e73179c6a33d520de1b644941eba108dd811ad",
"reference": "18e73179c6a33d520de1b644941eba108dd811ad",
2015-03-16 18:45:33 +00:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/dom-crawler": "^4.4|^5.0|^6.0",
"symfony/polyfill-php80": "^1.16"
},
"require-dev": {
"symfony/css-selector": "^4.4|^5.0|^6.0",
"symfony/http-client": "^4.4|^5.0|^6.0",
"symfony/mime": "^4.4|^5.0|^6.0",
"symfony/process": "^4.4|^5.0|^6.0"
},
"suggest": {
"symfony/process": ""
},
2015-03-16 18:45:33 +00:00
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\BrowserKit\\": ""
},
"exclude-from-classmap": [
"/Tests/"
2015-03-16 18:45:33 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2015-03-16 18:45:33 +00:00
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2015-03-16 18:45:33 +00:00
}
],
2021-04-23 07:34:06 +00:00
"description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/browser-kit/tree/v5.4.3"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2022-01-02T09:53:40+00:00"
},
{
"name": "symfony/css-selector",
"version": "v5.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
"reference": "b0a190285cd95cb019237851205b8140ef6e368e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/b0a190285cd95cb019237851205b8140ef6e368e",
"reference": "b0a190285cd95cb019237851205b8140ef6e368e",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-php80": "^1.16"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\CssSelector\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Jean-François Simon",
"email": "jeanfrancois.simon@sensiolabs.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-04-23 07:34:06 +00:00
"description": "Converts CSS selectors to XPath expressions",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/css-selector/tree/v5.4.3"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2022-01-02T09:53:40+00:00"
[4.0] Merge staging (#12622) * added show/hide introtext parameter to mod_articles_news * added <?php if (!$params->get('intro_only')) : ?> back again since it might be a B/C setting/parameter * added tabs in code * Update mod_articles_news.xml * Update _item.php * corrected typo from last merge * changed label and description * Add JHtmlBootstrap for front-end editing. Fixes #11562 * Implementing Menu Items modals (New feature) * Wrong class for chosen (#11820) * 3.7.0: Using the new modal_menu field in various core places (#11694) * Using the new modal_menu field in various core places * Simplifying clearField * Simplify conditional * Parenthesis replaced by mdash * Using modal_category field in various core locations * 3.7.0: New Feature=>editor-xtd to insert menu items links in content (#11721) * 3.7.0: New Feature=>editor-xtd to insert menu items links in content * correcting some errors * quoting for sql azure * one more * Changed icon + lang constants * Chosen upgrade. Fixes #11779 Squashed commit of the following: commit 48051c7bf2792fb64cbe10046ada196fc9d233b8 Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 25 14:31:04 2016 +0100 css change only commit 90a89fddf8e70d036b3779022a1477dc632f78ba Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 25 14:28:58 2016 +0100 Revert "css fix thanks @C-Lodder" This reverts commit f7320cfb331e018b179c9356b642dac330f55c22. commit f7320cfb331e018b179c9356b642dac330f55c22 Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 25 14:09:03 2016 +0100 css fix thanks @C-Lodder commit 42c9de38e90c6a1ad48def219b65a0cc77159933 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 18:10:33 2016 +0100 fix permissions commit b8fdd34d3e5678bbe8cd568e1b32ec951ac18421 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 18:07:53 2016 +0100 add minified version of js commit 0ef056d06609cab17b272aa7c37da4b0521199b6 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:59:55 2016 +0100 add documented js hacks commit c68c275bfa9f87f287ac394baa7de65d32565c14 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:48:01 2016 +0100 add comment block commit 983dbf5a561b25aeef9f8d2658edc58e352da780 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:08:47 2016 +0100 rename liszt: chosen: commit 8caad7361bdddc25ae81912892061dd1b04f759f Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:07:47 2016 +0100 Revert "rename liszt: chosen: and add JUI hacks" This reverts commit 86116716d6ff7ba307621de3b0e1fdc8f90bc2b1. commit 86116716d6ff7ba307621de3b0e1fdc8f90bc2b1 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 17:06:21 2016 +0100 rename liszt: chosen: and add JUI hacks commit 535bea0c37a7bb6667a09fe39e3e99153e3b0bad Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:45:14 2016 +0100 replace chosen: with liszt: commit 2686df5323907e9a394a2a8279a45667ecda89d3 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:43:35 2016 +0100 replace _chosen with _chzn commit 691be65de111d1e6fb25e06a6037981ec13514bd Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:42:49 2016 +0100 replace chosen- with chzn- commit 863b5f9ec87e4702e6c70b5d9c8d705608cb2e5c Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:37:20 2016 +0100 update js with original version commit 537735c2a46513daac39fed29fe32c65e415c859 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:36:19 2016 +0100 remove min js commit e7395625704664bea75cd342757480ba7b6a7b62 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:35:21 2016 +0100 replace chosen- with chzn- commit db8243160065d8f26b606bcfb436dad8e8db929f Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:33:46 2016 +0100 update css file with original version commit 24a955be243ff8a42da38b1c98a07149e7cd86c0 Author: Brian Teeman <brian@teeman.net> Date: Wed Aug 24 16:29:34 2016 +0100 update sprites commit 4856d5e0be4ad0152dda452b6d0a5669fac1c4b1 Merge: 4ddd833 f10ab35 Author: Brian Teeman <brian@teeman.net> Date: Tue Aug 23 16:23:34 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 4ddd833e3d370ae9accc2ddb57a16e4302eb5981 Merge: b5ffa27 8258906 Author: Brian Teeman <brian@teeman.net> Date: Mon Aug 22 10:30:58 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit b5ffa2745a6e8f32e87963dbe234f25b7882ace5 Merge: 24e6c45 e80e319 Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 21 17:45:45 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 24e6c45f87dd15bb58d4968df31024f1b79dd01f Merge: 962b424 c1b0295 Author: Brian Teeman <brian@teeman.net> Date: Fri Aug 19 21:08:30 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 962b424dc0edaed79581179c769951e4944ff465 Merge: 14f5b1c 4c539c4 Author: Brian Teeman <brian@teeman.net> Date: Thu Aug 18 12:06:49 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 14f5b1caf6a37ad396fab2c860450688f76142a2 Merge: 2baa00b edb70c2 Author: Brian Teeman <brian@teeman.net> Date: Mon Aug 15 10:06:07 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 2baa00b27295ad037e22685e9e3c73097e9ce5d7 Merge: 97d1fb7 f827dfc Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 14 22:38:02 2016 +0100 Merge branch 'staging' of https://github.com/joomla/joomla-cms into staging commit 97d1fb7fce493acbfccaf1ffde30cd05a5d3f04a Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 14 16:28:13 2016 +0100 Revert "toolbar" This reverts commit 8f995f199efdfe8668c5f6d7f28a733076f89383. commit 8f995f199efdfe8668c5f6d7f28a733076f89383 Author: Brian Teeman <brian@teeman.net> Date: Sun Aug 14 16:27:57 2016 +0100 toolbar * Two search modules on same page: Invalid HTML. (#11229) * Add postfix for unique id ($module->id) * Respect postfixes for unique id in mod_search * Reduce use of JFactory::getConfig() where practical * Allow registering callback functions for the debug console. Fixes #11700 * Allow adding script options without inline JavaScript. Fixes #11671 * Adding "category on fly" functionality when create/edit contact. Fixes #11354 * New method for retrieving the strings from the store. Fixes #11692 * [html5] Hathor administrator template. Fixes #10634 * [Optimize] Generate thumbnail image method to avoid pixelated error in thumbnails. Fixes #7919 * Fix since tag * Normalise Block this User button styling. Fixes #11421 * [html5] System administrator template. Fixes #10638 * URL checking improved in com_wrapper. Fixes #4670 When adding the scheme to an URL use correct scheme (http or https) and port. Checking for "http" or "https" via strstr() in the URL matched also these strings embedded in the URL (e.g. in /static/http/index.html), due to that checks changed to strpos(). * Update en-GB.com_users.ini (#11909) * Templates are in the scope of JDocument. Fixes #10847 * Small review/cleanup in JHtml. Fixes #10771 * Fix form field unit tests. Fixes #11910 Fixes #11413 * Improvements to article modals (with Create Article button). Fixes #11830 * [com_content] - Allow captcha when submit article. Fixes #10976 * Proxy JData to the Framework. Fixes #11588 * [newsfeed modal field] Adds Create News Feed button and other improvements. Fixes #11862 * Allow force refreshing the cache when getting fields in JTable. Fixes #11046 * Allow a custom page title to be defined for an article without a menu item. Fixes #10838 * Code review on com_content component. Fixes #10851 * [category modal field] Adds Create Category button and other improvements. Fixes #11857 * Joomla.JText uses scriptOptions 'joomla.jtext'. Fixes #11690 * Remove legacy frame breaking js code. Fixes #11679 * [contact modal field] Adds Create Contact button and other improvements. Fixes #11858 * Support collection of custom stats in admin stats module. Fixes #10870 * Use intro_image in newsfeed. Fixes #11402 * [com_tags] - Add count and link to tagged items. Fixes #10895 * Allow the vote plugin's position to be configured. Fixes #11375 * Return a 403 status code instead of a 404 for a not accessible category. Fixes #11624 * Add Sort by Modified Date in the Module mod_articles_news (#11128) * Update mod_articles_news.xml At present the sorting by date has the options to sort the articles by Published Up date and Created Date. Adding another sort option to sort the articles by the Modified Date has been added. This addition would be of help to list the articles that are modified recently. * Update en-GB.mod_articles_news.ini Added the following language string that would be used in the xml file of the module mod_articles_news. MOD_ARTICLES_NEWS_FIELD_ORDERING_MODIFIED_DATE="Modified Date" * Update mod_articles_news.xml The value a.modified has been added to the Direction * Cleanup deprecated unused files. Fixes #11762 * Add Polyfill js for legacy browsers (adds events and classlist polyfills). Fixes #11686 * [com_content] Add icons layout. Fixes #10423 * [3.7.x] Fixes issues with the category article view after #11624 (#11943) * Update category.php * Update category.php * Fixing missing getItems in mock JMenu for (routing) unittests. Fixes #11936 * Enable caching of menu data in JMenuSite (#10797) * Enable caching of menu data in JMenuSite * Use a lambda function for the query instead * Add Microseconds to JDate('now') (#11890) * Update date.php * Update date.php * cleaner code * simplify * Update date.php * Router options (#11962) * Router options * switch sentences * [unit tests] Just need to check one microsecond now (3.7.x Branch) (#11966) * Update JHtmlDateTest.php * Update JFactoryTest.php * Fix button classes (#11971) * Fix javascript tests (#11993) * fix javascript tests * typo * change the order to test Joomla.optionsStorage = null * ordering again * Add chosen to module order field (#11992) * remove crap, add chosen * s * New Routing: Fix category routing without menu items * [category item modal field] Apply on more fields for categories. Fixes #11920 * Patch #6712 - FieldCheckbox attribute default (#6794) * Patch 6712 - FieldCheckbox attribute default Checkbox field does not allow defining a value without being checked #6712 * fix code style * Added a clean line Added a clean line befor the if @zero-24 * IS (list views) - Replace html/pagination.php::pagination_list_footer() by JLayouts. Fixes #11246 * Fix no menu item pages giving wrong links (#12020) * Fix routing for non-sef menu items with Modern Routing (#12021) * Phase out JString calls in libraries (#12058) * Admin app - JString -> StringHelper (#12056) * Site app & Plugins - JString -> StringHelper (#12057) * New Feature, Multilanguage: Add the possibility of displaying associations in article info and in articles list. Replaces #11935 (#12042) * Replaces * Modifying to fit Thomas proposal * modifying fetching flags param * adding showon + some * [JAccess] Improve ACL asset preloading performance/memory consumption (#12028) * improve component asset preload speed * Update user.php * Update access.php * Update access.php * Update access.php * Update access.php * not convinced yet, but revert changes in juser * make sure that components are always preloaded * only a logged users (with user id) can be root. * [com_content] - add articles ordering by votes, ratings (#11225) * Add setDocumentTitle() function in JViewLegacy (#11399) * setDocumentTitle() function in JViewLegacy * PHPCS * set new counts too center * fir for #11225 * There is no need for the extra spaces at the end of the line :) * fix typo fixed typo * allow to hide session too in plugin system debug * deprecate keychain for 3.0 * deprecate fof * deprecate fof * Update include.php * deprecate old ciphers * Fix Travis error in keychain (#12157) * fix travis * space * Allow JHtmlDate::relative to set a custom format (#12164) * Updated installation language files. * Fix typo in cache memcached storage (#12150) * div doesn't support type=button (#12131) * JFile - error fix "Cannot pass parameter 2 by reference" (#11952) * Fix of an error "Only variables should be passed by reference" If you pass a string to methods ````append```` or ````write````, you will have an error ````Only variables should be passed by reference```` * Update file.php * Update file.php * Custom calendar is not applied to version history preview and compare dates (#12138) * Custom calendar is not applied to version history preview and compare * simplify code. Thanks Thomas. * Update preview.php * Update compare.php * Update MediaElement.js to 2.23.0 (#11981) * Allow JHtmlDate::relative to set a custom format * Add doc block comment * Proposed onAfterRenderModules event in modules rendering (#10113) * Updated pull request #3105 to latest stage (2016-04-24) inclusive unit test * CS fix * Update JDocumentRendererHtmlModulesTest.php * fix expected value for the unit test in #10113 a unit test was added but failed, this is a fix * Deprecate web router classes * Localise the format for the calendar formfield (#12102) * Localise the format for the calendar formfield * Adding comment * Support all formats * Label - Mass Mail Users v2 (#12084) * Added optional suffix text to Mass Mail Form page (#12078) * Add Unpublished Content Language on Language Package Install (#11867) * initial commit * Update language.php * Update en-GB.lib_joomla.ini * Update en-GB.lib_joomla.ini * ups * Update language.php * Update language.php * Update language.php * change native to $siteLanguageManifest['name'] * allow to install published content languages on install 1 * allow to install published content languages on install 2 * solve remaining issues * cs * fix language names and simplify * cs * improve code and deprecate unneed code * fix title issues (as possible with current xml scenario) * remove non existent metadata values * shoudl not be row, it should be tableLanguage * don't fallback to en-GB native title * tinyMCE use document "scriptoptions", and allow to override tinyMCE Javascript parameters (#11157) * tinymce initialization, use addScriptOptions and tinymce-init.js * Finalize tinymce-init.js * Small improve for code duplication * Allow multiple editors with diferent options * Setup default options for the editor script only once * Minified version of tinymce-init * code style * Improve a bit * Reply to email (#11015) * Reply to email * Reply to email: configuration file chnages resolved * #11015 Reply to email: suggested changes fixed * Media form field bootstrapped with static preview (#10889) * Bootstrap popup with mootols compatibility * restore static preview * 💩 * 😡 * fixes - Delete extra </div> - Move preview under the input field - respect landscape/portrait images * typo * Utilise unionAll element in the select query, previously it was always being ignored. (#10817) Rearrange union > unionAll > order to render a valid query when all these three are used together in a query. Fix return type in method doc blocks. Update test case for the JDatabaseQuery::toString method to test all the element for select query. * Introduce new method isClient($identifier) in JApplicationCms class (#8971) * Introduce new method isClient($identifier) in JApplicationCms class as a substitute for isSite and isAdmin methods. Hence, remove usage of descendant class reference in the JApplication (legacy) and JApplicationCms for better OO structure and support more extensibility. * Added unit tests for JApplicationCms::isClient($identifier); * Fix, null == 0 passes. Avoiding strict check to allow use of '0' or '1' as string as well as integer. * Removed support for integer argument which matched client_id as discussed with @mbabker, thanks. * fix com_finder regression (#12236) * Core.js AJAX method (#11585) * Core.js even listeners * Core.js: method for ajax requests * Code style * Some example and minified version * Core.js even listeners, use IE fallback * Core.js remove even listeners fallback * 370: solving #11225 merge regression (#12238) * 3.7.x: Porting #11225 to beez (#12240) * Move keepalive to external js (#8545) * Keepalive with data attributes * cs * cs * cs empty line * Not seconds ... * object * No double entities We have to use JRoute without xhtml or else the admin keep alive URL get double entities `&amp;amp;?` * From chocolate to vanilla ... Works with vanilla js! Works if onload event is already fired when script is executed. This way the js file can be loaded on render, asyncronous or deferered to after the onload event. Should be cross-browser compatible. * improvements * cs * default options, move to jui folder, asynchronous loading * simple correct to work with new script attributes PR (11289). Adds auto version hash. * update to match #11289 JHtml script behaviour * use __DEPLOY_VERSION__ * cs and simplify * Update behavior.php * Update keepalive.js * Update keepalive.min.js * Update keepalive.js * Update keepalive.min.js * fix conflicts 1 * use new addScriptOptions and Joomla.request methods * fix unit tests * fix last unit test * [menu item modal field] Adds Create Menu Item button and other improvements (3.7.x branch) (#11916) * Update modal.php * Update edit.php * Update view.html.php * Update item_alias.xml * Update default.xml * Update logout.xml * Update mod_login.xml * Update mod_login.xml * Update mod_menu.xml * Update item.php * Update menu.php * Update menu.php * Update en-GB.com_menus.ini * minor cs * corrections * solve no item text issue * New show_info option (hide/show) in com_contact and some minor changes (#8607) * several improvments * lang changes * minor changes * fix conflicts * fix conflicts 2 * revert * fix conflicts final * [3.7.x] Lets use the correct API to get this string translated (com_postinstall) (#12247) * add files joomla * lets make the languagestring checker happy * cs * add missing string (#12246) * fix missing string (#12245) * Deprecate MooTools based helpers (#12268) * Deprecate MooTools based helpers * PHPCS sucks... * fix redirect plugin messages (#12280) * remove dublicate message (#12279) * Allow users to share sessions between apps (#12068) * Allow users to share sessions between apps * Address all metadata related stuff * warning (#12285) merged on review * [3.7.x] Fix Regression #12277: language selector blocked on edit when there are no associations (multilanguage) (#12283) * category edit: check if there are associations * contact edit: check if there are associations * articles edit: check if there are associations * menus edit: check if there are associations * newsfeed edit: check if there are associations * Admin - Simplify instantiation of Registry (#12270) * [j3.7] New Feature Contact editor-xtd plugin (#12252) * New editor-xtd contact plugin * docs * update sql * add contact icon * prevent loading in com_banners where it is useless * Installation sql * correct installation * extra line feed * __DEPLOY_VERSION__ * __DEPLOY_VERSION__ * com_admin script * Update contact.php * Update contact.php * Update contact.php * Update contact.xml * Update en-GB.plg_editors-xtd_contact.sys.ini * Update en-GB.plg_editors-xtd_contact.ini * Update 3.7.0-2016-10-01.sql * Update 3.7.0-2016-10-01.sql * Update 3.7.0-2016-10-01.sql * Routing: Remove IDs from SEF URLs (#11320) Also fixes various bugs in the new router * Run SEF plugin also when SEF URLs are not enabled (#11035) * remove menu button * Update note.xml * string, not array * Redo Isis flat repaint (Closes #11832) (#12319) * Isis flat repaint - Initial commit * Tags field refinement * Fixed field height inconsistency * RTL support added * Minor fixes * Installation flat repaint * Revert install flat repaint * Chzn flat styling separated to chzn-override.less * Missing the in language string * TinyMCE xtd-button close (again, really) and drop jquery (#12324) * drop jquery, fix jModalClose() * classList polyfill not needed here * window.width (seriously?), merge options * use Joomla.extend() * my bad * IE<9 * Add attribs to the script tag, add version to JHtml script methods and deprecate MD5SUM (alternative to 8540) (#11289) * new method to add attrbibs to the script tag * corrections * defaultJsMimes * add deprecated comment * travis * further simplify * remove extra space * forgot to convert mime to type * add UTF-8, ENT_COMPAT to htmlspecialchars (like previous done in all other places) * cs line size fix * better coding * small typo * elseif * deprecate MD5SUM and don't allow two version hashes * add JLog deprected warnings for new method signatures * cs line size * fix conflicts 1 * fix conflicts 2 * refactor JHtml script method signature * deprecate addScriptVersion add options for version and conditional statements * Update head.php * cs * cs fix * Change all self::getMd5Version to static::getMd5Version * has changed * has changed * fix conflicts - part one * fix conflicts * correct unit test * [3.7] Readme updates (#12387) * [languages] Organize and new metadata (Native language and calendar type) (#12036) * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * Update en-GB.xml * fix unit tests * add to install.xml in unit tests * correct unit tests * remove extra tab * ident with tabs, not spaces! * installation should have en-GB in name * en-GB ... * correct db jos_languages csv stub also * add missing pkg_en-GB extension to extension stub and correct language extension names * correct sql files * correct sql files * correct sql files * add en-GB, instead of UK, to batch test * correct JTableLanguageTest::testStore * Update install.xml * Update install.xml * same replacements in test stub * Update en-GB.com_languages.ini * correct last unit test * Update en-GB.xml * Update JLanguageTest.php * Update en-GB.xml * Update en-GB.xml * use the new nativeName is exists * Make language flags in backend optional (#12051) * Allow to select none image in language * admin menu module: fall back to a label if no image is selected or image doesn't exist * "Default" buttons in template styles and menuitems list views * remove unneeded variable * Remove empty flag span * Show language code instead of flag in associations tooltip if no image is selected * show language label instead of flag if no images is assigned * Adjust Hathor overrides * Codestyle fixes * Missed contact JHtmlContact::association() * Use a popover for the association tooltips * Taking care of mod_languages * Fix flag preview * show sef in module assignments. * Fixing frontend Associations * Fixing menu assignment modal * a e * a i * a o * a u * a a - javascript * js * Replace uses of JRegistry * Simplify instantiation of Registry objects * [3.7] Isis Flat Repaint - Minor Fixes (#12349) * Removed text shadow * Remove text-shadow * Modal save mouseover fix * Changed to individual removal of text-shadow * sidebar-nav margin fix * Fix hover color on all BS btn * Re-align permissions chzn * Show configured upload limit when uploading files (redo of #11255) (#12396) * * Show configured upload limit when uploading installer package. Otherwise when uploading a larger file than the configured limit, the page reloads without any information about what went wrong. * Show upload limits for file input everywhere. Refactor the calculation part to JUtility class. * Honour template manager configuration to display upload size limit * In Hathor: Honour template manager configuration to display upload size limit * Add deprecated message that in 4.0 the html5 property will be default true (#12430) * Will be replaced by $html5 and the default value will be true. * Update html.php * CodeMirror 5.19 (#12300) * corrections/improvements (#12429) * Fixing notice for non-existing views (#12434) * [3.7.x] Admin login language field fix (#12442) * Admin login lang fix * Admin login lang field alignment * New xtd_contact lang files missing in install.xml (#12452) * Make more use of the autoloader (#12060) * Fix error in mergeHeadData method for html document (#12013) * Extend test for document html links * Fix mergeHeadData method for html document->_links * correct table html errors (#12129) * [users list modal] ismoo parameter need to still exist after form submit (solve #12122) (#12137) * ismoo parameter need to exist after form submit * int * default to 1 * Replaced rand() with mt_rand() projectwide (#12169) * Replaced rand() with mt_rand() projectwide * session package is from the framework so we need to revert that change at this point * fof is an external lib so we need to revert that change at this point * fof is an external lib so we need to revert that change at this point * Use global as default option (#12186) * Solving 12214 Plugin tooltip (#12215) * JLayoutFile wrong type hint (#12231) * JLayoutFile wrong type hint * CS * CS / Review for the editor plugins (#12260) * cs review for the editor plugin * cs * Update image.php * Call to undefined method stdClass::get() * use the warning and error (#12265) * error not notice (#12273) * Remove deprecated function (#12296) * Minor language string change for com_contact (#12339) * Redo Isis flat repaint Installation (Closes #11917) (#12342) * Installation flat repaint - Initial commit * Install flat repaint - Initial commit * Add missing period (#12356) * Change language string (#12364) * Allow loading plugin language strings from extension folder (#12403) * some cs changes after #12396 (#12431) * [3.7.x] Update js polyfills to 3.13.0 (#12513) * Update polyfill.event-uncompressed.js * Update polyfill.event.js * update classlist polyfill * Update polyfill.classlist.js * minor changes * minor changes in doc block * move jquery to template (#12521) * fixing typo in the comment (#12523) Just a small typo in the comment. * Update CREDITS (#12534) * Update CREDITS Removing old content that has been moved to a dedicated page on the Joomla! Documentation and adding a link to new contributors page on GitHub. * Update CREDITS * Updated installation language files * 2fa handeling for mcrypt and openssl (#12497) * handeling for mcrypt and openssl * Language changes suggested bei Brian * Prepare 3.6.4 Stable Release * Mark _autoload function as public and not private. (#12478) * Mark _autoload function public. * whitespace was hanging out * Revert _load to private * issing language strings in frontend lib.joomla.ini (#12468) * forum link to https (#12467) * [a11y] Protostar back to top (#12446) * [a11y] Protostar - back to top link * Oops Andre was right * add anchor for non-js enabled browsers * [3.7.x] Convert installation template to html5 (also move inline scripts to js) (#12444) * convert to html5, use the api for inline scripts * stupid mistake * ok let's remove all that inline js ... * Fix early exit from foreach in JForm::removeGroup (#11856) * Fix early exit from foreach in JForm::removeGroup The method is supposed to remove all instances of <fields> element but it exits the loop on first iteration only. Looks like a quick copy-paste from removeField may have caused this. * Never returns false * keepalive for editing forms (#12163) * Remove retina 2x sprite (#12528) * Set a proper default value for getParams always (#12463) * Correct spelling (#12564) * Remove JFilter mock (#12484) We don't need JFilter hanging out in the JInstaller Adapter tests * Stop allowing failures on PHP 7.1 (#12599) * Improvements in the Associations Edit Workflow (#12344) * changes in model preprocessForm to allow all associations fields to be dumped * adjustement * there is no need to block the language field now * simplify association tab in the templates files * let's make the layout more dynamic * add the js behaviours * solve one of strange bug ... * improvements and allow associations on create * correct language string * render a warning message * solve categoies issue * add new language methods getContentLanguages and getInstalledLanguages * let's now load all content languages, including the unpublished ones * correct label for bug in categories modal field! all other model fields have this * ups correction in js * default pivot is language code * doc blocks corrections * cs * language correction thanks brian * fix conflicts final * When $this->cursor is false, throw an Exception (#12359) A call to pg_result_error_field() when $this->cursor is false from a query failing will result in an error `pg_result_error_field() expects parameter 1 to be resource, boolean given` Try to get a valid error message and throw a JDatabaseExceptionExecuting Exception * Implement a check / notification for an invalid or missing access file (#12608) * Implement a check / notification for an invalid or missing access file * Add language string for invalid or missing access file notification * Add language string for invalid or missing access file notification * Reduce log message as suggested by mbabker * Reduce log message for #12608 as suggested by mbabker * Reduce log message for #12608 as suggested by mbabker * Change string to match actual translation text * Grid within well changed to row-fluid (#11995) * update doc block (#12569) * Folder icons in front end (#12551) * Add folder size to protostar .less * compiled protostar * rename folder value (#12579) * [3.7.x] Regression Hathor modules and users manager (#12412) * Native language (adjustments after 12036 merge) (#12394) * restore native language * remvoe space * correct * simplify * improve code * ups * native language in unit test too * Add detachObserver (#11037) * Add detachObserver Adds ability to detach observers * Simple CS fix * 3.6.4 Sample data: Escape quota in json data (#12501) * [fix] new extensions not installed on already existing packages (#12545) * $menu->params is already a Registry object. (#12557) * Overridden strings in both back-end and front-end (#12576) * [imp] remove hardcoded published column (#12585) * Fix JUri path in language filter plugin (#12600) * Custom fields (#11833) * Update gallery.xml * Update fields.php * Update internal.php * Update field.php * Update dprules.php * Update section.php * Update base.php * Update view.html.php * Update view.html.php * Update render.php * Update modal_article.php * Update sql.php * Update fields.php * Remove commented debug code * Update fields.php * #14 fixed Joomla Coding Standards and added function dock blocks code * #14 fixed Joomla Conding Standards and added function dock blocks * #14 Fixed class dock block mistake * we did not require this any more * #14 fixed Joomla Coding Standards and added function dock block in helper file at back-end * #14 Fixed only Joomla Coding Standards in FieldsHelper file * #14 removed where function, added dock blocks and fixed dock bocks coding standards errors * #14 formatted as the function doc blocks * #14 formatted as the function doc blocks * Check the active menu correct Closes #72 * Move the label field to the options tab Closes #22 * Label has it's own field and must not stay in params Regression from #22 * Backport from Digital-Peak/DPFields#32 * Fix the save and copy action Closes #37 * Store data on reload Closes #76 * Don't add always the All language to the query Closes #38 * Count the items in the category manager from com_fields Closes #61 * Corrected colspan when fields are assigned to a language * #14 fixed conflict * Don't save the All category Closes #19 * Minor language updates * Fix "Show On" tooltip's description The tooltip's description for the 'Show On' field is not showing because it is currently looking for the label. * Don't hardcode com_content.article Closes #80 * Load the types form when the data is an array * Create the links correct for the count item feature Closes #82 * Show the value from com_fields instead of the the users helper Closes #81 * Set the language correct on the fields cache Closes #47 * Removed string conversion error Closes #47 * Changed links to 3.7 * Remove legacy DPFields code * Get data from state correctly * Add joins to the com_fields in search plugin (#83) Add joins to com_fields in the content search plugin * Add new core rule core.edit.value (#75) * Add 'onFieldBeforePrepare' and 'onFieldAfterPrepare' events * Rename "Field Category" to "Field Group" Closes #91 * Add option to disable custom fields per component Closes #87 * Use select box to define the images directory Closes #97 * Truncate correctly Closes #101 * Change description field to plain textarea Closes #94 CLoses #99 * Parameters are more clear and improved comment Adapted change from https://github.com/joomla/joomla-cms/pull/10722/commits/32c9048b88383ba6028743a48517176952d9a574 * onFieldBeforePrepare and onFieldAfterPrepare events now triggered even when custom field value is empty * Cast before access * Create params even when they are empty * Add com_fields menu entries on back end Closes #109 * Extract the context correctly Closes #112 * Add custom fields for contact * Add inline group create Closes #114 * Add simple context mapping Closes #117 * Dont assign a not existing category when a field is saved with no catid * Rename string with group and not category Closes #124 * Category strings should be named Field Groups Closes #126 * Show the fields on the blog listing Closes #108 * Installer crashes somehow Closes #132 * Merge the types set up into JFormField (#104) * Merge field types into JFormFields * Converting the rest of the fields * Merge DP Field Rendering with Joomla Form Fields * Remove the gallery scripts * Rename the interface to JFormDomfieldinterface for auto loading * Add article field as demo how a component can add fields * Removing mustache, will be replaced later with a new parser See #12 for the discussion * Fixing composer setup, reverting to 3.6.x branch * Fixing code style errors Closes #14 * Rename upgrade file to 3.7 * Strip slashes from description Related to #139 * Removing Simplepie from the database installer script Reverts 8381e46758d18c6286fde35c52b1a2a475d7d0df See comments for more information * Show field group description in form Closes #139 * List field changed key to value and value to name Closes #121 * Use the first category as field filter when creating an article Closes #144 * Dont show a user field on the front end Closes #149 * Add always the fields path when adding the custom fields Closes #150 * Added hint (placeholder) option Closes #151 * Correct redirect after checkin action Closes #154 * Check for group access levels when getting the fields (#153) * Consider field group state Closes #155 * Added missing language strings Closes #129 * JArrayHelper => ArrayHelper * reduce model method (#160) * Fixing permission inheritance to edit the value of a field in the form (#157) * Correct path for parameters folder when not in Joomla libraries * Type selection (#162) Closes #134 * Display class attributes (#143) * User home (#161) * Add home parameter to media field * Correct path for paramneters folder when not in Joomla libraries * Fixing code style errors * Add new context for com_contact for contact form fields (#115) * Add new context for com_contact for contact form fields * Prepare the value on com_contact mail * Fixing travis code style errors * Use the correct variable name Closes #163 * Show the all label when no category is assigned Closes #165 * Don't set 0 as default hint when not present Closes #166 * Fix Sniffer Whitespace errors * Fix Sniffer Whitespace errors (#167) * Cleanup field model * Support fields plugins * Add gallery plugin * Moved since tag to 3.7 * Some brushup * Update controller.php * Update field.php * Update fields.php * Update controller.php * Update fields.php * Update internal.php * Update fields.php * Update fields.xml * Update field.php * Update fields.php * Update type.php * Update section.php * Update field.php * Update field.xml * Update filter_fields.xml * Update field.php * Update view.html.php * Update edit.php * Update modal_options.php * Update view.html.php * Update default.php * Update default_batch_body.php * Update modal.php * Update field.xml * Update en-GB.com_fields.sys.ini * Update en-GB.com_fields.ini * Update en-GB.plg_fields_gallery.ini * Update en-GB.plg_fields_gallery.sys.ini * Update en-GB.plg_system_fields.ini * Update en-GB.plg_system_fields.sys.ini * Update modal_article.php * Update controller.php * Update field.php * Update default_custom.php * Update captcha.php * Update editor.php * Update media.php * Update user.php * Update editor.xml * Update media.xml * Update user.xml * Update usergrouplist.xml * Update abstractlist.php * Update domfieldinterface.php * Update field.php * Update email.php * Update file.php * Update imagelist.php * Update sql.php * Update tel.php * Update textarea.php * Update url.php * Update calendar.xml * Update checkboxes.xml * Update imagelist.xml * Update integer.xml * Update list.xml * Update radio.xml * Update sql.xml * Update textarea.xml * Update url.xml * Update gallery.xml * plugin * plugin2 * typo * Change to uft8mb4 * Add new extensions to the script file * Revert merge conflict composer changes * No needed changes * Library form fields should be unaware of com_fields * Default to https * Order the tables correct * Cleanup language strings * Code errors from cleanup * Remove tags support * Add category filter * Display fielg group label when editing a group * Display all fields which are assigned to all languages correct * Don't show fields on categories as it is not ready yet * Update fields.php * Don't transofrm the category name * Correct quote name function used * Revert "Display fielg group label when editing a group" This reverts commit 133133267e88a341cb5634d814a87e06f3e8daf3. * Disable tags on custom field groups * Don't include category state in filter on back end * Remove debug code * CS fix * Shortening the line length * Install SQL files for postgres * Use JDatabaseQuery * Option to show the user custom fields on the front on the contact view * Comment for item_id table column * Remove class for textareas * Fix no menu item pages giving wrong links (#12020) * [plg_system_logout] Load language files only when needed (#11736) * Update logout.php * cs and stuff * Update logout.php * Adding Options Button (#12033) * fix paths (#12032) * Fix routing for non-sef menu items with Modern Routing (#12021) * [com_banners] - publishing time does not honor timezone (#11978) * [com_banners ] - publishing time does not honor timezone * impress only when needed impress only when needed * CS fix cs fix * Order stylesheet attributes the same as link attributes (#12052) * use joomla-projects docker * Phase out JString calls in libraries (#12058) * Admin app - JString -> StringHelper (#12056) * Site app & Plugins - JString -> StringHelper (#12057) * New Feature, Multilanguage: Add the possibility of displaying associations in article info and in articles list. Replaces #11935 (#12042) * Replaces * Modifying to fit Thomas proposal * modifying fetching flags param * adding showon + some * [JAccess] Improve ACL asset preloading performance/memory consumption (#12028) * improve component asset preload speed * Update user.php * Update access.php * Update access.php * Update access.php * Update access.php * not convinced yet, but revert changes in juser * make sure that components are always preloaded * only a logged users (with user id) can be root. * [com_contact] - moved the captchaEnabled var from default to view (#11964) * [com_contact] - moved the captchaEnabled var out of the default.php file to the view.html.php file moved the captchaEnabled var out of the default.php file to the view.html.php file. * moved captchaEnabled to the view moved captchaEnabled to the view * missed var declarationi/initialization missed var $captchaSet declarationi/initialization * Session interaction refactoring (#10905) * Allow lazy starting a session * Defer starting sessions in the installer * Defer starting session in JApplicationCms * Deprecate creating sessions in JFactory * Start restructuring session load sequence in JApplicationCms * Add JSession object to onAfterSessionStart event trigger * Override afterSessionStart for install app to not store the user * Expand the database storage object for better API * Fix session listener declaration * Restructure session bootup and when the session metadata operations run * 3.5 -> 3.6 * Remove option, out of scope * Tweak things so the behavior is closer to current API * Undefined variable * Get store name from session object * Remove this, out of scope * PHPCS fix * Deep rooted application dependencies are my absolute favorite * Move comment, doc blocks, consistent method signature * Again on the consistency, we don't like E_STRICT errors * Nevermind, confused myself with checkSession, carry on... * Until the day the unit tests no longer follow the doc block code styles... * Lost line in merge * One more merge conflict fix * This internal coupling is addressed * Fix query from merge * [com_content] - add articles ordering by votes, ratings (#11225) * Add setDocumentTitle() function in JViewLegacy (#11399) * setDocumentTitle() function in JViewLegacy * PHPCS * JED turned to https (#12076) * JED truned to https JED truned to https Minor fixes on proper use of Joomla! * Update README.txt Same as #12076 * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED turned https * JED and community turned https * JED, community and org turned https * JED and community turned https * JED and community turned https * correct/add quotename (#12070) * Label: Users Options: Login name > Username (#12073) The language label "Change Login Name" is not consistent with the front-end label "Username". This PR changes the language label to "Change Username" and the decription to "Allow users to change their Username when editing their profile." The front-end login screens use the label "Username" Login Component: ![login-component](https://cloud.githubusercontent.com/assets/1217850/18627996/579510ca-7e5e-11e6-9161-6268e9ccb213.png) Login Module: ![login-module](https://cloud.githubusercontent.com/assets/1217850/18627997/579595ae-7e5e-11e6-8920-edf34631a3c7.png) ### Testing Instructions #### Before the PR Users > Manage > [Options] > [User Options] The last entry is "Change Login Name" + hover description "Allow users to change their Login name when editing their profile." ![login-back-end-options](https://cloud.githubusercontent.com/assets/1217850/18627995/5791ac32-7e5e-11e6-8b18-94a34372c422.png) #### After the PR Users > Manage > [Options] > [User Options] The last entry is "Change Username" + hover description "Allow users to change their Username when editing their profile." ![login-back-end-options-after](https://cloud.githubusercontent.com/assets/1217850/18627998/5799ceb2-7e5e-11e6-9a5e-234dcf2db14e.png) * Update .travis.yml (#12079) * Add vote order check * [a11y] Protostar back to top (#12446) * [a11y] Protostar - back to top link * Oops Andre was right * add anchor for non-js enabled browsers * Added missing com_fields component from last merge * Replace Platform version numbers in libraries/legacy (#12242) * Remove variable declaration (Fix #12619) * Misc. fixes * Test fixes
2016-10-29 20:23:43 +00:00
},
{
"name": "symfony/dom-crawler",
"version": "v5.4.6",
"source": {
"type": "git",
"url": "https://github.com/symfony/dom-crawler.git",
"reference": "c0bda97480d96337bd3866026159a8b358665457"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/c0bda97480d96337bd3866026159a8b358665457",
"reference": "c0bda97480d96337bd3866026159a8b358665457",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php80": "^1.16"
},
2019-06-17 14:25:08 +00:00
"conflict": {
"masterminds/html5": "<2.6"
},
"require-dev": {
2019-06-17 14:25:08 +00:00
"masterminds/html5": "^2.6",
"symfony/css-selector": "^4.4|^5.0|^6.0"
},
"suggest": {
"symfony/css-selector": ""
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\DomCrawler\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-04-23 07:34:06 +00:00
"description": "Eases DOM navigation for HTML and XML documents",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/dom-crawler/tree/v5.4.6"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2022-03-02T12:42:23+00:00"
},
{
"name": "symfony/event-dispatcher",
"version": "v5.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
"reference": "dec8a9f58d20df252b9cd89f1c6c1530f747685d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/dec8a9f58d20df252b9cd89f1c6c1530f747685d",
"reference": "dec8a9f58d20df252b9cd89f1c6c1530f747685d",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/event-dispatcher-contracts": "^2|^3",
"symfony/polyfill-php80": "^1.16"
},
"conflict": {
"symfony/dependency-injection": "<4.4"
2019-06-17 14:25:08 +00:00
},
"provide": {
"psr/event-dispatcher-implementation": "1.0",
"symfony/event-dispatcher-implementation": "2.0"
},
"require-dev": {
"psr/log": "^1|^2|^3",
"symfony/config": "^4.4|^5.0|^6.0",
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
"symfony/error-handler": "^4.4|^5.0|^6.0",
"symfony/expression-language": "^4.4|^5.0|^6.0",
"symfony/http-foundation": "^4.4|^5.0|^6.0",
"symfony/service-contracts": "^1.1|^2|^3",
"symfony/stopwatch": "^4.4|^5.0|^6.0"
},
"suggest": {
"symfony/dependency-injection": "",
"symfony/http-kernel": ""
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\EventDispatcher\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-04-23 07:34:06 +00:00
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/event-dispatcher/tree/v5.4.3"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2022-01-02T09:53:40+00:00"
},
{
2019-06-17 14:25:08 +00:00
"name": "symfony/event-dispatcher-contracts",
"version": "v2.5.1",
"source": {
"type": "git",
2019-06-17 14:25:08 +00:00
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
"reference": "f98b54df6ad059855739db6fcbc2d36995283fe1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/f98b54df6ad059855739db6fcbc2d36995283fe1",
"reference": "f98b54df6ad059855739db6fcbc2d36995283fe1",
"shasum": ""
},
"require": {
2020-05-30 10:40:04 +00:00
"php": ">=7.2.5",
"psr/event-dispatcher": "^1"
2019-06-17 14:25:08 +00:00
},
"suggest": {
"symfony/event-dispatcher-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.5-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
2019-06-17 14:25:08 +00:00
"Symfony\\Contracts\\EventDispatcher\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-06-17 14:25:08 +00:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2019-06-17 14:25:08 +00:00
"description": "Generic abstractions related to dispatching event",
"homepage": "https://symfony.com",
2019-06-17 14:25:08 +00:00
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"support": {
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.1"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2022-01-02T09:53:40+00:00"
},
{
"name": "symfony/filesystem",
"version": "v5.4.7",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
"reference": "3a4442138d80c9f7b600fb297534ac718b61d37f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/3a4442138d80c9f7b600fb297534ac718b61d37f",
"reference": "3a4442138d80c9f7b600fb297534ac718b61d37f",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.8",
"symfony/polyfill-php80": "^1.16"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Filesystem\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-04-23 07:34:06 +00:00
"description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/filesystem/tree/v5.4.7"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2022-04-01T12:33:59+00:00"
},
{
"name": "symfony/finder",
"version": "v5.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
"reference": "231313534dded84c7ecaa79d14bc5da4ccb69b7d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/231313534dded84c7ecaa79d14bc5da4ccb69b7d",
"reference": "231313534dded84c7ecaa79d14bc5da4ccb69b7d",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-php80": "^1.16"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Finder\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-04-23 07:34:06 +00:00
"description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/finder/tree/v5.4.3"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2022-01-26T16:34:36+00:00"
2020-05-30 10:40:04 +00:00
},
{
"name": "symfony/polyfill-php81",
"version": "v1.25.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php81.git",
"reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/5de4ba2d41b15f9bd0e19b2ab9674135813ec98f",
"reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f",
"shasum": ""
},
"require": {
[4.0] Composer packages update (#31279) * [4.0] Composer packages update Package operations: 0 installs, 48 updates, 0 removals - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%) - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%) - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%) - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%) - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%) - Removing symfony/polyfill-php70 (v1.18.1) - Installing symfony/polyfill-php70 (v1.20.0) - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%) - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%) - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%) - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%) - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%) - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%) - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%) - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%) - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%) - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%) - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%) - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%) - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%) - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%) - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%) - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%) - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%) - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%) - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%) - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%) - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%) - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%) - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%) - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%) - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%) - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%) * code style fixes * one from last night merges Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2020-11-03 10:53:05 +00:00
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Php81\\": ""
},
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php81/tree/v1.25.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-09-13T13:58:11+00:00"
},
{
"name": "symfony/process",
"version": "v5.4.7",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
"reference": "38a44b2517b470a436e1c944bf9b9ba3961137fb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/38a44b2517b470a436e1c944bf9b9ba3961137fb",
"reference": "38a44b2517b470a436e1c944bf9b9ba3961137fb",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-php80": "^1.16"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Process\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-04-23 07:34:06 +00:00
"description": "Executes commands in sub-processes",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/process/tree/v5.4.7"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2022-03-18T16:18:52+00:00"
},
{
"name": "symfony/stopwatch",
"version": "v5.4.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/stopwatch.git",
"reference": "4d04b5c24f3c9a1a168a131f6cbe297155bc0d30"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/4d04b5c24f3c9a1a168a131f6cbe297155bc0d30",
"reference": "4d04b5c24f3c9a1a168a131f6cbe297155bc0d30",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/service-contracts": "^1|^2|^3"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Stopwatch\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-04-23 07:34:06 +00:00
"description": "Provides a way to profile code",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/stopwatch/tree/v5.4.5"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2022-02-18T16:06:09+00:00"
},
2017-11-26 19:35:29 +00:00
{
"name": "theseer/tokenizer",
"version": "1.2.1",
2017-11-26 19:35:29 +00:00
"source": {
"type": "git",
"url": "https://github.com/theseer/tokenizer.git",
"reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
2017-11-26 19:35:29 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
"reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
2017-11-26 19:35:29 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"php": "^7.2 || ^8.0"
2017-11-26 19:35:29 +00:00
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
2019-12-06 10:56:13 +00:00
"email": "arne@blankerts.de",
"role": "Developer"
2017-11-26 19:35:29 +00:00
}
],
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
"support": {
"issues": "https://github.com/theseer/tokenizer/issues",
"source": "https://github.com/theseer/tokenizer/tree/1.2.1"
},
"funding": [
{
"url": "https://github.com/theseer",
"type": "github"
}
],
"time": "2021-07-28T10:34:58+00:00"
2015-03-16 18:45:33 +00:00
}
],
2014-09-23 15:44:37 +00:00
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"maximebf/debugbar": 20,
2022-06-27 18:22:40 +00:00
"tobscure/json-api": 20
},
2014-09-01 19:14:25 +00:00
"prefer-stable": false,
2015-02-26 01:59:21 +00:00
"prefer-lowest": false,
"platform": {
"php": "^7.2.5",
2019-04-23 16:08:45 +00:00
"ext-json": "*",
"ext-simplexml": "*",
"ext-gd": "*"
},
2016-01-17 01:29:27 +00:00
"platform-dev": [],
"platform-overrides": {
2020-01-18 17:24:30 +00:00
"php": "7.2.5"
2021-08-10 19:13:42 +00:00
},
"plugin-api-version": "2.3.0"
}