From 540423947e62b0e89da9996ae1a94c867c4cf5f6 Mon Sep 17 00:00:00 2001 From: Alexsander Vyshnyvetskyy Date: Fri, 7 Jul 2023 21:51:41 +0300 Subject: [PATCH] Update dependencies, copyrights --- .gitignore | 1 + CHANGELOG.md | 11 +- LICENSE.md | 2 +- README.md | 47 +- composer.json | 83 +- composer.lock | 4796 ++++++++++++++++++-------- environments/dev/config/console.php | 2 +- environments/dev/config/test.php | 2 +- environments/dev/config/web.php | 2 +- environments/prod/config/console.php | 2 +- environments/prod/config/web.php | 2 +- init | 90 +- 12 files changed, 3494 insertions(+), 1546 deletions(-) diff --git a/.gitignore b/.gitignore index d1d0919..a2cca0e 100755 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # phpstorm project files .idea +/vendor/wdmg/*/.idea # netbeans project files nbproject diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b80cd0..ba52aee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,17 @@ Changelog ========= + +## 1.3.0 (2023-07-07) +* Update dependencies, copyrights + +## 1.2.1 (2023-06-21) +* Update dependencies + +## 1.2.0 (2023-03-25) +* Add Docker and update dependencies ## 1.1.4 (2023-03-24) - Update dependencies and version +* Update dependencies and version ## 1.1.3 (2021-06-20) * Update dependencies diff --git a/LICENSE.md b/LICENSE.md index 5a8afea..46ab346 100755 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 - 2021 W.D.M.Group, Ukraine (https://wdmg.com.ua) +Copyright (c) 2019 - 2023 W.D.M.Group, Ukraine (https://wdmg.com.ua) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 0a194fa..194d8e1 100755 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ P/s^ A little patience...๐Ÿ˜‰ # Requirements * PHP 5.6 or higher -* Yii2 v.2.0.40 and newest +* Yii2 v.2.0.47 and newest * [Yii2 Base](https://github.com/wdmg/yii2-base) * [Yii2 Admin](https://github.com/wdmg/yii2-admin) * [Yii2 Activity](https://github.com/wdmg/yii2-activity) @@ -60,20 +60,6 @@ P/s^ A little patience...๐Ÿ˜‰ * - actually in progress development -# Docker - -Build containers: - - $ docker build -t example docker/ - -Run containers: - - $ docker-compose -f docker/docker-compose.yml up -d - -Stop services: - - $ docker-compose -f docker/docker-compose.yml -p example stop - # Installation To install the app, run the following command`s in the console: @@ -96,15 +82,28 @@ After set of environment and configure db connection, run the following commands After apply all migrations you may login to dashboard: http://example.com/admin/ with username `admin` and password `admin`. +# Docker + +Run the script `docker/docker-init.sh` or use manual instruction: + +####Build containers: + + $ docker-compose -f docker/docker-compose.yml -p example build + +####Run containers: + + $ docker-compose -f docker/docker-compose.yml -p example up -d www db phpmyadmin + +####Stop services: + + $ docker-compose -f docker/docker-compose.yml -p example stop + + + # Discussion For questions, complaints and suggestions follow to [Butterfly.CMS community](https://spectrum.chat/butterfly-cms?tab=posts) -# Status and version [in progress development] -* v.1.1.3 - Update dependencies. -* v.1.1.2 - Update README.md, dependencies, fixed environments. -* v.1.1.1 - Added yii2-menu, yii2-robots, yii2-comments, yii2-guard. Update base app, fixed environments. -* v.1.1.0 - Added multi-language support (partially). -* v.1.0.18 - Added yii2-media and yii2-forms modules. Update dependencies. -* v.1.0.17 - Added yii2-blog module. Update dependencies. -* v.1.0.16 - Update dependencies, added yii2-turbo, yii2-amp, yii2-search, yii2-rss, yii2-sitemap, yii2-widgets. -* v.1.0.15 - Added yii2-content module. Update dependencies. \ No newline at end of file +# Status and version [ready to use] +* v.1.3.0 - Update dependencies, copyrights. +* v.1.2.1 - Update dependencies. +* v.1.2.0 - Add Docker and update dependencies. \ No newline at end of file diff --git a/composer.json b/composer.json index 261d4ab..a6f3f63 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "homepage": "http://butterflycms.com", "type": "project", "license": "MIT", - "version": "1.1.4", + "version": "1.3.0", "support": { "issues": "https://github.com/wdmg/butterfly.cms/issues", "source": "https://github.com/wdmg/butterfly.cms" @@ -18,44 +18,45 @@ "yiisoft/yii2-bootstrap": "~2.0.0", "yiisoft/yii2-swiftmailer": "~2.0.0 || ~2.1.0", "yiisoft/yii2-httpclient": "~2.0", - "wdmg/yii2-base": "^1.3.2", - "wdmg/yii2-admin": "^1.3.2", - "wdmg/yii2-activity": "^1.1.13", - "wdmg/yii2-api": "^1.3.12", - "wdmg/yii2-options": "^1.6.0", - "wdmg/yii2-guard": "^1.2.0", - "wdmg/yii2-menu": "^1.1.1", - "wdmg/yii2-mailer": "^1.3.6", - "wdmg/yii2-terminal": "^1.2.0", - "wdmg/yii2-redirects": "^1.0.12", - "wdmg/yii2-stats": "^1.2.5", - "wdmg/yii2-search": "^1.1.5", - "wdmg/yii2-services": "^1.1.12", - "wdmg/yii2-news": "^1.1.4", - "wdmg/yii2-blog": "^1.2.4", - "wdmg/yii2-media": "^1.0.6", - "wdmg/yii2-subscribers": "^1.0.8", - "wdmg/yii2-newsletters": "^1.0.11", - "wdmg/yii2-content": "^1.1.2", - "wdmg/yii2-sitemap": "^1.1.4", - "wdmg/yii2-pages": "^1.2.5", - "wdmg/yii2-tasks": "^1.1.9", - "wdmg/yii2-tickets": "^1.1.9", - "wdmg/yii2-comments": "^1.0.3", - "wdmg/yii2-users": "^1.2.5", - "wdmg/yii2-profiles": "^1.0.0", - "wdmg/yii2-rbac": "^1.1.10", - "wdmg/yii2-robots": "^1.0.1", - "wdmg/yii2-geo": "^1.1.8", - "wdmg/yii2-rss": "^1.0.4", - "wdmg/yii2-turbo": "^1.0.3", - "wdmg/yii2-amp": "^1.0.4", - "wdmg/yii2-forms": "^1.1.2", - "wdmg/yii2-translations": "^1.2.3", - "wdmg/yii2-widgets": "^1.0.4", - "wdmg/yii2-validators": "^1.0.7", - "wdmg/yii2-helpers": "^1.4.8", - "wdmg/yii2-views": "^1.0.1" + "wdmg/yii2-admin": "^1.4.6", + "wdmg/yii2-activity": "^1.2.2", + "wdmg/yii2-amp": "^1.1.0", + "wdmg/yii2-api": "^2.0.1", + "wdmg/yii2-base": "^1.4.1", + "wdmg/yii2-blog": "^1.3.0", + "wdmg/yii2-options": "^1.7.0", + "wdmg/yii2-guard": "^1.3.0", + "wdmg/yii2-menu": "^1.2.1", + "wdmg/yii2-mailer": "^1.4.0", + "wdmg/yii2-terminal": "^1.3.1", + "wdmg/yii2-redirects": "^1.1.0", + "wdmg/yii2-stats": "^1.3.0", + "wdmg/yii2-search": "^2.0.0", + "wdmg/yii2-services": "^2.0.0", + "wdmg/yii2-news": "^2.0.0", + "wdmg/yii2-media": "^2.0.1", + "wdmg/yii2-subscribers": "^2.0.0", + "wdmg/yii2-newsletters": "^2.0.0", + "wdmg/yii2-content": "^1.2.0", + "wdmg/yii2-sitemap": "^1.2.0", + "wdmg/yii2-pages": "^1.3.0", + "wdmg/yii2-tasks": "^1.2.0", + "wdmg/yii2-tickets": "^1.2.0", + "wdmg/yii2-comments": "^2.0.0", + "wdmg/yii2-users": "^1.2.7", + "wdmg/yii2-rbac": "^1.2.0", + "wdmg/yii2-robots": "^1.1.0", + "wdmg/yii2-geo": "^1.2.0", + "wdmg/yii2-rss": "^1.1.0", + "wdmg/yii2-turbo": "^1.1.0", + "wdmg/yii2-forms": "^1.2.0", + "wdmg/yii2-translations": "^1.3.1", + "wdmg/yii2-bookmarks": "^1.0.0", + "wdmg/yii2-profiles": "^1.1.0", + "wdmg/yii2-widgets": "^1.1.0", + "wdmg/yii2-validators": "^1.1.0", + "wdmg/yii2-helpers": "^1.5.0", + "wdmg/yii2-views": "^1.1.0" }, "require-dev": { "yiisoft/yii2-debug": "~2.1.0", @@ -73,7 +74,6 @@ "wdmg/yii2-reviews": "^0.0.11", "wdmg/yii2-messages": "^0.0.10", "wdmg/yii2-likes": "^0.0.12", - "wdmg/yii2-bookmarks": "^0.0.10", "wdmg/yii2-reposts": "^0.0.10", "wdmg/yii2-votes": "^0.0.10" }, @@ -81,6 +81,9 @@ "process-timeout": 1800, "fxp-asset": { "enabled": false + }, + "allow-plugins": { + "yiisoft/yii2-composer": true } }, "scripts": { diff --git a/composer.lock b/composer.lock index 4562041..902982f 100644 --- a/composer.lock +++ b/composer.lock @@ -1,10 +1,10 @@ { "_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#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" ], - "content-hash": "08c20cbccb2555fa3a2df393643765c2", + "content-hash": "a92c1ade25af5ce0265fc552a0aaaa75", "packages": [ { "name": "bower-asset/bootstrap", @@ -17,8 +17,7 @@ "dist": { "type": "zip", "url": "https://api.github.com/repos/twbs/bootstrap/zipball/68b0d231a13201eb14acd3dc84e51543d16e5f7e", - "reference": "68b0d231a13201eb14acd3dc84e51543d16e5f7e", - "shasum": null + "reference": "68b0d231a13201eb14acd3dc84e51543d16e5f7e" }, "require": { "bower-asset/jquery": ">=1.9.1,<4.0" @@ -30,17 +29,16 @@ }, { "name": "bower-asset/bootstrap-datepicker-plugin", - "version": "1.1.0", + "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/wdmg/bootstrap-datepicker.git", - "reference": "9f41541a3650199df623bcccec0f977d1fa305f9" + "reference": "ac629d53f6b735c706a74c16e9a218d92016b654" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wdmg/bootstrap-datepicker/zipball/9f41541a3650199df623bcccec0f977d1fa305f9", - "reference": "9f41541a3650199df623bcccec0f977d1fa305f9", - "shasum": null + "url": "https://api.github.com/repos/wdmg/bootstrap-datepicker/zipball/ac629d53f6b735c706a74c16e9a218d92016b654", + "reference": "ac629d53f6b735c706a74c16e9a218d92016b654" }, "type": "bower-asset", "license": [ @@ -58,8 +56,7 @@ "dist": { "type": "zip", "url": "https://api.github.com/repos/wdmg/bootstrap-selectinput/zipball/2880de4bbcc80a06f02c2e1b022f9eb4ec820436", - "reference": "2880de4bbcc80a06f02c2e1b022f9eb4ec820436", - "shasum": null + "reference": "2880de4bbcc80a06f02c2e1b022f9eb4ec820436" }, "type": "bower-asset", "license": [ @@ -77,8 +74,7 @@ "dist": { "type": "zip", "url": "https://api.github.com/repos/wdmg/bootstrap-tagsinput/zipball/5164daad55d53fd0fcc3a3a9d9aef12abb93f5a4", - "reference": "5164daad55d53fd0fcc3a3a9d9aef12abb93f5a4", - "shasum": null + "reference": "5164daad55d53fd0fcc3a3a9d9aef12abb93f5a4" }, "type": "bower-asset", "license": [ @@ -90,14 +86,13 @@ "version": "1.1.4", "source": { "type": "git", - "url": "https://github.com/wdmg/bootstrap-wysiwyg.git", + "url": "git@github.com:wdmg/bootstrap-wysiwyg.git", "reference": "bcb93be64c869032b5d5a2d1851c3ed4fe83dbaf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wdmg/bootstrap-wysiwyg/zipball/bcb93be64c869032b5d5a2d1851c3ed4fe83dbaf", - "reference": "bcb93be64c869032b5d5a2d1851c3ed4fe83dbaf", - "shasum": null + "reference": "bcb93be64c869032b5d5a2d1851c3ed4fe83dbaf" }, "type": "bower-asset", "license": [ @@ -109,14 +104,13 @@ "version": "v2.9.4", "source": { "type": "git", - "url": "git@github.com:chartjs/Chart.js.git", + "url": "https://github.com/chartjs/Chart.js.git", "reference": "9bd4cf82fda9f50a5fb50b72843e06ab88124278" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/chartjs/Chart.js/zipball/9bd4cf82fda9f50a5fb50b72843e06ab88124278", - "reference": "9bd4cf82fda9f50a5fb50b72843e06ab88124278", - "shasum": null + "reference": "9bd4cf82fda9f50a5fb50b72843e06ab88124278" }, "type": "bower-asset", "license": [ @@ -125,17 +119,16 @@ }, { "name": "bower-asset/clipboard", - "version": "v2.0.8", + "version": "v2.0.11", "source": { "type": "git", "url": "https://github.com/zenorocha/clipboard.js.git", - "reference": "7dea403fbb5257809623cd1d635bd4a3878ea982" + "reference": "2b2f9eef6fd1cf951612740e16e422db2848c00a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zenorocha/clipboard.js/zipball/7dea403fbb5257809623cd1d635bd4a3878ea982", - "reference": "7dea403fbb5257809623cd1d635bd4a3878ea982", - "shasum": null + "url": "https://api.github.com/repos/zenorocha/clipboard.js/zipball/2b2f9eef6fd1cf951612740e16e422db2848c00a", + "reference": "2b2f9eef6fd1cf951612740e16e422db2848c00a" }, "type": "bower-asset", "license": [ @@ -153,25 +146,22 @@ "dist": { "type": "zip", "url": "https://api.github.com/repos/gosquared/flags/zipball/1d382a9ea87667ac59c493b8fd771f49ce837e6a", - "reference": "1d382a9ea87667ac59c493b8fd771f49ce837e6a", - "shasum": null + "reference": "1d382a9ea87667ac59c493b8fd771f49ce837e6a" }, - "type": "bower-asset", - "time": "2017-02-02 14:59:26" + "type": "bower-asset" }, { "name": "bower-asset/font-awesome", - "version": "5.15.3", + "version": "6.4.0", "source": { "type": "git", "url": "https://github.com/FortAwesome/Font-Awesome.git", - "reference": "d79d85c3fad85ad1885e87ed558f4afd6fce8289" + "reference": "0698449d50f2b95517562295a59d414afc68b369" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FortAwesome/Font-Awesome/zipball/d79d85c3fad85ad1885e87ed558f4afd6fce8289", - "reference": "d79d85c3fad85ad1885e87ed558f4afd6fce8289", - "shasum": null + "url": "https://api.github.com/repos/FortAwesome/Font-Awesome/zipball/0698449d50f2b95517562295a59d414afc68b369", + "reference": "0698449d50f2b95517562295a59d414afc68b369" }, "type": "bower-asset" }, @@ -180,14 +170,13 @@ "version": "3.3.11", "source": { "type": "git", - "url": "git@github.com:RobinHerbots/Inputmask.git", + "url": "https://github.com/RobinHerbots/Inputmask.git", "reference": "5e670ad62f50c738388d4dcec78d2888505ad77b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/RobinHerbots/Inputmask/zipball/5e670ad62f50c738388d4dcec78d2888505ad77b", - "reference": "5e670ad62f50c738388d4dcec78d2888505ad77b", - "shasum": null + "reference": "5e670ad62f50c738388d4dcec78d2888505ad77b" }, "require": { "bower-asset/jquery": ">=1.7" @@ -199,17 +188,16 @@ }, { "name": "bower-asset/jquery", - "version": "3.5.1", + "version": "3.6.4", "source": { "type": "git", - "url": "git@github.com:jquery/jquery-dist.git", - "reference": "4c0e4becb8263bb5b3e6dadc448d8e7305ef8215" + "url": "https://github.com/jquery/jquery-dist.git", + "reference": "91ef2d8836342875f2519b5815197ea0f23613cf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/jquery/jquery-dist/zipball/4c0e4becb8263bb5b3e6dadc448d8e7305ef8215", - "reference": "4c0e4becb8263bb5b3e6dadc448d8e7305ef8215", - "shasum": null + "url": "https://api.github.com/repos/jquery/jquery-dist/zipball/91ef2d8836342875f2519b5815197ea0f23613cf", + "reference": "91ef2d8836342875f2519b5815197ea0f23613cf" }, "type": "bower-asset", "license": [ @@ -227,8 +215,7 @@ "dist": { "type": "zip", "url": "https://api.github.com/repos/components/jqueryui/zipball/44ecf3794cc56b65954cc19737234a3119d036cc", - "reference": "44ecf3794cc56b65954cc19737234a3119d036cc", - "shasum": null + "reference": "44ecf3794cc56b65954cc19737234a3119d036cc" }, "require": { "bower-asset/jquery": ">=1.6" @@ -240,17 +227,16 @@ }, { "name": "bower-asset/jquery.terminal", - "version": "2.18.3", + "version": "2.35.3", "source": { "type": "git", "url": "git@github.com:jcubic/jquery.terminal.git", - "reference": "2b9fd8b6839a4d7364100ff01fb4128da3f51d3d" + "reference": "91eaa8c832f8079bb8e9751ae40ae3fe266c9b86" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/jcubic/jquery.terminal/zipball/2b9fd8b6839a4d7364100ff01fb4128da3f51d3d", - "reference": "2b9fd8b6839a4d7364100ff01fb4128da3f51d3d", - "shasum": null + "url": "https://api.github.com/repos/jcubic/jquery.terminal/zipball/91eaa8c832f8079bb8e9751ae40ae3fe266c9b86", + "reference": "91eaa8c832f8079bb8e9751ae40ae3fe266c9b86" }, "require": { "bower-asset/jquery": "~3" @@ -265,30 +251,28 @@ "version": "v1.3.2", "source": { "type": "git", - "url": "https://github.com/bestiejs/punycode.js.git", + "url": "https://github.com/mathiasbynens/punycode.js.git", "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bestiejs/punycode.js/zipball/38c8d3131a82567bfef18da09f7f4db68c84f8a3", - "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3", - "shasum": null + "url": "https://api.github.com/repos/mathiasbynens/punycode.js/zipball/38c8d3131a82567bfef18da09f7f4db68c84f8a3", + "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3" }, "type": "bower-asset" }, { "name": "bower-asset/yii2-pjax", - "version": "2.0.7.1", + "version": "2.0.8", "source": { "type": "git", - "url": "https://github.com/yiisoft/jquery-pjax.git", - "reference": "aef7b953107264f00234902a3880eb50dafc48be" + "url": "git@github.com:yiisoft/jquery-pjax.git", + "reference": "a9298d57da63d14a950f1b94366a864bc62264fb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/yiisoft/jquery-pjax/zipball/aef7b953107264f00234902a3880eb50dafc48be", - "reference": "aef7b953107264f00234902a3880eb50dafc48be", - "shasum": null + "url": "https://api.github.com/repos/yiisoft/jquery-pjax/zipball/a9298d57da63d14a950f1b94366a864bc62264fb", + "reference": "a9298d57da63d14a950f1b94366a864bc62264fb" }, "require": { "bower-asset/jquery": ">=1.8" @@ -356,20 +340,24 @@ "markdown", "markdown-extra" ], + "support": { + "issues": "https://github.com/cebe/markdown/issues", + "source": "https://github.com/cebe/markdown" + }, "time": "2018-03-26T11:24:36+00:00" }, { "name": "composer/ca-bundle", - "version": "1.2.10", + "version": "1.3.6", "source": { "type": "git", "url": "https://github.com/composer/ca-bundle.git", - "reference": "9fdb22c2e97a614657716178093cd1da90a64aa8" + "reference": "90d087e988ff194065333d16bc5cf649872d9cdb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/ca-bundle/zipball/9fdb22c2e97a614657716178093cd1da90a64aa8", - "reference": "9fdb22c2e97a614657716178093cd1da90a64aa8", + "url": "https://api.github.com/repos/composer/ca-bundle/zipball/90d087e988ff194065333d16bc5cf649872d9cdb", + "reference": "90d087e988ff194065333d16bc5cf649872d9cdb", "shasum": "" }, "require": { @@ -381,7 +369,7 @@ "phpstan/phpstan": "^0.12.55", "psr/log": "^1.0", "symfony/phpunit-bridge": "^4.2 || ^5", - "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0" + "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0" }, "type": "library", "extra": { @@ -413,36 +401,254 @@ "ssl", "tls" ], - "time": "2021-06-07T13:58:28+00:00" + "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.6" + }, + "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": "2023-06-06T12:02:59+00:00" + }, + { + "name": "doctrine/deprecations", + "version": "v1.1.1", + "source": { + "type": "git", + "url": "https://github.com/doctrine/deprecations.git", + "reference": "612a3ee5ab0d5dd97b7cf3874a6efe24325efac3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/deprecations/zipball/612a3ee5ab0d5dd97b7cf3874a6efe24325efac3", + "reference": "612a3ee5ab0d5dd97b7cf3874a6efe24325efac3", + "shasum": "" + }, + "require": { + "php": "^7.1 || ^8.0" + }, + "require-dev": { + "doctrine/coding-standard": "^9", + "phpstan/phpstan": "1.4.10 || 1.10.15", + "phpstan/phpstan-phpunit": "^1.0", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "psalm/plugin-phpunit": "0.18.4", + "psr/log": "^1 || ^2 || ^3", + "vimeo/psalm": "4.30.0 || 5.12.0" + }, + "suggest": { + "psr/log": "Allows logging deprecations via PSR-3 logger implementation" + }, + "type": "library", + "autoload": { + "psr-4": { + "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.", + "homepage": "https://www.doctrine-project.org/", + "support": { + "issues": "https://github.com/doctrine/deprecations/issues", + "source": "https://github.com/doctrine/deprecations/tree/v1.1.1" + }, + "time": "2023-06-03T09:27:29+00:00" + }, + { + "name": "doctrine/lexer", + "version": "2.1.0", + "source": { + "type": "git", + "url": "https://github.com/doctrine/lexer.git", + "reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/39ab8fcf5a51ce4b85ca97c7a7d033eb12831124", + "reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124", + "shasum": "" + }, + "require": { + "doctrine/deprecations": "^1.0", + "php": "^7.1 || ^8.0" + }, + "require-dev": { + "doctrine/coding-standard": "^9 || ^10", + "phpstan/phpstan": "^1.3", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "psalm/plugin-phpunit": "^0.18.3", + "vimeo/psalm": "^4.11 || ^5.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Doctrine\\Common\\Lexer\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "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", + "keywords": [ + "annotations", + "docblock", + "lexer", + "parser", + "php" + ], + "support": { + "issues": "https://github.com/doctrine/lexer/issues", + "source": "https://github.com/doctrine/lexer/tree/2.1.0" + }, + "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-12-14T08:49:07+00:00" + }, + { + "name": "egulias/email-validator", + "version": "3.2.6", + "source": { + "type": "git", + "url": "https://github.com/egulias/EmailValidator.git", + "reference": "e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7", + "reference": "e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7", + "shasum": "" + }, + "require": { + "doctrine/lexer": "^1.2|^2", + "php": ">=7.2", + "symfony/polyfill-intl-idn": "^1.15" + }, + "require-dev": { + "phpunit/phpunit": "^8.5.8|^9.3.3", + "vimeo/psalm": "^4" + }, + "suggest": { + "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Egulias\\EmailValidator\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Eduardo Gulias Davis" + } + ], + "description": "A library for validating emails against several RFCs", + "homepage": "https://github.com/egulias/EmailValidator", + "keywords": [ + "email", + "emailvalidation", + "emailvalidator", + "validation", + "validator" + ], + "support": { + "issues": "https://github.com/egulias/EmailValidator/issues", + "source": "https://github.com/egulias/EmailValidator/tree/3.2.6" + }, + "funding": [ + { + "url": "https://github.com/egulias", + "type": "github" + } + ], + "time": "2023-06-01T07:04:22+00:00" }, { "name": "ezyang/htmlpurifier", - "version": "v4.13.0", + "version": "v4.16.0", "source": { "type": "git", "url": "https://github.com/ezyang/htmlpurifier.git", - "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75" + "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/08e27c97e4c6ed02f37c5b2b20488046c8d90d75", - "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75", + "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/523407fb06eb9e5f3d59889b3978d5bfe94299c8", + "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8", "shasum": "" }, "require": { - "php": ">=5.2" + "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0" }, "require-dev": { - "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd" + "cerdic/css-tidy": "^1.7 || ^2.0", + "simpletest/simpletest": "dev-master" + }, + "suggest": { + "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.", + "ext-bcmath": "Used for unit conversion and imagecrash protection", + "ext-iconv": "Converts text to and from non-UTF-8 encodings", + "ext-tidy": "Used for pretty-printing HTML" }, "type": "library", "autoload": { - "psr-0": { - "HTMLPurifier": "library/" - }, "files": [ "library/HTMLPurifier.composer.php" ], + "psr-0": { + "HTMLPurifier": "library/" + }, "exclude-from-classmap": [ "/library/HTMLPurifier/Language/" ] @@ -463,31 +669,36 @@ "keywords": [ "html" ], - "time": "2020-06-29T00:56:53+00:00" + "support": { + "issues": "https://github.com/ezyang/htmlpurifier/issues", + "source": "https://github.com/ezyang/htmlpurifier/tree/v4.16.0" + }, + "time": "2022-09-18T07:06:19+00:00" }, { "name": "geoip2/geoip2", - "version": "v2.10.0", + "version": "v2.13.0", "source": { "type": "git", - "url": "https://github.com/maxmind/GeoIP2-php.git", - "reference": "419557cd21d9fe039721a83490701a58c8ce784a" + "url": "git@github.com:maxmind/GeoIP2-php.git", + "reference": "6a41d8fbd6b90052bc34dff3b4252d0f88067b23" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/419557cd21d9fe039721a83490701a58c8ce784a", - "reference": "419557cd21d9fe039721a83490701a58c8ce784a", + "url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/6a41d8fbd6b90052bc34dff3b4252d0f88067b23", + "reference": "6a41d8fbd6b90052bc34dff3b4252d0f88067b23", "shasum": "" }, "require": { "ext-json": "*", - "maxmind-db/reader": "~1.5", - "maxmind/web-service-common": "~0.6", - "php": ">=5.6" + "maxmind-db/reader": "~1.8", + "maxmind/web-service-common": "~0.8", + "php": ">=7.2" }, "require-dev": { - "friendsofphp/php-cs-fixer": "2.*", - "phpunit/phpunit": "5.*", + "friendsofphp/php-cs-fixer": "3.*", + "phpstan/phpstan": "*", + "phpunit/phpunit": "^8.0 || ^9.0", "squizlabs/php_codesniffer": "3.*" }, "type": "library", @@ -516,64 +727,91 @@ "geolocation", "maxmind" ], - "time": "2019-12-12T18:48:39+00:00" + "time": "2022-08-05T20:32:58+00:00" }, { "name": "guzzlehttp/psr7", - "version": "1.8.2", + "version": "2.5.0", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "dc960a912984efb74d0a90222870c72c87f10c91" + "reference": "b635f279edd83fc275f822a1188157ffea568ff6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/dc960a912984efb74d0a90222870c72c87f10c91", - "reference": "dc960a912984efb74d0a90222870c72c87f10c91", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/b635f279edd83fc275f822a1188157ffea568ff6", + "reference": "b635f279edd83fc275f822a1188157ffea568ff6", "shasum": "" }, "require": { - "php": ">=5.4.0", - "psr/http-message": "~1.0", - "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" + "php": "^7.2.5 || ^8.0", + "psr/http-factory": "^1.0", + "psr/http-message": "^1.1 || ^2.0", + "ralouphie/getallheaders": "^3.0" }, "provide": { + "psr/http-factory-implementation": "1.0", "psr/http-message-implementation": "1.0" }, "require-dev": { - "ext-zlib": "*", - "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" + "bamarni/composer-bin-plugin": "^1.8.1", + "http-interop/http-factory-tests": "^0.9", + "phpunit/phpunit": "^8.5.29 || ^9.5.23" }, "suggest": { "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, "type": "library", "extra": { - "branch-alias": { - "dev-master": "1.7-dev" + "bamarni-bin": { + "bin-links": true, + "forward-command": false } }, "autoload": { "psr-4": { "GuzzleHttp\\Psr7\\": "src/" - }, - "files": [ - "src/functions_include.php" - ] + } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, + { + "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" + }, + { + "name": "Mรกrk Sรกgi-Kazรกr", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://sagikazarmark.hu" } ], "description": "PSR-7 message implementation that also provides common utility methods", @@ -587,30 +825,48 @@ "uri", "url" ], - "time": "2021-04-26T09:17:50+00:00" + "support": { + "issues": "https://github.com/guzzle/psr7/issues", + "source": "https://github.com/guzzle/psr7/tree/2.5.0" + }, + "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" + } + ], + "time": "2023-04-17T16:11:26+00:00" }, { "name": "imagine/imagine", - "version": "1.2.4", + "version": "1.3.5", "source": { "type": "git", - "url": "https://github.com/avalanche123/Imagine.git", - "reference": "d2e18be6e930ca169e4f921ef73ebfc061bf55d8" + "url": "https://github.com/php-imagine/Imagine.git", + "reference": "7151d553edec4dc2bbac60419f7a74ff34700e7f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/d2e18be6e930ca169e4f921ef73ebfc061bf55d8", - "reference": "d2e18be6e930ca169e4f921ef73ebfc061bf55d8", + "url": "https://api.github.com/repos/php-imagine/Imagine/zipball/7151d553edec4dc2bbac60419f7a74ff34700e7f", + "reference": "7151d553edec4dc2bbac60419f7a74ff34700e7f", "shasum": "" }, "require": { - "php": ">=5.3.2" + "php": ">=5.5" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^2.2", "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4 || ^9.3" }, "suggest": { + "ext-exif": "to read EXIF metadata", "ext-gd": "to use the GD implementation", "ext-gmagick": "to use the Gmagick implementation", "ext-imagick": "to use the Imagick implementation" @@ -618,7 +874,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-develop": "0.7-dev" + "dev-develop": "1.x-dev" } }, "autoload": { @@ -645,33 +901,38 @@ "image manipulation", "image processing" ], - "time": "2020-11-03T22:35:03+00:00" + "support": { + "issues": "https://github.com/php-imagine/Imagine/issues", + "source": "https://github.com/php-imagine/Imagine/tree/1.3.5" + }, + "time": "2023-06-07T14:49:52+00:00" }, { "name": "maxmind-db/reader", - "version": "v1.6.0", + "version": "v1.11.0", "source": { "type": "git", "url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git", - "reference": "febd4920bf17c1da84cef58e56a8227dfb37fbe4" + "reference": "b1f3c0699525336d09cc5161a2861268d9f2ae5b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/febd4920bf17c1da84cef58e56a8227dfb37fbe4", - "reference": "febd4920bf17c1da84cef58e56a8227dfb37fbe4", + "url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/b1f3c0699525336d09cc5161a2861268d9f2ae5b", + "reference": "b1f3c0699525336d09cc5161a2861268d9f2ae5b", "shasum": "" }, "require": { - "php": ">=5.6" + "php": ">=7.2" }, "conflict": { - "ext-maxminddb": "<1.6.0,>=2.0.0" + "ext-maxminddb": "<1.10.1,>=2.0.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "2.*", + "friendsofphp/php-cs-fixer": "3.*", "php-coveralls/php-coveralls": "^2.1", - "phpunit/phpcov": "^3.0", - "phpunit/phpunit": "5.*", + "phpstan/phpstan": "*", + "phpunit/phpcov": ">=6.0.0", + "phpunit/phpunit": ">=8.0.0,<10.0.0", "squizlabs/php_codesniffer": "3.*" }, "suggest": { @@ -705,31 +966,36 @@ "geolocation", "maxmind" ], - "time": "2019-12-19T22:59:03+00:00" + "support": { + "issues": "https://github.com/maxmind/MaxMind-DB-Reader-php/issues", + "source": "https://github.com/maxmind/MaxMind-DB-Reader-php/tree/v1.11.0" + }, + "time": "2021-10-18T15:23:10+00:00" }, { "name": "maxmind/web-service-common", - "version": "v0.7.0", + "version": "v0.9.0", "source": { "type": "git", "url": "https://github.com/maxmind/web-service-common-php.git", - "reference": "74c996c218ada5c639c8c2f076756e059f5552fc" + "reference": "4dc5a3e8df38aea4ca3b1096cee3a038094e9b53" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/maxmind/web-service-common-php/zipball/74c996c218ada5c639c8c2f076756e059f5552fc", - "reference": "74c996c218ada5c639c8c2f076756e059f5552fc", + "url": "https://api.github.com/repos/maxmind/web-service-common-php/zipball/4dc5a3e8df38aea4ca3b1096cee3a038094e9b53", + "reference": "4dc5a3e8df38aea4ca3b1096cee3a038094e9b53", "shasum": "" }, "require": { "composer/ca-bundle": "^1.0.3", "ext-curl": "*", "ext-json": "*", - "php": ">=5.6" + "php": ">=7.2" }, "require-dev": { - "friendsofphp/php-cs-fixer": "2.*", - "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0", + "friendsofphp/php-cs-fixer": "3.*", + "phpstan/phpstan": "*", + "phpunit/phpunit": "^8.0 || ^9.0", "squizlabs/php_codesniffer": "3.*" }, "type": "library", @@ -751,29 +1017,138 @@ ], "description": "Internal MaxMind Web Service API", "homepage": "https://github.com/maxmind/web-service-common-php", - "time": "2020-05-06T14:07:26+00:00" + "support": { + "issues": "https://github.com/maxmind/web-service-common-php/issues", + "source": "https://github.com/maxmind/web-service-common-php/tree/v0.9.0" + }, + "time": "2022-03-28T17:43:20+00:00" + }, + { + "name": "paragonie/random_compat", + "version": "v9.99.100", + "source": { + "type": "git", + "url": "https://github.com/paragonie/random_compat.git", + "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a", + "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a", + "shasum": "" + }, + "require": { + "php": ">= 7" + }, + "require-dev": { + "phpunit/phpunit": "4.*|5.*", + "vimeo/psalm": "^1" + }, + "suggest": { + "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." + }, + "type": "library", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Paragon Initiative Enterprises", + "email": "security@paragonie.com", + "homepage": "https://paragonie.com" + } + ], + "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", + "keywords": [ + "csprng", + "polyfill", + "pseudorandom", + "random" + ], + "support": { + "email": "info@paragonie.com", + "issues": "https://github.com/paragonie/random_compat/issues", + "source": "https://github.com/paragonie/random_compat" + }, + "time": "2020-10-15T08:29:30+00:00" + }, + { + "name": "psr/http-factory", + "version": "1.0.2", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-factory.git", + "reference": "e616d01114759c4c489f93b099585439f795fe35" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35", + "reference": "e616d01114759c4c489f93b099585439f795fe35", + "shasum": "" + }, + "require": { + "php": ">=7.0.0", + "psr/http-message": "^1.0 || ^2.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": "https://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/1.0.2" + }, + "time": "2023-04-10T20:10:41+00:00" }, { "name": "psr/http-message", - "version": "1.0.1", + "version": "2.0", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" + "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71", + "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": "^7.2 || ^8.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -788,7 +1163,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for HTTP messages", @@ -801,7 +1176,10 @@ "request", "response" ], - "time": "2016-08-06T14:39:51+00:00" + "support": { + "source": "https://github.com/php-fig/http-message/tree/2.0" + }, + "time": "2023-04-04T09:54:51+00:00" }, { "name": "ralouphie/getallheaders", @@ -841,33 +1219,44 @@ } ], "description": "A polyfill for getallheaders.", + "support": { + "issues": "https://github.com/ralouphie/getallheaders/issues", + "source": "https://github.com/ralouphie/getallheaders/tree/develop" + }, "time": "2019-03-08T08:55:37+00:00" }, { "name": "swiftmailer/swiftmailer", - "version": "v5.4.12", + "version": "v6.3.0", "source": { "type": "git", "url": "https://github.com/swiftmailer/swiftmailer.git", - "reference": "181b89f18a90f8925ef805f950d47a7190e9b950" + "reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/181b89f18a90f8925ef805f950d47a7190e9b950", - "reference": "181b89f18a90f8925ef805f950d47a7190e9b950", + "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/8a5d5072dca8f48460fce2f4131fcc495eec654c", + "reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c", "shasum": "" }, "require": { - "php": ">=5.3.3" + "egulias/email-validator": "^2.0|^3.1", + "php": ">=7.0.0", + "symfony/polyfill-iconv": "^1.0", + "symfony/polyfill-intl-idn": "^1.10", + "symfony/polyfill-mbstring": "^1.0" }, "require-dev": { - "mockery/mockery": "~0.9.1", - "symfony/phpunit-bridge": "~3.2" + "mockery/mockery": "^1.0", + "symfony/phpunit-bridge": "^4.4|^5.4" + }, + "suggest": { + "ext-intl": "Needed to support internationalized email addresses" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "5.4-dev" + "dev-master": "6.2-dev" } }, "autoload": { @@ -895,24 +1284,42 @@ "mail", "mailer" ], - "time": "2018-07-31T09:26:32+00:00" + "support": { + "issues": "https://github.com/swiftmailer/swiftmailer/issues", + "source": "https://github.com/swiftmailer/swiftmailer/tree/v6.3.0" + }, + "funding": [ + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/swiftmailer/swiftmailer", + "type": "tidelift" + } + ], + "abandoned": "symfony/mailer", + "time": "2021-10-18T15:26:12+00:00" }, { "name": "symfony/polyfill-iconv", - "version": "v1.19.0", + "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-iconv.git", - "reference": "085241787d52fa6f7a774fd034135fef0cfd5496" + "reference": "927013f3aac555983a5059aada98e1907d842695" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/085241787d52fa6f7a774fd034135fef0cfd5496", - "reference": "085241787d52fa6f7a774fd034135fef0cfd5496", + "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/927013f3aac555983a5059aada98e1907d842695", + "reference": "927013f3aac555983a5059aada98e1907d842695", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": ">=7.1" + }, + "provide": { + "ext-iconv": "*" }, "suggest": { "ext-iconv": "For best performance" @@ -920,7 +1327,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.19-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -928,11 +1335,181 @@ } }, "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.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" + } + ], + "time": "2022-11-03T14:55:06+00:00" + }, + { + "name": "symfony/polyfill-intl-idn", + "version": "v1.27.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-intl-idn.git", + "reference": "639084e360537a19f9ee352433b84ce831f3d2da" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/639084e360537a19f9ee352433b84ce831f3d2da", + "reference": "639084e360537a19f9ee352433b84ce831f3d2da", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "symfony/polyfill-intl-normalizer": "^1.10", + "symfony/polyfill-php72": "^1.10" + }, + "suggest": { + "ext-intl": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.27-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Intl\\Idn\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Laurent Bassin", + "email": "laurent@bassin.info" + }, + { + "name": "Trevor Rowbotham", + "email": "trevor.rowbotham@pm.me" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "idn", + "intl", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-intl-idn/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" + } + ], + "time": "2022-11-03T14:55:06+00:00" + }, + { + "name": "symfony/polyfill-intl-normalizer", + "version": "v1.27.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-intl-normalizer.git", + "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6", + "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "suggest": { + "ext-intl": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "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/", @@ -949,33 +1526,54 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony polyfill for the Iconv extension", + "description": "Symfony polyfill for intl's Normalizer class and related functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", - "iconv", + "intl", + "normalizer", "polyfill", "portable", "shim" ], - "time": "2020-10-23T09:01:57+00:00" + "support": { + "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" + } + ], + "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.19.0", + "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce" + "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b5f7b932ee6fa802fc792eabd77c4c88084517ce", - "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534", + "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": ">=7.1" + }, + "provide": { + "ext-mbstring": "*" }, "suggest": { "ext-mbstring": "For best performance" @@ -983,7 +1581,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.19-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -991,12 +1589,89 @@ } }, "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": { + "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" + } + ], + "time": "2022-11-03T14:55:06+00:00" + }, + { + "name": "symfony/polyfill-php72", + "version": "v1.27.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php72.git", + "reference": "869329b1e9894268a8a61dabb69153029b7a8c97" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/869329b1e9894268a8a61dabb69153029b7a8c97", + "reference": "869329b1e9894268a8a61dabb69153029b7a8c97", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "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": [ @@ -1012,29 +1687,45 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony polyfill for the Mbstring extension", + "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", - "mbstring", "polyfill", "portable", "shim" ], - "time": "2020-10-23T09:01:57+00:00" + "support": { + "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" + } + ], + "time": "2022-11-03T14:55:06+00:00" }, { "name": "wdmg/lingua-stem", - "version": "1.0.1", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/wdmg/lingua-stem.git", - "reference": "5cf1614c955af24c0ea6bcc26abecbb452b32ba5" + "reference": "131f0984a184e63d0d0ca787a5071625c4b4c699" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wdmg/lingua-stem/zipball/5cf1614c955af24c0ea6bcc26abecbb452b32ba5", - "reference": "5cf1614c955af24c0ea6bcc26abecbb452b32ba5", + "url": "https://api.github.com/repos/wdmg/lingua-stem/zipball/131f0984a184e63d0d0ca787a5071625c4b4c699", + "reference": "131f0984a184e63d0d0ca787a5071625c4b4c699", "shasum": "" }, "require": { @@ -1075,7 +1766,11 @@ "porter", "stemmer" ], - "time": "2020-05-06T23:22:26+00:00" + "support": { + "issues": "https://github.com/wdmg/lingua-stem/issues", + "source": "https://github.com/wdmg/lingua-stem/tree/1.1.0" + }, + "time": "2023-06-21T09:05:04+00:00" }, { "name": "wdmg/phpmorphy", @@ -1133,30 +1828,34 @@ "keywords": [ "phpmorphy" ], + "support": { + "source": "https://github.com/wdmg/phpmorphy/tree/1.3.2" + }, "time": "2020-12-24T14:12:34+00:00" }, { "name": "wdmg/yii2-activity", - "version": "1.1.13", + "version": "1.2.2", "source": { "type": "git", "url": "https://github.com/wdmg/yii2-activity.git", - "reference": "dc8c5d98c791454fdb8a5cc3b2bcde9ab4f9f37e" + "reference": "7b2ec84b00544ab84f07771b1317971fb52d1c8a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wdmg/yii2-activity/zipball/dc8c5d98c791454fdb8a5cc3b2bcde9ab4f9f37e", - "reference": "dc8c5d98c791454fdb8a5cc3b2bcde9ab4f9f37e", + "url": "https://api.github.com/repos/wdmg/yii2-activity/zipball/7b2ec84b00544ab84f07771b1317971fb52d1c8a", + "reference": "7b2ec84b00544ab84f07771b1317971fb52d1c8a", "shasum": "" }, "require": { - "wdmg/yii2-base": "^1.2.4", - "yiisoft/yii2": "^2.0.40" + "wdmg/yii2-base": "^1.4.1", + "yiisoft/yii2": "^2.0.35" }, "type": "yii2-extension", "extra": { "options": { "routePrefix": "admin", + "autoupdateList": true, "surfingActivity": false, "backendSurfing": true, "frontendSurfing": false, @@ -1193,25 +1892,30 @@ "yii2", "yii2-activity" ], - "time": "2021-04-30T01:54:57+00:00" + "support": { + "issues": "https://github.com/wdmg/yii2-activity/issues", + "source": "https://github.com/wdmg/yii2-activity" + }, + "time": "2023-07-07T09:23:47+00:00" }, { "name": "wdmg/yii2-admin", - "version": "1.3.2", + "version": "1.4.6", "source": { "type": "git", "url": "https://github.com/wdmg/yii2-admin.git", - "reference": "3dbdf53411e845f3e67b0c3eed595bb721e9424c" + "reference": "5005574a078e63a4042c67fb874e023a70c83d1a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wdmg/yii2-admin/zipball/3dbdf53411e845f3e67b0c3eed595bb721e9424c", - "reference": "3dbdf53411e845f3e67b0c3eed595bb721e9424c", + "url": "https://api.github.com/repos/wdmg/yii2-admin/zipball/5005574a078e63a4042c67fb874e023a70c83d1a", + "reference": "5005574a078e63a4042c67fb874e023a70c83d1a", "shasum": "" }, "require": { - "bower-asset/font-awesome": "^5.13", + "bower-asset/font-awesome": "^6.4.0", "wdmg/yii2-base": "^1.3.2", + "wdmg/yii2-chartjs": "^1.0.7", "wdmg/yii2-helpers": "^1.4.7", "wdmg/yii2-validators": "^1.0.7", "wdmg/yii2-widgets": "^1.0.4", @@ -1230,6 +1934,9 @@ "menuShowDisabled": false, "multiSignIn": false, "sessionTimeout": 900, + "showDate": true, + "showTime": true, + "timeFormat24": true, "customLocales": [], "customSupportModules": [], "customSidebarMenu": [], @@ -1271,25 +1978,29 @@ "yii2", "yii2-admin" ], - "time": "2021-06-07T21:21:50+00:00" + "support": { + "issues": "https://github.com/wdmg/yii2-admin/issues", + "source": "https://github.com/wdmg/yii2-admin" + }, + "time": "2023-07-06T09:13:41+00:00" }, { "name": "wdmg/yii2-amp", - "version": "1.0.4", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/wdmg/yii2-amp.git", - "reference": "6ed791b29f2c2c7bb9cf88cbe115f549037a4f99" + "reference": "61d51d1bf0f710dc7d5b6f57d5258e3f85915a41" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wdmg/yii2-amp/zipball/6ed791b29f2c2c7bb9cf88cbe115f549037a4f99", - "reference": "6ed791b29f2c2c7bb9cf88cbe115f549037a4f99", + "url": "https://api.github.com/repos/wdmg/yii2-amp/zipball/61d51d1bf0f710dc7d5b6f57d5258e3f85915a41", + "reference": "61d51d1bf0f710dc7d5b6f57d5258e3f85915a41", "shasum": "" }, "require": { "wdmg/yii2-base": "^1.2.4", - "yiisoft/yii2": "^2.0.35" + "yiisoft/yii2": "^2.0.40" }, "type": "yii2-extension", "extra": { @@ -1333,30 +2044,34 @@ "yii2", "yii2-amp" ], - "time": "2020-06-28T15:20:41+00:00" + "support": { + "issues": "https://github.com/wdmg/yii2-amp/issues", + "source": "https://github.com/wdmg/yii2-amp" + }, + "time": "2023-03-30T09:09:32+00:00" }, { "name": "wdmg/yii2-api", - "version": "1.3.12", + "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/wdmg/yii2-api.git", - "reference": "5f261a3d4ec62b716ff31b89f1ef0ade1ac7b08a" + "reference": "5d4d540615fb44a1a8652ecf3fabb69f26b3c1fb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wdmg/yii2-api/zipball/5f261a3d4ec62b716ff31b89f1ef0ade1ac7b08a", - "reference": "5f261a3d4ec62b716ff31b89f1ef0ade1ac7b08a", + "url": "https://api.github.com/repos/wdmg/yii2-api/zipball/5d4d540615fb44a1a8652ecf3fabb69f26b3c1fb", + "reference": "5d4d540615fb44a1a8652ecf3fabb69f26b3c1fb", "shasum": "" }, "require": { "bower-asset/clipboard": "^2.0.6", "wdmg/yii2-base": "^1.2.4", - "wdmg/yii2-datepicker": "^1.0.8", + "wdmg/yii2-datepicker": "^1.1.0", "wdmg/yii2-options": "^1.5.7", "wdmg/yii2-selectinput": "^1.0.9", "wdmg/yii2-users": "^1.1.8", - "yiisoft/yii2": "^2.0.35" + "yiisoft/yii2": "^2.0.40" }, "type": "yii2-extension", "extra": { @@ -1445,20 +2160,24 @@ "yii2", "yii2-api" ], - "time": "2020-12-24T13:00:12+00:00" + "support": { + "issues": "https://github.com/wdmg/yii2-api/issues", + "source": "https://github.com/wdmg/yii2-api" + }, + "time": "2023-06-24T09:27:19+00:00" }, { "name": "wdmg/yii2-base", - "version": "1.3.2", + "version": "1.4.1", "source": { "type": "git", "url": "https://github.com/wdmg/yii2-base.git", - "reference": "f7abc13bc768223fe425044f47f7691b18c29f35" + "reference": "e10c48e4025a82cd7dffea892a4759f5caaa978b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wdmg/yii2-base/zipball/f7abc13bc768223fe425044f47f7691b18c29f35", - "reference": "f7abc13bc768223fe425044f47f7691b18c29f35", + "url": "https://api.github.com/repos/wdmg/yii2-base/zipball/e10c48e4025a82cd7dffea892a4759f5caaa978b", + "reference": "e10c48e4025a82cd7dffea892a4759f5caaa978b", "shasum": "" }, "require": { @@ -1468,7 +2187,8 @@ "type": "yii2-extension", "extra": { "options": { - "routePrefix": "admin" + "routePrefix": "admin", + "timezone": "Europe/Kiev" } }, "autoload": { @@ -1498,20 +2218,24 @@ "yii2", "yii2-base" ], - "time": "2021-02-12T01:53:48+00:00" + "support": { + "issues": "https://github.com/wdmg/yii2-base/issues", + "source": "https://github.com/wdmg/yii2-base" + }, + "time": "2023-06-24T10:03:24+00:00" }, { "name": "wdmg/yii2-blog", - "version": "1.2.4", + "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/wdmg/yii2-blog.git", - "reference": "a4a62adb87106e6f4cfce61a25a19ab42c7d8203" + "reference": "3a7d2cccb6528dbbc737df612c4337e4767b5077" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wdmg/yii2-blog/zipball/a4a62adb87106e6f4cfce61a25a19ab42c7d8203", - "reference": "a4a62adb87106e6f4cfce61a25a19ab42c7d8203", + "url": "https://api.github.com/repos/wdmg/yii2-blog/zipball/3a7d2cccb6528dbbc737df612c4337e4767b5077", + "reference": "3a7d2cccb6528dbbc737df612c4337e4767b5077", "shasum": "" }, "require": { @@ -1530,7 +2254,12 @@ "routePrefix": "admin", "baseRoute": "/blog", "baseLayout": "@app/views/layouts/main", - "imagePath": "/uploads/blog" + "imagePath": "/uploads/blog", + "supportLocales": [ + "ru-RU", + "uk-UA", + "en-US" + ] } }, "autoload": { @@ -1560,20 +2289,82 @@ "yii2", "yii2-blog" ], - "time": "2021-01-01T23:30:16+00:00" + "support": { + "issues": "https://github.com/wdmg/yii2-blog/issues", + "source": "https://github.com/wdmg/yii2-blog" + }, + "time": "2023-03-30T09:38:18+00:00" + }, + { + "name": "wdmg/yii2-bookmarks", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/wdmg/yii2-bookmarks.git", + "reference": "267070682200712d7ad9ebfc3e3c67acc6230b78" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/wdmg/yii2-bookmarks/zipball/267070682200712d7ad9ebfc3e3c67acc6230b78", + "reference": "267070682200712d7ad9ebfc3e3c67acc6230b78", + "shasum": "" + }, + "require": { + "wdmg/yii2-base": "^1.2.0", + "yiisoft/yii2": "^2.0.33" + }, + "type": "yii2-extension", + "extra": { + "options": { + "routePrefix": "admin" + } + }, + "autoload": { + "psr-4": { + "wdmg\\bookmarks\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Alexsander Vyshnyvetskyy", + "email": "alex.vyshnyvetskyy@gmail.com" + }, + { + "name": "W.D.M.Group, Ukraine", + "email": "wdmg.com.ua@gmail.com" + } + ], + "description": "Bookmarks storage module", + "homepage": "https://github.com/wdmg/yii2-bookmarks", + "keywords": [ + "bookmark", + "bookmarks", + "wdmg", + "yii2", + "yii2-bookmarks" + ], + "support": { + "issues": "https://github.com/wdmg/yii2-bookmarks/issues", + "source": "https://github.com/wdmg/yii2-bookmarks" + }, + "time": "2023-06-25T08:51:27+00:00" }, { "name": "wdmg/yii2-chartjs", - "version": "1.0.6", + "version": "1.0.7", "source": { "type": "git", "url": "https://github.com/wdmg/yii2-chartjs.git", - "reference": "f8f1119582a5b9ba5e64d227a1f46ccc38b3e0e8" + "reference": "f223c200194e45b68a29d03cebf7cc7371029d3b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wdmg/yii2-chartjs/zipball/f8f1119582a5b9ba5e64d227a1f46ccc38b3e0e8", - "reference": "f8f1119582a5b9ba5e64d227a1f46ccc38b3e0e8", + "url": "https://api.github.com/repos/wdmg/yii2-chartjs/zipball/f223c200194e45b68a29d03cebf7cc7371029d3b", + "reference": "f223c200194e45b68a29d03cebf7cc7371029d3b", "shasum": "" }, "require": { @@ -1616,20 +2407,24 @@ "yii", "yii2" ], - "time": "2020-03-25T20:14:55+00:00" + "support": { + "issues": "https://github.com/wdmg/yii2-chartjs/issues", + "source": "https://github.com/wdmg/yii2-chartjs" + }, + "time": "2023-06-25T10:38:30+00:00" }, { "name": "wdmg/yii2-comments", - "version": "1.0.3", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/wdmg/yii2-comments.git", - "reference": "dc83d9c55baa844830d9cc629003fe51f92761b4" + "reference": "3aac5accd2e7456a56501290bea4123c3c7576fc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wdmg/yii2-comments/zipball/dc83d9c55baa844830d9cc629003fe51f92761b4", - "reference": "dc83d9c55baa844830d9cc629003fe51f92761b4", + "url": "https://api.github.com/repos/wdmg/yii2-comments/zipball/3aac5accd2e7456a56501290bea4123c3c7576fc", + "reference": "3aac5accd2e7456a56501290bea4123c3c7576fc", "shasum": "" }, "require": { @@ -1679,27 +2474,31 @@ "yii2", "yii2-comments" ], - "time": "2021-05-10T15:44:46+00:00" + "support": { + "issues": "https://github.com/wdmg/yii2-comments/issues", + "source": "https://github.com/wdmg/yii2-comments" + }, + "time": "2023-06-25T12:19:37+00:00" }, { "name": "wdmg/yii2-content", - "version": "1.1.2", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/wdmg/yii2-content.git", - "reference": "6e348276cedcba0c0f8dc42ff212dc925fbf984a" + "reference": "d8081f3265c396eaa998e1fa46b8eb2151062192" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wdmg/yii2-content/zipball/6e348276cedcba0c0f8dc42ff212dc925fbf984a", - "reference": "6e348276cedcba0c0f8dc42ff212dc925fbf984a", + "url": "https://api.github.com/repos/wdmg/yii2-content/zipball/d8081f3265c396eaa998e1fa46b8eb2151062192", + "reference": "d8081f3265c396eaa998e1fa46b8eb2151062192", "shasum": "" }, "require": { "wdmg/yii2-base": "^1.3.0", "wdmg/yii2-selectinput": "^1.0.9", "wdmg/yii2-widgets": "^1.0.4", - "yiisoft/yii2": "^2.0.40" + "yiisoft/yii2": "^2.0.33" }, "type": "yii2-extension", "extra": { @@ -1735,24 +2534,28 @@ "yii2", "yii2-content" ], - "time": "2021-01-02T00:07:12+00:00" + "support": { + "issues": "https://github.com/wdmg/yii2-content/issues", + "source": "https://github.com/wdmg/yii2-content" + }, + "time": "2023-06-25T08:58:15+00:00" }, { "name": "wdmg/yii2-datepicker", - "version": "1.0.8", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/wdmg/yii2-datepicker.git", - "reference": "12f588398f39c54779409b0db4a465abc8f456a5" + "reference": "520d29d7ba701b58ecf2fda224e3f181dff75872" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wdmg/yii2-datepicker/zipball/12f588398f39c54779409b0db4a465abc8f456a5", - "reference": "12f588398f39c54779409b0db4a465abc8f456a5", + "url": "https://api.github.com/repos/wdmg/yii2-datepicker/zipball/520d29d7ba701b58ecf2fda224e3f181dff75872", + "reference": "520d29d7ba701b58ecf2fda224e3f181dff75872", "shasum": "" }, "require": { - "bower-asset/bootstrap-datepicker-plugin": "^1.1.0", + "bower-asset/bootstrap-datepicker-plugin": "^1.1.1", "yiisoft/yii2": "^2.0.33", "yiisoft/yii2-bootstrap": "*" }, @@ -1792,26 +2595,30 @@ "yii", "yii2" ], - "time": "2020-03-31T23:12:09+00:00" + "support": { + "issues": "https://github.com/wdmg/yii2-datepicker/issues", + "source": "https://github.com/wdmg/yii2-datepicker" + }, + "time": "2023-06-18T21:45:27+00:00" }, { "name": "wdmg/yii2-editor", - "version": "1.1.1", + "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/wdmg/yii2-editor.git", - "reference": "93e1b93d5092b7b70c45b363ec40ce8ce5141ab8" + "reference": "e34966ea7a123c5a920fb4f7a013e52f9573db13" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wdmg/yii2-editor/zipball/93e1b93d5092b7b70c45b363ec40ce8ce5141ab8", - "reference": "93e1b93d5092b7b70c45b363ec40ce8ce5141ab8", + "url": "https://api.github.com/repos/wdmg/yii2-editor/zipball/e34966ea7a123c5a920fb4f7a013e52f9573db13", + "reference": "e34966ea7a123c5a920fb4f7a013e52f9573db13", "shasum": "" }, "require": { "bower-asset/bootstrap-wysiwyg-editor": "^1.1.4", - "bower-asset/font-awesome": "^5.13", - "yiisoft/yii2": "^2.0.40", + "bower-asset/font-awesome": "^6.4.0", + "yiisoft/yii2": "^2.0.35", "yiisoft/yii2-bootstrap": "*" }, "type": "yii2-extension", @@ -1851,20 +2658,24 @@ "yii", "yii2" ], - "time": "2021-03-11T01:46:44+00:00" + "support": { + "issues": "https://github.com/wdmg/yii2-editor/issues", + "source": "https://github.com/wdmg/yii2-editor" + }, + "time": "2023-07-07T18:48:27+00:00" }, { "name": "wdmg/yii2-forms", - "version": "1.1.2", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/wdmg/yii2-forms.git", - "reference": "19b4d4cf8bcc9bc5be5677cdd04af207e195127b" + "reference": "6e2788b36f8fdb80a89de732cd87b675708f9bdf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wdmg/yii2-forms/zipball/19b4d4cf8bcc9bc5be5677cdd04af207e195127b", - "reference": "19b4d4cf8bcc9bc5be5677cdd04af207e195127b", + "url": "https://api.github.com/repos/wdmg/yii2-forms/zipball/6e2788b36f8fdb80a89de732cd87b675708f9bdf", + "reference": "6e2788b36f8fdb80a89de732cd87b675708f9bdf", "shasum": "" }, "require": { @@ -1876,7 +2687,12 @@ "type": "yii2-extension", "extra": { "options": { - "routePrefix": "admin" + "routePrefix": "admin", + "supportLocales": [ + "ru-RU", + "uk-UA", + "en-US" + ] } }, "autoload": { @@ -1907,24 +2723,28 @@ "yii2", "yii2-forms" ], - "time": "2021-01-01T23:25:47+00:00" + "support": { + "issues": "https://github.com/wdmg/yii2-forms/issues", + "source": "https://github.com/wdmg/yii2-forms" + }, + "time": "2023-07-06T11:11:44+00:00" }, { "name": "wdmg/yii2-geo", - "version": "1.1.8", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/wdmg/yii2-geo.git", - "reference": "0cc03c6e9782139c5e48d73906418860eb3c8a58" + "reference": "320a1966da6f2ba62dfa07f2af398b1122deacc3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wdmg/yii2-geo/zipball/0cc03c6e9782139c5e48d73906418860eb3c8a58", - "reference": "0cc03c6e9782139c5e48d73906418860eb3c8a58", + "url": "https://api.github.com/repos/wdmg/yii2-geo/zipball/320a1966da6f2ba62dfa07f2af398b1122deacc3", + "reference": "320a1966da6f2ba62dfa07f2af398b1122deacc3", "shasum": "" }, "require": { - "wdmg/yii2-base": "^1.1.6", + "wdmg/yii2-base": "^1.2.0", "yiisoft/yii2": "^2.0.33" }, "type": "yii2-extension", @@ -1963,27 +2783,31 @@ "yii2", "yii2-geo" ], - "time": "2020-03-27T00:13:08+00:00" + "support": { + "issues": "https://github.com/wdmg/yii2-geo/issues", + "source": "https://github.com/wdmg/yii2-geo" + }, + "time": "2023-07-06T10:57:50+00:00" }, { "name": "wdmg/yii2-guard", - "version": "1.2.0", + "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/wdmg/yii2-guard.git", - "reference": "5dc8773dd45ef22e8382f8ae0c7345b6bf074f19" + "reference": "389e9deab9ab3233abdcff103697f17258ec8985" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wdmg/yii2-guard/zipball/5dc8773dd45ef22e8382f8ae0c7345b6bf074f19", - "reference": "5dc8773dd45ef22e8382f8ae0c7345b6bf074f19", + "url": "https://api.github.com/repos/wdmg/yii2-guard/zipball/389e9deab9ab3233abdcff103697f17258ec8985", + "reference": "389e9deab9ab3233abdcff103697f17258ec8985", "shasum": "" }, "require": { "wdmg/yii2-base": "^1.3.0", "wdmg/yii2-helpers": "^1.4.0", "wdmg/yii2-validators": "^1.0.6", - "yiisoft/yii2": "^2.0.35" + "yiisoft/yii2": "^2.0.40" }, "type": "yii2-extension", "extra": { @@ -2045,6 +2869,7 @@ "@tests", "@runtime/cache", "@webroot/assets", + "@webroot/uploads", "/node_modules", "/.git" ] @@ -2086,20 +2911,24 @@ "yii2", "yii2-guard" ], - "time": "2020-10-05T21:52:11+00:00" + "support": { + "issues": "https://github.com/wdmg/yii2-guard/issues", + "source": "https://github.com/wdmg/yii2-guard" + }, + "time": "2023-06-24T20:11:56+00:00" }, { "name": "wdmg/yii2-helpers", - "version": "1.4.7", + "version": "1.5.0", "source": { "type": "git", "url": "https://github.com/wdmg/yii2-helpers.git", - "reference": "786cf368de4a85a4bf539a9edee580cb4b802c73" + "reference": "36d15cd9aa019d1bdba28ec3a4bfbc70050defcd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wdmg/yii2-helpers/zipball/786cf368de4a85a4bf539a9edee580cb4b802c73", - "reference": "786cf368de4a85a4bf539a9edee580cb4b802c73", + "url": "https://api.github.com/repos/wdmg/yii2-helpers/zipball/36d15cd9aa019d1bdba28ec3a4bfbc70050defcd", + "reference": "36d15cd9aa019d1bdba28ec3a4bfbc70050defcd", "shasum": "" }, "require": { @@ -2141,20 +2970,24 @@ "yii", "yii2" ], - "time": "2021-06-07T21:15:42+00:00" + "support": { + "issues": "https://github.com/wdmg/yii2-helpers/issues", + "source": "https://github.com/wdmg/yii2-helpers" + }, + "time": "2023-07-07T09:17:25+00:00" }, { "name": "wdmg/yii2-mailer", - "version": "1.3.6", + "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/wdmg/yii2-mailer.git", - "reference": "6032463d5b58f99d673af28a0fe90e7c8c53c720" + "reference": "dee53c63898a7aa6c936c92de25c587ba4bd25eb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wdmg/yii2-mailer/zipball/6032463d5b58f99d673af28a0fe90e7c8c53c720", - "reference": "6032463d5b58f99d673af28a0fe90e7c8c53c720", + "url": "https://api.github.com/repos/wdmg/yii2-mailer/zipball/dee53c63898a7aa6c936c92de25c587ba4bd25eb", + "reference": "dee53c63898a7aa6c936c92de25c587ba4bd25eb", "shasum": "" }, "require": { @@ -2226,24 +3059,28 @@ "yii2", "yii2-mailer" ], - "time": "2020-06-14T21:29:12+00:00" + "support": { + "issues": "https://github.com/wdmg/yii2-mailer/issues", + "source": "https://github.com/wdmg/yii2-mailer" + }, + "time": "2023-06-29T08:12:28+00:00" }, { "name": "wdmg/yii2-media", - "version": "1.0.6", + "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/wdmg/yii2-media.git", - "reference": "d9b71a12859be6fc0a8e638f2c9f1a881acb057d" + "reference": "dadc223a2081cbf2f589bfcb7c853d73c8388692" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wdmg/yii2-media/zipball/d9b71a12859be6fc0a8e638f2c9f1a881acb057d", - "reference": "d9b71a12859be6fc0a8e638f2c9f1a881acb057d", + "url": "https://api.github.com/repos/wdmg/yii2-media/zipball/dadc223a2081cbf2f589bfcb7c853d73c8388692", + "reference": "dadc223a2081cbf2f589bfcb7c853d73c8388692", "shasum": "" }, "require": { - "bower-asset/font-awesome": "^5.13", + "bower-asset/font-awesome": "^6.4.0", "wdmg/yii2-base": "^1.3.0", "wdmg/yii2-validators": "^1.0.6", "yiisoft/yii2": "^2.0.40", @@ -2302,20 +3139,24 @@ "yii2", "yii2-media" ], - "time": "2021-01-02T00:04:40+00:00" + "support": { + "issues": "https://github.com/wdmg/yii2-media/issues", + "source": "https://github.com/wdmg/yii2-media" + }, + "time": "2023-07-07T18:44:57+00:00" }, { "name": "wdmg/yii2-menu", - "version": "1.1.1", + "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/wdmg/yii2-menu.git", - "reference": "7e9d878b31ad9258dea7cc8eeb61073bacb12f42" + "reference": "0e5d0915e9cfdff90cfda660d19dc988b7d0816a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wdmg/yii2-menu/zipball/7e9d878b31ad9258dea7cc8eeb61073bacb12f42", - "reference": "7e9d878b31ad9258dea7cc8eeb61073bacb12f42", + "url": "https://api.github.com/repos/wdmg/yii2-menu/zipball/0e5d0915e9cfdff90cfda660d19dc988b7d0816a", + "reference": "0e5d0915e9cfdff90cfda660d19dc988b7d0816a", "shasum": "" }, "require": { @@ -2368,20 +3209,24 @@ "yii2", "yii2-menu" ], - "time": "2021-02-05T21:14:06+00:00" + "support": { + "issues": "https://github.com/wdmg/yii2-menu/issues", + "source": "https://github.com/wdmg/yii2-menu" + }, + "time": "2023-06-24T20:15:45+00:00" }, { "name": "wdmg/yii2-news", - "version": "1.1.4", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/wdmg/yii2-news.git", - "reference": "9f351f3a0177e82a817b5c008a7bce44d6ae3f2e" + "reference": "e8ba5b3d17b257368b24241eac4e414417667327" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wdmg/yii2-news/zipball/9f351f3a0177e82a817b5c008a7bce44d6ae3f2e", - "reference": "9f351f3a0177e82a817b5c008a7bce44d6ae3f2e", + "url": "https://api.github.com/repos/wdmg/yii2-news/zipball/e8ba5b3d17b257368b24241eac4e414417667327", + "reference": "e8ba5b3d17b257368b24241eac4e414417667327", "shasum": "" }, "require": { @@ -2392,6 +3237,12 @@ "wdmg/yii2-widgets": "^1.0.4", "yiisoft/yii2": "^2.0.40" }, + "require-dev": { + "codeception/module-asserts": "^1.0.0", + "codeception/module-phpbrowser": "^1.0.0", + "codeception/module-webdriver": "^1.1", + "yiisoft/yii2-codeception": "~2.0.0" + }, "type": "yii2-extension", "extra": { "options": { @@ -2433,20 +3284,24 @@ "yii2", "yii2-news" ], - "time": "2021-01-01T23:27:51+00:00" + "support": { + "issues": "https://github.com/wdmg/yii2-news/issues", + "source": "https://github.com/wdmg/yii2-news" + }, + "time": "2023-06-25T12:27:42+00:00" }, { "name": "wdmg/yii2-newsletters", - "version": "1.0.11", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/wdmg/yii2-newsletters.git", - "reference": "5097572e610474690754250900a3d46be6366536" + "reference": "570dcc2818723b482adc9e21c3a90ae3912a0bc7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wdmg/yii2-newsletters/zipball/5097572e610474690754250900a3d46be6366536", - "reference": "5097572e610474690754250900a3d46be6366536", + "url": "https://api.github.com/repos/wdmg/yii2-newsletters/zipball/570dcc2818723b482adc9e21c3a90ae3912a0bc7", + "reference": "570dcc2818723b482adc9e21c3a90ae3912a0bc7", "shasum": "" }, "require": { @@ -2491,20 +3346,24 @@ "yii2", "yii2-newsletters" ], - "time": "2021-05-12T11:01:14+00:00" + "support": { + "issues": "https://github.com/wdmg/yii2-newsletters/issues", + "source": "https://github.com/wdmg/yii2-newsletters" + }, + "time": "2023-06-25T12:36:21+00:00" }, { "name": "wdmg/yii2-options", - "version": "1.6.0", + "version": "1.7.0", "source": { "type": "git", "url": "https://github.com/wdmg/yii2-options.git", - "reference": "4c618615d352ce1bfb7ebacf79ebde2c6ffdc5fc" + "reference": "8713bd4cc69bac34b27a4747324c0ab2bb75633c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wdmg/yii2-options/zipball/4c618615d352ce1bfb7ebacf79ebde2c6ffdc5fc", - "reference": "4c618615d352ce1bfb7ebacf79ebde2c6ffdc5fc", + "url": "https://api.github.com/repos/wdmg/yii2-options/zipball/8713bd4cc69bac34b27a4747324c0ab2bb75633c", + "reference": "8713bd4cc69bac34b27a4747324c0ab2bb75633c", "shasum": "" }, "require": { @@ -2548,20 +3407,24 @@ "yii2", "yii2-options" ], - "time": "2020-10-21T01:11:50+00:00" + "support": { + "issues": "https://github.com/wdmg/yii2-options/issues", + "source": "https://github.com/wdmg/yii2-options" + }, + "time": "2023-06-24T20:04:30+00:00" }, { "name": "wdmg/yii2-pages", - "version": "1.2.5", + "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/wdmg/yii2-pages.git", - "reference": "73095bc4dc834fa9cef814ed334acf9d4f8ad535" + "reference": "fc82641948ecc79eb6278a42080f302f055a955e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wdmg/yii2-pages/zipball/73095bc4dc834fa9cef814ed334acf9d4f8ad535", - "reference": "73095bc4dc834fa9cef814ed334acf9d4f8ad535", + "url": "https://api.github.com/repos/wdmg/yii2-pages/zipball/fc82641948ecc79eb6278a42080f302f055a955e", + "reference": "fc82641948ecc79eb6278a42080f302f055a955e", "shasum": "" }, "require": { @@ -2612,20 +3475,24 @@ "yii2", "yii2-pages" ], - "time": "2021-01-02T00:09:56+00:00" + "support": { + "issues": "https://github.com/wdmg/yii2-pages/issues", + "source": "https://github.com/wdmg/yii2-pages" + }, + "time": "2023-06-25T09:05:41+00:00" }, { "name": "wdmg/yii2-profiles", - "version": "1.0.0", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/wdmg/yii2-profiles.git", - "reference": "251133f079bb6dc776c26e7d28703ab8bb949d36" + "reference": "d597764d3cd22a3871ba343a58c51acf25004c27" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wdmg/yii2-profiles/zipball/251133f079bb6dc776c26e7d28703ab8bb949d36", - "reference": "251133f079bb6dc776c26e7d28703ab8bb949d36", + "url": "https://api.github.com/repos/wdmg/yii2-profiles/zipball/d597764d3cd22a3871ba343a58c51acf25004c27", + "reference": "d597764d3cd22a3871ba343a58c51acf25004c27", "shasum": "" }, "require": { @@ -2633,6 +3500,7 @@ "wdmg/yii2-helpers": "^1.4.5", "wdmg/yii2-selectinput": "^1.0.9", "wdmg/yii2-users": "^1.2.3", + "wdmg/yii2-validators": "^1.0.7", "yiisoft/yii2": "^2.0.40" }, "type": "yii2-extension", @@ -2643,6 +3511,14 @@ "ru-RU", "uk-UA", "en-US" + ], + "reservedFields": [ + "admin", + "administrator", + "root", + "superuser", + "supervisor", + "timezone" ] } }, @@ -2674,24 +3550,28 @@ "yii2", "yii2-profiles" ], - "time": "2021-01-22T01:48:32+00:00" + "support": { + "issues": "https://github.com/wdmg/yii2-profiles/issues", + "source": "https://github.com/wdmg/yii2-profiles" + }, + "time": "2023-07-06T10:54:05+00:00" }, { "name": "wdmg/yii2-rbac", - "version": "1.1.9", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/wdmg/yii2-rbac.git", - "reference": "5378dc171d01c7406ac3cccfa88ef1714a3efe44" + "reference": "09eaac9b53fe2d5c0ee45157663fd45432ecfc79" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wdmg/yii2-rbac/zipball/5378dc171d01c7406ac3cccfa88ef1714a3efe44", - "reference": "5378dc171d01c7406ac3cccfa88ef1714a3efe44", + "url": "https://api.github.com/repos/wdmg/yii2-rbac/zipball/09eaac9b53fe2d5c0ee45157663fd45432ecfc79", + "reference": "09eaac9b53fe2d5c0ee45157663fd45432ecfc79", "shasum": "" }, "require": { - "wdmg/yii2-base": "^1.1.6", + "wdmg/yii2-base": "^1.2.0", "yiisoft/yii2": "^2.0.33" }, "type": "yii2-extension", @@ -2701,7 +3581,8 @@ "assignmentTable": "{{%rbac_assignments}}", "itemChildTable": "{{%rbac_childs}}", "itemTable": "{{%rbac_roles}}", - "ruleTable": "{{%rbac_rules}}" + "ruleTable": "{{%rbac_rules}}", + "errorAction": "rbac/rbac/error" } }, "autoload": { @@ -2732,26 +3613,30 @@ "yii2", "yii2-rbac" ], - "time": "2020-03-27T00:08:07+00:00" + "support": { + "issues": "https://github.com/wdmg/yii2-rbac/issues", + "source": "https://github.com/wdmg/yii2-rbac" + }, + "time": "2023-07-06T09:32:35+00:00" }, { "name": "wdmg/yii2-redirects", - "version": "1.0.12", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/wdmg/yii2-redirects.git", - "reference": "3fc95d36d191395061d2bc66af650f059bc118e5" + "reference": "326698471fb9aa5264c3749226f03b581e4688e9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wdmg/yii2-redirects/zipball/3fc95d36d191395061d2bc66af650f059bc118e5", - "reference": "3fc95d36d191395061d2bc66af650f059bc118e5", + "url": "https://api.github.com/repos/wdmg/yii2-redirects/zipball/326698471fb9aa5264c3749226f03b581e4688e9", + "reference": "326698471fb9aa5264c3749226f03b581e4688e9", "shasum": "" }, "require": { "wdmg/yii2-base": "^1.2.4", "wdmg/yii2-selectinput": "^1.0.9", - "yiisoft/yii2": "^2.0.35" + "yiisoft/yii2": "^2.0.40" }, "type": "yii2-extension", "extra": { @@ -2789,26 +3674,30 @@ "yii2", "yii2-redirects" ], - "time": "2020-06-28T00:19:33+00:00" + "support": { + "issues": "https://github.com/wdmg/yii2-redirects/issues", + "source": "https://github.com/wdmg/yii2-redirects" + }, + "time": "2023-06-29T08:05:29+00:00" }, { "name": "wdmg/yii2-robots", - "version": "1.0.1", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/wdmg/yii2-robots.git", - "reference": "05f36142a08ff9014579cb75533b6c5b7a559d10" + "reference": "26ccddc993c4e95a59b83fa0861b7eac6e2ce4ff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wdmg/yii2-robots/zipball/05f36142a08ff9014579cb75533b6c5b7a559d10", - "reference": "05f36142a08ff9014579cb75533b6c5b7a559d10", + "url": "https://api.github.com/repos/wdmg/yii2-robots/zipball/26ccddc993c4e95a59b83fa0861b7eac6e2ce4ff", + "reference": "26ccddc993c4e95a59b83fa0861b7eac6e2ce4ff", "shasum": "" }, "require": { "wdmg/yii2-base": "^1.2.4", "wdmg/yii2-selectinput": "^1.0.9", - "yiisoft/yii2": "^2.0.35" + "yiisoft/yii2": "^2.0.40" }, "type": "yii2-extension", "extra": { @@ -2845,20 +3734,24 @@ "yii2", "yii2-robots" ], - "time": "2020-06-14T21:10:03+00:00" + "support": { + "issues": "https://github.com/wdmg/yii2-robots/issues", + "source": "https://github.com/wdmg/yii2-robots" + }, + "time": "2023-06-29T07:51:02+00:00" }, { "name": "wdmg/yii2-rss", - "version": "1.0.4", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/wdmg/yii2-rss.git", - "reference": "1c63f979e21953e78e9641b330ff2e78f8475a90" + "reference": "ece3fe906e2f2358ff7c693c6b43f8137677386e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wdmg/yii2-rss/zipball/1c63f979e21953e78e9641b330ff2e78f8475a90", - "reference": "1c63f979e21953e78e9641b330ff2e78f8475a90", + "url": "https://api.github.com/repos/wdmg/yii2-rss/zipball/ece3fe906e2f2358ff7c693c6b43f8137677386e", + "reference": "ece3fe906e2f2358ff7c693c6b43f8137677386e", "shasum": "" }, "require": { @@ -2908,24 +3801,28 @@ "yii2", "yii2-rss" ], - "time": "2020-06-28T14:44:10+00:00" + "support": { + "issues": "https://github.com/wdmg/yii2-rss/issues", + "source": "https://github.com/wdmg/yii2-rss" + }, + "time": "2023-07-06T11:02:33+00:00" }, { "name": "wdmg/yii2-search", - "version": "1.1.4", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/wdmg/yii2-search.git", - "reference": "3b6c6b422ea9af15306c1c38764d99579353705c" + "reference": "38aa8d354d8740d4d81366c572af3efc51a5f0b0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wdmg/yii2-search/zipball/3b6c6b422ea9af15306c1c38764d99579353705c", - "reference": "3b6c6b422ea9af15306c1c38764d99579353705c", + "url": "https://api.github.com/repos/wdmg/yii2-search/zipball/38aa8d354d8740d4d81366c572af3efc51a5f0b0", + "reference": "38aa8d354d8740d4d81366c572af3efc51a5f0b0", "shasum": "" }, "require": { - "wdmg/lingua-stem": "^1.0.1", + "wdmg/lingua-stem": "^1.1.0", "wdmg/phpmorphy": "^1.3.2", "wdmg/yii2-base": "^1.2.4", "wdmg/yii2-helpers": "^1.3.2", @@ -3053,7 +3950,11 @@ "yii2", "yii2-search" ], - "time": "2021-01-17T01:07:44+00:00" + "support": { + "issues": "https://github.com/wdmg/yii2-search/issues", + "source": "https://github.com/wdmg/yii2-search" + }, + "time": "2023-06-25T19:04:42+00:00" }, { "name": "wdmg/yii2-selectinput", @@ -3111,26 +4012,30 @@ "yii", "yii2" ], + "support": { + "issues": "https://github.com/wdmg/yii2-selectinput/issues", + "source": "https://github.com/wdmg/yii2-selectinput" + }, "time": "2020-04-27T08:18:39+00:00" }, { "name": "wdmg/yii2-services", - "version": "1.1.12", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/wdmg/yii2-services.git", - "reference": "17ccffe0ed0a5f1f89e61fb008a2443f1f3da995" + "reference": "42b974217872fad8a36df0b36bbc8ccb4887f493" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wdmg/yii2-services/zipball/17ccffe0ed0a5f1f89e61fb008a2443f1f3da995", - "reference": "17ccffe0ed0a5f1f89e61fb008a2443f1f3da995", + "url": "https://api.github.com/repos/wdmg/yii2-services/zipball/42b974217872fad8a36df0b36bbc8ccb4887f493", + "reference": "42b974217872fad8a36df0b36bbc8ccb4887f493", "shasum": "" }, "require": { "wdmg/yii2-base": "^1.2.4", "wdmg/yii2-helpers": "^1.3.2", - "yiisoft/yii2": "^2.0.35" + "yiisoft/yii2": "^2.0.40" }, "type": "yii2-extension", "extra": { @@ -3165,26 +4070,30 @@ "yii2", "yii2-services" ], - "time": "2020-06-28T00:23:58+00:00" + "support": { + "issues": "https://github.com/wdmg/yii2-services/issues", + "source": "https://github.com/wdmg/yii2-services" + }, + "time": "2023-06-25T18:59:56+00:00" }, { "name": "wdmg/yii2-sitemap", - "version": "1.1.4", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/wdmg/yii2-sitemap.git", - "reference": "9a8a8cada3cbf89f2c493c5b3b420f8d576d2cd6" + "reference": "56fca376116ab83e30c1773c6ed9cff12a5839a6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wdmg/yii2-sitemap/zipball/9a8a8cada3cbf89f2c493c5b3b420f8d576d2cd6", - "reference": "9a8a8cada3cbf89f2c493c5b3b420f8d576d2cd6", + "url": "https://api.github.com/repos/wdmg/yii2-sitemap/zipball/56fca376116ab83e30c1773c6ed9cff12a5839a6", + "reference": "56fca376116ab83e30c1773c6ed9cff12a5839a6", "shasum": "" }, "require": { "wdmg/yii2-base": "^1.2.4", "wdmg/yii2-selectinput": "^1.0.9", - "yiisoft/yii2": "^2.0.35" + "yiisoft/yii2": "^2.0.40" }, "type": "yii2-extension", "extra": { @@ -3229,28 +4138,32 @@ "yii2", "yii2-sitemap" ], - "time": "2020-06-28T14:56:23+00:00" + "support": { + "issues": "https://github.com/wdmg/yii2-sitemap/issues", + "source": "https://github.com/wdmg/yii2-sitemap" + }, + "time": "2023-06-29T07:58:39+00:00" }, { "name": "wdmg/yii2-stats", - "version": "1.2.5", + "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/wdmg/yii2-stats.git", - "reference": "6d12aa4111ab4016a3202111c2a332edeb4a4cc3" + "reference": "0ac912c602d5d68dcbe1b2f50a2e41ae10864060" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wdmg/yii2-stats/zipball/6d12aa4111ab4016a3202111c2a332edeb4a4cc3", - "reference": "6d12aa4111ab4016a3202111c2a332edeb4a4cc3", + "url": "https://api.github.com/repos/wdmg/yii2-stats/zipball/0ac912c602d5d68dcbe1b2f50a2e41ae10864060", + "reference": "0ac912c602d5d68dcbe1b2f50a2e41ae10864060", "shasum": "" }, "require": { "geoip2/geoip2": "~2.0", "php": ">=5.4", "wdmg/yii2-base": "^1.3.0", - "wdmg/yii2-chartjs": "^1.0.6", - "wdmg/yii2-datepicker": "^1.0.8", + "wdmg/yii2-chartjs": "^1.0.7", + "wdmg/yii2-datepicker": "^1.1.0", "wdmg/yii2-helpers": "^1.4.3", "wdmg/yii2-selectinput": "^1.0.9", "wdmg/yii2-validators": "^1.0.6", @@ -3308,20 +4221,24 @@ "yii2", "yii2-stats" ], - "time": "2021-01-09T02:29:13+00:00" + "support": { + "issues": "https://github.com/wdmg/yii2-stats/issues", + "source": "https://github.com/wdmg/yii2-stats" + }, + "time": "2023-07-06T09:29:18+00:00" }, { "name": "wdmg/yii2-subscribers", - "version": "1.0.8", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/wdmg/yii2-subscribers.git", - "reference": "8f70cea0276b9c954345b2b3f195b72dcc5f0dd7" + "reference": "5fbc6e27295d321f2928155069b5e5978b3bd9f1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wdmg/yii2-subscribers/zipball/8f70cea0276b9c954345b2b3f195b72dcc5f0dd7", - "reference": "8f70cea0276b9c954345b2b3f195b72dcc5f0dd7", + "url": "https://api.github.com/repos/wdmg/yii2-subscribers/zipball/5fbc6e27295d321f2928155069b5e5978b3bd9f1", + "reference": "5fbc6e27295d321f2928155069b5e5978b3bd9f1", "shasum": "" }, "require": { @@ -3364,7 +4281,11 @@ "yii2", "yii2-subscribers" ], - "time": "2021-05-10T15:50:28+00:00" + "support": { + "issues": "https://github.com/wdmg/yii2-subscribers/issues", + "source": "https://github.com/wdmg/yii2-subscribers" + }, + "time": "2023-06-25T12:39:02+00:00" }, { "name": "wdmg/yii2-tagsinput", @@ -3422,25 +4343,29 @@ "yii", "yii2" ], + "support": { + "issues": "https://github.com/wdmg/yii2-tagsinput/issues", + "source": "https://github.com/wdmg/yii2-tagsinput" + }, "time": "2020-03-31T23:19:03+00:00" }, { "name": "wdmg/yii2-tasks", - "version": "1.1.9", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/wdmg/yii2-tasks.git", - "reference": "82e830774ea6d7fbf5f7fff5df84038f32c7d195" + "reference": "1602af64c70cb47cbb48cf5a8e7341c7aa3e450a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wdmg/yii2-tasks/zipball/82e830774ea6d7fbf5f7fff5df84038f32c7d195", - "reference": "82e830774ea6d7fbf5f7fff5df84038f32c7d195", + "url": "https://api.github.com/repos/wdmg/yii2-tasks/zipball/1602af64c70cb47cbb48cf5a8e7341c7aa3e450a", + "reference": "1602af64c70cb47cbb48cf5a8e7341c7aa3e450a", "shasum": "" }, "require": { "wdmg/yii2-base": "^1.2.4", - "wdmg/yii2-datepicker": "^1.0.8", + "wdmg/yii2-datepicker": "^1.1.0", "wdmg/yii2-editor": "^1.0.10", "wdmg/yii2-helpers": "^1.3.2", "wdmg/yii2-selectinput": "^1.0.9", @@ -3479,20 +4404,24 @@ "yii2", "yii2-tasks" ], - "time": "2020-07-01T01:04:36+00:00" + "support": { + "issues": "https://github.com/wdmg/yii2-tasks/issues", + "source": "https://github.com/wdmg/yii2-tasks" + }, + "time": "2023-06-25T08:01:01+00:00" }, { "name": "wdmg/yii2-terminal", - "version": "1.2.0", + "version": "1.3.1", "source": { "type": "git", "url": "https://github.com/wdmg/yii2-terminal.git", - "reference": "cedfc8f73669aaa174b109cb6d27405b88f0dc60" + "reference": "ef65a9ec43c425068cd8c4b3964cebcedf4cabac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wdmg/yii2-terminal/zipball/cedfc8f73669aaa174b109cb6d27405b88f0dc60", - "reference": "cedfc8f73669aaa174b109cb6d27405b88f0dc60", + "url": "https://api.github.com/repos/wdmg/yii2-terminal/zipball/ef65a9ec43c425068cd8c4b3964cebcedf4cabac", + "reference": "ef65a9ec43c425068cd8c4b3964cebcedf4cabac", "shasum": "" }, "require": { @@ -3500,7 +4429,7 @@ "bower-asset/jquery.terminal": "^2.6.3", "php": ">=5.6.0", "wdmg/yii2-base": "^1.3.0", - "yiisoft/yii2": "^2.0.35" + "yiisoft/yii2": "^2.0.40" }, "type": "yii2-extension", "extra": { @@ -3562,20 +4491,24 @@ "yii2", "yii2-terminal" ], - "time": "2020-10-05T21:23:19+00:00" + "support": { + "issues": "https://github.com/wdmg/yii2-terminal/issues", + "source": "https://github.com/wdmg/yii2-terminal" + }, + "time": "2023-07-06T09:24:24+00:00" }, { "name": "wdmg/yii2-tickets", - "version": "1.1.9", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/wdmg/yii2-tickets.git", - "reference": "fac3e4e6706344ab1f073a0847c7373f7501df8b" + "reference": "976e831076a9ca4e65a556eaa1419909eff93d74" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wdmg/yii2-tickets/zipball/fac3e4e6706344ab1f073a0847c7373f7501df8b", - "reference": "fac3e4e6706344ab1f073a0847c7373f7501df8b", + "url": "https://api.github.com/repos/wdmg/yii2-tickets/zipball/976e831076a9ca4e65a556eaa1419909eff93d74", + "reference": "976e831076a9ca4e65a556eaa1419909eff93d74", "shasum": "" }, "require": { @@ -3617,20 +4550,24 @@ "yii2", "yii2-tickets" ], - "time": "2020-07-01T01:05:49+00:00" + "support": { + "issues": "https://github.com/wdmg/yii2-tickets/issues", + "source": "https://github.com/wdmg/yii2-tickets" + }, + "time": "2023-06-25T08:02:49+00:00" }, { "name": "wdmg/yii2-translations", - "version": "1.2.3", + "version": "1.3.1", "source": { "type": "git", "url": "https://github.com/wdmg/yii2-translations.git", - "reference": "634fdce2ecc2a93ecee6df9eaf7835fcd90a5e7a" + "reference": "144db120ec5a139b9d7b6ff778056aa91d7cfca8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wdmg/yii2-translations/zipball/634fdce2ecc2a93ecee6df9eaf7835fcd90a5e7a", - "reference": "634fdce2ecc2a93ecee6df9eaf7835fcd90a5e7a", + "url": "https://api.github.com/repos/wdmg/yii2-translations/zipball/144db120ec5a139b9d7b6ff778056aa91d7cfca8", + "reference": "144db120ec5a139b9d7b6ff778056aa91d7cfca8", "shasum": "" }, "require": { @@ -3638,7 +4575,7 @@ "ext-intl": ">=1.0.0", "wdmg/yii2-base": "^1.2.4", "wdmg/yii2-selectinput": "^1.0.9", - "yiisoft/yii2": "^2.0.35" + "yiisoft/yii2": "^2.0.40" }, "type": "yii2-extension", "extra": { @@ -3705,20 +4642,24 @@ "yii2", "yii2-translations" ], - "time": "2020-06-13T23:38:06+00:00" + "support": { + "issues": "https://github.com/wdmg/yii2-translations/issues", + "source": "https://github.com/wdmg/yii2-translations" + }, + "time": "2023-06-25T06:09:22+00:00" }, { "name": "wdmg/yii2-turbo", - "version": "1.0.3", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/wdmg/yii2-turbo.git", - "reference": "30a6f4c2ebe648c177d0e8432869cb20fb09b25f" + "reference": "3adcdae36e57852d8a17556cc74b07c06a2b6659" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wdmg/yii2-turbo/zipball/30a6f4c2ebe648c177d0e8432869cb20fb09b25f", - "reference": "30a6f4c2ebe648c177d0e8432869cb20fb09b25f", + "url": "https://api.github.com/repos/wdmg/yii2-turbo/zipball/3adcdae36e57852d8a17556cc74b07c06a2b6659", + "reference": "3adcdae36e57852d8a17556cc74b07c06a2b6659", "shasum": "" }, "require": { @@ -3769,27 +4710,31 @@ "yii2", "yii2-turbo" ], - "time": "2020-06-28T15:14:40+00:00" + "support": { + "issues": "https://github.com/wdmg/yii2-turbo/issues", + "source": "https://github.com/wdmg/yii2-turbo" + }, + "time": "2023-07-06T11:07:02+00:00" }, { "name": "wdmg/yii2-users", - "version": "1.2.3", + "version": "1.2.7", "source": { "type": "git", "url": "https://github.com/wdmg/yii2-users.git", - "reference": "bc9125ae5d34dd7f4fe28a63107f908ffed830fa" + "reference": "15da715c69e27866753deeb5a977382d565e1937" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wdmg/yii2-users/zipball/bc9125ae5d34dd7f4fe28a63107f908ffed830fa", - "reference": "bc9125ae5d34dd7f4fe28a63107f908ffed830fa", + "url": "https://api.github.com/repos/wdmg/yii2-users/zipball/15da715c69e27866753deeb5a977382d565e1937", + "reference": "15da715c69e27866753deeb5a977382d565e1937", "shasum": "" }, "require": { - "wdmg/yii2-base": "^1.2.4", - "wdmg/yii2-helpers": "^1.4.3", - "wdmg/yii2-validators": "^1.0.6", - "yiisoft/yii2": "^2.0.35" + "wdmg/yii2-base": "^1.3.1", + "wdmg/yii2-helpers": "^1.4.5", + "wdmg/yii2-validators": "^1.0.7", + "yiisoft/yii2": "^2.0.40" }, "type": "yii2-extension", "extra": { @@ -3813,7 +4758,9 @@ "html": "@vendor/wdmg/yii2-users/mail/passwordReset-html", "text": "@vendor/wdmg/yii2-users/mail/passwordReset-text" } - } + }, + "multiSignIn": true, + "sessionTimeout": 0 } }, "autoload": { @@ -3844,20 +4791,24 @@ "yii2", "yii2-users" ], - "time": "2021-01-01T18:29:13+00:00" + "support": { + "issues": "https://github.com/wdmg/yii2-users/issues", + "source": "https://github.com/wdmg/yii2-users" + }, + "time": "2023-06-20T14:35:31+00:00" }, { "name": "wdmg/yii2-validators", - "version": "1.0.7", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/wdmg/yii2-validators.git", - "reference": "5fca69c9a638f024f49b8300b5dbf3749d057b42" + "reference": "a869c5bdeed133e6a8ddda1db1c857bb4810e9d3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wdmg/yii2-validators/zipball/5fca69c9a638f024f49b8300b5dbf3749d057b42", - "reference": "5fca69c9a638f024f49b8300b5dbf3749d057b42", + "url": "https://api.github.com/repos/wdmg/yii2-validators/zipball/a869c5bdeed133e6a8ddda1db1c857bb4810e9d3", + "reference": "a869c5bdeed133e6a8ddda1db1c857bb4810e9d3", "shasum": "" }, "require": { @@ -3894,20 +4845,24 @@ "yii", "yii2" ], - "time": "2021-01-24T22:52:22+00:00" + "support": { + "issues": "https://github.com/wdmg/yii2-validators/issues", + "source": "https://github.com/wdmg/yii2-validators" + }, + "time": "2023-07-07T06:53:49+00:00" }, { "name": "wdmg/yii2-views", - "version": "1.0.1", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/wdmg/yii2-views.git", - "reference": "7a6368b120d0570a4f01a36d50885666b7b0222a" + "reference": "776d24d4875348e614cc6d28b60e4672162bee91" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wdmg/yii2-views/zipball/7a6368b120d0570a4f01a36d50885666b7b0222a", - "reference": "7a6368b120d0570a4f01a36d50885666b7b0222a", + "url": "https://api.github.com/repos/wdmg/yii2-views/zipball/776d24d4875348e614cc6d28b60e4672162bee91", + "reference": "776d24d4875348e614cc6d28b60e4672162bee91", "shasum": "" }, "require": { @@ -3950,20 +4905,24 @@ "yii2", "yii2-views" ], - "time": "2020-07-01T01:07:21+00:00" + "support": { + "issues": "https://github.com/wdmg/yii2-views/issues", + "source": "https://github.com/wdmg/yii2-views" + }, + "time": "2023-07-06T11:15:54+00:00" }, { "name": "wdmg/yii2-widgets", - "version": "1.0.4", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/wdmg/yii2-widgets.git", - "reference": "ff63ddeffd4b9e4d0361b3be213525abe9332f31" + "reference": "2dc0aad3bc09a80676e8ff7b9bee0fb11a9e22e7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wdmg/yii2-widgets/zipball/ff63ddeffd4b9e4d0361b3be213525abe9332f31", - "reference": "ff63ddeffd4b9e4d0361b3be213525abe9332f31", + "url": "https://api.github.com/repos/wdmg/yii2-widgets/zipball/2dc0aad3bc09a80676e8ff7b9bee0fb11a9e22e7", + "reference": "2dc0aad3bc09a80676e8ff7b9bee0fb11a9e22e7", "shasum": "" }, "require": { @@ -4006,32 +4965,37 @@ "yii", "yii2" ], - "time": "2020-05-12T13:56:54+00:00" + "support": { + "issues": "https://github.com/wdmg/yii2-widgets/issues", + "source": "https://github.com/wdmg/yii2-widgets" + }, + "time": "2023-07-07T06:43:17+00:00" }, { "name": "yiisoft/yii2", - "version": "2.0.42.1", + "version": "2.0.48.1", "source": { "type": "git", "url": "https://github.com/yiisoft/yii2-framework.git", - "reference": "976e2e892af4df933831b5e0a05d0acf4b173d98" + "reference": "de92f154eefe322fc1b1b2a52cce46677441ced4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/976e2e892af4df933831b5e0a05d0acf4b173d98", - "reference": "976e2e892af4df933831b5e0a05d0acf4b173d98", + "url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/de92f154eefe322fc1b1b2a52cce46677441ced4", + "reference": "de92f154eefe322fc1b1b2a52cce46677441ced4", "shasum": "" }, "require": { "bower-asset/inputmask": "~3.2.2 | ~3.3.5", - "bower-asset/jquery": "3.5.*@stable | 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable", + "bower-asset/jquery": "3.6.*@stable | 3.5.*@stable | 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable", "bower-asset/punycode": "1.3.*", "bower-asset/yii2-pjax": "~2.0.1", "cebe/markdown": "~1.0.0 | ~1.1.0 | ~1.2.0", "ext-ctype": "*", "ext-mbstring": "*", - "ezyang/htmlpurifier": "~4.6", + "ezyang/htmlpurifier": "^4.6", "lib-pcre": "*", + "paragonie/random_compat": ">=1", "php": ">=5.4.0", "yiisoft/yii2-composer": "~2.0.4" }, @@ -4057,13 +5021,13 @@ { "name": "Qiang Xue", "email": "qiang.xue@gmail.com", - "homepage": "http://www.yiiframework.com/", + "homepage": "https://www.yiiframework.com/", "role": "Founder and project lead" }, { "name": "Alexander Makarov", "email": "sam@rmcreative.ru", - "homepage": "http://rmcreative.ru/", + "homepage": "https://rmcreative.ru/", "role": "Core framework development" }, { @@ -4074,7 +5038,7 @@ { "name": "Carsten Brandt", "email": "mail@cebe.cc", - "homepage": "http://cebe.cc/", + "homepage": "https://www.cebe.cc/", "role": "Core framework development" }, { @@ -4101,25 +5065,46 @@ } ], "description": "Yii PHP Framework Version 2", - "homepage": "http://www.yiiframework.com/", + "homepage": "https://www.yiiframework.com/", "keywords": [ "framework", "yii2" ], - "time": "2021-05-06T11:44:35+00:00" + "support": { + "forum": "https://forum.yiiframework.com/", + "irc": "ircs://irc.libera.chat:6697/yii", + "issues": "https://github.com/yiisoft/yii2/issues?state=open", + "source": "https://github.com/yiisoft/yii2", + "wiki": "https://www.yiiframework.com/wiki" + }, + "funding": [ + { + "url": "https://github.com/yiisoft", + "type": "github" + }, + { + "url": "https://opencollective.com/yiisoft", + "type": "open_collective" + }, + { + "url": "https://tidelift.com/funding/github/packagist/yiisoft/yii2", + "type": "tidelift" + } + ], + "time": "2023-05-24T19:04:02+00:00" }, { "name": "yiisoft/yii2-bootstrap", - "version": "2.0.10", + "version": "2.0.11", "source": { "type": "git", "url": "https://github.com/yiisoft/yii2-bootstrap.git", - "reference": "073c9ab0a4eb71f2485d84c96a1967130300d8fc" + "reference": "83d144f4089adaa7064ad60dc4c1436daa2eb30e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/yiisoft/yii2-bootstrap/zipball/073c9ab0a4eb71f2485d84c96a1967130300d8fc", - "reference": "073c9ab0a4eb71f2485d84c96a1967130300d8fc", + "url": "https://api.github.com/repos/yiisoft/yii2-bootstrap/zipball/83d144f4089adaa7064ad60dc4c1436daa2eb30e", + "reference": "83d144f4089adaa7064ad60dc4c1436daa2eb30e", "shasum": "" }, "require": { @@ -4127,12 +5112,22 @@ "yiisoft/yii2": "~2.0.6" }, "require-dev": { - "phpunit/phpunit": "<7" + "cweagans/composer-patches": "^1.7", + "phpunit/phpunit": "4.8.34" }, "type": "yii2-extension", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" + }, + "patches": { + "phpunit/phpunit-mock-objects": { + "Fix PHP 7 and 8 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_mock_objects.patch" + }, + "phpunit/phpunit": { + "Fix PHP 7 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_php7.patch", + "Fix PHP 8 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_php8.patch" + } } }, "autoload": { @@ -4146,8 +5141,9 @@ ], "authors": [ { - "name": "Paul Klimov", - "email": "klimov.paul@gmail.com" + "name": "Qiang Xue", + "email": "qiang.xue@gmail.com", + "homepage": "http://www.yiiframework.com/" }, { "name": "Alexander Makarov", @@ -4159,9 +5155,8 @@ "email": "amigo.cobos@gmail.com" }, { - "name": "Qiang Xue", - "email": "qiang.xue@gmail.com", - "homepage": "http://www.yiiframework.com/" + "name": "Paul Klimov", + "email": "klimov.paul@gmail.com" } ], "description": "The Twitter Bootstrap extension for the Yii framework", @@ -4169,7 +5164,28 @@ "bootstrap", "yii2" ], - "time": "2019-04-23T13:18:43+00:00" + "support": { + "forum": "http://www.yiiframework.com/forum/", + "irc": "irc://irc.freenode.net/yii", + "issues": "https://github.com/yiisoft/yii2-bootstrap/issues", + "source": "https://github.com/yiisoft/yii2-bootstrap", + "wiki": "http://www.yiiframework.com/wiki/" + }, + "funding": [ + { + "url": "https://github.com/yiisoft", + "type": "github" + }, + { + "url": "https://opencollective.com/yiisoft", + "type": "open_collective" + }, + { + "url": "https://tidelift.com/funding/github/packagist/yiisoft/yii2-bootstrap", + "type": "tidelift" + } + ], + "time": "2021-08-09T20:54:06+00:00" }, { "name": "yiisoft/yii2-composer", @@ -4224,23 +5240,45 @@ "extension installer", "yii2" ], + "support": { + "forum": "http://www.yiiframework.com/forum/", + "irc": "irc://irc.freenode.net/yii", + "issues": "https://github.com/yiisoft/yii2-composer/issues", + "source": "https://github.com/yiisoft/yii2-composer", + "wiki": "http://www.yiiframework.com/wiki/" + }, + "funding": [ + { + "url": "https://github.com/yiisoft", + "type": "github" + }, + { + "url": "https://opencollective.com/yiisoft", + "type": "open_collective" + }, + { + "url": "https://tidelift.com/funding/github/packagist/yiisoft/yii2-composer", + "type": "tidelift" + } + ], "time": "2020-06-24T00:04:01+00:00" }, { "name": "yiisoft/yii2-httpclient", - "version": "2.0.13", + "version": "2.0.15", "source": { "type": "git", "url": "https://github.com/yiisoft/yii2-httpclient.git", - "reference": "470e9066ae780f0ca20827d3f6f84eca6bbb0991" + "reference": "5a8350e15f2db3555ba52830c9c701587c136e87" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/yiisoft/yii2-httpclient/zipball/470e9066ae780f0ca20827d3f6f84eca6bbb0991", - "reference": "470e9066ae780f0ca20827d3f6f84eca6bbb0991", + "url": "https://api.github.com/repos/yiisoft/yii2-httpclient/zipball/5a8350e15f2db3555ba52830c9c701587c136e87", + "reference": "5a8350e15f2db3555ba52830c9c701587c136e87", "shasum": "" }, "require": { + "paragonie/random_compat": ">=1", "yiisoft/yii2": "~2.0.13" }, "require-dev": { @@ -4285,20 +5323,41 @@ "httpclient", "yii2" ], - "time": "2020-12-23T16:52:14+00:00" + "support": { + "forum": "http://www.yiiframework.com/forum/", + "irc": "irc://irc.freenode.net/yii", + "issues": "https://github.com/yiisoft/yii2-httpclient/issues", + "source": "https://github.com/yiisoft/yii2-httpclient", + "wiki": "http://www.yiiframework.com/wiki/" + }, + "funding": [ + { + "url": "https://github.com/yiisoft", + "type": "github" + }, + { + "url": "https://opencollective.com/yiisoft", + "type": "open_collective" + }, + { + "url": "https://tidelift.com/funding/github/packagist/yiisoft/yii2-httpclient", + "type": "tidelift" + } + ], + "time": "2023-05-22T18:32:24+00:00" }, { "name": "yiisoft/yii2-imagine", - "version": "2.3.0", + "version": "2.3.1", "source": { "type": "git", "url": "https://github.com/yiisoft/yii2-imagine.git", - "reference": "b103b1b1deb786d4d5fe955898ec866dbee5c1b4" + "reference": "7ec4332dc25893aec5a7cf084722b162b3a4d55d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/yiisoft/yii2-imagine/zipball/b103b1b1deb786d4d5fe955898ec866dbee5c1b4", - "reference": "b103b1b1deb786d4d5fe955898ec866dbee5c1b4", + "url": "https://api.github.com/repos/yiisoft/yii2-imagine/zipball/7ec4332dc25893aec5a7cf084722b162b3a4d55d", + "reference": "7ec4332dc25893aec5a7cf084722b162b3a4d55d", "shasum": "" }, "require": { @@ -4347,35 +5406,70 @@ "imagine", "yii2" ], - "time": "2020-12-23T17:16:36+00:00" + "support": { + "forum": "http://www.yiiframework.com/forum/", + "irc": "irc://irc.freenode.net/yii", + "issues": "https://github.com/yiisoft/yii2-imagine/issues", + "source": "https://github.com/yiisoft/yii2-imagine", + "wiki": "http://www.yiiframework.com/wiki/" + }, + "funding": [ + { + "url": "https://github.com/yiisoft", + "type": "github" + }, + { + "url": "https://opencollective.com/yiisoft", + "type": "open_collective" + }, + { + "url": "https://tidelift.com/funding/github/packagist/yiisoft/yii2-imagine", + "type": "tidelift" + } + ], + "time": "2022-09-04T10:06:40+00:00" }, { "name": "yiisoft/yii2-swiftmailer", - "version": "2.0.7", + "version": "2.1.3", "source": { "type": "git", "url": "https://github.com/yiisoft/yii2-swiftmailer.git", - "reference": "8a03a62cbcb82e7697d3002eb43a8d2637f566ec" + "reference": "7b7ec871b4a63c0abbcd10e1ee3fb5be22f8b340" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/yiisoft/yii2-swiftmailer/zipball/8a03a62cbcb82e7697d3002eb43a8d2637f566ec", - "reference": "8a03a62cbcb82e7697d3002eb43a8d2637f566ec", + "url": "https://api.github.com/repos/yiisoft/yii2-swiftmailer/zipball/7b7ec871b4a63c0abbcd10e1ee3fb5be22f8b340", + "reference": "7b7ec871b4a63c0abbcd10e1ee3fb5be22f8b340", "shasum": "" }, "require": { - "swiftmailer/swiftmailer": "~5.0", - "yiisoft/yii2": "~2.0.4" + "swiftmailer/swiftmailer": "~6.0", + "yiisoft/yii2": ">=2.0.4" + }, + "require-dev": { + "cweagans/composer-patches": "^1.7", + "phpunit/phpunit": "4.8.34" }, "type": "yii2-extension", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "2.1.x-dev" + }, + "composer-exit-on-patch-failure": true, + "patches": { + "phpunit/phpunit-mock-objects": { + "Fix PHP 7 and 8 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_mock_objects.patch" + }, + "phpunit/phpunit": { + "Fix PHP 7 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_php7.patch", + "Fix PHP 8 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_php8.patch" + } } }, "autoload": { "psr-4": { - "yii\\swiftmailer\\": "" + "yii\\swiftmailer\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -4397,34 +5491,52 @@ "swiftmailer", "yii2" ], - "time": "2017-05-01T08:29:00+00:00" + "support": { + "forum": "http://www.yiiframework.com/forum/", + "irc": "irc://irc.freenode.net/yii", + "issues": "https://github.com/yiisoft/yii2-swiftmailer/issues", + "source": "https://github.com/yiisoft/yii2-swiftmailer", + "wiki": "http://www.yiiframework.com/wiki/" + }, + "funding": [ + { + "url": "https://github.com/yiisoft", + "type": "github" + }, + { + "url": "https://opencollective.com/yiisoft", + "type": "open_collective" + }, + { + "url": "https://tidelift.com/funding/github/packagist/yiisoft/yii2-swiftmailer", + "type": "tidelift" + } + ], + "time": "2021-12-30T08:48:48+00:00" }, { "name": "zbateson/mail-mime-parser", - "version": "1.3.1", + "version": "1.3.3", "source": { "type": "git", "url": "https://github.com/zbateson/mail-mime-parser.git", - "reference": "706964d904798b8c22d63f62f0ec5f5bc84e30d9" + "reference": "244b70963945293b5225da2553239a06987d1a11" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zbateson/mail-mime-parser/zipball/706964d904798b8c22d63f62f0ec5f5bc84e30d9", - "reference": "706964d904798b8c22d63f62f0ec5f5bc84e30d9", + "url": "https://api.github.com/repos/zbateson/mail-mime-parser/zipball/244b70963945293b5225da2553239a06987d1a11", + "reference": "244b70963945293b5225da2553239a06987d1a11", "shasum": "" }, "require": { - "guzzlehttp/psr7": "^1.0", + "guzzlehttp/psr7": "^1.7.0|^2.0", "php": ">=5.4", "zbateson/mb-wrapper": "^1.0.1", - "zbateson/stream-decorators": "^1.0.4" + "zbateson/stream-decorators": "^1.0.6" }, "require-dev": { - "jms/serializer": "^1.1", "mikey179/vfsstream": "^1.6.0", - "phing/phing": "^2.15.0", - "phpdocumentor/phpdocumentor": "^2.9.0", - "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5" + "sanmai/phpunit-legacy-adapter": "^6.3 || ^8" }, "suggest": { "ext-iconv": "For best support/performance", @@ -4461,29 +5573,42 @@ "parser", "php-imap" ], - "time": "2020-12-02T21:55:45+00:00" + "support": { + "docs": "https://mail-mime-parser.org/#usage-guide", + "issues": "https://github.com/zbateson/mail-mime-parser/issues", + "source": "https://github.com/zbateson/mail-mime-parser" + }, + "funding": [ + { + "url": "https://github.com/zbateson", + "type": "github" + } + ], + "time": "2021-11-06T00:47:49+00:00" }, { "name": "zbateson/mb-wrapper", - "version": "1.0.1", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/zbateson/mb-wrapper.git", - "reference": "721b3dfbf7ab75fee5ac60a542d7923ffe59ef6d" + "reference": "faf35dddfacfc5d4d5f9210143eafd7a7fe74334" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zbateson/mb-wrapper/zipball/721b3dfbf7ab75fee5ac60a542d7923ffe59ef6d", - "reference": "721b3dfbf7ab75fee5ac60a542d7923ffe59ef6d", + "url": "https://api.github.com/repos/zbateson/mb-wrapper/zipball/faf35dddfacfc5d4d5f9210143eafd7a7fe74334", + "reference": "faf35dddfacfc5d4d5f9210143eafd7a7fe74334", "shasum": "" }, "require": { - "php": ">=5.4", + "php": ">=7.1", "symfony/polyfill-iconv": "^1.9", "symfony/polyfill-mbstring": "^1.9" }, "require-dev": { - "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5" + "friendsofphp/php-cs-fixer": "*", + "phpstan/phpstan": "*", + "phpunit/phpunit": "<=9.0" }, "suggest": { "ext-iconv": "For best support/performance", @@ -4518,29 +5643,41 @@ "multibyte", "string" ], - "time": "2020-10-21T22:14:27+00:00" + "support": { + "issues": "https://github.com/zbateson/mb-wrapper/issues", + "source": "https://github.com/zbateson/mb-wrapper/tree/1.2.0" + }, + "funding": [ + { + "url": "https://github.com/zbateson", + "type": "github" + } + ], + "time": "2023-01-11T23:05:44+00:00" }, { "name": "zbateson/stream-decorators", - "version": "1.0.4", + "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/zbateson/stream-decorators.git", - "reference": "6f54738dfecc65e1d5bfb855035836748083a6dd" + "reference": "783b034024fda8eafa19675fb2552f8654d3a3e9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zbateson/stream-decorators/zipball/6f54738dfecc65e1d5bfb855035836748083a6dd", - "reference": "6f54738dfecc65e1d5bfb855035836748083a6dd", + "url": "https://api.github.com/repos/zbateson/stream-decorators/zipball/783b034024fda8eafa19675fb2552f8654d3a3e9", + "reference": "783b034024fda8eafa19675fb2552f8654d3a3e9", "shasum": "" }, "require": { - "guzzlehttp/psr7": "^1.0.0", - "php": ">=5.4", + "guzzlehttp/psr7": "^1.9 | ^2.0", + "php": ">=7.2", "zbateson/mb-wrapper": "^1.0.0" }, "require-dev": { - "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5" + "friendsofphp/php-cs-fixer": "*", + "phpstan/phpstan": "*", + "phpunit/phpunit": "<10.0" }, "type": "library", "autoload": { @@ -4569,32 +5706,41 @@ "stream", "uuencode" ], - "time": "2020-08-10T18:59:43+00:00" + "support": { + "issues": "https://github.com/zbateson/stream-decorators/issues", + "source": "https://github.com/zbateson/stream-decorators/tree/1.2.1" + }, + "funding": [ + { + "url": "https://github.com/zbateson", + "type": "github" + } + ], + "time": "2023-05-30T22:51:52+00:00" } ], "packages-dev": [ { "name": "behat/gherkin", - "version": "v4.7.3", + "version": "v4.9.0", "source": { "type": "git", "url": "https://github.com/Behat/Gherkin.git", - "reference": "d5ae4616aeaa91daadbfb8446d9d17aae8d43cf7" + "reference": "0bc8d1e30e96183e4f36db9dc79caead300beff4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Behat/Gherkin/zipball/d5ae4616aeaa91daadbfb8446d9d17aae8d43cf7", - "reference": "d5ae4616aeaa91daadbfb8446d9d17aae8d43cf7", + "url": "https://api.github.com/repos/Behat/Gherkin/zipball/0bc8d1e30e96183e4f36db9dc79caead300beff4", + "reference": "0bc8d1e30e96183e4f36db9dc79caead300beff4", "shasum": "" }, "require": { - "php": ">=5.6" + "php": "~7.2|~8.0" }, "require-dev": { - "cucumber/cucumber": "dev-gherkin-16.0.0", - "phpunit/phpunit": "^5.7.1|~6|~7", - "symfony/phpunit-bridge": "~2.7|~3|~4", - "symfony/yaml": "~2.3|~3|~4" + "cucumber/cucumber": "dev-gherkin-22.0.0", + "phpunit/phpunit": "~8|~9", + "symfony/yaml": "~3|~4|~5" }, "suggest": { "symfony/yaml": "If you want to parse features, represented in YAML files" @@ -4602,7 +5748,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "4.4-dev" + "dev-master": "4.x-dev" } }, "autoload": { @@ -4631,31 +5777,35 @@ "gherkin", "parser" ], - "time": "2021-02-04T12:26:47+00:00" + "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.21", + "version": "4.2.2", "source": { "type": "git", "url": "https://github.com/Codeception/Codeception.git", - "reference": "c25f20d842a7e3fa0a8e6abf0828f102c914d419" + "reference": "b88014f3348c93f3df99dc6d0967b0dbfa804474" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/Codeception/zipball/c25f20d842a7e3fa0a8e6abf0828f102c914d419", - "reference": "c25f20d842a7e3fa0a8e6abf0828f102c914d419", + "url": "https://api.github.com/repos/Codeception/Codeception/zipball/b88014f3348c93f3df99dc6d0967b0dbfa804474", + "reference": "b88014f3348c93f3df99dc6d0967b0dbfa804474", "shasum": "" }, "require": { "behat/gherkin": "^4.4.0", - "codeception/lib-asserts": "^1.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", + "codeception/stub": "^2.0 | ^3.0 | ^4.0", "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*", - "guzzlehttp/psr7": "~1.4", + "guzzlehttp/psr7": "^1.4 | ^2.0", "php": ">=5.6.0 <9.0", "symfony/console": ">=2.7 <6.0", "symfony/css-selector": ">=2.7 <6.0", @@ -4664,11 +5814,11 @@ "symfony/yaml": ">=2.7 <6.0" }, "require-dev": { - "codeception/module-asserts": "1.*@dev", - "codeception/module-cli": "1.*@dev", - "codeception/module-db": "1.*@dev", - "codeception/module-filesystem": "1.*@dev", - "codeception/module-phpbrowser": "1.*@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", @@ -4691,6 +5841,9 @@ "branch-alias": [] }, "autoload": { + "files": [ + "functions.php" + ], "psr-4": { "Codeception\\": "src/Codeception", "Codeception\\Extension\\": "ext" @@ -4704,11 +5857,11 @@ { "name": "Michael Bodnarchuk", "email": "davert@mail.ua", - "homepage": "http://codegyre.com" + "homepage": "https://codegyre.com" } ], "description": "BDD-style testing framework", - "homepage": "http://codeception.com/", + "homepage": "https://codeception.com/", "keywords": [ "BDD", "TDD", @@ -4716,7 +5869,17 @@ "functional testing", "unit testing" ], - "time": "2021-05-28T17:43:39+00:00" + "support": { + "issues": "https://github.com/Codeception/Codeception/issues", + "source": "https://github.com/Codeception/Codeception/tree/4.2.2" + }, + "funding": [ + { + "url": "https://opencollective.com/codeception", + "type": "open_collective" + } + ], + "time": "2022-08-13T13:28:25+00:00" }, { "name": "codeception/lib-asserts", @@ -4766,24 +5929,28 @@ "keywords": [ "codeception" ], + "support": { + "issues": "https://github.com/Codeception/lib-asserts/issues", + "source": "https://github.com/Codeception/lib-asserts/tree/1.13.2" + }, "time": "2020-10-21T16:26:20+00:00" }, { "name": "codeception/lib-innerbrowser", - "version": "1.5.0", + "version": "1.5.1", "source": { "type": "git", "url": "https://github.com/Codeception/lib-innerbrowser.git", - "reference": "4b0d89b37fe454e060a610a85280a87ab4f534f1" + "reference": "31b4b56ad53c3464fcb2c0a14d55a51a201bd3c2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/lib-innerbrowser/zipball/4b0d89b37fe454e060a610a85280a87ab4f534f1", - "reference": "4b0d89b37fe454e060a610a85280a87ab4f534f1", + "url": "https://api.github.com/repos/Codeception/lib-innerbrowser/zipball/31b4b56ad53c3464fcb2c0a14d55a51a201bd3c2", + "reference": "31b4b56ad53c3464fcb2c0a14d55a51a201bd3c2", "shasum": "" }, "require": { - "codeception/codeception": "*@dev", + "codeception/codeception": "4.*@dev", "ext-dom": "*", "ext-json": "*", "ext-mbstring": "*", @@ -4822,7 +5989,11 @@ "keywords": [ "codeception" ], - "time": "2021-04-23T06:18:29+00:00" + "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", @@ -4875,6 +6046,10 @@ "asserts", "codeception" ], + "support": { + "issues": "https://github.com/Codeception/module-asserts/issues", + "source": "https://github.com/Codeception/module-asserts/tree/1.3.1" + }, "time": "2020-10-21T16:48:15+00:00" }, { @@ -4923,24 +6098,28 @@ "codeception", "filesystem" ], + "support": { + "issues": "https://github.com/Codeception/module-filesystem/issues", + "source": "https://github.com/Codeception/module-filesystem/tree/1.0.3" + }, "time": "2020-10-24T14:46:40+00:00" }, { "name": "codeception/module-phpbrowser", - "version": "1.0.2", + "version": "1.0.3", "source": { "type": "git", "url": "https://github.com/Codeception/module-phpbrowser.git", - "reference": "770a6be4160a5c0c08d100dd51bff35f6056bbf1" + "reference": "8ba6bede11d0914e74d98691f427fd8f397f192e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/module-phpbrowser/zipball/770a6be4160a5c0c08d100dd51bff35f6056bbf1", - "reference": "770a6be4160a5c0c08d100dd51bff35f6056bbf1", + "url": "https://api.github.com/repos/Codeception/module-phpbrowser/zipball/8ba6bede11d0914e74d98691f427fd8f397f192e", + "reference": "8ba6bede11d0914e74d98691f427fd8f397f192e", "shasum": "" }, "require": { - "codeception/codeception": "^4.0", + "codeception/codeception": "^4.1", "codeception/lib-innerbrowser": "^1.3", "guzzlehttp/guzzle": "^6.3|^7.0", "php": ">=5.6.0 <9.0" @@ -4979,20 +6158,24 @@ "functional-testing", "http" ], - "time": "2020-10-24T15:29:28+00:00" + "support": { + "issues": "https://github.com/Codeception/module-phpbrowser/issues", + "source": "https://github.com/Codeception/module-phpbrowser/tree/1.0.3" + }, + "time": "2022-05-21T13:50:41+00:00" }, { "name": "codeception/module-webdriver", - "version": "1.2.1", + "version": "1.4.1", "source": { "type": "git", "url": "https://github.com/Codeception/module-webdriver.git", - "reference": "ebbe729c630415e8caf6b0087e457906f0c6c0c6" + "reference": "e22ac7da756df659df6dd4fac2dff9c859e30131" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/module-webdriver/zipball/ebbe729c630415e8caf6b0087e457906f0c6c0c6", - "reference": "ebbe729c630415e8caf6b0087e457906f0c6c0c6", + "url": "https://api.github.com/repos/Codeception/module-webdriver/zipball/e22ac7da756df659df6dd4fac2dff9c859e30131", + "reference": "e22ac7da756df659df6dd4fac2dff9c859e30131", "shasum": "" }, "require": { @@ -5031,26 +6214,38 @@ "browser-testing", "codeception" ], - "time": "2021-04-23T17:30:57+00:00" + "support": { + "issues": "https://github.com/Codeception/module-webdriver/issues", + "source": "https://github.com/Codeception/module-webdriver/tree/1.4.1" + }, + "time": "2022-09-12T05:09:51+00:00" }, { "name": "codeception/module-yii2", - "version": "1.1.3", + "version": "1.1.5", "source": { "type": "git", "url": "https://github.com/Codeception/module-yii2.git", - "reference": "09853feb15ad5e80e472c6881793a22f273a9921" + "reference": "14269d059b8eaedf3d414a673907bd874cd4ed04" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/module-yii2/zipball/09853feb15ad5e80e472c6881793a22f273a9921", - "reference": "09853feb15ad5e80e472c6881793a22f273a9921", + "url": "https://api.github.com/repos/Codeception/module-yii2/zipball/14269d059b8eaedf3d414a673907bd874cd4ed04", + "reference": "14269d059b8eaedf3d414a673907bd874cd4ed04", "shasum": "" }, "require": { "codeception/codeception": "^4.0", "codeception/lib-innerbrowser": "^1.0", - "php": ">=5.6.0 <8.1" + "php": ">=5.6.0 <=8.1 | ~8.1.0" + }, + "require-dev": { + "codeception/module-asserts": "^1.3", + "codeception/module-filesystem": "^1.0", + "codeception/verify": "<2", + "codemix/yii2-localeurls": "^1.7", + "yiisoft/yii2": "dev-master", + "yiisoft/yii2-app-advanced": "dev-master" }, "type": "library", "autoload": { @@ -5079,30 +6274,32 @@ "codeception", "yii2" ], - "time": "2021-05-24T20:05:32+00:00" + "support": { + "issues": "https://github.com/Codeception/module-yii2/issues", + "source": "https://github.com/Codeception/module-yii2/tree/1.1.5" + }, + "time": "2021-12-30T09:16:01+00:00" }, { "name": "codeception/phpunit-wrapper", - "version": "6.0.21", + "version": "8.1.6", "source": { "type": "git", "url": "https://github.com/Codeception/phpunit-wrapper.git", - "reference": "1ba4ade15e9c1884604a7d78ca81879025c3bda5" + "reference": "7d3479bab7e2b6349044db8af11cd05d57809f9c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/phpunit-wrapper/zipball/1ba4ade15e9c1884604a7d78ca81879025c3bda5", - "reference": "1ba4ade15e9c1884604a7d78ca81879025c3bda5", + "url": "https://api.github.com/repos/Codeception/phpunit-wrapper/zipball/7d3479bab7e2b6349044db8af11cd05d57809f9c", + "reference": "7d3479bab7e2b6349044db8af11cd05d57809f9c", "shasum": "" }, "require": { - "phpunit/php-code-coverage": ">=4.0.4 <6.0", - "phpunit/phpunit": ">=5.7.27 <6.5.13", - "sebastian/comparator": ">=1.2.4 <3.0", - "sebastian/diff": ">=1.4 <4.0" - }, - "replace": { - "codeception/phpunit-wrapper": "*" + "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": "*", @@ -5125,7 +6322,11 @@ } ], "description": "PHPUnit classes used by Codeception", - "time": "2020-12-28T14:01:02+00:00" + "support": { + "issues": "https://github.com/Codeception/phpunit-wrapper/issues", + "source": "https://github.com/Codeception/phpunit-wrapper/tree/8.1.6" + }, + "time": "2022-05-23T06:22:33+00:00" }, { "name": "codeception/specify", @@ -5165,24 +6366,32 @@ } ], "description": "BDD code blocks for PHPUnit and Codeception", + "support": { + "issues": "https://github.com/Codeception/Specify/issues", + "source": "https://github.com/Codeception/Specify/tree/master" + }, "time": "2016-10-21T09:42:00+00:00" }, { "name": "codeception/stub", - "version": "2.1.0", + "version": "4.0.2", "source": { "type": "git", "url": "https://github.com/Codeception/Stub.git", - "reference": "853657f988942f7afb69becf3fd0059f192c705a" + "reference": "18a148dacd293fc7b044042f5aa63a82b08bff5d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/Stub/zipball/853657f988942f7afb69becf3fd0059f192c705a", - "reference": "853657f988942f7afb69becf3fd0059f192c705a", + "url": "https://api.github.com/repos/Codeception/Stub/zipball/18a148dacd293fc7b044042f5aa63a82b08bff5d", + "reference": "18a148dacd293fc7b044042f5aa63a82b08bff5d", "shasum": "" }, "require": { - "codeception/phpunit-wrapper": ">6.0.15 <6.1.0 | ^6.6.1 | ^7.7.1 | ^8.0.3" + "php": "^7.4 | ^8.0", + "phpunit/phpunit": "^8.4 | ^9.0 | ^10.0 | 10.0.x-dev" + }, + "require-dev": { + "consolidation/robo": "^3.0" }, "type": "library", "autoload": { @@ -5195,32 +6404,39 @@ "MIT" ], "description": "Flexible Stub wrapper for PHPUnit's Mock Builder", - "time": "2019-03-02T15:35:10+00:00" + "support": { + "issues": "https://github.com/Codeception/Stub/issues", + "source": "https://github.com/Codeception/Stub/tree/4.0.2" + }, + "time": "2022-01-31T19:25:15+00:00" }, { "name": "codeception/verify", - "version": "0.5.0", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/Codeception/Verify.git", - "reference": "f83152459cc96877f0703448190ed3df736f14c2" + "reference": "fa0bb946b6d61279f461bcc5a677ac0ed5eab9b3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/Verify/zipball/f83152459cc96877f0703448190ed3df736f14c2", - "reference": "f83152459cc96877f0703448190ed3df736f14c2", + "url": "https://api.github.com/repos/Codeception/Verify/zipball/fa0bb946b6d61279f461bcc5a677ac0ed5eab9b3", + "reference": "fa0bb946b6d61279f461bcc5a677ac0ed5eab9b3", "shasum": "" }, "require": { - "codeception/phpunit-wrapper": ">6.0.16 <6.1.0", - "php": "5.6.*", - "phpunit/phpunit": "5.7.*" + "codeception/phpunit-wrapper": ">6.0.15 <6.1.0 | ^6.6.1 | ^7.7.1 | ^8.0.4", + "php": ">= 7.0", + "phpunit/phpunit": "> 6.0" }, "type": "library", "autoload": { "files": [ "src/Codeception/function.php" - ] + ], + "psr-4": { + "Codeception\\": "src\\Codeception" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -5229,42 +6445,44 @@ "authors": [ { "name": "Michael Bodnarchuk", - "email": "davert.php@mailican.com" + "email": "davert@codeception.com" } ], "description": "BDD assertion library for PHPUnit", - "time": "2019-08-24T14:29:07+00:00" + "support": { + "issues": "https://github.com/Codeception/Verify/issues", + "source": "https://github.com/Codeception/Verify/tree/master" + }, + "time": "2019-07-30T18:21:46+00:00" }, { "name": "doctrine/instantiator", - "version": "1.0.5", + "version": "1.5.0", "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", - "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" + "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", - "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b", + "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b", "shasum": "" }, "require": { - "php": ">=5.3,<8.0-DEV" + "php": "^7.1 || ^8.0" }, "require-dev": { - "athletic/athletic": "~0.1.8", + "doctrine/coding-standard": "^9 || ^11", "ext-pdo": "*", "ext-phar": "*", - "phpunit/phpunit": "~4.0", - "squizlabs/php_codesniffer": "~2.0" + "phpbench/phpbench": "^0.16 || ^1", + "phpstan/phpstan": "^1.4", + "phpstan/phpstan-phpunit": "^1", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "vimeo/psalm": "^4.30 || ^5.4" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, "autoload": { "psr-4": { "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" @@ -5278,48 +6496,77 @@ { "name": "Marco Pivetta", "email": "ocramius@gmail.com", - "homepage": "http://ocramius.github.com/" + "homepage": "https://ocramius.github.io/" } ], "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", - "homepage": "https://github.com/doctrine/instantiator", + "homepage": "https://www.doctrine-project.org/projects/instantiator.html", "keywords": [ "constructor", "instantiate" ], - "time": "2015-06-14T21:17:01+00:00" + "support": { + "issues": "https://github.com/doctrine/instantiator/issues", + "source": "https://github.com/doctrine/instantiator/tree/1.5.0" + }, + "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-12-30T00:15:36+00:00" }, { "name": "fakerphp/faker", - "version": "v1.9.2", + "version": "v1.23.0", "source": { "type": "git", "url": "https://github.com/FakerPHP/Faker.git", - "reference": "84220cf137a9344acffb10374e781fed785ff307" + "reference": "e3daa170d00fde61ea7719ef47bb09bb8f1d9b01" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/84220cf137a9344acffb10374e781fed785ff307", - "reference": "84220cf137a9344acffb10374e781fed785ff307", + "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/e3daa170d00fde61ea7719ef47bb09bb8f1d9b01", + "reference": "e3daa170d00fde61ea7719ef47bb09bb8f1d9b01", "shasum": "" }, "require": { - "php": "^5.3.3 || ^7.0" + "php": "^7.4 || ^8.0", + "psr/container": "^1.0 || ^2.0", + "symfony/deprecation-contracts": "^2.2 || ^3.0" }, "conflict": { - "ergebnis/faker": "!=1.9.2", - "fzaninotto/faker": "!=1.9.2" - }, - "replace": { - "ergebnis/faker": "1.9.2", - "fzaninotto/faker": "1.9.2" + "fzaninotto/faker": "*" }, "require-dev": { + "bamarni/composer-bin-plugin": "^1.4.1", + "doctrine/persistence": "^1.3 || ^2.0", "ext-intl": "*", - "phpunit/phpunit": "^4.8.35 || ^5.7", - "squizlabs/php_codesniffer": "^2.9.2" + "phpunit/phpunit": "^9.5.26", + "symfony/phpunit-bridge": "^5.4.16" + }, + "suggest": { + "doctrine/orm": "Required to use Faker\\ORM\\Doctrine", + "ext-curl": "Required by Faker\\Provider\\Image to download images.", + "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.", + "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.", + "ext-mbstring": "Required for multibyte Unicode string functionality." }, "type": "library", + "extra": { + "branch-alias": { + "dev-main": "v1.21-dev" + } + }, "autoload": { "psr-4": { "Faker\\": "src/Faker/" @@ -5340,156 +6587,255 @@ "faker", "fixtures" ], - "time": "2020-12-11T14:32:13+00:00" + "support": { + "issues": "https://github.com/FakerPHP/Faker/issues", + "source": "https://github.com/FakerPHP/Faker/tree/v1.23.0" + }, + "time": "2023-06-12T08:44:38+00:00" }, { "name": "guzzlehttp/guzzle", - "version": "6.5.5", + "version": "7.7.0", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e" + "reference": "fb7566caccf22d74d1ab270de3551f72a58399f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", - "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/fb7566caccf22d74d1ab270de3551f72a58399f5", + "reference": "fb7566caccf22d74d1ab270de3551f72a58399f5", "shasum": "" }, "require": { "ext-json": "*", - "guzzlehttp/promises": "^1.0", - "guzzlehttp/psr7": "^1.6.1", - "php": ">=5.5", - "symfony/polyfill-intl-idn": "^1.17.0" + "guzzlehttp/promises": "^1.5.3 || ^2.0", + "guzzlehttp/psr7": "^1.9.1 || ^2.4.5", + "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" }, "require-dev": { + "bamarni/composer-bin-plugin": "^1.8.1", "ext-curl": "*", - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", - "psr/log": "^1.1" + "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999", + "php-http/message-factory": "^1.1", + "phpunit/phpunit": "^8.5.29 || ^9.5.23", + "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" }, "type": "library", "extra": { - "branch-alias": { - "dev-master": "6.5-dev" + "bamarni-bin": { + "bin-links": true, + "forward-command": false } }, "autoload": { - "psr-4": { - "GuzzleHttp\\": "src/" - }, "files": [ "src/functions_include.php" - ] + ], + "psr-4": { + "GuzzleHttp\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, { "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" } ], "description": "Guzzle is a PHP HTTP client library", - "homepage": "http://guzzlephp.org/", "keywords": [ "client", "curl", "framework", "http", "http client", + "psr-18", + "psr-7", "rest", "web service" ], - "time": "2020-06-16T21:01:06+00:00" + "support": { + "issues": "https://github.com/guzzle/guzzle/issues", + "source": "https://github.com/guzzle/guzzle/tree/7.7.0" + }, + "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" + } + ], + "time": "2023-05-21T14:04:53+00:00" }, { "name": "guzzlehttp/promises", - "version": "1.4.1", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d" + "reference": "3a494dc7dc1d7d12e511890177ae2d0e6c107da6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/8e7d04f1f6450fef59366c399cfad4b9383aa30d", - "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d", + "url": "https://api.github.com/repos/guzzle/promises/zipball/3a494dc7dc1d7d12e511890177ae2d0e6c107da6", + "reference": "3a494dc7dc1d7d12e511890177ae2d0e6c107da6", "shasum": "" }, "require": { - "php": ">=5.5" + "php": "^7.2.5 || ^8.0" }, "require-dev": { - "symfony/phpunit-bridge": "^4.4 || ^5.1" + "bamarni/composer-bin-plugin": "^1.8.1", + "phpunit/phpunit": "^8.5.29 || ^9.5.23" }, "type": "library", "extra": { - "branch-alias": { - "dev-master": "1.4-dev" + "bamarni-bin": { + "bin-links": true, + "forward-command": false } }, "autoload": { "psr-4": { "GuzzleHttp\\Promise\\": "src/" - }, - "files": [ - "src/functions_include.php" - ] + } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, { "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" } ], "description": "Guzzle promises library", "keywords": [ "promise" ], - "time": "2021-03-07T09:25:29+00:00" + "support": { + "issues": "https://github.com/guzzle/promises/issues", + "source": "https://github.com/guzzle/promises/tree/2.0.0" + }, + "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" + } + ], + "time": "2023-05-21T13:50:22+00:00" }, { "name": "myclabs/deep-copy", - "version": "1.7.0", + "version": "1.11.1", "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e" + "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", - "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c", + "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c", "shasum": "" }, "require": { - "php": "^5.6 || ^7.0" + "php": "^7.1 || ^8.0" + }, + "conflict": { + "doctrine/collections": "<1.6.8", + "doctrine/common": "<2.13.3 || >=3,<3.2.2" }, "require-dev": { - "doctrine/collections": "^1.0", - "doctrine/common": "^2.6", - "phpunit/phpunit": "^4.1" + "doctrine/collections": "^1.6.8", + "doctrine/common": "^2.13.3 || ^3.2.2", + "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" }, "type": "library", "autoload": { - "psr-4": { - "DeepCopy\\": "src/DeepCopy/" - }, "files": [ "src/DeepCopy/deep_copy.php" - ] + ], + "psr-4": { + "DeepCopy\\": "src/DeepCopy/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -5503,164 +6849,175 @@ "object", "object graph" ], - "time": "2017-10-19T19:58:43+00:00" + "support": { + "issues": "https://github.com/myclabs/DeepCopy/issues", + "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1" + }, + "funding": [ + { + "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", + "type": "tidelift" + } + ], + "time": "2023-03-08T13:26:56+00:00" }, { - "name": "opis/closure", - "version": "3.6.2", + "name": "phar-io/manifest", + "version": "2.0.3", "source": { "type": "git", - "url": "https://github.com/opis/closure.git", - "reference": "06e2ebd25f2869e54a306dda991f7db58066f7f6" + "url": "https://github.com/phar-io/manifest.git", + "reference": "97803eca37d319dfa7826cc2437fc020857acb53" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/opis/closure/zipball/06e2ebd25f2869e54a306dda991f7db58066f7f6", - "reference": "06e2ebd25f2869e54a306dda991f7db58066f7f6", + "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53", + "reference": "97803eca37d319dfa7826cc2437fc020857acb53", "shasum": "" }, "require": { - "php": "^5.4 || ^7.0 || ^8.0" - }, - "require-dev": { - "jeremeamia/superclosure": "^2.0", - "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0" + "ext-dom": "*", + "ext-phar": "*", + "ext-xmlwriter": "*", + "phar-io/version": "^3.0.1", + "php": "^7.2 || ^8.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.6.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { - "psr-4": { - "Opis\\Closure\\": "src/" - }, - "files": [ - "functions.php" + "classmap": [ + "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Marius Sarca", - "email": "marius.sarca@gmail.com" + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" }, { - "name": "Sorin Sarca", - "email": "sarca_sorin@hotmail.com" + "name": "Sebastian Heuer", + "email": "sebastian@phpeople.de", + "role": "Developer" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "Developer" } ], - "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.", - "homepage": "https://opis.io/closure", - "keywords": [ - "anonymous functions", - "closure", - "function", - "serializable", - "serialization", - "serialize" - ], - "time": "2021-04-09T13:42:10+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" }, { - "name": "paragonie/random_compat", - "version": "v2.0.20", + "name": "phar-io/version", + "version": "3.2.1", "source": { "type": "git", - "url": "https://github.com/paragonie/random_compat.git", - "reference": "0f1f60250fccffeaf5dda91eea1c018aed1adc2a" + "url": "https://github.com/phar-io/version.git", + "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0f1f60250fccffeaf5dda91eea1c018aed1adc2a", - "reference": "0f1f60250fccffeaf5dda91eea1c018aed1adc2a", + "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74", + "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74", "shasum": "" }, "require": { - "php": ">=5.2.0" - }, - "require-dev": { - "phpunit/phpunit": "4.*|5.*" - }, - "suggest": { - "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." + "php": "^7.2 || ^8.0" }, "type": "library", "autoload": { - "files": [ - "lib/random.php" + "classmap": [ + "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Paragon Initiative Enterprises", - "email": "security@paragonie.com", - "homepage": "https://paragonie.com" + "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": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", - "keywords": [ - "csprng", - "polyfill", - "pseudorandom", - "random" - ], - "time": "2021-04-17T09:33:01+00:00" + "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" }, { "name": "php-webdriver/webdriver", - "version": "1.11.1", + "version": "1.14.0", "source": { "type": "git", "url": "https://github.com/php-webdriver/php-webdriver.git", - "reference": "da16e39968f8dd5cfb7d07eef91dc2b731c69880" + "reference": "3ea4f924afb43056bf9c630509e657d951608563" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/da16e39968f8dd5cfb7d07eef91dc2b731c69880", - "reference": "da16e39968f8dd5cfb7d07eef91dc2b731c69880", + "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/3ea4f924afb43056bf9c630509e657d951608563", + "reference": "3ea4f924afb43056bf9c630509e657d951608563", "shasum": "" }, "require": { "ext-curl": "*", "ext-json": "*", "ext-zip": "*", - "php": "^5.6 || ~7.0 || ^8.0", + "php": "^7.3 || ^8.0", "symfony/polyfill-mbstring": "^1.12", - "symfony/process": "^2.8 || ^3.1 || ^4.0 || ^5.0" + "symfony/process": "^5.0 || ^6.0" }, "replace": { "facebook/webdriver": "*" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^2.0", - "ondram/ci-detector": "^2.1 || ^3.5 || ^4.0", + "ergebnis/composer-normalize": "^2.20.0", + "ondram/ci-detector": "^4.0", "php-coveralls/php-coveralls": "^2.4", - "php-mock/php-mock-phpunit": "^1.1 || ^2.0", + "php-mock/php-mock-phpunit": "^2.0", "php-parallel-lint/php-parallel-lint": "^1.2", - "phpunit/phpunit": "^5.7 || ^7 || ^8 || ^9", + "phpunit/phpunit": "^9.3", "squizlabs/php_codesniffer": "^3.5", - "symfony/var-dumper": "^3.3 || ^4.0 || ^5.0" + "symfony/var-dumper": "^5.0 || ^6.0" }, "suggest": { "ext-SimpleXML": "For Firefox profile creation" }, "type": "library", "autoload": { - "psr-4": { - "Facebook\\WebDriver\\": "lib/" - }, "files": [ "lib/Exception/TimeoutException.php" - ] + ], + "psr-4": { + "Facebook\\WebDriver\\": "lib/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -5675,28 +7032,26 @@ "selenium", "webdriver" ], - "time": "2021-05-21T15:12:49+00:00" + "support": { + "issues": "https://github.com/php-webdriver/php-webdriver/issues", + "source": "https://github.com/php-webdriver/php-webdriver/tree/1.14.0" + }, + "time": "2023-02-09T12:12:19+00:00" }, { - "name": "phpdocumentor/reflection-common", - "version": "1.0.1", + "name": "phpspec/php-diff", + "version": "v1.1.3", "source": { "type": "git", - "url": "https://github.com/phpDocumentor/ReflectionCommon.git", - "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6" + "url": "https://github.com/phpspec/php-diff.git", + "reference": "fc1156187f9f6c8395886fe85ed88a0a245d72e9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", - "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", + "url": "https://api.github.com/repos/phpspec/php-diff/zipball/fc1156187f9f6c8395886fe85ed88a0a245d72e9", + "reference": "fc1156187f9f6c8395886fe85ed88a0a245d72e9", "shasum": "" }, - "require": { - "php": ">=5.5" - }, - "require-dev": { - "phpunit/phpunit": "^4.6" - }, "type": "library", "extra": { "branch-alias": { @@ -5704,153 +7059,13 @@ } }, "autoload": { - "psr-4": { - "phpDocumentor\\Reflection\\": [ - "src" - ] + "psr-0": { + "Diff": "lib/" } }, "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" - ], - "time": "2017-09-11T18:02:19+00:00" - }, - { - "name": "phpdocumentor/reflection-docblock", - "version": "3.3.2", - "source": { - "type": "git", - "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bf329f6c1aadea3299f08ee804682b7c45b326a2", - "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2", - "shasum": "" - }, - "require": { - "php": "^5.6 || ^7.0", - "phpdocumentor/reflection-common": "^1.0.0", - "phpdocumentor/type-resolver": "^0.4.0", - "webmozart/assert": "^1.0" - }, - "require-dev": { - "mockery/mockery": "^0.9.4", - "phpunit/phpunit": "^4.4" - }, - "type": "library", - "autoload": { - "psr-4": { - "phpDocumentor\\Reflection\\": [ - "src/" - ] - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Mike van Riel", - "email": "me@mikevanriel.com" - } - ], - "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", - "time": "2017-11-10T14:09:06+00:00" - }, - { - "name": "phpdocumentor/type-resolver", - "version": "0.4.0", - "source": { - "type": "git", - "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", - "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", - "shasum": "" - }, - "require": { - "php": "^5.5 || ^7.0", - "phpdocumentor/reflection-common": "^1.0" - }, - "require-dev": { - "mockery/mockery": "^0.9.4", - "phpunit/phpunit": "^5.2||^4.8.24" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.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" - } - ], - "time": "2017-07-14T14:27:02+00:00" - }, - { - "name": "phpspec/php-diff", - "version": "v1.1.3", - "source": { - "type": "git", - "url": "https://github.com/phpspec/php-diff.git", - "reference": "fc1156187f9f6c8395886fe85ed88a0a245d72e9" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpspec/php-diff/zipball/fc1156187f9f6c8395886fe85ed88a0a245d72e9", - "reference": "fc1156187f9f6c8395886fe85ed88a0a245d72e9", - "shasum": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Diff": "lib/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" + "BSD-3-Clause" ], "authors": [ { @@ -5859,107 +7074,47 @@ } ], "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).", - "time": "2020-09-18T13:47:07+00:00" - }, - { - "name": "phpspec/prophecy", - "version": "v1.10.3", - "source": { - "type": "git", - "url": "https://github.com/phpspec/prophecy.git", - "reference": "451c3cd1418cf640de218914901e51b064abb093" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093", - "reference": "451c3cd1418cf640de218914901e51b064abb093", - "shasum": "" - }, - "require": { - "doctrine/instantiator": "^1.0.2", - "php": "^5.3|^7.0", - "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0", - "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0", - "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0" - }, - "require-dev": { - "phpspec/phpspec": "^2.5 || ^3.2", - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.10.x-dev" - } + "support": { + "source": "https://github.com/phpspec/php-diff/tree/v1.1.3" }, - "autoload": { - "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" - ], - "time": "2020-03-05T15:02:03+00:00" + "time": "2020-09-18T13:47:07+00:00" }, { "name": "phpunit/php-code-coverage", - "version": "4.0.8", + "version": "7.0.15", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d" + "reference": "819f92bba8b001d4363065928088de22f25a3a48" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d", - "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/819f92bba8b001d4363065928088de22f25a3a48", + "reference": "819f92bba8b001d4363065928088de22f25a3a48", "shasum": "" }, "require": { "ext-dom": "*", "ext-xmlwriter": "*", - "php": "^5.6 || ^7.0", - "phpunit/php-file-iterator": "^1.3", - "phpunit/php-text-template": "^1.2", - "phpunit/php-token-stream": "^1.4.2 || ^2.0", - "sebastian/code-unit-reverse-lookup": "^1.0", - "sebastian/environment": "^1.3.2 || ^2.0", - "sebastian/version": "^1.0 || ^2.0" + "php": ">=7.2", + "phpunit/php-file-iterator": "^2.0.2", + "phpunit/php-text-template": "^1.2.1", + "phpunit/php-token-stream": "^3.1.3 || ^4.0", + "sebastian/code-unit-reverse-lookup": "^1.0.1", + "sebastian/environment": "^4.2.2", + "sebastian/version": "^2.0.1", + "theseer/tokenizer": "^1.1.3" }, "require-dev": { - "ext-xdebug": "^2.1.4", - "phpunit/phpunit": "^5.7" + "phpunit/phpunit": "^8.2.2" }, "suggest": { - "ext-xdebug": "^2.5.1" + "ext-xdebug": "^2.7.2" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "7.0-dev" } }, "autoload": { @@ -5974,7 +7129,7 @@ "authors": [ { "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", + "email": "sebastian@phpunit.de", "role": "lead" } ], @@ -5985,29 +7140,42 @@ "testing", "xunit" ], - "time": "2017-04-02T07:44:40+00:00" + "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": "1.4.5", + "version": "2.0.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4" + "reference": "42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4", - "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5", + "reference": "42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": ">=7.1" + }, + "require-dev": { + "phpunit/phpunit": "^8.5" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -6022,7 +7190,7 @@ "authors": [ { "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", + "email": "sebastian@phpunit.de", "role": "lead" } ], @@ -6032,7 +7200,17 @@ "filesystem", "iterator" ], - "time": "2017-11-27T13:52:08+00:00" + "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" }, { "name": "phpunit/php-text-template", @@ -6073,32 +7251,36 @@ "keywords": [ "template" ], + "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" }, { "name": "phpunit/php-timer", - "version": "1.0.9", + "version": "2.1.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-timer.git", - "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f" + "reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", - "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/2454ae1765516d20c4ffe103d85a58a9a3bd5662", + "reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662", "shasum": "" }, "require": { - "php": "^5.3.3 || ^7.0" + "php": ">=7.1" }, "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" + "phpunit/phpunit": "^8.5" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-master": "2.1-dev" } }, "autoload": { @@ -6113,7 +7295,7 @@ "authors": [ { "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", + "email": "sebastian@phpunit.de", "role": "lead" } ], @@ -6122,33 +7304,43 @@ "keywords": [ "timer" ], - "time": "2017-02-26T11:10:40+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" + } + ], + "time": "2020-11-30T08:20:02+00:00" }, { "name": "phpunit/php-token-stream", - "version": "1.4.12", + "version": "4.0.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-token-stream.git", - "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16" + "reference": "a853a0e183b9db7eed023d7933a858fa1c8d25a3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16", - "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16", + "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/a853a0e183b9db7eed023d7933a858fa1c8d25a3", + "reference": "a853a0e183b9db7eed023d7933a858fa1c8d25a3", "shasum": "" }, "require": { "ext-tokenizer": "*", - "php": ">=5.3.3" + "php": "^7.3 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "~4.2" + "phpunit/phpunit": "^9.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "4.0-dev" } }, "autoload": { @@ -6171,56 +7363,63 @@ "keywords": [ "tokenizer" ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-token-stream/issues", + "source": "https://github.com/sebastianbergmann/php-token-stream/tree/master" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], "abandoned": true, - "time": "2017-12-04T08:55:13+00:00" + "time": "2020-08-04T08:28:15+00:00" }, { "name": "phpunit/phpunit", - "version": "5.7.27", + "version": "8.5.33", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c" + "reference": "7d1ff0e8c6b35db78ff13e3e05517d7cbf7aa32e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c", - "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/7d1ff0e8c6b35db78ff13e3e05517d7cbf7aa32e", + "reference": "7d1ff0e8c6b35db78ff13e3e05517d7cbf7aa32e", "shasum": "" }, "require": { + "doctrine/instantiator": "^1.3.1", "ext-dom": "*", "ext-json": "*", "ext-libxml": "*", "ext-mbstring": "*", "ext-xml": "*", - "myclabs/deep-copy": "~1.3", - "php": "^5.6 || ^7.0", - "phpspec/prophecy": "^1.6.2", - "phpunit/php-code-coverage": "^4.0.4", - "phpunit/php-file-iterator": "~1.4", - "phpunit/php-text-template": "~1.2", - "phpunit/php-timer": "^1.0.6", - "phpunit/phpunit-mock-objects": "^3.2", - "sebastian/comparator": "^1.2.4", - "sebastian/diff": "^1.4.3", - "sebastian/environment": "^1.3.4 || ^2.0", - "sebastian/exporter": "~2.0", - "sebastian/global-state": "^1.1", - "sebastian/object-enumerator": "~2.0", - "sebastian/resource-operations": "~1.0", - "sebastian/version": "^1.0.6|^2.0.1", - "symfony/yaml": "~2.1|~3.0|~4.0" - }, - "conflict": { - "phpdocumentor/reflection-docblock": "3.0.2" - }, - "require-dev": { - "ext-pdo": "*" + "ext-xmlwriter": "*", + "myclabs/deep-copy": "^1.10.0", + "phar-io/manifest": "^2.0.3", + "phar-io/version": "^3.0.2", + "php": ">=7.2", + "phpunit/php-code-coverage": "^7.0.12", + "phpunit/php-file-iterator": "^2.0.4", + "phpunit/php-text-template": "^1.2.1", + "phpunit/php-timer": "^2.1.2", + "sebastian/comparator": "^3.0.5", + "sebastian/diff": "^3.0.2", + "sebastian/environment": "^4.2.3", + "sebastian/exporter": "^3.1.5", + "sebastian/global-state": "^3.0.0", + "sebastian/object-enumerator": "^3.0.3", + "sebastian/resource-operations": "^2.0.1", + "sebastian/type": "^1.1.3", + "sebastian/version": "^2.0.1" }, "suggest": { + "ext-soap": "*", "ext-xdebug": "*", - "phpunit/php-invoker": "~1.1" + "phpunit/php-invoker": "^2.0.0" }, "bin": [ "phpunit" @@ -6228,7 +7427,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "5.7.x-dev" + "dev-master": "8.5-dev" } }, "autoload": { @@ -6254,94 +7453,156 @@ "testing", "xunit" ], - "time": "2018-02-01T05:50:59+00:00" + "support": { + "issues": "https://github.com/sebastianbergmann/phpunit/issues", + "source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.33" + }, + "funding": [ + { + "url": "https://phpunit.de/sponsors.html", + "type": "custom" + }, + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit", + "type": "tidelift" + } + ], + "time": "2023-02-27T13:04:50+00:00" }, { - "name": "phpunit/phpunit-mock-objects", - "version": "3.4.4", + "name": "psr/container", + "version": "2.0.2", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", - "reference": "a23b761686d50a560cc56233b9ecf49597cc9118" + "url": "https://github.com/php-fig/container.git", + "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118", - "reference": "a23b761686d50a560cc56233b9ecf49597cc9118", + "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963", + "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963", "shasum": "" }, "require": { - "doctrine/instantiator": "^1.0.2", - "php": "^5.6 || ^7.0", - "phpunit/php-text-template": "^1.2", - "sebastian/exporter": "^1.2 || ^2.0" + "php": ">=7.4.0" }, - "conflict": { - "phpunit/phpunit": "<5.4.0" + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } }, - "require-dev": { - "phpunit/phpunit": "^5.4" + "autoload": { + "psr-4": { + "Psr\\Container\\": "src/" + } }, - "suggest": { - "ext-soap": "*" + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "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/2.0.2" + }, + "time": "2021-11-05T16:47:00+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": "3.2.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "Psr\\EventDispatcher\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", - "role": "lead" + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" } ], - "description": "Mock Object library for PHPUnit", - "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", + "description": "Standard interfaces for event handling.", "keywords": [ - "mock", - "xunit" + "events", + "psr", + "psr-14" ], - "abandoned": true, - "time": "2017-06-30T09:13:00+00:00" + "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" }, { - "name": "psr/log", - "version": "1.1.4", + "name": "psr/http-client", + "version": "1.0.2", "source": { "type": "git", - "url": "https://github.com/php-fig/log.git", - "reference": "d49695b909c3b7628b6289db5479a1c204601f11" + "url": "https://github.com/php-fig/http-client.git", + "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", - "reference": "d49695b909c3b7628b6289db5479a1c204601f11", + "url": "https://api.github.com/repos/php-fig/http-client/zipball/0955afe48220520692d2d09f7ab7e0f93ffd6a31", + "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": "^7.0 || ^8.0", + "psr/http-message": "^1.0 || ^2.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.1.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Psr\\Log\\": "Psr/Log/" + "Psr\\Http\\Client\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -6354,14 +7615,18 @@ "homepage": "https://www.php-fig.org/" } ], - "description": "Common interface for logging libraries", - "homepage": "https://github.com/php-fig/log", + "description": "Common interface for HTTP clients", + "homepage": "https://github.com/php-fig/http-client", "keywords": [ - "log", + "http", + "http-client", "psr", - "psr-3" + "psr-18" ], - "time": "2021-05-03T11:20:27+00:00" + "support": { + "source": "https://github.com/php-fig/http-client/tree/1.0.2" + }, + "time": "2023-04-10T20:12:12+00:00" }, { "name": "sebastian/code-unit-reverse-lookup", @@ -6406,34 +7671,44 @@ ], "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" + } + ], "time": "2020-11-30T08:15:22+00:00" }, { "name": "sebastian/comparator", - "version": "1.2.4", + "version": "3.0.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be" + "reference": "1dc7ceb4a24aede938c7af2a9ed1de09609ca770" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", - "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1dc7ceb4a24aede938c7af2a9ed1de09609ca770", + "reference": "1dc7ceb4a24aede938c7af2a9ed1de09609ca770", "shasum": "" }, "require": { - "php": ">=5.3.3", - "sebastian/diff": "~1.2", - "sebastian/exporter": "~1.2 || ~2.0" + "php": ">=7.1", + "sebastian/diff": "^3.0", + "sebastian/exporter": "^3.1" }, "require-dev": { - "phpunit/phpunit": "~4.4" + "phpunit/phpunit": "^8.5" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.2.x-dev" + "dev-master": "3.0-dev" } }, "autoload": { @@ -6446,6 +7721,10 @@ "BSD-3-Clause" ], "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, { "name": "Jeff Welch", "email": "whatthejeff@gmail.com" @@ -6457,45 +7736,52 @@ { "name": "Bernhard Schussek", "email": "bschussek@2bepublished.at" - }, - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" } ], "description": "Provides the functionality to compare PHP values for equality", - "homepage": "http://www.github.com/sebastianbergmann/comparator", + "homepage": "https://github.com/sebastianbergmann/comparator", "keywords": [ "comparator", "compare", "equality" ], - "time": "2017-01-29T09:50:25+00:00" + "support": { + "issues": "https://github.com/sebastianbergmann/comparator/issues", + "source": "https://github.com/sebastianbergmann/comparator/tree/3.0.5" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-09-14T12:31:48+00:00" }, { "name": "sebastian/diff", - "version": "1.4.3", + "version": "3.0.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4" + "reference": "6296a0c086dd0117c1b78b059374d7fcbe7545ae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4", - "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/6296a0c086dd0117c1b78b059374d7fcbe7545ae", + "reference": "6296a0c086dd0117c1b78b059374d7fcbe7545ae", "shasum": "" }, "require": { - "php": "^5.3.3 || ^7.0" + "php": ">=7.1" }, "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" + "phpunit/phpunit": "^7.5 || ^8.0", + "symfony/process": "^2 || ^3.3 || ^4" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "3.0-dev" } }, "autoload": { @@ -6508,46 +7794,62 @@ "BSD-3-Clause" ], "authors": [ - { - "name": "Kore Nordmann", - "email": "mail@kore-nordmann.de" - }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" + }, + { + "name": "Kore Nordmann", + "email": "mail@kore-nordmann.de" } ], "description": "Diff implementation", "homepage": "https://github.com/sebastianbergmann/diff", "keywords": [ - "diff" + "diff", + "udiff", + "unidiff", + "unified diff" ], - "time": "2017-05-22T07:24:03+00:00" + "support": { + "issues": "https://github.com/sebastianbergmann/diff/issues", + "source": "https://github.com/sebastianbergmann/diff/tree/3.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2023-05-07T05:30:20+00:00" }, { "name": "sebastian/environment", - "version": "2.0.0", + "version": "4.2.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac" + "reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac", - "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/d47bbbad83711771f167c72d4e3f25f7fcc1f8b0", + "reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0", "shasum": "" }, "require": { - "php": "^5.6 || ^7.0" + "php": ">=7.1" }, "require-dev": { - "phpunit/phpunit": "^5.0" + "phpunit/phpunit": "^7.5" + }, + "suggest": { + "ext-posix": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "4.2-dev" } }, "autoload": { @@ -6572,34 +7874,44 @@ "environment", "hhvm" ], - "time": "2016-11-26T07:53:53+00:00" + "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" + } + ], + "time": "2020-11-30T07:53:42+00:00" }, { "name": "sebastian/exporter", - "version": "2.0.0", + "version": "3.1.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4" + "reference": "73a9676f2833b9a7c36968f9d882589cd75511e6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", - "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/73a9676f2833b9a7c36968f9d882589cd75511e6", + "reference": "73a9676f2833b9a7c36968f9d882589cd75511e6", "shasum": "" }, "require": { - "php": ">=5.3.3", - "sebastian/recursion-context": "~2.0" + "php": ">=7.0", + "sebastian/recursion-context": "^3.0" }, "require-dev": { "ext-mbstring": "*", - "phpunit/phpunit": "~4.4" + "phpunit/phpunit": "^8.5" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "3.1.x-dev" } }, "autoload": { @@ -6612,6 +7924,10 @@ "BSD-3-Clause" ], "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, { "name": "Jeff Welch", "email": "whatthejeff@gmail.com" @@ -6620,17 +7936,13 @@ "name": "Volker Dusch", "email": "github@wallbash.com" }, - { - "name": "Bernhard Schussek", - "email": "bschussek@2bepublished.at" - }, - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }, { "name": "Adam Harvey", "email": "aharvey@php.net" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" } ], "description": "Provides the functionality to export PHP variables for visualization", @@ -6639,27 +7951,40 @@ "export", "exporter" ], - "time": "2016-11-19T08:54:04+00:00" + "support": { + "issues": "https://github.com/sebastianbergmann/exporter/issues", + "source": "https://github.com/sebastianbergmann/exporter/tree/3.1.5" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-09-14T06:00:17+00:00" }, { "name": "sebastian/global-state", - "version": "1.1.1", + "version": "3.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" + "reference": "de036ec91d55d2a9e0db2ba975b512cdb1c23921" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", - "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/de036ec91d55d2a9e0db2ba975b512cdb1c23921", + "reference": "de036ec91d55d2a9e0db2ba975b512cdb1c23921", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": ">=7.2", + "sebastian/object-reflector": "^1.1.1", + "sebastian/recursion-context": "^3.0" }, "require-dev": { - "phpunit/phpunit": "~4.2" + "ext-dom": "*", + "phpunit/phpunit": "^8.0" }, "suggest": { "ext-uopz": "*" @@ -6667,7 +7992,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-master": "3.0-dev" } }, "autoload": { @@ -6690,33 +8015,44 @@ "keywords": [ "global state" ], - "time": "2015-10-12T03:26:01+00:00" + "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" }, { "name": "sebastian/object-enumerator", - "version": "2.0.1", + "version": "3.0.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-enumerator.git", - "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7" + "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7", - "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7", + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2", + "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2", "shasum": "" }, "require": { - "php": ">=5.6", - "sebastian/recursion-context": "~2.0" + "php": ">=7.0", + "sebastian/object-reflector": "^1.1.1", + "sebastian/recursion-context": "^3.0" }, "require-dev": { - "phpunit/phpunit": "~5" + "phpunit/phpunit": "^6.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { @@ -6736,32 +8072,97 @@ ], "description": "Traverses array structures and object graphs to enumerate all referenced objects", "homepage": "https://github.com/sebastianbergmann/object-enumerator/", - "time": "2017-02-18T15:18:39+00:00" + "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" + } + ], + "time": "2020-11-30T07:40:27+00:00" + }, + { + "name": "sebastian/object-reflector", + "version": "1.1.2", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/object-reflector.git", + "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/9b8772b9cbd456ab45d4a598d2dd1a1bced6363d", + "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d", + "shasum": "" + }, + "require": { + "php": ">=7.0" + }, + "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" + } + ], + "time": "2020-11-30T07:37:18+00:00" }, { "name": "sebastian/recursion-context", - "version": "2.0.0", + "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/recursion-context.git", - "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a" + "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a", - "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/367dcba38d6e1977be014dc4b22f47a484dac7fb", + "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": ">=7.0" }, "require-dev": { - "phpunit/phpunit": "~4.4" + "phpunit/phpunit": "^6.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { @@ -6774,14 +8175,14 @@ "BSD-3-Clause" ], "authors": [ - { - "name": "Jeff Welch", - "email": "whatthejeff@gmail.com" - }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, { "name": "Adam Harvey", "email": "aharvey@php.net" @@ -6789,29 +8190,39 @@ ], "description": "Provides functionality to recursively process PHP variables", "homepage": "http://www.github.com/sebastianbergmann/recursion-context", - "time": "2016-11-19T07:33:16+00:00" + "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" + } + ], + "time": "2020-11-30T07:34:24+00:00" }, { "name": "sebastian/resource-operations", - "version": "1.0.0", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/resource-operations.git", - "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" + "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", - "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", + "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/31d35ca87926450c44eae7e2611d45a7a65ea8b3", + "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3", "shasum": "" }, "require": { - "php": ">=5.6.0" + "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0-dev" } }, "autoload": { @@ -6831,8 +8242,73 @@ ], "description": "Provides a list of PHP built-in functions that operate on resources", "homepage": "https://www.github.com/sebastianbergmann/resource-operations", - "abandoned": true, - "time": "2015-07-28T20:34:47+00:00" + "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" + } + ], + "time": "2020-11-30T07:30:19+00:00" + }, + { + "name": "sebastian/type", + "version": "1.1.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/type.git", + "reference": "0150cfbc4495ed2df3872fb31b26781e4e077eb4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/0150cfbc4495ed2df3872fb31b26781e4e077eb4", + "reference": "0150cfbc4495ed2df3872fb31b26781e4e077eb4", + "shasum": "" + }, + "require": { + "php": ">=7.2" + }, + "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", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "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" + } + ], + "time": "2020-11-30T07:25:11+00:00" }, { "name": "sebastian/version", @@ -6875,34 +8351,43 @@ ], "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" + }, "time": "2016-10-03T07:35:21+00:00" }, { "name": "symfony/browser-kit", - "version": "v3.4.47", + "version": "v4.2.4", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", - "reference": "9590bd3d3f9fa2f28d34b713ed4765a8cc8ad15c" + "reference": "61d85c5af2fc058014c7c89504c3944e73a086f0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/browser-kit/zipball/9590bd3d3f9fa2f28d34b713ed4765a8cc8ad15c", - "reference": "9590bd3d3f9fa2f28d34b713ed4765a8cc8ad15c", + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/61d85c5af2fc058014c7c89504c3944e73a086f0", + "reference": "61d85c5af2fc058014c7c89504c3944e73a086f0", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8", - "symfony/dom-crawler": "~2.8|~3.0|~4.0" + "php": "^7.1.3", + "symfony/dom-crawler": "~3.4|~4.0" }, "require-dev": { - "symfony/css-selector": "~2.8|~3.0|~4.0", - "symfony/process": "~2.8|~3.0|~4.0" + "symfony/css-selector": "~3.4|~4.0", + "symfony/process": "~3.4|~4.0" }, "suggest": { "symfony/process": "" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.2-dev" + } + }, "autoload": { "psr-4": { "Symfony\\Component\\BrowserKit\\": "" @@ -6927,41 +8412,53 @@ ], "description": "Symfony BrowserKit Component", "homepage": "https://symfony.com", - "time": "2020-10-24T10:57:07+00:00" + "support": { + "source": "https://github.com/symfony/browser-kit/tree/4.2" + }, + "time": "2019-02-23T15:17:42+00:00" }, { "name": "symfony/console", - "version": "v3.4.47", + "version": "v5.4.24", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "a10b1da6fc93080c180bba7219b5ff5b7518fe81" + "reference": "560fc3ed7a43e6d30ea94a07d77f9a60b8ed0fb8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/a10b1da6fc93080c180bba7219b5ff5b7518fe81", - "reference": "a10b1da6fc93080c180bba7219b5ff5b7518fe81", + "url": "https://api.github.com/repos/symfony/console/zipball/560fc3ed7a43e6d30ea94a07d77f9a60b8ed0fb8", + "reference": "560fc3ed7a43e6d30ea94a07d77f9a60b8ed0fb8", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8", - "symfony/debug": "~2.8|~3.0|~4.0", - "symfony/polyfill-mbstring": "~1.0" + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1|^3", + "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": { - "symfony/dependency-injection": "<3.4", - "symfony/process": "<3.3" + "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" }, "provide": { - "psr/log-implementation": "1.0" + "psr/log-implementation": "1.0|2.0" }, "require-dev": { - "psr/log": "~1.0", - "symfony/config": "~3.3|~4.0", - "symfony/dependency-injection": "~3.4|~4.0", - "symfony/event-dispatcher": "~2.8|~3.0|~4.0", - "symfony/lock": "~3.4|~4.0", - "symfony/process": "~3.3|~4.0" + "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": { "psr/log": "For using the console logger", @@ -6992,26 +8489,50 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Console Component", + "description": "Eases the creation of beautiful and testable command line interfaces", "homepage": "https://symfony.com", - "time": "2020-10-24T10:57:07+00:00" + "keywords": [ + "cli", + "command-line", + "console", + "terminal" + ], + "support": { + "source": "https://github.com/symfony/console/tree/v5.4.24" + }, + "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": "2023-05-26T05:13:16+00:00" }, { "name": "symfony/css-selector", - "version": "v3.4.47", + "version": "v5.4.21", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "da3d9da2ce0026771f5fe64cb332158f1bd2bc33" + "reference": "95f3c7468db1da8cc360b24fa2a26e7cefcb355d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/da3d9da2ce0026771f5fe64cb332158f1bd2bc33", - "reference": "da3d9da2ce0026771f5fe64cb332158f1bd2bc33", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/95f3c7468db1da8cc360b24fa2a26e7cefcb355d", + "reference": "95f3c7468db1da8cc360b24fa2a26e7cefcb355d", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8" + "php": ">=7.2.5", + "symfony/polyfill-php80": "^1.16" }, "type": "library", "autoload": { @@ -7040,41 +8561,57 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony CssSelector Component", + "description": "Converts CSS selectors to XPath expressions", "homepage": "https://symfony.com", - "time": "2020-10-24T10:57:07+00:00" + "support": { + "source": "https://github.com/symfony/css-selector/tree/v5.4.21" + }, + "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": "2023-02-14T08:03:56+00:00" }, { - "name": "symfony/debug", - "version": "v3.4.47", + "name": "symfony/deprecation-contracts", + "version": "v2.5.2", "source": { "type": "git", - "url": "https://github.com/symfony/debug.git", - "reference": "ab42889de57fdfcfcc0759ab102e2fd4ea72dcae" + "url": "https://github.com/symfony/deprecation-contracts.git", + "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/ab42889de57fdfcfcc0759ab102e2fd4ea72dcae", - "reference": "ab42889de57fdfcfcc0759ab102e2fd4ea72dcae", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66", + "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8", - "psr/log": "~1.0" - }, - "conflict": { - "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" - }, - "require-dev": { - "symfony/http-kernel": "~2.8|~3.0|~4.0" + "php": ">=7.1" }, "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\Debug\\": "" + "extra": { + "branch-alias": { + "dev-main": "2.5-dev" }, - "exclude-from-classmap": [ - "/Tests/" + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "files": [ + "function.php" ] }, "notification-url": "https://packagist.org/downloads/", @@ -7083,39 +8620,61 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Debug Component", + "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", - "time": "2020-10-24T10:57:07+00:00" + "support": { + "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/dom-crawler", - "version": "v3.4.47", + "version": "v4.4.45", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", - "reference": "ef97bcfbae5b384b4ca6c8d57b617722f15241a6" + "reference": "4b8daf6c56801e6d664224261cb100b73edc78a5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/ef97bcfbae5b384b4ca6c8d57b617722f15241a6", - "reference": "ef97bcfbae5b384b4ca6c8d57b617722f15241a6", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/4b8daf6c56801e6d664224261cb100b73edc78a5", + "reference": "4b8daf6c56801e6d664224261cb100b73edc78a5", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8", + "php": ">=7.1.3", "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-mbstring": "~1.0" + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php80": "^1.16" + }, + "conflict": { + "masterminds/html5": "<2.6" }, "require-dev": { - "symfony/css-selector": "~2.8|~3.0|~4.0" + "masterminds/html5": "^2.6", + "symfony/css-selector": "^3.4|^4.0|^5.0" }, "suggest": { "symfony/css-selector": "" @@ -7143,37 +8702,63 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony DomCrawler Component", + "description": "Eases DOM navigation for HTML and XML documents", "homepage": "https://symfony.com", - "time": "2020-10-24T10:57:07+00:00" + "support": { + "source": "https://github.com/symfony/dom-crawler/tree/v4.4.45" + }, + "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-08-03T12:57:57+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v3.4.47", + "version": "v5.4.22", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "31fde73757b6bad247c54597beef974919ec6860" + "reference": "1df20e45d56da29a4b1d8259dd6e950acbf1b13f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/31fde73757b6bad247c54597beef974919ec6860", - "reference": "31fde73757b6bad247c54597beef974919ec6860", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1df20e45d56da29a4b1d8259dd6e950acbf1b13f", + "reference": "1df20e45d56da29a4b1d8259dd6e950acbf1b13f", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8" + "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": "<3.3" + "symfony/dependency-injection": "<4.4" + }, + "provide": { + "psr/event-dispatcher-implementation": "1.0", + "symfony/event-dispatcher-implementation": "2.0" }, "require-dev": { - "psr/log": "~1.0", - "symfony/config": "~2.8|~3.0|~4.0", - "symfony/debug": "~3.4|~4.4", - "symfony/dependency-injection": "~3.3|~4.0", - "symfony/expression-language": "~2.8|~3.0|~4.0", - "symfony/stopwatch": "~2.8|~3.0|~4.0" + "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": "", @@ -7202,26 +8787,124 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony EventDispatcher Component", + "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.22" + }, + "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": "2023-03-17T11:31:58+00:00" + }, + { + "name": "symfony/event-dispatcher-contracts", + "version": "v2.5.2", + "source": { + "type": "git", + "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": { + "php": ">=7.2.5", + "psr/event-dispatcher": "^1" + }, + "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": { + "Symfony\\Contracts\\EventDispatcher\\": "" + } + }, + "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": "Generic abstractions related to dispatching event", "homepage": "https://symfony.com", - "time": "2020-10-24T10:57:07+00:00" + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "support": { + "source": "https://github.com/symfony/event-dispatcher-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/finder", - "version": "v3.4.47", + "version": "v5.4.21", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "b6b6ad3db3edb1b4b1c1896b1975fb684994de6e" + "reference": "078e9a5e1871fcfe6a5ce421b539344c21afef19" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/b6b6ad3db3edb1b4b1c1896b1975fb684994de6e", - "reference": "b6b6ad3db3edb1b4b1c1896b1975fb684994de6e", + "url": "https://api.github.com/repos/symfony/finder/zipball/078e9a5e1871fcfe6a5ce421b539344c21afef19", + "reference": "078e9a5e1871fcfe6a5ce421b539344c21afef19", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8" + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/polyfill-php80": "^1.16" }, "type": "library", "autoload": { @@ -7246,26 +8929,46 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Finder Component", + "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", - "time": "2020-11-16T17:02:08+00:00" + "support": { + "source": "https://github.com/symfony/finder/tree/v5.4.21" + }, + "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": "2023-02-16T09:33:00+00:00" }, { "name": "symfony/polyfill-ctype", - "version": "v1.19.0", + "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "aed596913b70fae57be53d86faa2e9ef85a2297b" + "reference": "5bbc823adecdae860bb64756d639ecfec17b050a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/aed596913b70fae57be53d86faa2e9ef85a2297b", - "reference": "aed596913b70fae57be53d86faa2e9ef85a2297b", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a", + "reference": "5bbc823adecdae860bb64756d639ecfec17b050a", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": ">=7.1" + }, + "provide": { + "ext-ctype": "*" }, "suggest": { "ext-ctype": "For best performance" @@ -7273,7 +8976,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.19-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -7281,12 +8984,91 @@ } }, "autoload": { + "files": [ + "bootstrap.php" + ], "psr-4": { "Symfony\\Polyfill\\Ctype\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Gert de Pagter", + "email": "BackEndTea@gmail.com" + }, + { + "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.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" + } + ], + "time": "2022-11-03T14:55:06+00:00" + }, + { + "name": "symfony/polyfill-intl-grapheme", + "version": "v1.27.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-intl-grapheme.git", + "reference": "511a08c03c1960e08a883f4cffcacd219b758354" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354", + "reference": "511a08c03c1960e08a883f4cffcacd219b758354", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "suggest": { + "ext-intl": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.27-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": [ @@ -7294,51 +9076,64 @@ ], "authors": [ { - "name": "Gert de Pagter", - "email": "BackEndTea@gmail.com" + "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.27.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" }, { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" } ], - "description": "Symfony polyfill for ctype functions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "ctype", - "polyfill", - "portable" - ], - "time": "2020-10-23T09:01:57+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { - "name": "symfony/polyfill-intl-idn", - "version": "v1.19.0", + "name": "symfony/polyfill-php73", + "version": "v1.27.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "4ad5115c0f5d5172a9fe8147675ec6de266d8826" + "url": "https://github.com/symfony/polyfill-php73.git", + "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/4ad5115c0f5d5172a9fe8147675ec6de266d8826", - "reference": "4ad5115c0f5d5172a9fe8147675ec6de266d8826", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/9e8ecb5f92152187c4799efd3c96b78ccab18ff9", + "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9", "shasum": "" }, "require": { - "php": ">=5.3.3", - "symfony/polyfill-intl-normalizer": "^1.10", - "symfony/polyfill-php70": "^1.10", - "symfony/polyfill-php72": "^1.10" - }, - "suggest": { - "ext-intl": "For best performance" + "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "1.19-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -7346,11 +9141,14 @@ } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Intl\\Idn\\": "" - }, "files": [ "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php73\\": "" + }, + "classmap": [ + "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", @@ -7359,54 +9157,62 @@ ], "authors": [ { - "name": "Laurent Bassin", - "email": "laurent@bassin.info" - }, - { - "name": "Trevor Rowbotham", - "email": "trevor.rowbotham@pm.me" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", + "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", - "idn", - "intl", "polyfill", "portable", "shim" ], - "time": "2020-10-21T09:57:48+00:00" + "support": { + "source": "https://github.com/symfony/polyfill-php73/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" + } + ], + "time": "2022-11-03T14:55:06+00:00" }, { - "name": "symfony/polyfill-intl-normalizer", - "version": "v1.19.0", + "name": "symfony/polyfill-php80", + "version": "v1.27.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "8db0ae7936b42feb370840cf24de1a144fb0ef27" + "url": "https://github.com/symfony/polyfill-php80.git", + "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8db0ae7936b42feb370840cf24de1a144fb0ef27", - "reference": "8db0ae7936b42feb370840cf24de1a144fb0ef27", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", + "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", "shasum": "" }, "require": { - "php": ">=5.3.3" - }, - "suggest": { - "ext-intl": "For best performance" + "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "1.19-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -7414,12 +9220,12 @@ } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Intl\\Normalizer\\": "" - }, "files": [ "bootstrap.php" ], + "psr-4": { + "Symfony\\Polyfill\\Php80\\": "" + }, "classmap": [ "Resources/stubs" ] @@ -7429,6 +9235,10 @@ "MIT" ], "authors": [ + { + "name": "Ion Bazan", + "email": "ion.bazan@gmail.com" + }, { "name": "Nicolas Grekas", "email": "p@tchwork.com" @@ -7438,55 +9248,58 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony polyfill for intl's Normalizer class and related functions", + "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", - "intl", - "normalizer", "polyfill", "portable", "shim" ], - "time": "2020-10-23T09:01:57+00:00" + "support": { + "source": "https://github.com/symfony/polyfill-php80/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" + } + ], + "time": "2022-11-03T14:55:06+00:00" }, { - "name": "symfony/polyfill-php70", - "version": "v1.19.0", + "name": "symfony/process", + "version": "v5.4.24", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-php70.git", - "reference": "3fe414077251a81a1b15b1c709faf5c2fbae3d4e" + "url": "https://github.com/symfony/process.git", + "reference": "e3c46cc5689c8782944274bb30702106ecbe3b64" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/3fe414077251a81a1b15b1c709faf5c2fbae3d4e", - "reference": "3fe414077251a81a1b15b1c709faf5c2fbae3d4e", + "url": "https://api.github.com/repos/symfony/process/zipball/e3c46cc5689c8782944274bb30702106ecbe3b64", + "reference": "e3c46cc5689c8782944274bb30702106ecbe3b64", "shasum": "" }, "require": { - "paragonie/random_compat": "~1.0|~2.0|~9.99", - "php": ">=5.3.3" + "php": ">=7.2.5", + "symfony/polyfill-php80": "^1.16" }, "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.19-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, "autoload": { "psr-4": { - "Symfony\\Polyfill\\Php70\\": "" + "Symfony\\Component\\Process\\": "" }, - "files": [ - "bootstrap.php" - ], - "classmap": [ - "Resources/stubs" + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -7495,58 +9308,66 @@ ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", + "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" + "support": { + "source": "https://github.com/symfony/process/tree/v5.4.24" + }, + "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" + "time": "2023-05-17T11:26:05+00:00" }, { - "name": "symfony/polyfill-php72", - "version": "v1.19.0", + "name": "symfony/service-contracts", + "version": "v1.1.2", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "beecef6b463b06954638f02378f52496cb84bacc" + "url": "https://github.com/symfony/service-contracts.git", + "reference": "191afdcb5804db960d26d8566b7e9a2843cab3a0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/beecef6b463b06954638f02378f52496cb84bacc", - "reference": "beecef6b463b06954638f02378f52496cb84bacc", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/191afdcb5804db960d26d8566b7e9a2843cab3a0", + "reference": "191afdcb5804db960d26d8566b7e9a2843cab3a0", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": "^7.1.3" + }, + "suggest": { + "psr/container": "", + "symfony/service-implementation": "" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "1.19-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "dev-master": "1.1-dev" } }, "autoload": { "psr-4": { - "Symfony\\Polyfill\\Php72\\": "" - }, - "files": [ - "bootstrap.php" - ] + "Symfony\\Contracts\\Service\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -7562,37 +9383,59 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", + "description": "Generic abstractions related to writing services", "homepage": "https://symfony.com", "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" ], - "time": "2020-10-23T09:01:57+00:00" + "support": { + "source": "https://github.com/symfony/service-contracts/tree/v1.1.2" + }, + "time": "2019-05-28T07:50:59+00:00" }, { - "name": "symfony/process", - "version": "v3.4.47", + "name": "symfony/string", + "version": "v5.4.22", "source": { "type": "git", - "url": "https://github.com/symfony/process.git", - "reference": "b8648cf1d5af12a44a51d07ef9bf980921f15fca" + "url": "https://github.com/symfony/string.git", + "reference": "8036a4c76c0dd29e60b6a7cafcacc50cf088ea62" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/b8648cf1d5af12a44a51d07ef9bf980921f15fca", - "reference": "b8648cf1d5af12a44a51d07ef9bf980921f15fca", + "url": "https://api.github.com/repos/symfony/string/zipball/8036a4c76c0dd29e60b6a7cafcacc50cf088ea62", + "reference": "8036a4c76c0dd29e60b6a7cafcacc50cf088ea62", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8" + "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\\Process\\": "" + "Symfony\\Component\\String\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -7604,45 +9447,74 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Process Component", + "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", - "time": "2020-10-24T10:57:07+00:00" + "keywords": [ + "grapheme", + "i18n", + "string", + "unicode", + "utf-8", + "utf8" + ], + "support": { + "source": "https://github.com/symfony/string/tree/v5.4.22" + }, + "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": "2023-03-14T06:11:53+00:00" }, { "name": "symfony/yaml", - "version": "v3.4.47", + "version": "v5.4.23", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "88289caa3c166321883f67fe5130188ebbb47094" + "reference": "4cd2e3ea301aadd76a4172756296fe552fb45b0b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/88289caa3c166321883f67fe5130188ebbb47094", - "reference": "88289caa3c166321883f67fe5130188ebbb47094", + "url": "https://api.github.com/repos/symfony/yaml/zipball/4cd2e3ea301aadd76a4172756296fe552fb45b0b", + "reference": "4cd2e3ea301aadd76a4172756296fe552fb45b0b", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8", - "symfony/polyfill-ctype": "~1.8" + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/polyfill-ctype": "^1.8" }, "conflict": { - "symfony/console": "<3.4" + "symfony/console": "<5.3" }, "require-dev": { - "symfony/console": "~3.4|~4.0" + "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": { @@ -7666,63 +9538,76 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Yaml Component", + "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", - "time": "2020-10-24T10:57:07+00:00" + "support": { + "source": "https://github.com/symfony/yaml/tree/v5.4.23" + }, + "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": "2023-04-23T19:33:36+00:00" }, { - "name": "wdmg/yii2-bookmarks", - "version": "0.0.10", + "name": "theseer/tokenizer", + "version": "1.2.1", "source": { "type": "git", - "url": "https://github.com/wdmg/yii2-bookmarks.git", - "reference": "c43de381d184d6a87bb242fc270a9758ec1d3016" + "url": "https://github.com/theseer/tokenizer.git", + "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wdmg/yii2-bookmarks/zipball/c43de381d184d6a87bb242fc270a9758ec1d3016", - "reference": "c43de381d184d6a87bb242fc270a9758ec1d3016", + "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e", + "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e", "shasum": "" }, "require": { - "wdmg/yii2-base": "^1.1.6", - "yiisoft/yii2": "^2.0.33" - }, - "type": "yii2-extension", - "extra": { - "options": { - "routePrefix": "admin" - } + "ext-dom": "*", + "ext-tokenizer": "*", + "ext-xmlwriter": "*", + "php": "^7.2 || ^8.0" }, + "type": "library", "autoload": { - "psr-4": { - "wdmg\\bookmarks\\": "" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Alexsander Vyshnyvetskyy", - "email": "alex.vyshnyvetskyy@gmail.com" - }, - { - "name": "W.D.M.Group, Ukraine", - "email": "wdmg.com.ua@gmail.com" + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" } ], - "description": "Bookmarks storage module", - "homepage": "https://github.com/wdmg/yii2-bookmarks", - "keywords": [ - "bookmark", - "bookmarks", - "wdmg", - "yii2", - "yii2-bookmarks" + "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": "2020-03-25T20:11:31+00:00" + "time": "2021-07-28T10:34:58+00:00" }, { "name": "wdmg/yii2-likes", @@ -7775,6 +9660,10 @@ "yii2", "yii2-likes" ], + "support": { + "issues": "https://github.com/wdmg/yii2-likes/issues", + "source": "https://github.com/wdmg/yii2-likes" + }, "time": "2020-04-28T15:19:39+00:00" }, { @@ -7828,6 +9717,10 @@ "yii2", "yii2-messages" ], + "support": { + "issues": "https://github.com/wdmg/yii2-messages/issues", + "source": "https://github.com/wdmg/yii2-messages" + }, "time": "2020-04-27T23:29:34+00:00" }, { @@ -7883,6 +9776,10 @@ "yii2", "yii2-reposts" ], + "support": { + "issues": "https://github.com/wdmg/yii2-reposts/issues", + "source": "https://github.com/wdmg/yii2-reposts" + }, "time": "2020-04-28T15:38:48+00:00" }, { @@ -7936,6 +9833,10 @@ "yii2", "yii2-reviews" ], + "support": { + "issues": "https://github.com/wdmg/yii2-reviews/issues", + "source": "https://github.com/wdmg/yii2-reviews" + }, "time": "2020-04-28T15:36:19+00:00" }, { @@ -7991,74 +9892,28 @@ "yii2", "yii2-votes" ], - "time": "2020-04-27T22:52:42+00:00" - }, - { - "name": "webmozart/assert", - "version": "1.9.1", - "source": { - "type": "git", - "url": "https://github.com/webmozarts/assert.git", - "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/webmozarts/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389", - "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389", - "shasum": "" - }, - "require": { - "php": "^5.3.3 || ^7.0 || ^8.0", - "symfony/polyfill-ctype": "^1.8" - }, - "conflict": { - "phpstan/phpstan": "<0.12.20", - "vimeo/psalm": "<3.9.1" - }, - "require-dev": { - "phpunit/phpunit": "^4.8.36 || ^7.5.13" - }, - "type": "library", - "autoload": { - "psr-4": { - "Webmozart\\Assert\\": "src/" - } + "support": { + "issues": "https://github.com/wdmg/yii2-votes/issues", + "source": "https://github.com/wdmg/yii2-votes" }, - "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" - ], - "time": "2020-07-08T17:02:28+00:00" + "time": "2020-04-27T22:52:42+00:00" }, { "name": "yiisoft/yii2-debug", - "version": "2.1.17", + "version": "2.1.23", "source": { "type": "git", "url": "https://github.com/yiisoft/yii2-debug.git", - "reference": "21a259c27dacedf19ac1e00d4a7180e3043d7859" + "reference": "73af53bd1b99d40f983ba57386ac6c374d9ef177" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/yiisoft/yii2-debug/zipball/21a259c27dacedf19ac1e00d4a7180e3043d7859", - "reference": "21a259c27dacedf19ac1e00d4a7180e3043d7859", + "url": "https://api.github.com/repos/yiisoft/yii2-debug/zipball/73af53bd1b99d40f983ba57386ac6c374d9ef177", + "reference": "73af53bd1b99d40f983ba57386ac6c374d9ef177", "shasum": "" }, "require": { "ext-mbstring": "*", - "opis/closure": "^3.3", "php": ">=5.4", "yiisoft/yii2": "~2.0.13" }, @@ -8080,7 +9935,8 @@ }, "phpunit/phpunit": { "Fix PHP 7 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_php7.patch", - "Fix PHP 8 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_php8.patch" + "Fix PHP 8 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_php8.patch", + "Fix PHP 8.1 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_php81.patch" } } }, @@ -8109,7 +9965,28 @@ "debugger", "yii2" ], - "time": "2021-05-05T22:02:36+00:00" + "support": { + "forum": "http://www.yiiframework.com/forum/", + "irc": "irc://irc.freenode.net/yii", + "issues": "https://github.com/yiisoft/yii2-debug/issues", + "source": "https://github.com/yiisoft/yii2-debug", + "wiki": "http://www.yiiframework.com/wiki/" + }, + "funding": [ + { + "url": "https://github.com/yiisoft", + "type": "github" + }, + { + "url": "https://opencollective.com/yiisoft", + "type": "open_collective" + }, + { + "url": "https://tidelift.com/funding/github/packagist/yiisoft/yii2-debug", + "type": "tidelift" + } + ], + "time": "2023-05-22T19:44:57+00:00" }, { "name": "yiisoft/yii2-faker", @@ -8170,6 +10047,27 @@ "faker", "yii2" ], + "support": { + "forum": "http://www.yiiframework.com/forum/", + "irc": "irc://irc.freenode.net/yii", + "issues": "https://github.com/yiisoft/yii2-faker/issues", + "source": "https://github.com/yiisoft/yii2-faker", + "wiki": "http://www.yiiframework.com/wiki/" + }, + "funding": [ + { + "url": "https://github.com/yiisoft", + "type": "github" + }, + { + "url": "https://opencollective.com/yiisoft", + "type": "open_collective" + }, + { + "url": "https://tidelift.com/funding/github/packagist/yiisoft/yii2-faker", + "type": "tidelift" + } + ], "time": "2020-11-10T12:27:35+00:00" }, { @@ -8221,6 +10119,13 @@ "gii", "yii2" ], + "support": { + "forum": "http://www.yiiframework.com/forum/", + "irc": "irc://irc.freenode.net/yii", + "issues": "https://github.com/yiisoft/yii2-gii/issues", + "source": "https://github.com/yiisoft/yii2-gii", + "wiki": "http://www.yiiframework.com/wiki/" + }, "time": "2020-01-17T13:33:30+00:00" } ], @@ -8232,5 +10137,6 @@ "platform": { "php": ">=5.6.0" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.3.0" } diff --git a/environments/dev/config/console.php b/environments/dev/config/console.php index c40f4b2..094fc99 100755 --- a/environments/dev/config/console.php +++ b/environments/dev/config/console.php @@ -12,7 +12,7 @@ $config = [ 'id' => 'butterfly-cms-console', - 'version' => '1.1.3', + 'version' => '1.3.0', 'basePath' => dirname(__DIR__), 'bootstrap' => ['log'], 'controllerNamespace' => 'app\commands', diff --git a/environments/dev/config/test.php b/environments/dev/config/test.php index 319a2cb..d9f269d 100755 --- a/environments/dev/config/test.php +++ b/environments/dev/config/test.php @@ -7,7 +7,7 @@ */ $config = [ 'id' => 'butterfly-cms-tests', - 'version' => '1.1.2', + 'version' => '1.3.0', 'basePath' => dirname(__DIR__), 'aliases' => [ '@bower' => '@vendor/bower-asset', diff --git a/environments/dev/config/web.php b/environments/dev/config/web.php index fb29211..93dbc75 100755 --- a/environments/dev/config/web.php +++ b/environments/dev/config/web.php @@ -5,7 +5,7 @@ $config = [ 'id' => 'butterfly-cms', - 'version' => '1.1.2', + 'version' => '1.3.0', 'basePath' => dirname(__DIR__), 'bootstrap' => ['log'], 'aliases' => [ diff --git a/environments/prod/config/console.php b/environments/prod/config/console.php index 1ae4fcb..4cdf7a9 100755 --- a/environments/prod/config/console.php +++ b/environments/prod/config/console.php @@ -5,7 +5,7 @@ $config = [ 'id' => 'butterfly-cms-console', - 'version' => '1.1.3', + 'version' => '1.3.0', 'basePath' => dirname(__DIR__), 'bootstrap' => ['log'], 'controllerNamespace' => 'app\commands', diff --git a/environments/prod/config/web.php b/environments/prod/config/web.php index fb29211..93dbc75 100755 --- a/environments/prod/config/web.php +++ b/environments/prod/config/web.php @@ -5,7 +5,7 @@ $config = [ 'id' => 'butterfly-cms', - 'version' => '1.1.2', + 'version' => '1.3.0', 'basePath' => dirname(__DIR__), 'bootstrap' => ['log'], 'aliases' => [ diff --git a/init b/init index fd62420..4a7bade 100755 --- a/init +++ b/init @@ -5,7 +5,7 @@ * Butterfly.CMS Initialization Tool * * In order to run in non-interactive mode: - * php init --env=development --overwrite=y --dbhost=localhost --dbtype=mysql --dbcharset=utf8 --dbname=example --tbprefix=btf_ --dbuser=root --dbpassword=root --create_db=y --migrations=y + * php init --env=development --overwrite=y --dbhost=localhost --dbtype=mysql --dbcharset=utf8mb3 --dbname=example --tbprefix=btf_ --dbuser=root --dbpassword=root --create_db=y --migrations=y * * @version 1.0.5 * @author Alexsander Vyshnyvetskyy @@ -48,7 +48,7 @@ $welcome = 'โ•‘ Butterfly.CMS โ•‘'. "\n" . 'โ•‘ Initialization Tool, v.'.$version.' โ•‘'. "\n" . 'โ•‘ by Alexsander Vyshnyvetskyy โ•‘'. "\n" . - 'โ•‘ (c) 2019-2021 W.D.M.Group, Ukraine โ•‘'. "\n" . + 'โ•‘ (c) 2019-2023 W.D.M.Group, Ukraine โ•‘'. "\n" . 'โ•‘ โ•‘'. "\n" . 'โ•šโ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•'. "\n\n"; @@ -98,12 +98,12 @@ if (empty($params['dbhost'])) { $choice = trim(fgets(STDIN)); if (!strncasecmp($choice, 'y', 1)) { - echo " Database host [localhost]: "; + echo " Database host [127.0.0.1]: "; $choice = trim(fgets(STDIN)); if (!empty($choice)) $db['host'] = $choice; else - $db['host'] = 'localhost'; + $db['host'] = '127.0.0.1'; echo " Database name [example]: "; $choice = trim(fgets(STDIN)); @@ -112,26 +112,26 @@ if (empty($params['dbhost'])) { else $db['dbname'] = 'example'; - echo " Database table`s prefix: "; + echo " Database table`s prefix [btf_]: "; $choice = trim(fgets(STDIN)); if (!empty($choice)) $db['tbprefix'] = $choice; else - $db['tbprefix'] = ''; + $db['tbprefix'] = 'btf_'; - echo " Database type ['mysql']: "; + echo " Database type [mysql]: "; $choice = trim(fgets(STDIN)); if (!empty($choice)) $db['type'] = $choice; else $db['type'] = 'mysql'; - echo " Database charset ['utf8']: "; + echo " Database charset [utf8mb3]: "; $choice = trim(fgets(STDIN)); if (!empty($choice)) $db['charset'] = $choice; else - $db['charset'] = 'utf8'; + $db['charset'] = 'utf8mb3'; echo " Database username [root]: "; $choice = trim(fgets(STDIN)); @@ -140,12 +140,12 @@ if (empty($params['dbhost'])) { else $db['username'] = 'root'; - echo " Database password (default empty): "; + echo " Database password [root]: "; $choice = trim(fgets(STDIN)); if (!empty($choice)) $db['password'] = $choice; else - $db['password'] = ''; + $db['password'] = 'root'; } } else { @@ -170,33 +170,49 @@ if (empty($params['dbhost'])) { $db['password'] = $params['dbpassword']; } -$create_db = false; +$create_db = true; if (!empty($db['host']) && !empty($db['dbname']) && !empty($db['type']) && !empty($db['username']) && !empty($db['password'])) { - if (empty($params['create_db'])) { - echo "\033[1;33m" . "\nTest connection and creating DB? [yes|no]: " . "\033[0m"; + if (empty($params['create_db'])) { + echo "\033[1;33m" . "\nNeed to creating DB? [_yes_|no]: " . "\033[0m"; + $choice = trim(fgets(STDIN)); + if (!strncasecmp($choice, 'n', 1)) { + $create_db = false; + } + } else { + $choice = !empty($params['create_db']) ? $params['create_db'] : trim(fgets(STDIN)); + if (!strncasecmp($choice, 'n', 1)) { + $create_db = false; + } + } +} + +$test_conn = true; +if (!empty($db['host']) && !empty($db['dbname']) && !empty($db['type']) && !empty($db['username']) && !empty($db['password'])) { + if (empty($params['test_conn'])) { + echo "\033[1;33m" . "\nTest connection to DB? [_yes_|no]: " . "\033[0m"; $choice = trim(fgets(STDIN)); - if (!strncasecmp($choice, 'y', 1)) { - $create_db = true; + if (!strncasecmp($choice, 'n', 1)) { + $test_conn = false; } } else { - $choice = !empty($params['create_db']) ? $params['create_db'] : trim(fgets(STDIN)); - if (!strncasecmp($choice, 'y', 1)) { - $create_db = true; + $choice = !empty($params['test_conn']) ? $params['test_conn'] : trim(fgets(STDIN)); + if (!strncasecmp($choice, 'n', 1)) { + $test_conn = false; } } } -$migrations = false; +$migrations = true; if (empty($params['migrations'])) { - echo "\033[1;33m" . "\nApply modules migrations after initialization? [yes|no]: " . "\033[0m"; + echo "\033[1;33m" . "\nApply modules migrations after initialization? [_yes_|no]: " . "\033[0m"; $choice = trim(fgets(STDIN)); - if (!strncasecmp($choice, 'y', 1)) { - $migrations = true; + if (!strncasecmp($choice, 'n', 1)) { + $migrations = false; } } else { $choice = !empty($params['migrations']) ? $params['migrations'] : trim(fgets(STDIN)); - if (!strncasecmp($choice, 'y', 1)) { - $migrations = true; + if (!strncasecmp($choice, 'n', 1)) { + $migrations = false; } } @@ -229,7 +245,7 @@ foreach ($callbacks as $callback) { echo "\033[0;32m" . "\n... initialization completed.\n\n" . "\033[0m"; -if ($create_db) { +if ($create_db && $test_conn) { // Create connection $connection = new mysqli($db['host'], $db['username'], $db['password']); @@ -255,6 +271,20 @@ if ($create_db) { $connection->close(); } +if ($test_conn) { + + // Create connection + $connection = new mysqli($db['host'], $db['username'], $db['password']); + + // Check connection + if ($connection->connect_error) { + echo "\033[0;31m" . "Connection to host `" . $db['host'] . "` failed: " . $connection->connect_error . "\n\n" . "\033[0m"; + } else { + echo "\033[0;32m" . "Connection to host `" . $db['host'] . "` successfully!\n\n" . "\033[0m"; + } + $connection->close(); +} + if ($migrations) { echo "\033[0;32m" . "Start apply migrations...\n" . "\033[0m"; @@ -263,15 +293,15 @@ if ($migrations) { @system('php yii admin/init --choice=1 --interactive=0'); echo " - executing: yii admin/options/init --choice=3\n"; - @system('php yii admin/options/init --choice=3'); + @system('php yii admin/options/init --choice=3 --interactive=0'); echo " - executing: yii admin/users/init --choice=3\n"; - @system('php yii admin/users/init --choice=3'); + @system('php yii admin/users/init --choice=3 --interactive=0'); echo " - executing: yii admin/rbac/init --choice=2\n"; - @system('php yii admin/rbac/init --choice=2'); + @system('php yii admin/rbac/init --choice=2 --interactive=0'); - echo "\033[0;32m" . "\n... migrations completed.\n\n" . "\033[0m"; + echo "\033[0;32m" . "\n... Installation complete.\n\n" . "\033[0m"; } function getFileList($rootPath, $basePath = '')