Bump cakephp/cakephp from 3.4.11 to 3.10.2

Bumps [cakephp/cakephp](https://github.com/cakephp/cakephp) from 3.4.11 to 3.10.2.
- [Release notes](https://github.com/cakephp/cakephp/releases)
- [Commits](https://github.com/cakephp/cakephp/compare/3.4.11...3.10.2)

---
updated-dependencies:
- dependency-name: cakephp/cakephp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-02-11 03:05:06 +00:00 committed by GitHub
parent 941366b575
commit bcd7a87b62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

500
composer.lock generated
View file

@ -1,28 +1,30 @@
{ {
"_readme": [ "_readme": [
"This file locks the dependencies of your project to a known state", "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#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "c7d1905c354bdd39f5aa6a0a4c3aec8d",
"content-hash": "525397f0faa7aae9a7603afcbc6814f5", "content-hash": "525397f0faa7aae9a7603afcbc6814f5",
"packages": [ "packages": [
{ {
"name": "aura/intl", "name": "aura/intl",
"version": "3.0.0", "version": "3.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/auraphp/Aura.Intl.git", "url": "https://github.com/auraphp/Aura.Intl.git",
"reference": "7fce228980b19bf4dee2d7bbd6202a69b0dde926" "reference": "642cab45c9c88a217f89b65c2d7219a8cd7f803b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/auraphp/Aura.Intl/zipball/7fce228980b19bf4dee2d7bbd6202a69b0dde926", "url": "https://api.github.com/repos/auraphp/Aura.Intl/zipball/642cab45c9c88a217f89b65c2d7219a8cd7f803b",
"reference": "7fce228980b19bf4dee2d7bbd6202a69b0dde926", "reference": "642cab45c9c88a217f89b65c2d7219a8cd7f803b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^5.6|^7.0" "php": "^5.6 || ^7.0 || ^8.0"
},
"require-dev": {
"yoast/phpunit-polyfills": "~1.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -51,7 +53,11 @@
"l10n", "l10n",
"localization" "localization"
], ],
"time": "2017-01-20 05:00:11" "support": {
"issues": "https://github.com/auraphp/Aura.Intl/issues",
"source": "https://github.com/auraphp/Aura.Intl/tree/3.0.1"
},
"time": "2022-01-28T10:55:50+00:00"
}, },
{ {
"name": "cakedc/users", "name": "cakedc/users",
@ -117,30 +123,32 @@
"cakephp", "cakephp",
"oauth2" "oauth2"
], ],
"time": "2016-03-20 16:30:44" "time": "2016-03-20T16:30:44+00:00"
}, },
{ {
"name": "cakephp/cakephp", "name": "cakephp/cakephp",
"version": "3.4.11", "version": "3.10.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/cakephp/cakephp.git", "url": "https://github.com/cakephp/cakephp.git",
"reference": "c90f9d2ef2376f8e4d9cca39d971053707645118" "reference": "3fbf70a74b78bf6328c3afafdfe1b8d6cf6db4e7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/cakephp/cakephp/zipball/c90f9d2ef2376f8e4d9cca39d971053707645118", "url": "https://api.github.com/repos/cakephp/cakephp/zipball/3fbf70a74b78bf6328c3afafdfe1b8d6cf6db4e7",
"reference": "c90f9d2ef2376f8e4d9cca39d971053707645118", "reference": "3fbf70a74b78bf6328c3afafdfe1b8d6cf6db4e7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"aura/intl": "^3.0.0", "aura/intl": "^3.0.0",
"cakephp/chronos": "^1.0.0", "cakephp/chronos": "^1.0.1",
"ext-intl": "*", "ext-intl": "*",
"ext-mbstring": "*", "ext-mbstring": "*",
"php": ">=5.6.0", "laminas/laminas-diactoros": "^1.4.0",
"paragonie/random_compat": "^1.4|^2.0|9.99.99",
"php": ">=5.6.0,<8.0.0",
"psr/log": "^1.0.0", "psr/log": "^1.0.0",
"zendframework/zend-diactoros": "^1.4.0" "psr/simple-cache": "^1.0.0"
}, },
"conflict": { "conflict": {
"phpunit/phpunit": "<5.7" "phpunit/phpunit": "<5.7"
@ -162,23 +170,27 @@
}, },
"require-dev": { "require-dev": {
"cakephp/cakephp-codesniffer": "^3.0", "cakephp/cakephp-codesniffer": "^3.0",
"phpunit/phpunit": "^5.7|^6.0" "cakephp/chronos": "^1.2.1",
"paragonie/csp-builder": "^1.4|^2.3",
"phpunit/phpunit": "^5.7.14|^6.0"
}, },
"suggest": { "suggest": {
"ext-curl": "To enable more efficient network calls in Http\\Client.",
"ext-openssl": "To use Security::encrypt() or have secure CSRF token generation.", "ext-openssl": "To use Security::encrypt() or have secure CSRF token generation.",
"lib-ICU": "The intl PHP library, to use Text::transliterate() or Text::slug()" "lib-ICU": "The intl PHP library, to use Text::transliterate() or Text::slug()",
"paragonie/csp-builder": "CSP builder, to use the CSP Middleware"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-4": {
"Cake\\": "src"
},
"files": [ "files": [
"src/Core/functions.php", "src/Core/functions.php",
"src/Collection/functions.php", "src/Collection/functions.php",
"src/I18n/functions.php", "src/I18n/functions.php",
"src/Utility/bootstrap.php" "src/Utility/bootstrap.php"
] ],
"psr-4": {
"Cake\\": "src/"
}
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@ -203,40 +215,45 @@
"rapid-development", "rapid-development",
"validation" "validation"
], ],
"time": "2017-07-19 01:43:53" "support": {
"forum": "https://stackoverflow.com/tags/cakephp",
"irc": "irc://irc.freenode.org/cakephp",
"issues": "https://github.com/cakephp/cakephp/issues",
"source": "https://github.com/cakephp/cakephp"
},
"time": "2021-12-13T04:08:23+00:00"
}, },
{ {
"name": "cakephp/chronos", "name": "cakephp/chronos",
"version": "1.1.2", "version": "1.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/cakephp/chronos.git", "url": "https://github.com/cakephp/chronos.git",
"reference": "0621b191334d8dcb56907688986dd24eb8c38234" "reference": "ba2bab98849e7bf29b02dd634ada49ab36472959"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/cakephp/chronos/zipball/0621b191334d8dcb56907688986dd24eb8c38234", "url": "https://api.github.com/repos/cakephp/chronos/zipball/ba2bab98849e7bf29b02dd634ada49ab36472959",
"reference": "0621b191334d8dcb56907688986dd24eb8c38234", "reference": "ba2bab98849e7bf29b02dd634ada49ab36472959",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.5.9" "php": ">=5.6"
}, },
"require-dev": { "require-dev": {
"athletic/athletic": "~0.1", "athletic/athletic": "~0.1",
"cakephp/cakephp-codesniffer": "~2.3", "cakephp/cakephp-codesniffer": "^3.0",
"phpbench/phpbench": "@dev", "phpbench/phpbench": "@dev",
"phpstan/phpstan": "^0.6.4", "phpunit/phpunit": "<6.0 || ^7.0"
"phpunit/phpunit": "<6.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-4": {
"Cake\\Chronos\\": "src"
},
"files": [ "files": [
"src/carbon_compat.php" "src/carbon_compat.php"
] ],
"psr-4": {
"Cake\\Chronos\\": "src/"
}
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@ -260,7 +277,12 @@
"datetime", "datetime",
"time" "time"
], ],
"time": "2017-04-27 01:27:49" "support": {
"irc": "irc://irc.freenode.org/cakephp",
"issues": "https://github.com/cakephp/chronos/issues",
"source": "https://github.com/cakephp/chronos"
},
"time": "2019-11-30T02:33:19+00:00"
}, },
{ {
"name": "cakephp/elastic-search", "name": "cakephp/elastic-search",
@ -307,7 +329,7 @@
"cakephp", "cakephp",
"elasticsearch" "elasticsearch"
], ],
"time": "2016-11-13 08:05:36" "time": "2016-11-13T08:05:36+00:00"
}, },
{ {
"name": "cakephp/migrations", "name": "cakephp/migrations",
@ -357,7 +379,7 @@
"cakephp", "cakephp",
"migrations" "migrations"
], ],
"time": "2017-01-07 16:45:31" "time": "2017-01-07T16:45:31+00:00"
}, },
{ {
"name": "cakephp/plugin-installer", "name": "cakephp/plugin-installer",
@ -398,7 +420,7 @@
} }
], ],
"description": "A composer installer for CakePHP 3.0+ plugins.", "description": "A composer installer for CakePHP 3.0+ plugins.",
"time": "2017-03-21 13:48:47" "time": "2017-03-21T13:48:47+00:00"
}, },
{ {
"name": "friendsofcake/bootstrap-ui", "name": "friendsofcake/bootstrap-ui",
@ -448,7 +470,7 @@
"cakephp", "cakephp",
"twitter" "twitter"
], ],
"time": "2017-02-25 20:30:01" "time": "2017-02-25T20:30:01+00:00"
}, },
{ {
"name": "google/recaptcha", "name": "google/recaptcha",
@ -493,7 +515,7 @@
"recaptcha", "recaptcha",
"spam" "spam"
], ],
"time": "2017-03-09 18:44:34" "time": "2017-03-09T18:44:34+00:00"
}, },
{ {
"name": "guzzlehttp/guzzle", "name": "guzzlehttp/guzzle",
@ -558,7 +580,7 @@
"rest", "rest",
"web service" "web service"
], ],
"time": "2017-06-22 18:50:49" "time": "2017-06-22T18:50:49+00:00"
}, },
{ {
"name": "guzzlehttp/promises", "name": "guzzlehttp/promises",
@ -609,7 +631,7 @@
"keywords": [ "keywords": [
"promise" "promise"
], ],
"time": "2016-12-20 10:07:11" "time": "2016-12-20T10:07:11+00:00"
}, },
{ {
"name": "guzzlehttp/psr7", "name": "guzzlehttp/psr7",
@ -674,7 +696,7 @@
"uri", "uri",
"url" "url"
], ],
"time": "2017-03-20 17:10:46" "time": "2017-03-20T17:10:46+00:00"
}, },
{ {
"name": "jakeasmith/http_build_url", "name": "jakeasmith/http_build_url",
@ -707,7 +729,150 @@
} }
], ],
"description": "Provides functionality for http_build_url() to environments without pecl_http.", "description": "Provides functionality for http_build_url() to environments without pecl_http.",
"time": "2017-05-01 15:36:40" "time": "2017-05-01T15:36:40+00:00"
},
{
"name": "laminas/laminas-diactoros",
"version": "1.8.7p2",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-diactoros.git",
"reference": "6991c1af7c8d2c8efee81b22ba97024781824aaa"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/6991c1af7c8d2c8efee81b22ba97024781824aaa",
"reference": "6991c1af7c8d2c8efee81b22ba97024781824aaa",
"shasum": ""
},
"require": {
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^5.6 || ^7.0",
"psr/http-message": "^1.0"
},
"provide": {
"psr/http-message-implementation": "1.0"
},
"replace": {
"zendframework/zend-diactoros": "~1.8.7.0"
},
"require-dev": {
"ext-dom": "*",
"ext-libxml": "*",
"laminas/laminas-coding-standard": "~1.0",
"php-http/psr7-integration-tests": "dev-master",
"phpunit/phpunit": "^5.7.16 || ^6.0.8 || ^7.2.7"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-release-1.8": "1.8.x-dev"
}
},
"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-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"
},
"time": "2020-03-23T15:28:28+00:00"
},
{
"name": "laminas/laminas-zendframework-bridge",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-zendframework-bridge.git",
"reference": "6ede70583e101030bcace4dcddd648f760ddf642"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/6ede70583e101030bcace4dcddd648f760ddf642",
"reference": "6ede70583e101030bcace4dcddd648f760ddf642",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0 || ^8.0"
},
"require-dev": {
"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"
}
],
"time": "2020-09-14T14:23:00+00:00"
}, },
{ {
"name": "league/oauth1-client", "name": "league/oauth1-client",
@ -770,7 +935,7 @@
"tumblr", "tumblr",
"twitter" "twitter"
], ],
"time": "2016-08-17 00:36:58" "time": "2016-08-17T00:36:58+00:00"
}, },
{ {
"name": "league/oauth2-client", "name": "league/oauth2-client",
@ -837,7 +1002,7 @@
"oauth2", "oauth2",
"single sign on" "single sign on"
], ],
"time": "2017-04-25 14:43:14" "time": "2017-04-25T14:43:14+00:00"
}, },
{ {
"name": "league/oauth2-facebook", "name": "league/oauth2-facebook",
@ -888,7 +1053,7 @@
"oauth", "oauth",
"oauth2" "oauth2"
], ],
"time": "2017-07-22 01:25:00" "time": "2017-07-22T01:25:00+00:00"
}, },
{ {
"name": "league/oauth2-google", "name": "league/oauth2-google",
@ -939,7 +1104,7 @@
"oauth", "oauth",
"oauth2" "oauth2"
], ],
"time": "2017-06-14 14:06:56" "time": "2017-06-14T14:06:56+00:00"
}, },
{ {
"name": "league/oauth2-instagram", "name": "league/oauth2-instagram",
@ -995,7 +1160,7 @@
"oauth", "oauth",
"oauth2" "oauth2"
], ],
"time": "2017-01-26 01:21:29" "time": "2017-01-26T01:21:29+00:00"
}, },
{ {
"name": "league/oauth2-linkedin", "name": "league/oauth2-linkedin",
@ -1050,7 +1215,7 @@
"oauth", "oauth",
"oauth2" "oauth2"
], ],
"time": "2017-01-26 01:30:16" "time": "2017-01-26T01:30:16+00:00"
}, },
{ {
"name": "lorenzo/audit-stash", "name": "lorenzo/audit-stash",
@ -1092,7 +1257,7 @@
"MIT" "MIT"
], ],
"description": "Flexible and rock solid audit log tracking plugin for cakephp", "description": "Flexible and rock solid audit log tracking plugin for cakephp",
"time": "2016-09-12 13:12:17" "time": "2016-09-12T13:12:17+00:00"
}, },
{ {
"name": "mobiledetect/mobiledetectlib", "name": "mobiledetect/mobiledetectlib",
@ -1144,20 +1309,20 @@
"mobile detector", "mobile detector",
"php mobile detect" "php mobile detect"
], ],
"time": "2017-03-29 13:59:30" "time": "2017-03-29T13:59:30+00:00"
}, },
{ {
"name": "paragonie/random_compat", "name": "paragonie/random_compat",
"version": "v2.0.10", "version": "v2.0.20",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/paragonie/random_compat.git", "url": "https://github.com/paragonie/random_compat.git",
"reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d" "reference": "0f1f60250fccffeaf5dda91eea1c018aed1adc2a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0f1f60250fccffeaf5dda91eea1c018aed1adc2a",
"reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d", "reference": "0f1f60250fccffeaf5dda91eea1c018aed1adc2a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1189,10 +1354,16 @@
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
"keywords": [ "keywords": [
"csprng", "csprng",
"polyfill",
"pseudorandom", "pseudorandom",
"random" "random"
], ],
"time": "2017-03-13 16:27:32" "support": {
"email": "info@paragonie.com",
"issues": "https://github.com/paragonie/random_compat/issues",
"source": "https://github.com/paragonie/random_compat"
},
"time": "2021-04-17T09:33:01+00:00"
}, },
{ {
"name": "psr/http-message", "name": "psr/http-message",
@ -1242,20 +1413,23 @@
"request", "request",
"response" "response"
], ],
"time": "2016-08-06 14:39:51" "support": {
"source": "https://github.com/php-fig/http-message/tree/master"
},
"time": "2016-08-06T14:39:51+00:00"
}, },
{ {
"name": "psr/log", "name": "psr/log",
"version": "1.0.2", "version": "1.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/php-fig/log.git", "url": "https://github.com/php-fig/log.git",
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1264,7 +1438,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.0.x-dev" "dev-master": "1.1.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -1279,7 +1453,7 @@
"authors": [ "authors": [
{ {
"name": "PHP-FIG", "name": "PHP-FIG",
"homepage": "http://www.php-fig.org/" "homepage": "https://www.php-fig.org/"
} }
], ],
"description": "Common interface for logging libraries", "description": "Common interface for logging libraries",
@ -1289,7 +1463,61 @@
"psr", "psr",
"psr-3" "psr-3"
], ],
"time": "2016-10-10 12:19:37" "support": {
"source": "https://github.com/php-fig/log/tree/1.1.4"
},
"time": "2021-05-03T11:20:27+00:00"
},
{
"name": "psr/simple-cache",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/simple-cache.git",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\SimpleCache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interfaces for simple caching",
"keywords": [
"cache",
"caching",
"psr",
"psr-16",
"simple-cache"
],
"support": {
"source": "https://github.com/php-fig/simple-cache/tree/master"
},
"time": "2017-10-23T01:57:42+00:00"
}, },
{ {
"name": "robmorgan/phinx", "name": "robmorgan/phinx",
@ -1355,7 +1583,7 @@
"migrations", "migrations",
"phinx" "phinx"
], ],
"time": "2016-10-27 10:16:12" "time": "2016-10-27T10:16:12+00:00"
}, },
{ {
"name": "ruflin/elastica", "name": "ruflin/elastica",
@ -1412,7 +1640,7 @@
"client", "client",
"search" "search"
], ],
"time": "2015-10-19 07:09:10" "time": "2015-10-19T07:09:10+00:00"
}, },
{ {
"name": "symfony/config", "name": "symfony/config",
@ -1474,7 +1702,7 @@
], ],
"description": "Symfony Config Component", "description": "Symfony Config Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-06-16 12:40:34" "time": "2017-06-16T12:40:34+00:00"
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
@ -1543,7 +1771,7 @@
], ],
"description": "Symfony Console Component", "description": "Symfony Console Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-07-03 13:19:36" "time": "2017-07-03T13:19:36+00:00"
}, },
{ {
"name": "symfony/debug", "name": "symfony/debug",
@ -1599,7 +1827,7 @@
], ],
"description": "Symfony Debug Component", "description": "Symfony Debug Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-07-05 13:02:37" "time": "2017-07-05T13:02:37+00:00"
}, },
{ {
"name": "symfony/filesystem", "name": "symfony/filesystem",
@ -1648,20 +1876,20 @@
], ],
"description": "Symfony Filesystem Component", "description": "Symfony Filesystem Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-07-11 07:17:58" "time": "2017-07-11T07:17:58+00:00"
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
"version": "v1.4.0", "version": "v1.19.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git", "url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "f29dca382a6485c3cbe6379f0c61230167681937" "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f29dca382a6485c3cbe6379f0c61230167681937", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b5f7b932ee6fa802fc792eabd77c4c88084517ce",
"reference": "f29dca382a6485c3cbe6379f0c61230167681937", "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1673,7 +1901,11 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.4-dev" "dev-main": "1.19-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
} }
}, },
"autoload": { "autoload": {
@ -1707,7 +1939,24 @@
"portable", "portable",
"shim" "shim"
], ],
"time": "2017-06-09 14:24:12" "support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.19.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": "2020-10-23T09:01:57+00:00"
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
@ -1762,59 +2011,7 @@
], ],
"description": "Symfony Yaml Component", "description": "Symfony Yaml Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-06-15 12:58:50" "time": "2017-06-15T12:58:50+00:00"
},
{
"name": "zendframework/zend-diactoros",
"version": "1.4.0",
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-diactoros.git",
"reference": "b03f285a333f51e58c95cce54109a4a9ed691436"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/b03f285a333f51e58c95cce54109a4a9ed691436",
"reference": "b03f285a333f51e58c95cce54109a4a9ed691436",
"shasum": ""
},
"require": {
"php": "^5.4 || ^7.0",
"psr/http-message": "~1.0"
},
"provide": {
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"ext-dom": "*",
"ext-libxml": "*",
"phpunit/phpunit": "^4.6 || ^5.5",
"zendframework/zend-coding-standard": "~1.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4-dev",
"dev-develop": "1.5-dev"
}
},
"autoload": {
"psr-4": {
"Zend\\Diactoros\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"description": "PSR HTTP Message implementations",
"homepage": "https://github.com/zendframework/zend-diactoros",
"keywords": [
"http",
"psr",
"psr-7"
],
"time": "2017-04-06 16:18:34"
} }
], ],
"packages-dev": [ "packages-dev": [
@ -1863,7 +2060,7 @@
"bake", "bake",
"cakephp" "cakephp"
], ],
"time": "2017-07-01 15:59:12" "time": "2017-07-01T15:59:12+00:00"
}, },
{ {
"name": "cakephp/debug_kit", "name": "cakephp/debug_kit",
@ -1923,7 +2120,7 @@
"debug", "debug",
"kit" "kit"
], ],
"time": "2017-07-20 11:18:33" "time": "2017-07-20T11:18:33+00:00"
}, },
{ {
"name": "composer/ca-bundle", "name": "composer/ca-bundle",
@ -1982,7 +2179,7 @@
"ssl", "ssl",
"tls" "tls"
], ],
"time": "2017-03-06 11:59:08" "time": "2017-03-06T11:59:08+00:00"
}, },
{ {
"name": "composer/composer", "name": "composer/composer",
@ -2059,7 +2256,7 @@
"dependency", "dependency",
"package" "package"
], ],
"time": "2017-05-17 06:17:53" "time": "2017-05-17T06:17:53+00:00"
}, },
{ {
"name": "composer/semver", "name": "composer/semver",
@ -2121,7 +2318,7 @@
"validation", "validation",
"versioning" "versioning"
], ],
"time": "2016-08-30 16:08:34" "time": "2016-08-30T16:08:34+00:00"
}, },
{ {
"name": "composer/spdx-licenses", "name": "composer/spdx-licenses",
@ -2182,7 +2379,7 @@
"spdx", "spdx",
"validator" "validator"
], ],
"time": "2017-04-03 19:08:52" "time": "2017-04-03T19:08:52+00:00"
}, },
{ {
"name": "dnoegel/php-xdg-base-dir", "name": "dnoegel/php-xdg-base-dir",
@ -2215,7 +2412,7 @@
"MIT" "MIT"
], ],
"description": "implementation of xdg base directory specification for php", "description": "implementation of xdg base directory specification for php",
"time": "2014-10-24 07:27:01" "time": "2014-10-24T07:27:01+00:00"
}, },
{ {
"name": "jakub-onderka/php-console-color", "name": "jakub-onderka/php-console-color",
@ -2258,7 +2455,7 @@
"homepage": "http://www.acci.cz" "homepage": "http://www.acci.cz"
} }
], ],
"time": "2014-04-08 15:00:19" "time": "2014-04-08T15:00:19+00:00"
}, },
{ {
"name": "jakub-onderka/php-console-highlighter", "name": "jakub-onderka/php-console-highlighter",
@ -2302,7 +2499,7 @@
"homepage": "http://www.acci.cz/" "homepage": "http://www.acci.cz/"
} }
], ],
"time": "2015-04-20 18:58:01" "time": "2015-04-20T18:58:01+00:00"
}, },
{ {
"name": "jdorn/sql-formatter", "name": "jdorn/sql-formatter",
@ -2352,7 +2549,7 @@
"highlight", "highlight",
"sql" "sql"
], ],
"time": "2014-01-12 16:20:24" "time": "2014-01-12T16:20:24+00:00"
}, },
{ {
"name": "justinrainbow/json-schema", "name": "justinrainbow/json-schema",
@ -2419,7 +2616,7 @@
"json", "json",
"schema" "schema"
], ],
"time": "2017-05-16 21:06:09" "time": "2017-05-16T21:06:09+00:00"
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",
@ -2470,7 +2667,7 @@
"parser", "parser",
"php" "php"
], ],
"time": "2017-06-28 20:53:48" "time": "2017-06-28T20:53:48+00:00"
}, },
{ {
"name": "psy/psysh", "name": "psy/psysh",
@ -2543,7 +2740,7 @@
"interactive", "interactive",
"shell" "shell"
], ],
"time": "2017-07-22 15:14:19" "time": "2017-07-22T15:14:19+00:00"
}, },
{ {
"name": "seld/cli-prompt", "name": "seld/cli-prompt",
@ -2591,7 +2788,7 @@
"input", "input",
"prompt" "prompt"
], ],
"time": "2017-03-18 11:32:45" "time": "2017-03-18T11:32:45+00:00"
}, },
{ {
"name": "seld/jsonlint", "name": "seld/jsonlint",
@ -2640,7 +2837,7 @@
"parser", "parser",
"validator" "validator"
], ],
"time": "2017-06-18 15:11:04" "time": "2017-06-18T15:11:04+00:00"
}, },
{ {
"name": "seld/phar-utils", "name": "seld/phar-utils",
@ -2684,7 +2881,7 @@
"keywords": [ "keywords": [
"phra" "phra"
], ],
"time": "2015-10-13 18:44:15" "time": "2015-10-13T18:44:15+00:00"
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
@ -2733,7 +2930,7 @@
], ],
"description": "Symfony Finder Component", "description": "Symfony Finder Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-06-01 21:01:25" "time": "2017-06-01T21:01:25+00:00"
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
@ -2782,7 +2979,7 @@
], ],
"description": "Symfony Process Component", "description": "Symfony Process Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-07-13 13:05:09" "time": "2017-07-13T13:05:09+00:00"
}, },
{ {
"name": "symfony/var-dumper", "name": "symfony/var-dumper",
@ -2850,7 +3047,7 @@
"debug", "debug",
"dump" "dump"
], ],
"time": "2017-07-10 14:18:27" "time": "2017-07-10T14:18:27+00:00"
} }
], ],
"aliases": [], "aliases": [],
@ -2868,5 +3065,6 @@
"platform": { "platform": {
"php": ">=5.5.9" "php": ">=5.5.9"
}, },
"platform-dev": [] "platform-dev": [],
"plugin-api-version": "2.2.0"
} }