diff --git a/composer.json b/composer.json index 0d58292407..12a95595e8 100644 --- a/composer.json +++ b/composer.json @@ -46,6 +46,14 @@ "type": "pear", "url": "https://pear.horde.org" }, + { + "type": "vcs", + "url": "https://github.com/egroupware/Crypt" + }, + { + "type": "vcs", + "url": "https://github.com/egroupware/Compress" + }, { "type": "vcs", "url": "https://github.com/IMSGlobal/lti-1-3-php-library" @@ -81,6 +89,8 @@ "egroupware/adodb-php": "self.version", "egroupware/bookmarks": "self.version", "egroupware/collabora": "self.version", + "egroupware/compress": "^2.2.3", + "egroupware/crypt": "^2.7.13", "egroupware/guzzlestream": "dev-master", "egroupware/icalendar": "^2.1.9", "egroupware/magicsuggest": "^2.1", @@ -99,8 +109,6 @@ "npm-asset/as-jqplot": "1.0.*", "npm-asset/gridster": "0.5.*", "oomphinc/composer-installers-extender": "^1.1", - "pear-pear.horde.org/horde_compress": "^2.0.8", - "pear-pear.horde.org/horde_crypt": "^2.7.9", "pear-pear.horde.org/horde_imap_client": "^2.30.3", "pear-pear.horde.org/horde_mail": "^2.1.2", "pear-pear.horde.org/horde_managesieve": "^1.0.2", diff --git a/composer.lock b/composer.lock index d135317698..36fd4d41c3 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "75e07178544cf7f50260755a37724799", + "content-hash": "c413807814d716c0662b69272da98ba2", "packages": [ { "name": "adldap2/adldap2", @@ -215,9 +215,48 @@ "url": "https://api.github.com/repos/fengyuanchen/cropper/zipball/30c58b29ee21010e17e58ebab165fbd84285c685", "reference": "30c58b29ee21010e17e58ebab165fbd84285c685" }, - "type": "bower-asset", + "type": "bower-asset-library", + "extra": { + "bower-asset-main": [ + "dist/cropper.js", + "dist/cropper.css" + ], + "bower-asset-ignore": [ + "**/.*", + "node_modules", + "bower_components", + "tests", + "test", + "examples", + "assets", + "demo", + "docs", + "gulpfile.js", + "CONTRIBUTING.md", + "ISSUE_TEMPLATE.md" + ] + }, "license": [ "MIT" + ], + "description": "A simple jQuery image cropping plugin.", + "keywords": [ + "crop", + "cropper", + "cropping", + "css", + "development", + "front-end", + "html", + "image", + "javascript", + "jquery", + "move", + "plugin", + "rotate", + "scale", + "web", + "zoom" ] }, { @@ -233,7 +272,7 @@ "url": "https://api.github.com/repos/rtfpessoa/diff2html/zipball/4c15a9ca93e50c78f8d02e37273076994888d499", "reference": "4c15a9ca93e50c78f8d02e37273076994888d499" }, - "type": "bower-asset" + "type": "bower-asset-library" }, { "name": "bower-asset/fastclick", @@ -248,7 +287,18 @@ "url": "https://api.github.com/repos/ftlabs/fastclick/zipball/9977a916739360ad4ffd7aa19b0016bf375e934b", "reference": "9977a916739360ad4ffd7aa19b0016bf375e934b" }, - "type": "bower-asset" + "type": "bower-asset-library", + "extra": { + "bower-asset-main": "lib/fastclick.js", + "bower-asset-ignore": [ + "**/.*", + "component.json", + "package.json", + "Makefile", + "tests", + "examples" + ] + } }, { "name": "bower-asset/jquery", @@ -263,9 +313,21 @@ "url": "https://api.github.com/repos/jquery/jquery-dist/zipball/5e89585e0121e72ff47de177c5ef604f3089a53d", "reference": "5e89585e0121e72ff47de177c5ef604f3089a53d" }, - "type": "bower-asset", + "type": "bower-asset-library", + "extra": { + "bower-asset-main": "dist/jquery.js", + "bower-asset-ignore": [ + "package.json" + ] + }, "license": [ "MIT" + ], + "keywords": [ + "browser", + "javascript", + "jquery", + "library" ] }, { @@ -281,7 +343,10 @@ "url": "https://api.github.com/repos/mattbryson/TouchSwipe-Jquery-Plugin/zipball/f0d71bf645779358e1458e212102c5d59b7702ec", "reference": "f0d71bf645779358e1458e212102c5d59b7702ec" }, - "type": "bower-asset" + "type": "bower-asset-library", + "extra": { + "bower-asset-main": "./jquery.touchSwipe.js" + } }, { "name": "celtic/lti", @@ -894,6 +959,139 @@ "homepage": "https://www.egroupware.org/", "time": "2021-09-28T20:48:25+00:00" }, + { + "name": "egroupware/compress", + "version": "2.2.3", + "source": { + "type": "git", + "url": "https://github.com/EGroupware/Compress.git", + "reference": "5c02e95fff1462ca13ecd3af04b30356ad1363b3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/EGroupware/Compress/zipball/5c02e95fff1462ca13ecd3af04b30356ad1363b3", + "reference": "5c02e95fff1462ca13ecd3af04b30356ad1363b3", + "shasum": "" + }, + "require": { + "pear-pear.horde.org/horde_exception": "^2", + "pear-pear.horde.org/horde_mime": "^2.5", + "pear-pear.horde.org/horde_translation": "^2.2", + "pear-pear.horde.org/horde_util": "^2", + "php": "^5.3 || ^7" + }, + "replace": { + "pear-horde/horde_compress": "2.*", + "pear-pear.horde.org/horde_compress": "2.*" + }, + "suggest": { + "ext-zlib": "*", + "pear-pear.horde.org/Horde_Icalendar": "^2", + "pear-pear.horde.org/Horde_Mail": "^2.5", + "pear-pear.horde.org/Horde_Mapi": "^1", + "pear-pear.horde.org/Horde_Stream_Filter": "^2", + "pear-pear.horde.org/Horde_Test": "^2.1" + }, + "type": "library", + "autoload": { + "psr-0": { + "Horde_Compress": "lib/" + } + }, + "license": [ + "LGPL-2.1" + ], + "authors": [ + { + "name": "Jan Schneider", + "email": "jan@horde.org", + "role": "lead" + }, + { + "name": "Michael J Rubinsky", + "email": "mrubinsk@horde.org", + "role": "developer" + }, + { + "name": "Chuck Hagenbuch", + "email": "chuck@horde.org", + "role": "lead" + }, + { + "name": "Michael Slusarz", + "email": "slusarz@horde.org", + "role": "lead" + } + ], + "description": "Compression library", + "homepage": "https://www.horde.org/libraries/Horde_Compress", + "support": { + "source": "https://github.com/EGroupware/Compress/tree/2.2.3" + }, + "time": "2020-03-11T00:00:00+00:00" + }, + { + "name": "egroupware/crypt", + "version": "2.7.13", + "source": { + "type": "git", + "url": "https://github.com/EGroupware/Crypt.git", + "reference": "d25af6514c134426647dae2c47e5bf07bb7c4d1e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/EGroupware/Crypt/zipball/d25af6514c134426647dae2c47e5bf07bb7c4d1e", + "reference": "d25af6514c134426647dae2c47e5bf07bb7c4d1e", + "shasum": "" + }, + "require": { + "ext-hash": "*", + "ext-openssl": "*", + "pear-pear.horde.org/horde_exception": "^2", + "pear-pear.horde.org/horde_http": "^2", + "pear-pear.horde.org/horde_mime": "^2", + "pear-pear.horde.org/horde_stream": "^1.5", + "pear-pear.horde.org/horde_stream_filter": "^2", + "pear-pear.horde.org/horde_translation": "^2.2", + "pear-pear.horde.org/horde_url": "^2", + "pear-pear.horde.org/horde_util": "^2", + "php": "^5.3 || ^7 || ^8" + }, + "replace": { + "pear-horde/horde_crypt": "2.*", + "pear-pear.horde.org/horde_crypt": "2.*" + }, + "suggest": { + "pear-pear.horde.org/Horde_Test": "^2.1" + }, + "type": "library", + "autoload": { + "psr-0": { + "Horde_Crypt": "lib/" + } + }, + "license": [ + "LGPL-2.1" + ], + "authors": [ + { + "name": "Michael Slusarz", + "email": "slusarz@horde.org", + "role": "lead" + }, + { + "name": "Jan Schneider", + "email": "jan@horde.org", + "role": "lead" + } + ], + "description": "Cryptography library", + "homepage": "https://www.horde.org/libraries/Horde_Crypt", + "support": { + "source": "https://github.com/EGroupware/Crypt/tree/v2.7.13" + }, + "time": "2017-11-11T00:00:00+00:00" + }, { "name": "egroupware/guzzlestream", "version": "dev-master", @@ -994,12 +1192,12 @@ { "name": "Chuck Hagenbuch", "email": "chuck@horde.org", - "role": "Lead" + "role": "lead" }, { "name": "Jan Schneider", "email": "jan@horde.org", - "role": "Lead" + "role": "lead" }, { "name": "Michael J Rubinsky", @@ -1113,7 +1311,7 @@ ], "description": "Compiled version of magicsuggest customized for EGroupware project.", "homepage": "https://github.com/EGroupware/magicsuggest", - "time": "2018-06-21T13:36:37+00:00" + "time": "2018-06-21T10:14:03+00:00" }, { "name": "egroupware/news_admin", @@ -2338,36 +2536,112 @@ "version": "1.0.8", "dist": { "type": "tar", - "url": "https://registry.npmjs.org/as-jqplot/-/as-jqplot-1.0.8.tgz" + "url": "https://registry.npmjs.org/as-jqplot/-/as-jqplot-1.0.8.tgz", + "shasum": "97061e0f32167597b87c98dfd42c93f10a2fb249" + }, + "type": "npm-asset-library", + "extra": { + "npm-asset-main": "index.js", + "npm-asset-directories": [], + "npm-asset-scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + } }, - "type": "npm-asset", "license": [ "ISC" - ] + ], + "authors": [ + "" + ], + "description": "AS jqPlot Shim" }, { "name": "npm-asset/dhtmlx-gantt", "version": "6.2.7", "dist": { "type": "tar", - "url": "https://registry.npmjs.org/dhtmlx-gantt/-/dhtmlx-gantt-6.2.7.tgz" + "url": "https://registry.npmjs.org/dhtmlx-gantt/-/dhtmlx-gantt-6.2.7.tgz", + "shasum": "86689f36c1f10e2bfaa5126445b4c560d82b4587" + }, + "type": "npm-asset-library", + "extra": { + "npm-asset-bugs": { + "url": "https://github.com/DHTMLX/gantt/issues" + }, + "npm-asset-main": "codebase/dhtmlxgantt.js", + "npm-asset-directories": [], + "npm-asset-repository": { + "type": "git", + "url": "git+https://github.com/DHTMLX/gantt.git" + } }, - "type": "npm-asset", "license": [ "GPL-2.0" - ] + ], + "authors": [ + { + "name": "DHTMLX" + } + ], + "description": "An open source JavaScript Gantt chart that helps you illustrate a project schedule in a nice-looking chart.", + "homepage": "https://github.com/DHTMLX/gantt#readme", + "keywords": [ + "browser", + "calendar", + "chart", + "dhtmlx", + "dhtmlxgantt", + "gantt", + "gantt chart", + "scheduler", + "timeline" + ], + "time": "2019-10-11T10:48:39+00:00" }, { "name": "npm-asset/gridster", "version": "0.5.6", "dist": { "type": "tar", - "url": "https://registry.npmjs.org/gridster/-/gridster-0.5.6.tgz" + "url": "https://registry.npmjs.org/gridster/-/gridster-0.5.6.tgz", + "shasum": "4024713aabd559093a72e9b713f1e41f9bded76f" }, "require": { "npm-asset/jquery": "2.0.3" }, - "type": "npm-asset" + "require-dev": { + "npm-asset/bower": "~0.9.2", + "npm-asset/grunt": "~0.4.1", + "npm-asset/grunt-bump": "0.0.11", + "npm-asset/grunt-contrib-concat": "~0.1.3", + "npm-asset/grunt-contrib-cssmin": "~0.5.0", + "npm-asset/grunt-contrib-jshint": "~0.3.0", + "npm-asset/grunt-contrib-uglify": "~0.2.0", + "npm-asset/grunt-contrib-watch": "~0.3.1", + "npm-asset/grunt-contrib-yuidoc": "~0.4.0", + "npm-asset/grunt-conventional-changelog": "~1.0.0", + "npm-asset/qunitjs": "~1.11.0" + }, + "type": "npm-asset-library", + "extra": { + "npm-asset-bugs": { + "url": "https://github.com/ducksboard/gridster.js/issues" + }, + "npm-asset-directories": [], + "npm-asset-repository": { + "type": "git", + "url": "git://github.com/ducksboard/gridster.js.git" + }, + "npm-asset-scripts": [] + }, + "authors": [ + { + "name": "ducksboard", + "email": "hackers@ducksboard.com" + } + ], + "description": "a drag-and-drop multi-column jQuery grid plugin", + "homepage": "http://gridster.net/" }, { "name": "npm-asset/jquery", @@ -2382,7 +2656,36 @@ "url": "https://api.github.com/repos/jquery/jquery/zipball/f852e631ba85af7da4ad7594785e122504e7b233", "reference": "f852e631ba85af7da4ad7594785e122504e7b233" }, - "type": "npm-asset" + "require-dev": { + "npm-asset/archiver": "~0.4.2", + "npm-asset/grunt": "0.4.1", + "npm-asset/grunt-compare-size": "~0.4.0", + "npm-asset/grunt-contrib-jshint": "0.3.0", + "npm-asset/grunt-contrib-uglify": "0.2.0", + "npm-asset/grunt-contrib-watch": "0.3.1", + "npm-asset/grunt-git-authors": "1.2.0", + "npm-asset/grunt-update-submodules": "0.2.0", + "npm-asset/gzip-js": "0.3.1", + "npm-asset/testswarm": "~1.1.0" + }, + "type": "npm-asset-library", + "extra": { + "npm-asset-bugs": { + "url": "http://bugs.jquery.com" + }, + "npm-asset-repository": { + "type": "git", + "url": "https://github.com/jquery/jquery.git" + } + }, + "authors": [ + { + "name": "jQuery Foundation and other contributors", + "url": "https://github.com/jquery/jquery/blob/master/AUTHORS.txt" + } + ], + "description": "JavaScript library for DOM operations", + "homepage": "http://jquery.com" }, { "name": "oomphinc/composer-installers-extender", @@ -2533,74 +2836,6 @@ ], "time": "2018-07-02T15:55:56+00:00" }, - { - "name": "pear-pear.horde.org/Horde_Compress", - "version": "2.2.3", - "dist": { - "type": "file", - "url": "https://pear.horde.org/get/Horde_Compress-2.2.3.tgz" - }, - "require": { - "pear-pear.horde.org/horde_exception": "<3.0.0.0", - "pear-pear.horde.org/horde_mime": "<3.0.0.0", - "pear-pear.horde.org/horde_translation": "<3.0.0.0", - "pear-pear.horde.org/horde_util": "<3.0.0.0", - "php": "<8.0.0.0" - }, - "replace": { - "pear-horde/horde_compress": "== 2.2.3.0" - }, - "type": "pear-library", - "autoload": { - "classmap": [ - "" - ] - }, - "include-path": [ - "/" - ], - "license": [ - "LGPL-2.1" - ], - "description": "A library to wrap various compression techniques." - }, - { - "name": "pear-pear.horde.org/Horde_Crypt", - "version": "2.7.12", - "dist": { - "type": "file", - "url": "https://pear.horde.org/get/Horde_Crypt-2.7.12.tgz" - }, - "require": { - "ext-hash": "*", - "ext-openssl": "*", - "pear-pear.horde.org/horde_exception": "<3.0.0.0", - "pear-pear.horde.org/horde_http": "<3.0.0.0", - "pear-pear.horde.org/horde_mime": "<3.0.0.0", - "pear-pear.horde.org/horde_stream": "<2.0.0.0", - "pear-pear.horde.org/horde_stream_filter": "<3.0.0.0", - "pear-pear.horde.org/horde_translation": "<3.0.0.0", - "pear-pear.horde.org/horde_url": "<3.0.0.0", - "pear-pear.horde.org/horde_util": "<3.0.0.0", - "php": "<8.0.0.0" - }, - "replace": { - "pear-horde/horde_crypt": "== 2.7.12.0" - }, - "type": "pear-library", - "autoload": { - "classmap": [ - "" - ] - }, - "include-path": [ - "/" - ], - "license": [ - "LGPL-2.1" - ], - "description": "The Horde_Crypt package class provides an API for various cryptographic systems." - }, { "name": "pear-pear.horde.org/Horde_Crypt_Blowfish", "version": "1.1.3", @@ -3977,12 +4212,6 @@ } ], "description": "PHPMailer is a full-featured email creation and transfer class for PHP", - "funding": [ - { - "url": "https://github.com/Synchro", - "type": "github" - } - ], "time": "2021-06-16T14:33:43+00:00" }, { @@ -4074,20 +4303,6 @@ "x.509", "x509" ], - "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": "2021-04-06T13:56:45+00:00" }, { @@ -4942,6 +5157,7 @@ "facebook", "simplesamlphp" ], + "abandoned": true, "time": "2020-03-13T11:29:21+00:00" }, { @@ -5088,6 +5304,7 @@ "windows", "windowslive" ], + "abandoned": true, "time": "2019-12-03T09:01:13+00:00" }, { @@ -5805,6 +6022,7 @@ "oauth1", "simplesamlphp" ], + "abandoned": true, "time": "2019-12-03T09:22:08+00:00" }, { @@ -6368,20 +6586,6 @@ "caching", "psr6" ], - "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-03-16T09:10:13+00:00" }, { @@ -6444,20 +6648,6 @@ "interoperability", "standards" ], - "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-03-23T23:28:01+00:00" }, { @@ -6522,20 +6712,6 @@ ], "description": "Symfony Config Component", "homepage": "https://symfony.com", - "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-03-27T16:54:36+00:00" }, { @@ -6608,20 +6784,6 @@ ], "description": "Eases the creation of beautiful and testable command line interfaces", "homepage": "https://symfony.com", - "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-03-26T09:23:24+00:00" }, { @@ -6679,20 +6841,6 @@ ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", - "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-08-10T07:47:39+00:00" }, { @@ -6766,20 +6914,6 @@ ], "description": "Symfony DependencyInjection Component", "homepage": "https://symfony.com", - "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-03-30T10:09:30+00:00" }, { @@ -6837,20 +6971,6 @@ ], "description": "Symfony ErrorHandler Component", "homepage": "https://symfony.com", - "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-08-17T09:56:45+00:00" }, { @@ -6994,20 +7114,6 @@ "interoperability", "standards" ], - "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-07-06T13:19:58+00:00" }, { @@ -7058,20 +7164,6 @@ ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", - "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-03-27T16:54:36+00:00" }, { @@ -7116,20 +7208,6 @@ ], "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", - "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-02-15T18:55:04+00:00" }, { @@ -7256,20 +7334,6 @@ ], "description": "Symfony FrameworkBundle", "homepage": "https://symfony.com", - "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-12-11T16:32:02+00:00" }, { @@ -7325,20 +7389,6 @@ ], "description": "Symfony HttpFoundation Component", "homepage": "https://symfony.com", - "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-08-17T07:39:58+00:00" }, { @@ -7430,20 +7480,6 @@ ], "description": "Symfony HttpKernel Component", "homepage": "https://symfony.com", - "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-09-02T08:09:29+00:00" }, { @@ -7506,20 +7542,6 @@ "mime", "mime-type" ], - "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-08-17T09:56:45+00:00" }, { @@ -7582,20 +7604,6 @@ "polyfill", "portable" ], - "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-01-07T16:49:33+00:00" }, { @@ -7667,20 +7675,6 @@ "portable", "shim" ], - "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-08-04T06:02:08+00:00" }, { @@ -7748,20 +7742,6 @@ "portable", "shim" ], - "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-07-14T12:35:20+00:00" }, { @@ -7825,20 +7805,6 @@ "portable", "shim" ], - "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-07-14T12:35:20+00:00" }, { @@ -7958,20 +7924,6 @@ "portable", "shim" ], - "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-07-14T12:35:20+00:00" }, { @@ -8031,20 +7983,6 @@ "portable", "shim" ], - "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-07-14T12:35:20+00:00" }, { @@ -8107,20 +8045,6 @@ "portable", "shim" ], - "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-07-14T12:35:20+00:00" }, { @@ -8187,20 +8111,6 @@ "portable", "shim" ], - "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-07-14T12:35:20+00:00" }, { @@ -8329,20 +8239,6 @@ "uri", "url" ], - "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-03-30T11:41:10+00:00" }, { @@ -8478,20 +8374,6 @@ "debug", "dump" ], - "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-08-17T07:31:35+00:00" }, { @@ -8548,20 +8430,6 @@ "instantiate", "serialize" ], - "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-01-27T10:01:46+00:00" }, { @@ -8621,20 +8489,6 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "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-03-30T11:41:10+00:00" }, { @@ -8972,20 +8826,6 @@ "constructor", "instantiate" ], - "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": "2020-11-10T18:47:58+00:00" }, { @@ -9223,12 +9063,6 @@ "object", "object graph" ], - "funding": [ - { - "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", - "type": "tidelift" - } - ], "time": "2020-11-13T09:40:50+00:00" }, { @@ -9661,12 +9495,6 @@ "testing", "xunit" ], - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], "time": "2021-03-28T07:26:59+00:00" }, { @@ -9717,12 +9545,6 @@ "filesystem", "iterator" ], - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], "time": "2020-09-28T05:57:25+00:00" }, { @@ -9776,12 +9598,6 @@ "keywords": [ "process" ], - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], "time": "2020-09-28T05:58:55+00:00" }, { @@ -9831,12 +9647,6 @@ "keywords": [ "template" ], - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], "time": "2020-10-26T05:33:50+00:00" }, { @@ -9886,12 +9696,6 @@ "keywords": [ "timer" ], - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], "time": "2020-10-26T13:16:10+00:00" }, { @@ -9981,16 +9785,6 @@ "testing", "xunit" ], - "funding": [ - { - "url": "https://phpunit.de/donate.html", - "type": "custom" - }, - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], "time": "2020-10-02T03:54:37+00:00" }, { @@ -10077,12 +9871,6 @@ ], "description": "Library for parsing CLI options", "homepage": "https://github.com/sebastianbergmann/cli-parser", - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], "time": "2020-09-28T06:08:49+00:00" }, { @@ -10129,12 +9917,6 @@ ], "description": "Collection of value objects that represent the PHP code units", "homepage": "https://github.com/sebastianbergmann/code-unit", - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], "time": "2020-10-26T13:08:54+00:00" }, { @@ -10180,12 +9962,6 @@ ], "description": "Looks up which function or method a line of code belongs to", "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], "time": "2020-09-28T05:30:19+00:00" }, { @@ -10250,12 +10026,6 @@ "compare", "equality" ], - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], "time": "2020-10-26T15:49:45+00:00" }, { @@ -10303,12 +10073,6 @@ ], "description": "Library for calculating the complexity of PHP code units", "homepage": "https://github.com/sebastianbergmann/complexity", - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], "time": "2020-10-26T15:52:27+00:00" }, { @@ -10365,12 +10129,6 @@ "unidiff", "unified diff" ], - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], "time": "2020-10-26T13:10:38+00:00" }, { @@ -10424,12 +10182,6 @@ "environment", "hhvm" ], - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], "time": "2020-09-28T05:52:38+00:00" }, { @@ -10497,12 +10249,6 @@ "export", "exporter" ], - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], "time": "2020-09-28T05:24:23+00:00" }, { @@ -10557,12 +10303,6 @@ "keywords": [ "global state" ], - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], "time": "2020-10-26T15:55:19+00:00" }, { @@ -10610,12 +10350,6 @@ ], "description": "Library for counting the lines of code in PHP source code", "homepage": "https://github.com/sebastianbergmann/lines-of-code", - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], "time": "2020-11-28T06:42:11+00:00" }, { @@ -10663,12 +10397,6 @@ ], "description": "Traverses array structures and object graphs to enumerate all referenced objects", "homepage": "https://github.com/sebastianbergmann/object-enumerator/", - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], "time": "2020-10-26T13:12:34+00:00" }, { @@ -10714,12 +10442,6 @@ ], "description": "Allows reflection of object attributes, including inherited and non-public ones", "homepage": "https://github.com/sebastianbergmann/object-reflector/", - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], "time": "2020-10-26T13:14:26+00:00" }, { @@ -10773,12 +10495,6 @@ ], "description": "Provides functionality to recursively process PHP variables", "homepage": "http://www.github.com/sebastianbergmann/recursion-context", - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], "time": "2020-10-26T13:17:30+00:00" }, { @@ -10824,12 +10540,6 @@ ], "description": "Provides a list of PHP built-in functions that operate on resources", "homepage": "https://www.github.com/sebastianbergmann/resource-operations", - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], "time": "2020-09-28T06:45:17+00:00" }, { @@ -10876,12 +10586,6 @@ ], "description": "Collection of value objects that represent the types of the PHP type system", "homepage": "https://github.com/sebastianbergmann/type", - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], "time": "2020-10-26T13:18:59+00:00" }, { @@ -10925,12 +10629,6 @@ ], "description": "Library that helps with managing the version number of Git-hosted PHP projects", "homepage": "https://github.com/sebastianbergmann/version", - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], "time": "2020-09-28T06:39:44+00:00" }, { @@ -10971,12 +10669,6 @@ } ], "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", - "funding": [ - { - "url": "https://github.com/theseer", - "type": "github" - } - ], "time": "2020-07-12T23:59:07+00:00" }, {