bump some dependencies

This commit is contained in:
Shish 2020-09-20 17:53:26 +01:00
parent 3e017818dc
commit 2ac695c135
2 changed files with 105 additions and 93 deletions

View file

@ -34,10 +34,10 @@
"ifixit/php-akismet" : "1.*", "ifixit/php-akismet" : "1.*",
"google/recaptcha" : "~1.1", "google/recaptcha" : "~1.1",
"dapphp/securimage" : "3.6.*", "dapphp/securimage" : "3.6.*",
"shish/eventtracer-php" : "^1.0.0", "shish/eventtracer-php" : "^2.0.0",
"shish/ffsphp" : "0.0.*", "shish/ffsphp" : "^1.0.0",
"shish/microcrud" : "^1.0.0", "shish/microcrud" : "^2.0.0",
"shish/microhtml" : "^1.0.0", "shish/microhtml" : "^2.0.0",
"enshrined/svg-sanitize" : "0.13.*", "enshrined/svg-sanitize" : "0.13.*",
"bower-asset/jquery" : "1.12.*", "bower-asset/jquery" : "1.12.*",

190
composer.lock generated
View file

@ -4,14 +4,14 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "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"
], ],
"content-hash": "ccb7a165fece9fa06f7366df7af3bdb9", "content-hash": "3d042af61e036e847aadc062605798d2",
"packages": [ "packages": [
{ {
"name": "bower-asset/jquery", "name": "bower-asset/jquery",
"version": "1.12.4", "version": "1.12.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/jquery/jquery-dist.git", "url": "git@github.com:jquery/jquery-dist.git",
"reference": "5e89585e0121e72ff47de177c5ef604f3089a53d" "reference": "5e89585e0121e72ff47de177c5ef604f3089a53d"
}, },
"dist": { "dist": {
@ -283,24 +283,24 @@
}, },
{ {
"name": "shish/eventtracer-php", "name": "shish/eventtracer-php",
"version": "v1.0.0", "version": "v2.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/shish/eventtracer-php.git", "url": "https://github.com/shish/eventtracer-php.git",
"reference": "e7816dbaa155d9552ee4e5721be799d932518a84" "reference": "0328454c58d240667f004f3efd863b8ef521ba2a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/shish/eventtracer-php/zipball/e7816dbaa155d9552ee4e5721be799d932518a84", "url": "https://api.github.com/repos/shish/eventtracer-php/zipball/0328454c58d240667f004f3efd863b8ef521ba2a",
"reference": "e7816dbaa155d9552ee4e5721be799d932518a84", "reference": "0328454c58d240667f004f3efd863b8ef521ba2a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
"php": "^7.2" "php": "^7.3"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^8" "phpunit/phpunit": "^9.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -322,27 +322,27 @@
], ],
"description": "An API to write JSON traces as used by the Chrome Trace Viewer", "description": "An API to write JSON traces as used by the Chrome Trace Viewer",
"homepage": "https://github.com/shish/eventtracer-php", "homepage": "https://github.com/shish/eventtracer-php",
"time": "2020-03-26T14:11:54+00:00" "time": "2020-09-20T11:46:44+00:00"
}, },
{ {
"name": "shish/ffsphp", "name": "shish/ffsphp",
"version": "v0.0.2", "version": "v1.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/shish/ffsphp.git", "url": "https://github.com/shish/ffsphp.git",
"reference": "16c98d57c80bb4848f20253c8c1e5fe7f6c5823f" "reference": "82d45b2691da11c82a28f85b07752334a06b8a8e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/shish/ffsphp/zipball/16c98d57c80bb4848f20253c8c1e5fe7f6c5823f", "url": "https://api.github.com/repos/shish/ffsphp/zipball/82d45b2691da11c82a28f85b07752334a06b8a8e",
"reference": "16c98d57c80bb4848f20253c8c1e5fe7f6c5823f", "reference": "82d45b2691da11c82a28f85b07752334a06b8a8e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.2" "php": "^7.3"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "8.*" "phpunit/phpunit": "^9.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -364,30 +364,30 @@
], ],
"description": "A collection of workarounds for stupid PHP things", "description": "A collection of workarounds for stupid PHP things",
"homepage": "https://github.com/shish/ffsphp", "homepage": "https://github.com/shish/ffsphp",
"time": "2019-11-29T12:00:09+00:00" "time": "2020-09-20T13:15:53+00:00"
}, },
{ {
"name": "shish/microcrud", "name": "shish/microcrud",
"version": "v1.0.0", "version": "v2.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/shish/microcrud.git", "url": "https://github.com/shish/microcrud.git",
"reference": "60d501a7b21d88652af40bc0ddd964153bc16697" "reference": "1d55c02c405fc75ad6a0e952e9333552bef492f0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/shish/microcrud/zipball/60d501a7b21d88652af40bc0ddd964153bc16697", "url": "https://api.github.com/repos/shish/microcrud/zipball/1d55c02c405fc75ad6a0e952e9333552bef492f0",
"reference": "60d501a7b21d88652af40bc0ddd964153bc16697", "reference": "1d55c02c405fc75ad6a0e952e9333552bef492f0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-pdo": "*", "ext-pdo": "*",
"php": ">=7.2", "php": "^7.3",
"shish/ffsphp": "0.0.*", "shish/ffsphp": "^1.0",
"shish/microhtml": "^1.0.0" "shish/microhtml": "^2.0.2"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "8.*" "phpunit/phpunit": "^9.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -413,27 +413,27 @@
"crud", "crud",
"generator" "generator"
], ],
"time": "2020-03-18T17:19:10+00:00" "time": "2020-09-20T13:10:42+00:00"
}, },
{ {
"name": "shish/microhtml", "name": "shish/microhtml",
"version": "v1.0.2", "version": "v2.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/shish/microhtml.git", "url": "https://github.com/shish/microhtml.git",
"reference": "b942fe1da33cd8889252290469ce3ed2ea329491" "reference": "d5c393d5a47bb3b3febdfde9ebf6e91cb9b41947"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/shish/microhtml/zipball/b942fe1da33cd8889252290469ce3ed2ea329491", "url": "https://api.github.com/repos/shish/microhtml/zipball/d5c393d5a47bb3b3febdfde9ebf6e91cb9b41947",
"reference": "b942fe1da33cd8889252290469ce3ed2ea329491", "reference": "d5c393d5a47bb3b3febdfde9ebf6e91cb9b41947",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.2" "php": "^7.3"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "8.*" "phpunit/phpunit": "^9.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -459,7 +459,7 @@
"generator", "generator",
"html" "html"
], ],
"time": "2019-12-09T14:15:35+00:00" "time": "2020-09-20T13:05:01+00:00"
} }
], ],
"packages-dev": [ "packages-dev": [
@ -539,16 +539,16 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/myclabs/DeepCopy.git", "url": "https://github.com/myclabs/DeepCopy.git",
"reference": "a491d65139e2411c75704e871dd02bdddf5a4bdc" "reference": "a3409d10079990eeb489c3fead0ac070b5b38895"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/a491d65139e2411c75704e871dd02bdddf5a4bdc", "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/a3409d10079990eeb489c3fead0ac070b5b38895",
"reference": "a491d65139e2411c75704e871dd02bdddf5a4bdc", "reference": "a3409d10079990eeb489c3fead0ac070b5b38895",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.1" "php": "^7.1 || ^8.0"
}, },
"replace": { "replace": {
"myclabs/deep-copy": "self.version" "myclabs/deep-copy": "self.version"
@ -579,7 +579,13 @@
"object", "object",
"object graph" "object graph"
], ],
"time": "2020-03-12T21:49:07+00:00" "funding": [
{
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
"type": "tidelift"
}
],
"time": "2020-08-28T16:31:07+00:00"
}, },
{ {
"name": "phar-io/manifest", "name": "phar-io/manifest",
@ -738,24 +744,23 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
"reference": "790426f28bfcbfc1a6f1d59ee8c986edfa45395c" "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/790426f28bfcbfc1a6f1d59ee8c986edfa45395c", "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556",
"reference": "790426f28bfcbfc1a6f1d59ee8c986edfa45395c", "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-filter": "^7.1", "ext-filter": "*",
"php": "^7.2", "php": "^7.2 || ^8.0",
"phpdocumentor/reflection-common": "^2.0", "phpdocumentor/reflection-common": "^2.2",
"phpdocumentor/type-resolver": "^1.0", "phpdocumentor/type-resolver": "^1.3",
"webmozart/assert": "^1" "webmozart/assert": "^1.9.1"
}, },
"require-dev": { "require-dev": {
"doctrine/instantiator": "^1", "mockery/mockery": "~1.3.2"
"mockery/mockery": "^1"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -783,7 +788,7 @@
} }
], ],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
"time": "2020-06-19T18:58:43+00:00" "time": "2020-09-03T19:13:55+00:00"
}, },
{ {
"name": "phpdocumentor/type-resolver", "name": "phpdocumentor/type-resolver",
@ -837,29 +842,29 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpspec/prophecy.git", "url": "https://github.com/phpspec/prophecy.git",
"reference": "451c3cd1418cf640de218914901e51b064abb093" "reference": "b71237982ce2a56f3231d67898cb6e31ccb2db70"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093", "url": "https://api.github.com/repos/phpspec/prophecy/zipball/b71237982ce2a56f3231d67898cb6e31ccb2db70",
"reference": "451c3cd1418cf640de218914901e51b064abb093", "reference": "b71237982ce2a56f3231d67898cb6e31ccb2db70",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/instantiator": "^1.0.2", "doctrine/instantiator": "^1.2",
"php": "^5.3|^7.0", "php": "^7.2",
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0", "phpdocumentor/reflection-docblock": "^5.2",
"sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0", "sebastian/comparator": "^3.0 || ^4.0",
"sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0" "sebastian/recursion-context": "^3.0 || ^4.0"
}, },
"require-dev": { "require-dev": {
"phpspec/phpspec": "^2.5 || ^3.2", "phpspec/phpspec": "^6.0",
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" "phpunit/phpunit": "^8.0 || ^9.0 <9.3"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.10.x-dev" "dev-master": "1.11.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -892,7 +897,7 @@
"spy", "spy",
"stub" "stub"
], ],
"time": "2020-03-05T15:02:03+00:00" "time": "2020-09-18T12:57:36+00:00"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
@ -1099,7 +1104,7 @@
}, },
{ {
"name": "phpunit/php-token-stream", "name": "phpunit/php-token-stream",
"version": "3.1.1", "version": "3.1.x-dev",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git", "url": "https://github.com/sebastianbergmann/php-token-stream.git",
@ -1144,6 +1149,7 @@
"keywords": [ "keywords": [
"tokenizer" "tokenizer"
], ],
"abandoned": true,
"time": "2019-09-17T06:23:10+00:00" "time": "2019-09-17T06:23:10+00:00"
}, },
{ {
@ -1152,35 +1158,35 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "4f3b99a9b7bb630c7d1e31f31e9636cd7f309ea0" "reference": "f73ee5f2f1d3aec8122925edda683a3acfab33e0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4f3b99a9b7bb630c7d1e31f31e9636cd7f309ea0", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f73ee5f2f1d3aec8122925edda683a3acfab33e0",
"reference": "4f3b99a9b7bb630c7d1e31f31e9636cd7f309ea0", "reference": "f73ee5f2f1d3aec8122925edda683a3acfab33e0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/instantiator": "^1.2.0", "doctrine/instantiator": "^1.3.1",
"ext-dom": "*", "ext-dom": "*",
"ext-json": "*", "ext-json": "*",
"ext-libxml": "*", "ext-libxml": "*",
"ext-mbstring": "*", "ext-mbstring": "*",
"ext-xml": "*", "ext-xml": "*",
"ext-xmlwriter": "*", "ext-xmlwriter": "*",
"myclabs/deep-copy": "^1.9.1", "myclabs/deep-copy": "^1.10.0",
"phar-io/manifest": "^1.0.3", "phar-io/manifest": "^1.0.3",
"phar-io/version": "^2.0.1", "phar-io/version": "^2.0.1",
"php": "^7.2", "php": "^7.2",
"phpspec/prophecy": "^1.8.1", "phpspec/prophecy": "^1.10.3",
"phpunit/php-code-coverage": "^7.0.7", "phpunit/php-code-coverage": "^7.0.10",
"phpunit/php-file-iterator": "^2.0.2", "phpunit/php-file-iterator": "^2.0.2",
"phpunit/php-text-template": "^1.2.1", "phpunit/php-text-template": "^1.2.1",
"phpunit/php-timer": "^2.1.2", "phpunit/php-timer": "^2.1.2",
"sebastian/comparator": "^3.0.2", "sebastian/comparator": "^3.0.2",
"sebastian/diff": "^3.0.2", "sebastian/diff": "^3.0.2",
"sebastian/environment": "^4.2.2", "sebastian/environment": "^4.2.3",
"sebastian/exporter": "^3.1.1", "sebastian/exporter": "^3.1.2",
"sebastian/global-state": "^3.0.0", "sebastian/global-state": "^3.0.0",
"sebastian/object-enumerator": "^3.0.3", "sebastian/object-enumerator": "^3.0.3",
"sebastian/resource-operations": "^2.0.1", "sebastian/resource-operations": "^2.0.1",
@ -1237,7 +1243,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2020-06-24T09:46:09+00:00" "time": "2020-09-17T13:41:55+00:00"
}, },
{ {
"name": "sebastian/code-unit-reverse-lookup", "name": "sebastian/code-unit-reverse-lookup",
@ -1860,12 +1866,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git", "url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d" "reference": "1c302646f6efc070cd46856e600e5e0684d6b454"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454",
"reference": "2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d", "reference": "1c302646f6efc070cd46856e600e5e0684d6b454",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1877,7 +1883,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.17-dev" "dev-master": "1.18-dev"
}, },
"thanks": { "thanks": {
"name": "symfony/polyfill", "name": "symfony/polyfill",
@ -1928,27 +1934,27 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-06-06T08:46:27+00:00" "time": "2020-07-14T12:35:20+00:00"
}, },
{ {
"name": "theseer/tokenizer", "name": "theseer/tokenizer",
"version": "1.1.3", "version": "1.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/theseer/tokenizer.git", "url": "https://github.com/theseer/tokenizer.git",
"reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9" "reference": "75a63c33a8577608444246075ea0af0d052e452a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9", "url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a",
"reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9", "reference": "75a63c33a8577608444246075ea0af0d052e452a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-dom": "*", "ext-dom": "*",
"ext-tokenizer": "*", "ext-tokenizer": "*",
"ext-xmlwriter": "*", "ext-xmlwriter": "*",
"php": "^7.0" "php": "^7.2 || ^8.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -1968,24 +1974,30 @@
} }
], ],
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats", "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
"time": "2019-06-13T22:48:21+00:00" "funding": [
{
"url": "https://github.com/theseer",
"type": "github"
}
],
"time": "2020-07-12T23:59:07+00:00"
}, },
{ {
"name": "webmozart/assert", "name": "webmozart/assert",
"version": "1.9.0", "version": "1.9.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/webmozart/assert.git", "url": "https://github.com/webmozart/assert.git",
"reference": "9dc4f203e36f2b486149058bade43c851dd97451" "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/webmozart/assert/zipball/9dc4f203e36f2b486149058bade43c851dd97451", "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
"reference": "9dc4f203e36f2b486149058bade43c851dd97451", "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^5.3.3 || ^7.0", "php": "^5.3.3 || ^7.0 || ^8.0",
"symfony/polyfill-ctype": "^1.8" "symfony/polyfill-ctype": "^1.8"
}, },
"conflict": { "conflict": {
@ -2017,7 +2029,7 @@
"check", "check",
"validate" "validate"
], ],
"time": "2020-06-16T10:16:42+00:00" "time": "2020-07-08T17:02:28+00:00"
} }
], ],
"aliases": [], "aliases": [],
@ -2026,7 +2038,7 @@
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
"php": ">=7.3", "php": "^7.3",
"ext-pdo": "*", "ext-pdo": "*",
"ext-json": "*", "ext-json": "*",
"ext-fileinfo": "*" "ext-fileinfo": "*"