From 0bc79fd917d504079763fd52a25084c5752e06d6 Mon Sep 17 00:00:00 2001 From: ThorstenSuckow Date: Wed, 11 May 2022 23:45:10 +0200 Subject: [PATCH] build: update horde package repository to comply with composer 2 updated to https://horde-satis.maintaina.com, see README.md --- README.md | 18 +- composer.json | 17 +- composer.lock | 3305 ++++++++++++++++++++++++++++--------------------- 3 files changed, 1914 insertions(+), 1426 deletions(-) diff --git a/README.md b/README.md index 46032d46..06d9fbff 100644 --- a/README.md +++ b/README.md @@ -10,15 +10,13 @@ $ composer i ## Troubleshooting ### Composer 2.0 - Pear/Horde vows -If you experience any troubles running `composer`, please revert to **Composer 1.***. You can safely -go back to **Composer 2** afterwards. +As of **v1.0.1**, _php-lib-conjoon_ no longer requires _Composer 1.*_ for installation. +For _Composer 2.*_-compatibility, _php-lib-conjoon_ relies on the following private composer +package repository: - - remove `requires` and `repositories` from the _composer.json_, then run -```shell -composer self-update --1 ``` - - add the previously removed `requires` and `repositories` back to _composer.json_, then run -```shell -composer update -composer self-update --rollback -``` \ No newline at end of file +https://horde-satis.maintaina.com +``` + +This repository is also mentioned in the _composer.json_-file of +[horde\/horde_deployment](https://github.com/horde/horde-deployment/blob/master/composer.json). diff --git a/composer.json b/composer.json index 25f8c185..fcd82022 100644 --- a/composer.json +++ b/composer.json @@ -3,17 +3,14 @@ "description": "PHP email library", "type": "library", "repositories": [ - { - "type": "pear", - "url": "https://pear.horde.org" - } + {"url": "https://horde-satis.maintaina.com", "type": "composer"} ], "require": { "php": ">=7.4", "ezyang/htmlpurifier": "^4.11", "laravel/lumen-framework": "5.8.*", - "pear-pear.horde.org/horde_imap_client": "2.30.*", - "pear-pear.horde.org/horde_smtp": "1.9.*" + "horde/imap_client": "dev-FRAMEWORK_6_0", + "horde/smtp": "dev-FRAMEWORK_6_0" }, "require-dev": { "fakerphp/faker": "^1.9.1", @@ -38,5 +35,11 @@ "name": "Thorsten Suckow-Homberg", "email": "thorsten@suckow-homberg.de" } - ] + ], + "minimum-stability": "dev", + "config": { + "allow-plugins": { + "horde/horde-installer-plugin": false + } + } } diff --git a/composer.lock b/composer.lock index c26f817c..7de1a1a8 100644 --- a/composer.lock +++ b/composer.lock @@ -4,11 +4,11 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "311fcfb5e7d44b4e3df7643e104b918e", + "content-hash": "0677d35912dcf342bc573d5543b3d8a9", "packages": [ { "name": "doctrine/inflector", - "version": "1.4.4", + "version": "1.4.x-dev", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", @@ -84,7 +84,7 @@ ], "support": { "issues": "https://github.com/doctrine/inflector/issues", - "source": "https://github.com/doctrine/inflector/tree/1.4.4" + "source": "https://github.com/doctrine/inflector/tree/1.4.x" }, "funding": [ { @@ -104,16 +104,16 @@ }, { "name": "doctrine/lexer", - "version": "1.2.3", + "version": "1.3.x-dev", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", - "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229" + "reference": "ff0bfc39c3cce1cc0aa69471235194c6f104384d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/lexer/zipball/c268e882d4dbdd85e36e4ad69e02dc284f89d229", - "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/ff0bfc39c3cce1cc0aa69471235194c6f104384d", + "reference": "ff0bfc39c3cce1cc0aa69471235194c6f104384d", "shasum": "" }, "require": { @@ -160,7 +160,7 @@ ], "support": { "issues": "https://github.com/doctrine/lexer/issues", - "source": "https://github.com/doctrine/lexer/tree/1.2.3" + "source": "https://github.com/doctrine/lexer/tree/1.3.x" }, "funding": [ { @@ -176,11 +176,11 @@ "type": "tidelift" } ], - "time": "2022-02-28T11:07:21+00:00" + "time": "2022-02-28T11:12:09+00:00" }, { "name": "dragonmantank/cron-expression", - "version": "v2.3.1", + "version": "v2.3.1.x-dev", "source": { "type": "git", "url": "https://github.com/dragonmantank/cron-expression.git", @@ -244,7 +244,7 @@ }, { "name": "egulias/email-validator", - "version": "2.1.25", + "version": "dev-master", "source": { "type": "git", "url": "https://github.com/egulias/EmailValidator.git", @@ -269,6 +269,7 @@ "suggest": { "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" }, + "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -362,918 +363,992 @@ "time": "2021-12-25T01:21:49+00:00" }, { - "name": "illuminate/auth", - "version": "v5.8.36", + "name": "horde/crypt_blowfish", + "version": "v2.0.0alpha2", "source": { "type": "git", - "url": "https://github.com/illuminate/auth.git", - "reference": "59d63d9dfda2836e8a75b4f1c6df8e2be3fb3909" + "url": "https://github.com/maintaina-com/Crypt_Blowfish.git", + "reference": "501a2af5520e4aa64dc7b4a1563aa5193a3c33df" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/auth/zipball/59d63d9dfda2836e8a75b4f1c6df8e2be3fb3909", - "reference": "59d63d9dfda2836e8a75b4f1c6df8e2be3fb3909", + "url": "https://api.github.com/repos/maintaina-com/Crypt_Blowfish/zipball/501a2af5520e4aa64dc7b4a1563aa5193a3c33df", + "reference": "501a2af5520e4aa64dc7b4a1563aa5193a3c33df", "shasum": "" }, "require": { - "illuminate/contracts": "5.8.*", - "illuminate/http": "5.8.*", - "illuminate/queue": "5.8.*", - "illuminate/support": "5.8.*", - "php": "^7.1.3" + "horde/exception": "^3", + "horde/support": "^3", + "php": "^7" }, "suggest": { - "illuminate/console": "Required to use the auth:clear-resets command (5.8.*).", - "illuminate/queue": "Required to fire login / logout events (5.8.*).", - "illuminate/session": "Required to use the session based guard (5.8.*)." + "ext-mcrypt": "*", + "ext-openssl": "*", + "horde/test": "^3" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.8-dev" - } - }, "autoload": { - "psr-4": { - "Illuminate\\Auth\\": "" + "psr-0": { + "Horde_Crypt_Blowfish": "lib/" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "LGPL-2.1" ], "authors": [ { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" + "name": "Michael Slusarz", + "email": "slusarz@horde.org", + "role": "lead" } ], - "description": "The Illuminate Auth package.", - "homepage": "https://laravel.com", + "description": "Blowfish encryption library", + "homepage": "https://www.horde.org/libraries/Horde_Crypt_Blowfish", "support": { - "issues": "https://github.com/laravel/framework/issues", - "source": "https://github.com/laravel/framework" + "source": "https://github.com/maintaina-com/Crypt_Blowfish/tree/v2.0.0alpha2" }, - "time": "2019-08-15T12:01:20+00:00" + "time": "2021-03-13T00:00:00+00:00" }, { - "name": "illuminate/broadcasting", - "version": "v5.8.36", + "name": "horde/exception", + "version": "v3.0.0alpha4", "source": { "type": "git", - "url": "https://github.com/illuminate/broadcasting.git", - "reference": "b1217ccf631e86ed17d59cdd43562555996e9a48" + "url": "https://github.com/maintaina-com/Exception.git", + "reference": "301c19ea90adcebb508969ca2e80b90a17a5a6df" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/broadcasting/zipball/b1217ccf631e86ed17d59cdd43562555996e9a48", - "reference": "b1217ccf631e86ed17d59cdd43562555996e9a48", + "url": "https://api.github.com/repos/maintaina-com/Exception/zipball/301c19ea90adcebb508969ca2e80b90a17a5a6df", + "reference": "301c19ea90adcebb508969ca2e80b90a17a5a6df", "shasum": "" }, "require": { - "ext-json": "*", - "illuminate/bus": "5.8.*", - "illuminate/contracts": "5.8.*", - "illuminate/queue": "5.8.*", - "illuminate/support": "5.8.*", - "php": "^7.1.3", - "psr/log": "^1.0" + "horde/translation": "^3 || dev-FRAMEWORK_6_0", + "php": "^7 || ^8" }, "suggest": { - "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^3.0)." + "horde/test": "^3 || dev-FRAMEWORK_6_0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.8-dev" + "autoload": { + "psr-0": { + "Horde_Exception": "lib/" + }, + "psr-4": { + "Horde\\Exception\\": "src/" } }, - "autoload": { + "autoload-dev": { "psr-4": { - "Illuminate\\Broadcasting\\": "" + "Horde\\Exception\\Test\\": "test/" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "LGPL-2.1" ], "authors": [ { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" + "name": "Jan Schneider", + "email": "jan@horde.org", + "role": "lead" + }, + { + "name": "Chuck Hagenbuch", + "email": "chuck@horde.org", + "role": "lead" + }, + { + "name": "Michael Slusarz", + "email": "slusarz@horde.org", + "role": "developer" } ], - "description": "The Illuminate Broadcasting package.", - "homepage": "https://laravel.com", + "description": "Exception handler library", + "homepage": "https://www.horde.org/libraries/Horde_Exception", "support": { - "issues": "https://github.com/laravel/framework/issues", - "source": "https://github.com/laravel/framework" + "source": "https://github.com/maintaina-com/Exception/tree/v3.0.0alpha4" }, - "time": "2019-06-04T14:33:55+00:00" + "time": "2021-08-05T00:00:00+00:00" }, { - "name": "illuminate/bus", - "version": "v5.8.36", + "name": "horde/horde-installer-plugin", + "version": "v2.3.0", "source": { "type": "git", - "url": "https://github.com/illuminate/bus.git", - "reference": "6a15b03cdc6739c3f2898d67dc4fe21357d60e07" + "url": "https://github.com/maintaina-com/horde-installer-plugin.git", + "reference": "a55619bdf2245ed4b3f00e7a692ff891629bc531" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/bus/zipball/6a15b03cdc6739c3f2898d67dc4fe21357d60e07", - "reference": "6a15b03cdc6739c3f2898d67dc4fe21357d60e07", + "url": "https://api.github.com/repos/maintaina-com/horde-installer-plugin/zipball/a55619bdf2245ed4b3f00e7a692ff891629bc531", + "reference": "a55619bdf2245ed4b3f00e7a692ff891629bc531", "shasum": "" }, "require": { - "illuminate/contracts": "5.8.*", - "illuminate/pipeline": "5.8.*", - "illuminate/support": "5.8.*", - "php": "^7.1.3" + "composer-plugin-api": "~2.0" }, - "type": "library", + "require-dev": { + "composer/composer": "~2.0", + "horde/test": "^3" + }, + "type": "composer-plugin", "extra": { - "branch-alias": { - "dev-master": "5.8-dev" - } + "class": "Horde\\Composer\\HordeInstallerPlugin" }, "autoload": { "psr-4": { - "Illuminate\\Bus\\": "" + "Horde\\Composer\\": "src/" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], - "authors": [ - { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" - } - ], - "description": "The Illuminate Bus package.", - "homepage": "https://laravel.com", "support": { - "issues": "https://github.com/laravel/framework/issues", - "source": "https://github.com/laravel/framework" + "source": "https://github.com/maintaina-com/horde-installer-plugin/tree/v2.3.0" }, - "time": "2019-02-18T18:37:54+00:00" + "time": "2021-11-03T17:00:53+00:00" }, { - "name": "illuminate/cache", - "version": "v5.8.36", + "name": "horde/idna", + "version": "v2.0.0alpha3", "source": { "type": "git", - "url": "https://github.com/illuminate/cache.git", - "reference": "e6acac59f94c6362809b580918f7f3f6142d5796" + "url": "https://github.com/maintaina-com/Idna.git", + "reference": "10842cc8e8b80af35eb8eef3cfbdacc2a9ab22f2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/cache/zipball/e6acac59f94c6362809b580918f7f3f6142d5796", - "reference": "e6acac59f94c6362809b580918f7f3f6142d5796", + "url": "https://api.github.com/repos/maintaina-com/Idna/zipball/10842cc8e8b80af35eb8eef3cfbdacc2a9ab22f2", + "reference": "10842cc8e8b80af35eb8eef3cfbdacc2a9ab22f2", "shasum": "" }, "require": { - "illuminate/contracts": "5.8.*", - "illuminate/support": "5.8.*", - "php": "^7.1.3" + "horde/exception": "^3", + "horde/util": "^3", + "php": "^7" }, "suggest": { - "illuminate/database": "Required to use the database cache driver (5.8.*).", - "illuminate/filesystem": "Required to use the file cache driver (5.8.*).", - "illuminate/redis": "Required to use the redis cache driver (5.8.*)." + "ext-intl": "*" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.8-dev" - } - }, "autoload": { - "psr-4": { - "Illuminate\\Cache\\": "" + "psr-0": { + "Horde_Idna": "lib/" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-2-Clause" ], "authors": [ { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" + "name": "Michael Slusarz", + "email": "slusarz@horde.org", + "role": "lead" } ], - "description": "The Illuminate Cache package.", - "homepage": "https://laravel.com", + "description": "IDNA normalization library", + "homepage": "https://www.horde.org", "support": { - "issues": "https://github.com/laravel/framework/issues", - "source": "https://github.com/laravel/framework" + "source": "https://github.com/maintaina-com/Idna/tree/v2.0.0alpha3" }, - "time": "2019-08-18T13:53:57+00:00" + "time": "2021-03-13T00:00:00+00:00" }, { - "name": "illuminate/config", - "version": "v5.8.36", + "name": "horde/imap_client", + "version": "dev-FRAMEWORK_6_0", "source": { "type": "git", - "url": "https://github.com/illuminate/config.git", - "reference": "6dac1dee3fb51704767c69a07aead1bc75c12368" + "url": "https://github.com/maintaina-com/Imap_Client.git", + "reference": "dd5ab98d4f4d16ff3d8cd7fbed5d0044458db876" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/config/zipball/6dac1dee3fb51704767c69a07aead1bc75c12368", - "reference": "6dac1dee3fb51704767c69a07aead1bc75c12368", + "url": "https://api.github.com/repos/maintaina-com/Imap_Client/zipball/dd5ab98d4f4d16ff3d8cd7fbed5d0044458db876", + "reference": "dd5ab98d4f4d16ff3d8cd7fbed5d0044458db876", "shasum": "" }, "require": { - "illuminate/contracts": "5.8.*", - "illuminate/support": "5.8.*", - "php": "^7.1.3" + "ext-hash": "*", + "ext-json": "*", + "horde/exception": "^3 || dev-FRAMEWORK_6_0", + "horde/mail": "^3 || dev-FRAMEWORK_6_0", + "horde/mime": "^3 || dev-FRAMEWORK_6_0", + "horde/secret": "^3 || dev-FRAMEWORK_6_0", + "horde/socket_client": "^3 || dev-FRAMEWORK_6_0", + "horde/stream": "^2 || dev-FRAMEWORK_6_0", + "horde/stream_filter": "^3 || dev-FRAMEWORK_6_0", + "horde/translation": "^3 || dev-FRAMEWORK_6_0", + "horde/util": "^3 || dev-FRAMEWORK_6_0", + "php": "^7 || ^8" }, + "suggest": { + "ext-intl": "*", + "ext-mbstring": "*", + "horde/cache": "^3 || dev-FRAMEWORK_6_0", + "horde/compress_fast": "^2 || dev-FRAMEWORK_6_0", + "horde/crypt_blowfish": "^2 || dev-FRAMEWORK_6_0", + "horde/db": "^3 || dev-FRAMEWORK_6_0", + "horde/hashtable": "^2 || dev-FRAMEWORK_6_0", + "horde/mongo": "^2 || dev-FRAMEWORK_6_0", + "horde/pack": "^2 || dev-FRAMEWORK_6_0", + "horde/stringprep": "^2 || dev-FRAMEWORK_6_0", + "horde/support": "^3 || dev-FRAMEWORK_6_0", + "horde/test": "^3 || dev-FRAMEWORK_6_0" + }, + "default-branch": true, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.8-dev" - } - }, "autoload": { - "psr-4": { - "Illuminate\\Config\\": "" + "psr-0": { + "Horde_Imap_Client": "lib/" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "LGPL-2.1" ], "authors": [ { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" + "name": "Michael Slusarz", + "email": "slusarz@horde.org", + "role": "lead" } ], - "description": "The Illuminate Config package.", - "homepage": "https://laravel.com", + "description": "IMAP client library", + "homepage": "https://www.horde.org/libraries/Horde_Imap_Client", "support": { - "issues": "https://github.com/laravel/framework/issues", - "source": "https://github.com/laravel/framework" + "source": "https://github.com/maintaina-com/Imap_Client/tree/FRAMEWORK_6_0" }, - "time": "2019-02-14T12:51:50+00:00" + "time": "2021-07-22T00:00:00+00:00" }, { - "name": "illuminate/console", - "version": "v5.8.36", + "name": "horde/listheaders", + "version": "v2.0.0alpha3", "source": { "type": "git", - "url": "https://github.com/illuminate/console.git", - "reference": "e6e4708e6c6baaf92120848e885855ab3d76f30f" + "url": "https://github.com/maintaina-com/ListHeaders.git", + "reference": "0c40aada632f2f774ad4fac925b65e5c1113c4e8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/console/zipball/e6e4708e6c6baaf92120848e885855ab3d76f30f", - "reference": "e6e4708e6c6baaf92120848e885855ab3d76f30f", + "url": "https://api.github.com/repos/maintaina-com/ListHeaders/zipball/0c40aada632f2f774ad4fac925b65e5c1113c4e8", + "reference": "0c40aada632f2f774ad4fac925b65e5c1113c4e8", "shasum": "" }, "require": { - "illuminate/contracts": "5.8.*", - "illuminate/support": "5.8.*", - "php": "^7.1.3", - "symfony/console": "^4.2", - "symfony/process": "^4.2" + "horde/mail": "^3", + "horde/translation": "^3", + "horde/util": "^3", + "php": "^7" }, "suggest": { - "dragonmantank/cron-expression": "Required to use scheduling component (^2.0).", - "guzzlehttp/guzzle": "Required to use the ping methods on schedules (^6.0).", - "illuminate/filesystem": "Required to use the generator command (5.8.*)" + "horde/mime": "^3", + "horde/test": "^3" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.8-dev" - } - }, "autoload": { - "psr-4": { - "Illuminate\\Console\\": "" + "psr-0": { + "Horde_ListHeaders": "lib/" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "LGPL-2.1" ], "authors": [ { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" + "name": "Michael Slusarz", + "email": "slusarz@horde.org", + "role": "lead" } ], - "description": "The Illuminate Console package.", - "homepage": "https://laravel.com", + "description": "List headers parsing library", + "homepage": "https://www.horde.org/libraries/Horde_ListHeaders", "support": { - "issues": "https://github.com/laravel/framework/issues", - "source": "https://github.com/laravel/framework" + "source": "https://github.com/maintaina-com/ListHeaders/tree/v2.0.0alpha3" }, - "time": "2019-08-12T13:08:28+00:00" + "time": "2021-03-13T00:00:00+00:00" }, { - "name": "illuminate/container", - "version": "v5.8.36", + "name": "horde/mail", + "version": "v3.0.0alpha3", "source": { "type": "git", - "url": "https://github.com/illuminate/container.git", - "reference": "b42e5ef939144b77f78130918da0ce2d9ee16574" + "url": "https://github.com/maintaina-com/Mail.git", + "reference": "5ab9b140a75c3f479b35459f3c8052d778f80e73" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/container/zipball/b42e5ef939144b77f78130918da0ce2d9ee16574", - "reference": "b42e5ef939144b77f78130918da0ce2d9ee16574", + "url": "https://api.github.com/repos/maintaina-com/Mail/zipball/5ab9b140a75c3f479b35459f3c8052d778f80e73", + "reference": "5ab9b140a75c3f479b35459f3c8052d778f80e73", "shasum": "" }, "require": { - "illuminate/contracts": "5.8.*", - "illuminate/support": "5.8.*", - "php": "^7.1.3", - "psr/container": "^1.0" + "horde/exception": "^3", + "horde/idna": "^2", + "horde/mime": "^3", + "horde/stream_filter": "^3", + "horde/translation": "^3", + "horde/util": "^3", + "php": "^7" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.8-dev" - } + "suggest": { + "horde/smtp": "^2", + "horde/stream_wrapper": "^3", + "horde/test": "^3", + "pear/net_dns2": "^1.5", + "pear/net_smtp": "^1.9" }, + "type": "library", "autoload": { - "psr-4": { - "Illuminate\\Container\\": "" + "psr-0": { + "Horde_Mail": "lib/" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-2-Clause" ], "authors": [ { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" + "name": "Michael Slusarz", + "email": "slusarz@horde.org", + "role": "lead" } ], - "description": "The Illuminate Container package.", - "homepage": "https://laravel.com", + "description": "Mail library", + "homepage": "https://www.horde.org/libraries/Horde_Mail", "support": { - "issues": "https://github.com/laravel/framework/issues", - "source": "https://github.com/laravel/framework" + "source": "https://github.com/maintaina-com/Mail/tree/v3.0.0alpha3" }, - "time": "2019-08-20T02:00:23+00:00" + "time": "2021-03-13T00:00:00+00:00" }, { - "name": "illuminate/contracts", - "version": "v5.8.36", + "name": "horde/mime", + "version": "v3.0.0alpha3", "source": { "type": "git", - "url": "https://github.com/illuminate/contracts.git", - "reference": "00fc6afee788fa07c311b0650ad276585f8aef96" + "url": "https://github.com/maintaina-com/Mime.git", + "reference": "5104d9396613bb31fe60aa1636fa973c276d2530" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/contracts/zipball/00fc6afee788fa07c311b0650ad276585f8aef96", - "reference": "00fc6afee788fa07c311b0650ad276585f8aef96", + "url": "https://api.github.com/repos/maintaina-com/Mime/zipball/5104d9396613bb31fe60aa1636fa973c276d2530", + "reference": "5104d9396613bb31fe60aa1636fa973c276d2530", "shasum": "" }, "require": { - "php": "^7.1.3", - "psr/container": "^1.0", - "psr/simple-cache": "^1.0" + "horde/exception": "^3", + "horde/listheaders": "^2", + "horde/mail": "^3", + "horde/stream": "^2", + "horde/stream_filter": "^3", + "horde/support": "^3", + "horde/text_flowed": "^3", + "horde/translation": "^3", + "horde/util": "^3", + "php": "^7" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.8-dev" - } + "suggest": { + "ext-idn": "*", + "ext-intl": "*", + "horde/nls": "^3", + "horde/test": "^3", + "horde/text_filter": "^3", + "pear/net_dns2": "*" }, + "type": "library", "autoload": { - "psr-4": { - "Illuminate\\Contracts\\": "" + "psr-0": { + "Horde_Mime": "lib/" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "LGPL-2.1" ], "authors": [ { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" + "name": "Chuck Hagenbuch", + "email": "chuck@horde.org", + "role": "lead" + }, + { + "name": "Michael Slusarz", + "email": "slusarz@horde.org", + "role": "lead" } ], - "description": "The Illuminate Contracts package.", - "homepage": "https://laravel.com", + "description": "MIME library", + "homepage": "https://www.horde.org/libraries/Horde_Mime", "support": { - "issues": "https://github.com/laravel/framework/issues", - "source": "https://github.com/laravel/framework" + "source": "https://github.com/maintaina-com/Mime/tree/v3.0.0alpha3" }, - "time": "2019-07-30T13:57:21+00:00" + "time": "2021-03-13T00:00:00+00:00" }, { - "name": "illuminate/database", - "version": "v5.8.36", + "name": "horde/secret", + "version": "v3.0.0alpha3", "source": { "type": "git", - "url": "https://github.com/illuminate/database.git", - "reference": "ac9ae2d82b8a6137400f17b3eea258be3518daa9" + "url": "https://github.com/maintaina-com/Secret.git", + "reference": "6925c393aec2e8a5399299290e87768be25520e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/database/zipball/ac9ae2d82b8a6137400f17b3eea258be3518daa9", - "reference": "ac9ae2d82b8a6137400f17b3eea258be3518daa9", + "url": "https://api.github.com/repos/maintaina-com/Secret/zipball/6925c393aec2e8a5399299290e87768be25520e4", + "reference": "6925c393aec2e8a5399299290e87768be25520e4", "shasum": "" }, "require": { - "ext-json": "*", - "illuminate/container": "5.8.*", - "illuminate/contracts": "5.8.*", - "illuminate/support": "5.8.*", - "php": "^7.1.3" + "ext-hash": "*", + "horde/crypt_blowfish": "^2", + "horde/exception": "^3", + "horde/support": "^3", + "php": "^7" }, "suggest": { - "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).", - "fzaninotto/faker": "Required to use the eloquent factory builder (^1.4).", - "illuminate/console": "Required to use the database commands (5.8.*).", - "illuminate/events": "Required to use the observers with Eloquent (5.8.*).", - "illuminate/filesystem": "Required to use the migrations (5.8.*).", - "illuminate/pagination": "Required to paginate the result set (5.8.*)." + "horde/test": "^3" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.8-dev" - } - }, "autoload": { - "psr-4": { - "Illuminate\\Database\\": "" + "psr-0": { + "Horde_Secret": "lib/" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "LGPL-2.1" ], "authors": [ { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" + "name": "Chuck Hagenbuch", + "email": "chuck@horde.org", + "role": "lead" + }, + { + "name": "Michael Slusarz", + "email": "slusarz@horde.org", + "role": "lead" } ], - "description": "The Illuminate Database package.", - "homepage": "https://laravel.com", - "keywords": [ - "database", - "laravel", - "orm", - "sql" - ], + "description": "Secret key encryption library", + "homepage": "https://www.horde.org/libraries/Horde_Secret", "support": { - "issues": "https://github.com/laravel/framework/issues", - "source": "https://github.com/laravel/framework" + "source": "https://github.com/maintaina-com/Secret/tree/v3.0.0alpha3" }, - "time": "2019-10-03T16:22:57+00:00" + "time": "2021-03-13T00:00:00+00:00" }, { - "name": "illuminate/encryption", - "version": "v5.8.36", + "name": "horde/smtp", + "version": "dev-FRAMEWORK_6_0", "source": { "type": "git", - "url": "https://github.com/illuminate/encryption.git", - "reference": "135c631bab0e0a8b9535b5750687e0a867c85193" + "url": "https://github.com/maintaina-com/Smtp.git", + "reference": "9ed9168b64bf1fbb961b0823a36eac9a4b780d76" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/encryption/zipball/135c631bab0e0a8b9535b5750687e0a867c85193", - "reference": "135c631bab0e0a8b9535b5750687e0a867c85193", + "url": "https://api.github.com/repos/maintaina-com/Smtp/zipball/9ed9168b64bf1fbb961b0823a36eac9a4b780d76", + "reference": "9ed9168b64bf1fbb961b0823a36eac9a4b780d76", "shasum": "" }, "require": { - "ext-json": "*", - "ext-mbstring": "*", - "ext-openssl": "*", - "illuminate/contracts": "5.8.*", - "illuminate/support": "5.8.*", - "php": "^7.1.3" + "horde/exception": "^3 || dev-FRAMEWORK_6_0", + "horde/horde-installer-plugin": "^2 || dev-FRAMEWORK_6_0", + "horde/mail": "^3 || dev-FRAMEWORK_6_0", + "horde/socket_client": "^3 || dev-FRAMEWORK_6_0", + "horde/support": "^3 || dev-FRAMEWORK_6_0", + "horde/translation": "^3 || dev-FRAMEWORK_6_0", + "horde/util": "^3 || dev-FRAMEWORK_6_0", + "php": "^7.4 || ^8" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.8-dev" - } + "suggest": { + "horde/imap_client": "^3 || dev-FRAMEWORK_6_0", + "horde/secret": "^3 || dev-FRAMEWORK_6_0", + "horde/test": "^3 || dev-FRAMEWORK_6_0" }, + "default-branch": true, + "type": "horde-library", "autoload": { - "psr-4": { - "Illuminate\\Encryption\\": "" + "psr-0": { + "Horde_Smtp": "lib/" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "LGPL-2.1-only" ], "authors": [ { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" + "name": "Michael Slusarz", + "email": "slusarz@horde.org", + "role": "lead" } ], - "description": "The Illuminate Encryption package.", - "homepage": "https://laravel.com", + "description": "SMTP client library", + "homepage": "https://www.horde.org", "support": { - "issues": "https://github.com/laravel/framework/issues", - "source": "https://github.com/laravel/framework" + "source": "https://github.com/maintaina-com/Smtp/tree/FRAMEWORK_6_0" }, - "time": "2019-06-11T14:00:26+00:00" + "time": "2021-02-24T00:00:00+00:00" }, { - "name": "illuminate/events", - "version": "v5.8.36", + "name": "horde/socket_client", + "version": "v3.0.0alpha3", "source": { "type": "git", - "url": "https://github.com/illuminate/events.git", - "reference": "a85d7c273bc4e3357000c5fc4812374598515de3" + "url": "https://github.com/maintaina-com/Socket_Client.git", + "reference": "26eb544bf55a50e980bc7d22c11d839f07af7402" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/events/zipball/a85d7c273bc4e3357000c5fc4812374598515de3", - "reference": "a85d7c273bc4e3357000c5fc4812374598515de3", + "url": "https://api.github.com/repos/maintaina-com/Socket_Client/zipball/26eb544bf55a50e980bc7d22c11d839f07af7402", + "reference": "26eb544bf55a50e980bc7d22c11d839f07af7402", "shasum": "" }, "require": { - "illuminate/container": "5.8.*", - "illuminate/contracts": "5.8.*", - "illuminate/support": "5.8.*", - "php": "^7.1.3" + "horde/exception": "^3", + "php": "^7" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.8-dev" - } + "suggest": { + "ext-openssl": "*" }, + "type": "library", "autoload": { - "psr-4": { - "Illuminate\\Events\\": "" - } + "classmap": [ + "lib/" + ] }, - "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "LGPL-2.1" ], "authors": [ { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" + "name": "Michael Slusarz", + "email": "slusarz@horde.org", + "role": "lead" } ], - "description": "The Illuminate Events package.", - "homepage": "https://laravel.com", + "description": "Network socket client library", + "homepage": "https://www.horde.org", "support": { - "issues": "https://github.com/laravel/framework/issues", - "source": "https://github.com/laravel/framework" + "source": "https://github.com/maintaina-com/Socket_Client/tree/v3.0.0alpha3" }, - "time": "2019-02-18T18:37:54+00:00" + "time": "2021-03-13T00:00:00+00:00" }, { - "name": "illuminate/filesystem", - "version": "v5.8.36", + "name": "horde/stream", + "version": "v2.0.0alpha3", "source": { "type": "git", - "url": "https://github.com/illuminate/filesystem.git", - "reference": "494ba903402d64ec49c8d869ab61791db34b2288" + "url": "https://github.com/maintaina-com/Stream.git", + "reference": "bbb0679816fa323a8b0b1e256113d551c32fd749" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/filesystem/zipball/494ba903402d64ec49c8d869ab61791db34b2288", - "reference": "494ba903402d64ec49c8d869ab61791db34b2288", + "url": "https://api.github.com/repos/maintaina-com/Stream/zipball/bbb0679816fa323a8b0b1e256113d551c32fd749", + "reference": "bbb0679816fa323a8b0b1e256113d551c32fd749", "shasum": "" }, "require": { - "illuminate/contracts": "5.8.*", - "illuminate/support": "5.8.*", - "php": "^7.1.3", - "symfony/finder": "^4.2" + "horde/exception": "^3", + "php": "^7" }, "suggest": { - "league/flysystem": "Required to use the Flysystem local and FTP drivers (^1.0).", - "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).", - "league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).", - "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (^1.0).", - "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0)." + "horde/stream_wrapper": "^3", + "horde/test": "^3", + "horde/util": "^3" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.8-dev" - } - }, "autoload": { - "psr-4": { - "Illuminate\\Filesystem\\": "" + "psr-0": { + "Horde_Stream": "lib/" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "LGPL-2.1" ], "authors": [ { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" + "name": "Michael Slusarz", + "email": "slusarz@horde.org", + "role": "lead" } ], - "description": "The Illuminate Filesystem package.", - "homepage": "https://laravel.com", + "description": "PHP streams library", + "homepage": "https://www.horde.org/libraries/Horde_Stream", "support": { - "issues": "https://github.com/laravel/framework/issues", - "source": "https://github.com/laravel/framework" + "source": "https://github.com/maintaina-com/Stream/tree/v2.0.0alpha3" }, - "time": "2019-08-14T13:38:15+00:00" + "time": "2021-03-13T00:00:00+00:00" }, { - "name": "illuminate/hashing", - "version": "v5.8.36", + "name": "horde/stream_filter", + "version": "v3.0.0alpha3", "source": { "type": "git", - "url": "https://github.com/illuminate/hashing.git", - "reference": "56a9f294d9615bbbb14e2093fb0537388952cc2c" + "url": "https://github.com/maintaina-com/Stream_Filter.git", + "reference": "168437191dccc9beb7f878d0d603eaca34c52f39" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/hashing/zipball/56a9f294d9615bbbb14e2093fb0537388952cc2c", - "reference": "56a9f294d9615bbbb14e2093fb0537388952cc2c", + "url": "https://api.github.com/repos/maintaina-com/Stream_Filter/zipball/168437191dccc9beb7f878d0d603eaca34c52f39", + "reference": "168437191dccc9beb7f878d0d603eaca34c52f39", "shasum": "" }, "require": { - "illuminate/contracts": "5.8.*", - "illuminate/support": "5.8.*", - "php": "^7.1.3" + "php": "^7" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.8-dev" - } + "suggest": { + "horde/test": "^3" }, + "type": "library", "autoload": { - "psr-4": { - "Illuminate\\Hashing\\": "" + "psr-0": { + "Horde_Stream_Filter": "lib/" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "LGPL-2.1" ], "authors": [ { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" + "name": "Chuck Hagenbuch", + "email": "chuck@horde.org", + "role": "lead" + }, + { + "name": "Michael Slusarz", + "email": "slusarz@horde.org", + "role": "lead" } ], - "description": "The Illuminate Hashing package.", - "homepage": "https://laravel.com", + "description": "PHP stream filters library", + "homepage": "https://www.horde.org/libraries/Horde_Stream_Filter", "support": { - "issues": "https://github.com/laravel/framework/issues", - "source": "https://github.com/laravel/framework" + "source": "https://github.com/maintaina-com/Stream_Filter/tree/v3.0.0alpha3" }, - "time": "2019-02-18T18:37:54+00:00" + "time": "2021-03-13T00:00:00+00:00" }, { - "name": "illuminate/http", - "version": "v5.8.36", + "name": "horde/stream_wrapper", + "version": "v3.0.0alpha4", "source": { "type": "git", - "url": "https://github.com/illuminate/http.git", - "reference": "cd0f549611de16b323af88478b441e4d52ceef40" + "url": "https://github.com/maintaina-com/Stream_Wrapper.git", + "reference": "330384cc85b120e0ee7238ed1f1c5f59d90b0b58" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/http/zipball/cd0f549611de16b323af88478b441e4d52ceef40", - "reference": "cd0f549611de16b323af88478b441e4d52ceef40", + "url": "https://api.github.com/repos/maintaina-com/Stream_Wrapper/zipball/330384cc85b120e0ee7238ed1f1c5f59d90b0b58", + "reference": "330384cc85b120e0ee7238ed1f1c5f59d90b0b58", "shasum": "" }, "require": { - "ext-json": "*", - "illuminate/session": "5.8.*", - "illuminate/support": "5.8.*", - "php": "^7.1.3", - "symfony/http-foundation": "^4.2", - "symfony/http-kernel": "^4.2" + "php": "^7.4 || ^8" + }, + "require-dev": { + "horde/log": "^3", + "horde/test": "^3" }, "suggest": { - "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image()." + "horde/log": "^3" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.8-dev" + "autoload": { + "psr-0": { + "Horde_Stream_Wrapper": "lib/" + }, + "psr-4": { + "Horde\\Stream\\Wrapper\\": "src/" } }, - "autoload": { + "autoload-dev": { "psr-4": { - "Illuminate\\Http\\": "" + "Horde\\Stream\\Wrapper\\Test\\": "test/" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-2-Clause" ], "authors": [ { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" + "name": "Chuck Hagenbuch", + "email": "chuck@horde.org", + "role": "lead" + }, + { + "name": "Michael Slusarz", + "email": "slusarz@horde.org", + "role": "lead" } ], - "description": "The Illuminate Http package.", - "homepage": "https://laravel.com", + "description": "PHP stream wrappers library", + "homepage": "https://www.horde.org/libraries/Horde_Stream_Wrapper", "support": { - "issues": "https://github.com/laravel/framework/issues", - "source": "https://github.com/laravel/framework" + "source": "https://github.com/maintaina-com/Stream_Wrapper/tree/v3.0.0alpha4" }, - "time": "2019-09-03T16:36:47+00:00" + "time": "2021-11-19T00:00:00+00:00" }, { - "name": "illuminate/log", - "version": "v5.8.36", + "name": "horde/support", + "version": "v3.0.0alpha4", "source": { "type": "git", - "url": "https://github.com/illuminate/log.git", - "reference": "1d23931e0ff74fa461fc44dc1594c66f8f6ad36b" + "url": "https://github.com/maintaina-com/Support.git", + "reference": "05aa946535a1e23d2245f6ac31dc67c3854c4054" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/log/zipball/1d23931e0ff74fa461fc44dc1594c66f8f6ad36b", - "reference": "1d23931e0ff74fa461fc44dc1594c66f8f6ad36b", + "url": "https://api.github.com/repos/maintaina-com/Support/zipball/05aa946535a1e23d2245f6ac31dc67c3854c4054", + "reference": "05aa946535a1e23d2245f6ac31dc67c3854c4054", "shasum": "" }, "require": { - "illuminate/contracts": "5.8.*", - "illuminate/support": "5.8.*", - "monolog/monolog": "^1.12", - "php": "^7.1.3" + "horde/exception": "^3", + "horde/stream_wrapper": "^3", + "horde/util": "^3", + "php": "^7.4 || ^8" + }, + "require-dev": { + "horde/test": "^3" + }, + "suggest": { + "horde/test": "^3" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.8-dev" + "autoload": { + "psr-0": { + "Horde_Support": "lib/" + }, + "psr-4": { + "Horde\\Support\\": "src/" } }, - "autoload": { + "autoload-dev": { "psr-4": { - "Illuminate\\Log\\": "" + "Horde\\Support\\Test\\": "test/" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-2-Clause" ], "authors": [ { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" + "name": "Jan Schneider", + "email": "jan@horde.org", + "role": "lead" + }, + { + "name": "Chuck Hagenbuch", + "email": "chuck@horde.org", + "role": "lead" + }, + { + "name": "Michael Slusarz", + "email": "slusarz@horde.org", + "role": "developer" } ], - "description": "The Illuminate Log package.", - "homepage": "https://laravel.com", + "description": "Supporting library", + "homepage": "https://www.horde.org/libraries/Horde_Support", "support": { - "issues": "https://github.com/laravel/framework/issues", - "source": "https://github.com/laravel/framework" + "source": "https://github.com/maintaina-com/Support/tree/v3.0.0alpha4" }, - "time": "2019-09-03T12:41:07+00:00" + "time": "2021-11-05T00:00:00+00:00" }, { - "name": "illuminate/pagination", - "version": "v5.8.36", + "name": "horde/text_flowed", + "version": "v3.0.0alpha3", "source": { "type": "git", - "url": "https://github.com/illuminate/pagination.git", - "reference": "391134bc87a47b3dfe5cf60df73e5e0080aec220" + "url": "https://github.com/maintaina-com/Text_Flowed.git", + "reference": "704d6ed2134e4536d9fe7a1e490dd368636e4c3a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/pagination/zipball/391134bc87a47b3dfe5cf60df73e5e0080aec220", - "reference": "391134bc87a47b3dfe5cf60df73e5e0080aec220", + "url": "https://api.github.com/repos/maintaina-com/Text_Flowed/zipball/704d6ed2134e4536d9fe7a1e490dd368636e4c3a", + "reference": "704d6ed2134e4536d9fe7a1e490dd368636e4c3a", "shasum": "" }, "require": { - "ext-json": "*", - "illuminate/contracts": "5.8.*", - "illuminate/support": "5.8.*", - "php": "^7.1.3" + "horde/util": "^3", + "php": "^7" + }, + "suggest": { + "horde/test": "^3" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.8-dev" + "autoload": { + "psr-0": { + "Horde_Text_Flowed": "lib/" + } + }, + "license": [ + "LGPL-2.1" + ], + "authors": [ + { + "name": "Michael Slusarz", + "email": "slusarz@horde.org", + "role": "lead" } + ], + "description": "Flowed text library", + "homepage": "https://www.horde.org/libraries/Horde_Text_Flowed", + "support": { + "source": "https://github.com/maintaina-com/Text_Flowed/tree/v3.0.0alpha3" + }, + "time": "2021-03-13T00:00:00+00:00" + }, + { + "name": "horde/translation", + "version": "v3.0.0alpha5", + "source": { + "type": "git", + "url": "https://github.com/maintaina-com/Translation.git", + "reference": "5b6c8915fe7de4a7e8989c23379efb17cda00df8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/maintaina-com/Translation/zipball/5b6c8915fe7de4a7e8989c23379efb17cda00df8", + "reference": "5b6c8915fe7de4a7e8989c23379efb17cda00df8", + "shasum": "" + }, + "require": { + "php": "^7.4 || ^8" }, + "require-dev": { + "horde/test": "^3" + }, + "suggest": { + "ext-gettext": "*" + }, + "type": "library", "autoload": { + "psr-0": { + "Horde_Translation": "lib/" + }, "psr-4": { - "Illuminate\\Pagination\\": "" + "Horde\\Translation\\": "src/" + } + }, + "autoload-dev": { + "psr-4": { + "Horde\\Translation\\Test\\": "test/" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "LGPL-2.1" ], "authors": [ { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" + "name": "Jan Schneider", + "email": "jan@horde.org", + "role": "lead" } ], - "description": "The Illuminate Pagination package.", - "homepage": "https://laravel.com", + "description": "Translation library", + "homepage": "https://www.horde.org/libraries/Horde_Translation", "support": { - "issues": "https://github.com/laravel/framework/issues", - "source": "https://github.com/laravel/framework" + "source": "https://github.com/maintaina-com/Translation/tree/v3.0.0alpha5" }, - "time": "2019-03-18T14:45:00+00:00" + "time": "2021-11-24T00:00:00+00:00" }, { - "name": "illuminate/pipeline", - "version": "v5.8.36", + "name": "horde/util", + "version": "v3.0.0alpha5", "source": { "type": "git", - "url": "https://github.com/illuminate/pipeline.git", - "reference": "9e81b335d853ddd633a86a7f7e3fceed3b14f3d7" + "url": "https://github.com/maintaina-com/Util.git", + "reference": "7c53f3cea9679dc0f72db8bcfa7318123163403c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/pipeline/zipball/9e81b335d853ddd633a86a7f7e3fceed3b14f3d7", - "reference": "9e81b335d853ddd633a86a7f7e3fceed3b14f3d7", + "url": "https://api.github.com/repos/maintaina-com/Util/zipball/7c53f3cea9679dc0f72db8bcfa7318123163403c", + "reference": "7c53f3cea9679dc0f72db8bcfa7318123163403c", "shasum": "" }, "require": { - "illuminate/contracts": "5.8.*", - "illuminate/support": "5.8.*", - "php": "^7.1.3" + "ext-dom": "*", + "php": "^7.4 || ^8" + }, + "require-dev": { + "horde/imap_client": "^3 || dev-FRAMEWORK_6_0", + "horde/test": "^3 || dev-FRAMEWORK_6_0" + }, + "suggest": { + "ext-ctype": "*", + "ext-filter": "*", + "ext-iconv": "*", + "ext-intl": "*", + "ext-json": "*", + "ext-mbstring": "*", + "ext-xml": "*", + "horde/imap_client": "^3 || dev-FRAMEWORK_6_0", + "horde/test": "^3 || dev-FRAMEWORK_6_0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.8-dev" + "autoload": { + "classmap": [ + "lib/" + ], + "psr-4": { + "Horde\\Util\\": "src/" } }, - "autoload": { + "autoload-dev": { "psr-4": { - "Illuminate\\Pipeline\\": "" + "Horde\\Util\\Test\\": "test/" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "LGPL-2.1-only" ], "authors": [ { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" + "name": "Jan Schneider", + "email": "jan@horde.org", + "role": "lead" + }, + { + "name": "Chuck Hagenbuch", + "email": "chuck@horde.org", + "role": "lead" + }, + { + "name": "Michael Slusarz", + "email": "slusarz@horde.org", + "role": "developer" } ], - "description": "The Illuminate Pipeline package.", - "homepage": "https://laravel.com", + "description": "Utility library", + "homepage": "https://www.horde.org/libraries/Horde_Util", "support": { - "issues": "https://github.com/laravel/framework/issues", - "source": "https://github.com/laravel/framework" + "source": "https://github.com/maintaina-com/Util/tree/v3.0.0alpha5" }, - "time": "2019-02-25T10:08:47+00:00" + "time": "2022-03-10T00:00:00+00:00" }, { - "name": "illuminate/queue", - "version": "v5.8.36", + "name": "illuminate/auth", + "version": "5.8.x-dev", "source": { "type": "git", - "url": "https://github.com/illuminate/queue.git", - "reference": "36559f77916c16643bc614765db1e840d7bd9a00" + "url": "https://github.com/illuminate/auth.git", + "reference": "8f0603a1d5b90c045a1ce5365ead0f0ba20fc6ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/queue/zipball/36559f77916c16643bc614765db1e840d7bd9a00", - "reference": "36559f77916c16643bc614765db1e840d7bd9a00", + "url": "https://api.github.com/repos/illuminate/auth/zipball/8f0603a1d5b90c045a1ce5365ead0f0ba20fc6ce", + "reference": "8f0603a1d5b90c045a1ce5365ead0f0ba20fc6ce", "shasum": "" }, "require": { - "ext-json": "*", - "illuminate/console": "5.8.*", - "illuminate/container": "5.8.*", "illuminate/contracts": "5.8.*", - "illuminate/database": "5.8.*", - "illuminate/filesystem": "5.8.*", + "illuminate/http": "5.8.*", + "illuminate/queue": "5.8.*", "illuminate/support": "5.8.*", - "opis/closure": "^3.1", - "php": "^7.1.3", - "symfony/debug": "^4.2", - "symfony/process": "^4.2" + "php": "^7.1.3" }, "suggest": { - "aws/aws-sdk-php": "Required to use the SQS queue driver (^3.0).", - "ext-pcntl": "Required to use all features of the queue worker.", - "ext-posix": "Required to use all features of the queue worker.", - "illuminate/redis": "Required to use the Redis queue driver (5.8.*).", - "pda/pheanstalk": "Required to use the Beanstalk queue driver (^4.0)." + "illuminate/console": "Required to use the auth:clear-resets command (5.8.*).", + "illuminate/queue": "Required to fire login / logout events (5.8.*).", + "illuminate/session": "Required to use the session based guard (5.8.*)." }, "type": "library", "extra": { @@ -1283,7 +1358,7 @@ }, "autoload": { "psr-4": { - "Illuminate\\Queue\\": "" + "Illuminate\\Auth\\": "" } }, "notification-url": "https://packagist.org/downloads/", @@ -1296,39 +1371,39 @@ "email": "taylor@laravel.com" } ], - "description": "The Illuminate Queue package.", + "description": "The Illuminate Auth package.", "homepage": "https://laravel.com", "support": { "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2019-08-26T03:26:42+00:00" + "time": "2020-02-14T14:28:41+00:00" }, { - "name": "illuminate/session", - "version": "v5.8.36", + "name": "illuminate/broadcasting", + "version": "5.8.x-dev", "source": { "type": "git", - "url": "https://github.com/illuminate/session.git", - "reference": "087d360f7b9d75bc964280b890c2f2fe8efaf71f" + "url": "https://github.com/illuminate/broadcasting.git", + "reference": "b1217ccf631e86ed17d59cdd43562555996e9a48" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/session/zipball/087d360f7b9d75bc964280b890c2f2fe8efaf71f", - "reference": "087d360f7b9d75bc964280b890c2f2fe8efaf71f", + "url": "https://api.github.com/repos/illuminate/broadcasting/zipball/b1217ccf631e86ed17d59cdd43562555996e9a48", + "reference": "b1217ccf631e86ed17d59cdd43562555996e9a48", "shasum": "" }, "require": { "ext-json": "*", + "illuminate/bus": "5.8.*", "illuminate/contracts": "5.8.*", - "illuminate/filesystem": "5.8.*", + "illuminate/queue": "5.8.*", "illuminate/support": "5.8.*", "php": "^7.1.3", - "symfony/finder": "^4.2", - "symfony/http-foundation": "^4.2" + "psr/log": "^1.0" }, "suggest": { - "illuminate/console": "Required to use the session:table command (5.8.*)." + "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^3.0)." }, "type": "library", "extra": { @@ -1338,7 +1413,7 @@ }, "autoload": { "psr-4": { - "Illuminate\\Session\\": "" + "Illuminate\\Broadcasting\\": "" } }, "notification-url": "https://packagist.org/downloads/", @@ -1351,47 +1426,34 @@ "email": "taylor@laravel.com" } ], - "description": "The Illuminate Session package.", + "description": "The Illuminate Broadcasting package.", "homepage": "https://laravel.com", "support": { "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2019-07-08T13:48:55+00:00" + "time": "2019-06-04T14:33:55+00:00" }, { - "name": "illuminate/support", - "version": "v5.8.36", + "name": "illuminate/bus", + "version": "5.8.x-dev", "source": { "type": "git", - "url": "https://github.com/illuminate/support.git", - "reference": "df4af6a32908f1d89d74348624b57e3233eea247" + "url": "https://github.com/illuminate/bus.git", + "reference": "6a15b03cdc6739c3f2898d67dc4fe21357d60e07" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/support/zipball/df4af6a32908f1d89d74348624b57e3233eea247", - "reference": "df4af6a32908f1d89d74348624b57e3233eea247", + "url": "https://api.github.com/repos/illuminate/bus/zipball/6a15b03cdc6739c3f2898d67dc4fe21357d60e07", + "reference": "6a15b03cdc6739c3f2898d67dc4fe21357d60e07", "shasum": "" }, "require": { - "doctrine/inflector": "^1.1", - "ext-json": "*", - "ext-mbstring": "*", "illuminate/contracts": "5.8.*", - "nesbot/carbon": "^1.26.3 || ^2.0", + "illuminate/pipeline": "5.8.*", + "illuminate/support": "5.8.*", "php": "^7.1.3" }, - "conflict": { - "tightenco/collect": "<5.5.33" - }, - "suggest": { - "illuminate/filesystem": "Required to use the composer class (5.8.*).", - "moontoast/math": "Required to use ordered UUIDs (^1.1).", - "ramsey/uuid": "Required to use Str::uuid() (^3.7).", - "symfony/process": "Required to use the composer class (^4.2).", - "symfony/var-dumper": "Required to use the dd function (^4.2).", - "vlucas/phpdotenv": "Required to use the env helper (^3.3)." - }, "type": "library", "extra": { "branch-alias": { @@ -1399,11 +1461,8 @@ } }, "autoload": { - "files": [ - "helpers.php" - ], "psr-4": { - "Illuminate\\Support\\": "" + "Illuminate\\Bus\\": "" } }, "notification-url": "https://packagist.org/downloads/", @@ -1416,35 +1475,38 @@ "email": "taylor@laravel.com" } ], - "description": "The Illuminate Support package.", + "description": "The Illuminate Bus package.", "homepage": "https://laravel.com", "support": { "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2019-12-12T14:16:47+00:00" + "time": "2019-02-18T18:37:54+00:00" }, { - "name": "illuminate/translation", - "version": "v5.8.36", + "name": "illuminate/cache", + "version": "5.8.x-dev", "source": { "type": "git", - "url": "https://github.com/illuminate/translation.git", - "reference": "a23986a9ae77013046426bbeb4fe9a29e2527f76" + "url": "https://github.com/illuminate/cache.git", + "reference": "e6acac59f94c6362809b580918f7f3f6142d5796" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/translation/zipball/a23986a9ae77013046426bbeb4fe9a29e2527f76", - "reference": "a23986a9ae77013046426bbeb4fe9a29e2527f76", + "url": "https://api.github.com/repos/illuminate/cache/zipball/e6acac59f94c6362809b580918f7f3f6142d5796", + "reference": "e6acac59f94c6362809b580918f7f3f6142d5796", "shasum": "" }, "require": { - "ext-json": "*", "illuminate/contracts": "5.8.*", - "illuminate/filesystem": "5.8.*", "illuminate/support": "5.8.*", "php": "^7.1.3" }, + "suggest": { + "illuminate/database": "Required to use the database cache driver (5.8.*).", + "illuminate/filesystem": "Required to use the file cache driver (5.8.*).", + "illuminate/redis": "Required to use the redis cache driver (5.8.*)." + }, "type": "library", "extra": { "branch-alias": { @@ -1453,7 +1515,7 @@ }, "autoload": { "psr-4": { - "Illuminate\\Translation\\": "" + "Illuminate\\Cache\\": "" } }, "notification-url": "https://packagist.org/downloads/", @@ -1466,40 +1528,32 @@ "email": "taylor@laravel.com" } ], - "description": "The Illuminate Translation package.", + "description": "The Illuminate Cache package.", "homepage": "https://laravel.com", "support": { "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2019-06-04T14:33:55+00:00" + "time": "2019-08-18T13:53:57+00:00" }, { - "name": "illuminate/validation", - "version": "v5.8.36", + "name": "illuminate/config", + "version": "5.8.x-dev", "source": { "type": "git", - "url": "https://github.com/illuminate/validation.git", - "reference": "74e13a98299bbc3c48c5131a9239b9ad499a4efe" + "url": "https://github.com/illuminate/config.git", + "reference": "6dac1dee3fb51704767c69a07aead1bc75c12368" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/validation/zipball/74e13a98299bbc3c48c5131a9239b9ad499a4efe", - "reference": "74e13a98299bbc3c48c5131a9239b9ad499a4efe", + "url": "https://api.github.com/repos/illuminate/config/zipball/6dac1dee3fb51704767c69a07aead1bc75c12368", + "reference": "6dac1dee3fb51704767c69a07aead1bc75c12368", "shasum": "" }, "require": { - "egulias/email-validator": "^2.0", - "ext-json": "*", - "illuminate/container": "5.8.*", "illuminate/contracts": "5.8.*", "illuminate/support": "5.8.*", - "illuminate/translation": "5.8.*", - "php": "^7.1.3", - "symfony/http-foundation": "^4.2" - }, - "suggest": { - "illuminate/database": "Required to use the database presence verifier (5.8.*)." + "php": "^7.1.3" }, "type": "library", "extra": { @@ -1509,7 +1563,7 @@ }, "autoload": { "psr-4": { - "Illuminate\\Validation\\": "" + "Illuminate\\Config\\": "" } }, "notification-url": "https://packagist.org/downloads/", @@ -1522,37 +1576,39 @@ "email": "taylor@laravel.com" } ], - "description": "The Illuminate Validation package.", + "description": "The Illuminate Config package.", "homepage": "https://laravel.com", "support": { "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2019-10-24T16:01:23+00:00" + "time": "2019-02-14T12:51:50+00:00" }, { - "name": "illuminate/view", - "version": "v5.8.36", + "name": "illuminate/console", + "version": "5.8.x-dev", "source": { "type": "git", - "url": "https://github.com/illuminate/view.git", - "reference": "c859919bc3be97a3f114377d5d812f047b8ea90d" + "url": "https://github.com/illuminate/console.git", + "reference": "e6e4708e6c6baaf92120848e885855ab3d76f30f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/view/zipball/c859919bc3be97a3f114377d5d812f047b8ea90d", - "reference": "c859919bc3be97a3f114377d5d812f047b8ea90d", + "url": "https://api.github.com/repos/illuminate/console/zipball/e6e4708e6c6baaf92120848e885855ab3d76f30f", + "reference": "e6e4708e6c6baaf92120848e885855ab3d76f30f", "shasum": "" }, "require": { - "ext-json": "*", - "illuminate/container": "5.8.*", "illuminate/contracts": "5.8.*", - "illuminate/events": "5.8.*", - "illuminate/filesystem": "5.8.*", "illuminate/support": "5.8.*", "php": "^7.1.3", - "symfony/debug": "^4.2" + "symfony/console": "^4.2", + "symfony/process": "^4.2" + }, + "suggest": { + "dragonmantank/cron-expression": "Required to use scheduling component (^2.0).", + "guzzlehttp/guzzle": "Required to use the ping methods on schedules (^6.0).", + "illuminate/filesystem": "Required to use the generator command (5.8.*)" }, "type": "library", "extra": { @@ -1562,7 +1618,7 @@ }, "autoload": { "psr-4": { - "Illuminate\\View\\": "" + "Illuminate\\Console\\": "" } }, "notification-url": "https://packagist.org/downloads/", @@ -1575,64 +1631,33 @@ "email": "taylor@laravel.com" } ], - "description": "The Illuminate View package.", + "description": "The Illuminate Console package.", "homepage": "https://laravel.com", "support": { "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2019-06-20T13:13:59+00:00" + "time": "2019-08-12T13:08:28+00:00" }, { - "name": "laravel/lumen-framework", - "version": "v5.8.13", + "name": "illuminate/container", + "version": "5.8.x-dev", "source": { "type": "git", - "url": "https://github.com/laravel/lumen-framework.git", - "reference": "5d1d1ba8dbc5b69a17370d276e96d30eb00a2b48" + "url": "https://github.com/illuminate/container.git", + "reference": "b42e5ef939144b77f78130918da0ce2d9ee16574" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/lumen-framework/zipball/5d1d1ba8dbc5b69a17370d276e96d30eb00a2b48", - "reference": "5d1d1ba8dbc5b69a17370d276e96d30eb00a2b48", + "url": "https://api.github.com/repos/illuminate/container/zipball/b42e5ef939144b77f78130918da0ce2d9ee16574", + "reference": "b42e5ef939144b77f78130918da0ce2d9ee16574", "shasum": "" }, "require": { - "dragonmantank/cron-expression": "^2.0", - "illuminate/auth": "5.8.*", - "illuminate/broadcasting": "5.8.*", - "illuminate/bus": "5.8.*", - "illuminate/cache": "5.8.*", - "illuminate/config": "5.8.*", - "illuminate/container": "5.8.*", "illuminate/contracts": "5.8.*", - "illuminate/database": "5.8.*", - "illuminate/encryption": "5.8.*", - "illuminate/events": "5.8.*", - "illuminate/filesystem": "5.8.*", - "illuminate/hashing": "5.8.*", - "illuminate/http": "5.8.*", - "illuminate/log": "5.8.*", - "illuminate/pagination": "5.8.*", - "illuminate/pipeline": "5.8.*", - "illuminate/queue": "5.8.*", "illuminate/support": "5.8.*", - "illuminate/translation": "5.8.*", - "illuminate/validation": "5.8.*", - "illuminate/view": "5.8.*", - "nikic/fast-route": "^1.3", "php": "^7.1.3", - "symfony/http-foundation": "^4.2", - "symfony/http-kernel": "^4.2", - "symfony/var-dumper": "^4.2", - "vlucas/phpdotenv": "^3.3" - }, - "require-dev": { - "mockery/mockery": "^1.0", - "phpunit/phpunit": "^7.0|^8.0" - }, - "suggest": { - "laravel/tinker": "Required to use the tinker console command (^1.0)." + "psr/container": "^1.0" }, "type": "library", "extra": { @@ -1641,11 +1666,8 @@ } }, "autoload": { - "files": [ - "src/helpers.php" - ], "psr-4": { - "Laravel\\Lumen\\": "src/" + "Illuminate\\Container\\": "" } }, "notification-url": "https://packagist.org/downloads/", @@ -1655,72 +1677,45 @@ "authors": [ { "name": "Taylor Otwell", - "email": "taylorotwell@gmail.com" + "email": "taylor@laravel.com" } ], - "description": "The Laravel Lumen Framework.", - "homepage": "https://lumen.laravel.com", - "keywords": [ - "framework", - "laravel", - "lumen" - ], + "description": "The Illuminate Container package.", + "homepage": "https://laravel.com", "support": { - "issues": "https://github.com/laravel/lumen-framework/issues", - "source": "https://github.com/laravel/lumen-framework" + "issues": "https://github.com/laravel/framework/issues", + "source": "https://github.com/laravel/framework" }, - "time": "2019-08-28T21:21:05+00:00" + "time": "2019-08-20T02:00:23+00:00" }, { - "name": "monolog/monolog", - "version": "1.27.0", + "name": "illuminate/contracts", + "version": "5.8.x-dev", "source": { "type": "git", - "url": "https://github.com/Seldaek/monolog.git", - "reference": "52ebd235c1f7e0d5e1b16464b695a28335f8e44a" + "url": "https://github.com/illuminate/contracts.git", + "reference": "00fc6afee788fa07c311b0650ad276585f8aef96" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/52ebd235c1f7e0d5e1b16464b695a28335f8e44a", - "reference": "52ebd235c1f7e0d5e1b16464b695a28335f8e44a", + "url": "https://api.github.com/repos/illuminate/contracts/zipball/00fc6afee788fa07c311b0650ad276585f8aef96", + "reference": "00fc6afee788fa07c311b0650ad276585f8aef96", "shasum": "" }, "require": { - "php": ">=5.3.0", - "psr/log": "~1.0" - }, - "provide": { - "psr/log-implementation": "1.0.0" - }, - "require-dev": { - "aws/aws-sdk-php": "^2.4.9 || ^3.0", - "doctrine/couchdb": "~1.0@dev", - "graylog2/gelf-php": "~1.0", - "php-amqplib/php-amqplib": "~2.4", - "php-console/php-console": "^3.1.3", - "phpstan/phpstan": "^0.12.59", - "phpunit/phpunit": "~4.5", - "ruflin/elastica": ">=0.90 <3.0", - "sentry/sentry": "^0.13", - "swiftmailer/swiftmailer": "^5.3|^6.0" - }, - "suggest": { - "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", - "doctrine/couchdb": "Allow sending log messages to a CouchDB server", - "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", - "ext-mongo": "Allow sending log messages to a MongoDB server", - "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", - "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", - "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", - "php-console/php-console": "Allow sending log messages to Google Chrome", - "rollbar/rollbar": "Allow sending log messages to Rollbar", - "ruflin/elastica": "Allow sending log messages to an Elastic Search server", - "sentry/sentry": "Allow sending log messages to a Sentry server" + "php": "^7.1.3", + "psr/container": "^1.0", + "psr/simple-cache": "^1.0" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.8-dev" + } + }, "autoload": { "psr-4": { - "Monolog\\": "src/Monolog" + "Illuminate\\Contracts\\": "" } }, "notification-url": "https://packagist.org/downloads/", @@ -1729,90 +1724,56 @@ ], "authors": [ { - "name": "Jordi Boggiano", - "email": "j.boggiano@seld.be", - "homepage": "http://seld.be" + "name": "Taylor Otwell", + "email": "taylor@laravel.com" } ], - "description": "Sends your logs to files, sockets, inboxes, databases and various web services", - "homepage": "http://github.com/Seldaek/monolog", - "keywords": [ - "log", - "logging", - "psr-3" - ], + "description": "The Illuminate Contracts package.", + "homepage": "https://laravel.com", "support": { - "issues": "https://github.com/Seldaek/monolog/issues", - "source": "https://github.com/Seldaek/monolog/tree/1.27.0" + "issues": "https://github.com/laravel/framework/issues", + "source": "https://github.com/laravel/framework" }, - "funding": [ - { - "url": "https://github.com/Seldaek", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/monolog/monolog", - "type": "tidelift" - } - ], - "time": "2022-03-13T20:29:46+00:00" + "time": "2019-07-30T13:57:21+00:00" }, { - "name": "nesbot/carbon", - "version": "2.58.0", + "name": "illuminate/database", + "version": "5.8.x-dev", "source": { "type": "git", - "url": "https://github.com/briannesbitt/Carbon.git", - "reference": "97a34af22bde8d0ac20ab34b29d7bfe360902055" + "url": "https://github.com/illuminate/database.git", + "reference": "ac9ae2d82b8a6137400f17b3eea258be3518daa9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/97a34af22bde8d0ac20ab34b29d7bfe360902055", - "reference": "97a34af22bde8d0ac20ab34b29d7bfe360902055", + "url": "https://api.github.com/repos/illuminate/database/zipball/ac9ae2d82b8a6137400f17b3eea258be3518daa9", + "reference": "ac9ae2d82b8a6137400f17b3eea258be3518daa9", "shasum": "" }, "require": { "ext-json": "*", - "php": "^7.1.8 || ^8.0", - "symfony/polyfill-mbstring": "^1.0", - "symfony/polyfill-php80": "^1.16", - "symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0" + "illuminate/container": "5.8.*", + "illuminate/contracts": "5.8.*", + "illuminate/support": "5.8.*", + "php": "^7.1.3" }, - "require-dev": { - "doctrine/dbal": "^2.0 || ^3.0", - "doctrine/orm": "^2.7", - "friendsofphp/php-cs-fixer": "^3.0", - "kylekatarnls/multi-tester": "^2.0", - "phpmd/phpmd": "^2.9", - "phpstan/extension-installer": "^1.0", - "phpstan/phpstan": "^0.12.54 || ^1.0", - "phpunit/php-file-iterator": "^2.0.5", - "phpunit/phpunit": "^7.5.20 || ^8.5.23", - "squizlabs/php_codesniffer": "^3.4" + "suggest": { + "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).", + "fzaninotto/faker": "Required to use the eloquent factory builder (^1.4).", + "illuminate/console": "Required to use the database commands (5.8.*).", + "illuminate/events": "Required to use the observers with Eloquent (5.8.*).", + "illuminate/filesystem": "Required to use the migrations (5.8.*).", + "illuminate/pagination": "Required to paginate the result set (5.8.*)." }, - "bin": [ - "bin/carbon" - ], "type": "library", "extra": { "branch-alias": { - "dev-3.x": "3.x-dev", - "dev-master": "2.x-dev" - }, - "laravel": { - "providers": [ - "Carbon\\Laravel\\ServiceProvider" - ] - }, - "phpstan": { - "includes": [ - "extension.neon" - ] + "dev-master": "5.8-dev" } }, "autoload": { "psr-4": { - "Carbon\\": "src/Carbon/" + "Illuminate\\Database\\": "" } }, "notification-url": "https://packagist.org/downloads/", @@ -1821,122 +1782,104 @@ ], "authors": [ { - "name": "Brian Nesbitt", - "email": "brian@nesbot.com", - "homepage": "https://markido.com" - }, - { - "name": "kylekatarnls", - "homepage": "https://github.com/kylekatarnls" + "name": "Taylor Otwell", + "email": "taylor@laravel.com" } ], - "description": "An API extension for DateTime that supports 281 different languages.", - "homepage": "https://carbon.nesbot.com", + "description": "The Illuminate Database package.", + "homepage": "https://laravel.com", "keywords": [ - "date", - "datetime", - "time" + "database", + "laravel", + "orm", + "sql" ], "support": { - "docs": "https://carbon.nesbot.com/docs", - "issues": "https://github.com/briannesbitt/Carbon/issues", - "source": "https://github.com/briannesbitt/Carbon" + "issues": "https://github.com/laravel/framework/issues", + "source": "https://github.com/laravel/framework" }, - "funding": [ - { - "url": "https://opencollective.com/Carbon", - "type": "open_collective" - }, - { - "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon", - "type": "tidelift" - } - ], - "time": "2022-04-25T19:31:17+00:00" + "time": "2019-10-03T16:22:57+00:00" }, { - "name": "nikic/fast-route", - "version": "v1.3.0", + "name": "illuminate/encryption", + "version": "5.8.x-dev", "source": { "type": "git", - "url": "https://github.com/nikic/FastRoute.git", - "reference": "181d480e08d9476e61381e04a71b34dc0432e812" + "url": "https://github.com/illuminate/encryption.git", + "reference": "135c631bab0e0a8b9535b5750687e0a867c85193" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812", - "reference": "181d480e08d9476e61381e04a71b34dc0432e812", + "url": "https://api.github.com/repos/illuminate/encryption/zipball/135c631bab0e0a8b9535b5750687e0a867c85193", + "reference": "135c631bab0e0a8b9535b5750687e0a867c85193", "shasum": "" }, "require": { - "php": ">=5.4.0" - }, - "require-dev": { - "phpunit/phpunit": "^4.8.35|~5.7" + "ext-json": "*", + "ext-mbstring": "*", + "ext-openssl": "*", + "illuminate/contracts": "5.8.*", + "illuminate/support": "5.8.*", + "php": "^7.1.3" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.8-dev" + } + }, "autoload": { - "files": [ - "src/functions.php" - ], "psr-4": { - "FastRoute\\": "src/" + "Illuminate\\Encryption\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Nikita Popov", - "email": "nikic@php.net" + "name": "Taylor Otwell", + "email": "taylor@laravel.com" } ], - "description": "Fast request router for PHP", - "keywords": [ - "router", - "routing" - ], + "description": "The Illuminate Encryption package.", + "homepage": "https://laravel.com", "support": { - "issues": "https://github.com/nikic/FastRoute/issues", - "source": "https://github.com/nikic/FastRoute/tree/master" + "issues": "https://github.com/laravel/framework/issues", + "source": "https://github.com/laravel/framework" }, - "time": "2018-02-13T20:26:39+00:00" + "time": "2019-06-11T14:00:26+00:00" }, { - "name": "opis/closure", - "version": "3.6.3", + "name": "illuminate/events", + "version": "5.8.x-dev", "source": { "type": "git", - "url": "https://github.com/opis/closure.git", - "reference": "3d81e4309d2a927abbe66df935f4bb60082805ad" + "url": "https://github.com/illuminate/events.git", + "reference": "a85d7c273bc4e3357000c5fc4812374598515de3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/opis/closure/zipball/3d81e4309d2a927abbe66df935f4bb60082805ad", - "reference": "3d81e4309d2a927abbe66df935f4bb60082805ad", + "url": "https://api.github.com/repos/illuminate/events/zipball/a85d7c273bc4e3357000c5fc4812374598515de3", + "reference": "a85d7c273bc4e3357000c5fc4812374598515de3", "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" + "illuminate/container": "5.8.*", + "illuminate/contracts": "5.8.*", + "illuminate/support": "5.8.*", + "php": "^7.1.3" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.6.x-dev" + "dev-master": "5.8-dev" } }, "autoload": { - "files": [ - "functions.php" - ], "psr-4": { - "Opis\\Closure\\": "src/" + "Illuminate\\Events\\": "" } }, "notification-url": "https://packagist.org/downloads/", @@ -1945,552 +1888,1064 @@ ], "authors": [ { - "name": "Marius Sarca", - "email": "marius.sarca@gmail.com" - }, - { - "name": "Sorin Sarca", - "email": "sarca_sorin@hotmail.com" + "name": "Taylor Otwell", + "email": "taylor@laravel.com" } ], - "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" - ], + "description": "The Illuminate Events package.", + "homepage": "https://laravel.com", "support": { - "issues": "https://github.com/opis/closure/issues", - "source": "https://github.com/opis/closure/tree/3.6.3" + "issues": "https://github.com/laravel/framework/issues", + "source": "https://github.com/laravel/framework" }, - "time": "2022-01-27T09:35:39+00:00" + "time": "2019-02-18T18:37:54+00:00" }, { - "name": "pear-pear.horde.org/Horde_Crypt_Blowfish", - "version": "1.1.3", - "dist": { - "type": "file", - "url": "https://pear.horde.org/get/Horde_Crypt_Blowfish-1.1.3.tgz" - }, - "require": { - "pear-pear.horde.org/horde_exception": "<3.0.0.0", - "pear-pear.horde.org/horde_support": "<3.0.0.0", - "php": "<8.0.0.0" - }, - "replace": { - "pear-horde/horde_crypt_blowfish": "== 1.1.3.0" - }, - "type": "pear-library", - "autoload": { - "classmap": [ - "" - ] + "name": "illuminate/filesystem", + "version": "5.8.x-dev", + "source": { + "type": "git", + "url": "https://github.com/illuminate/filesystem.git", + "reference": "494ba903402d64ec49c8d869ab61791db34b2288" }, - "include-path": [ - "/" - ], - "license": [ - "LGPL-2.1" - ], - "description": "A library that provides blowfish encryption/decryption for PHP string data." - }, - { - "name": "pear-pear.horde.org/Horde_Exception", - "version": "2.0.8", "dist": { - "type": "file", - "url": "https://pear.horde.org/get/Horde_Exception-2.0.8.tgz" + "type": "zip", + "url": "https://api.github.com/repos/illuminate/filesystem/zipball/494ba903402d64ec49c8d869ab61791db34b2288", + "reference": "494ba903402d64ec49c8d869ab61791db34b2288", + "shasum": "" }, "require": { - "pear-pear.horde.org/horde_translation": "<3.0.0.0", - "php": "<8.0.0.0" + "illuminate/contracts": "5.8.*", + "illuminate/support": "5.8.*", + "php": "^7.1.3", + "symfony/finder": "^4.2" }, - "replace": { - "pear-horde/horde_exception": "== 2.0.8.0" + "suggest": { + "league/flysystem": "Required to use the Flysystem local and FTP drivers (^1.0).", + "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).", + "league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).", + "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (^1.0).", + "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0)." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.8-dev" + } }, - "type": "pear-library", "autoload": { - "classmap": [ - "" - ] + "psr-4": { + "Illuminate\\Filesystem\\": "" + } }, - "include-path": [ - "/" - ], + "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1" + "MIT" + ], + "authors": [ + { + "name": "Taylor Otwell", + "email": "taylor@laravel.com" + } ], - "description": "This class provides the default exception handlers for the Horde Application Framework." + "description": "The Illuminate Filesystem package.", + "homepage": "https://laravel.com", + "support": { + "issues": "https://github.com/laravel/framework/issues", + "source": "https://github.com/laravel/framework" + }, + "time": "2019-08-14T13:38:15+00:00" }, { - "name": "pear-pear.horde.org/Horde_Idna", - "version": "1.1.2", + "name": "illuminate/hashing", + "version": "5.8.x-dev", + "source": { + "type": "git", + "url": "https://github.com/illuminate/hashing.git", + "reference": "56a9f294d9615bbbb14e2093fb0537388952cc2c" + }, "dist": { - "type": "file", - "url": "https://pear.horde.org/get/Horde_Idna-1.1.2.tgz" + "type": "zip", + "url": "https://api.github.com/repos/illuminate/hashing/zipball/56a9f294d9615bbbb14e2093fb0537388952cc2c", + "reference": "56a9f294d9615bbbb14e2093fb0537388952cc2c", + "shasum": "" }, "require": { - "pear-pear.horde.org/horde_exception": "<3.0.0.0", - "pear-pear.horde.org/horde_util": "<3.0.0.0", - "php": "<8.0.0.0" + "illuminate/contracts": "5.8.*", + "illuminate/support": "5.8.*", + "php": "^7.1.3" }, - "replace": { - "pear-horde/horde_idna": "== 1.1.2.0" + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.8-dev" + } }, - "type": "pear-library", "autoload": { - "classmap": [ - "" - ] + "psr-4": { + "Illuminate\\Hashing\\": "" + } }, - "include-path": [ - "/" - ], + "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-2-Clause" + "MIT" + ], + "authors": [ + { + "name": "Taylor Otwell", + "email": "taylor@laravel.com" + } ], - "description": "A library that wraps various backends providing IDNA (Internationalized Domain Names in Applications) support." + "description": "The Illuminate Hashing package.", + "homepage": "https://laravel.com", + "support": { + "issues": "https://github.com/laravel/framework/issues", + "source": "https://github.com/laravel/framework" + }, + "time": "2019-02-18T18:37:54+00:00" }, { - "name": "pear-pear.horde.org/Horde_Imap_Client", - "version": "2.30.4", + "name": "illuminate/http", + "version": "5.8.x-dev", + "source": { + "type": "git", + "url": "https://github.com/illuminate/http.git", + "reference": "cd0f549611de16b323af88478b441e4d52ceef40" + }, "dist": { - "type": "file", - "url": "https://pear.horde.org/get/Horde_Imap_Client-2.30.4.tgz" + "type": "zip", + "url": "https://api.github.com/repos/illuminate/http/zipball/cd0f549611de16b323af88478b441e4d52ceef40", + "reference": "cd0f549611de16b323af88478b441e4d52ceef40", + "shasum": "" }, "require": { - "ext-hash": "*", "ext-json": "*", - "pear-pear.horde.org/horde_exception": "<3.0.0.0", - "pear-pear.horde.org/horde_mail": "<3.0.0.0", - "pear-pear.horde.org/horde_mime": "<3.0.0.0", - "pear-pear.horde.org/horde_secret": "<3.0.0.0", - "pear-pear.horde.org/horde_socket_client": "<3.0.0.0", - "pear-pear.horde.org/horde_stream": "<2.0.0.0", - "pear-pear.horde.org/horde_stream_filter": "<3.0.0.0", - "pear-pear.horde.org/horde_translation": "<3.0.0.0", - "pear-pear.horde.org/horde_util": "<3.0.0.0", - "php": "<8.0.0.0" + "illuminate/session": "5.8.*", + "illuminate/support": "5.8.*", + "php": "^7.1.3", + "symfony/http-foundation": "^4.2", + "symfony/http-kernel": "^4.2" }, - "replace": { - "pear-horde/horde_imap_client": "== 2.30.4.0" + "suggest": { + "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image()." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.8-dev" + } }, - "type": "pear-library", "autoload": { - "classmap": [ - "" - ] + "psr-4": { + "Illuminate\\Http\\": "" + } }, - "include-path": [ - "/" - ], + "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1" + "MIT" + ], + "authors": [ + { + "name": "Taylor Otwell", + "email": "taylor@laravel.com" + } ], - "description": "A library to access IMAP4rev1 (RFC 3501) mail servers. Also supports connections to POP3 (STD 53/RFC 1939)." + "description": "The Illuminate Http package.", + "homepage": "https://laravel.com", + "support": { + "issues": "https://github.com/laravel/framework/issues", + "source": "https://github.com/laravel/framework" + }, + "time": "2019-09-03T16:36:47+00:00" }, { - "name": "pear-pear.horde.org/Horde_ListHeaders", - "version": "1.2.5", + "name": "illuminate/log", + "version": "5.8.x-dev", + "source": { + "type": "git", + "url": "https://github.com/illuminate/log.git", + "reference": "1d23931e0ff74fa461fc44dc1594c66f8f6ad36b" + }, "dist": { - "type": "file", - "url": "https://pear.horde.org/get/Horde_ListHeaders-1.2.5.tgz" + "type": "zip", + "url": "https://api.github.com/repos/illuminate/log/zipball/1d23931e0ff74fa461fc44dc1594c66f8f6ad36b", + "reference": "1d23931e0ff74fa461fc44dc1594c66f8f6ad36b", + "shasum": "" }, "require": { - "pear-pear.horde.org/horde_mail": "<3.0.0.0", - "pear-pear.horde.org/horde_translation": "<3.0.0.0", - "pear-pear.horde.org/horde_util": "<3.0.0.0", - "php": "<8.0.0.0" + "illuminate/contracts": "5.8.*", + "illuminate/support": "5.8.*", + "monolog/monolog": "^1.12", + "php": "^7.1.3" }, - "replace": { - "pear-horde/horde_listheaders": "== 1.2.5.0" + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.8-dev" + } }, - "type": "pear-library", "autoload": { - "classmap": [ - "" - ] + "psr-4": { + "Illuminate\\Log\\": "" + } }, - "include-path": [ - "/" - ], + "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1" + "MIT" ], - "description": "The Horde_ListHeaders library parses Mailing List Headers as defined in RFC 2369 & RFC 2919." - }, - { - "name": "pear-pear.horde.org/Horde_Mail", - "version": "2.6.5", - "dist": { - "type": "file", - "url": "https://pear.horde.org/get/Horde_Mail-2.6.5.tgz" - }, - "require": { - "pear-pear.horde.org/horde_exception": "<3.0.0.0", - "pear-pear.horde.org/horde_idna": "<2.0.0.0", - "pear-pear.horde.org/horde_mime": "<3.0.0.0", - "pear-pear.horde.org/horde_stream_filter": "<3.0.0.0", - "pear-pear.horde.org/horde_translation": "<3.0.0.0", - "pear-pear.horde.org/horde_util": "<3.0.0.0", - "php": "<8.0.0.0" - }, - "replace": { - "pear-horde/horde_mail": "== 2.6.5.0" - }, - "type": "pear-library", - "autoload": { - "classmap": [ - "" - ] - }, - "include-path": [ - "/" - ], - "license": [ - "BSD-2-Clause" + "authors": [ + { + "name": "Taylor Otwell", + "email": "taylor@laravel.com" + } ], - "description": "Provides interfaces for sending e-mail messages and parsing e-mail addresses." + "description": "The Illuminate Log package.", + "homepage": "https://laravel.com", + "support": { + "issues": "https://github.com/laravel/framework/issues", + "source": "https://github.com/laravel/framework" + }, + "time": "2019-09-03T12:41:07+00:00" }, { - "name": "pear-pear.horde.org/Horde_Mime", - "version": "2.11.1", + "name": "illuminate/pagination", + "version": "5.8.x-dev", + "source": { + "type": "git", + "url": "https://github.com/illuminate/pagination.git", + "reference": "391134bc87a47b3dfe5cf60df73e5e0080aec220" + }, "dist": { - "type": "file", - "url": "https://pear.horde.org/get/Horde_Mime-2.11.1.tgz" + "type": "zip", + "url": "https://api.github.com/repos/illuminate/pagination/zipball/391134bc87a47b3dfe5cf60df73e5e0080aec220", + "reference": "391134bc87a47b3dfe5cf60df73e5e0080aec220", + "shasum": "" }, "require": { - "pear-pear.horde.org/horde_exception": "<3.0.0.0", - "pear-pear.horde.org/horde_listheaders": "<2.0.0.0", - "pear-pear.horde.org/horde_mail": "<3.0.0.0", - "pear-pear.horde.org/horde_stream": "<2.0.0.0", - "pear-pear.horde.org/horde_stream_filter": "<3.0.0.0", - "pear-pear.horde.org/horde_support": "<3.0.0.0", - "pear-pear.horde.org/horde_text_flowed": "<3.0.0.0", - "pear-pear.horde.org/horde_translation": "<3.0.0.0", - "pear-pear.horde.org/horde_util": "<3.0.0.0", - "php": "<8.0.0.0" + "ext-json": "*", + "illuminate/contracts": "5.8.*", + "illuminate/support": "5.8.*", + "php": "^7.1.3" }, - "replace": { - "pear-horde/horde_mime": "== 2.11.1.0" + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.8-dev" + } }, - "type": "pear-library", "autoload": { - "classmap": [ - "" - ] + "psr-4": { + "Illuminate\\Pagination\\": "" + } }, - "include-path": [ - "/" - ], + "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1" + "MIT" + ], + "authors": [ + { + "name": "Taylor Otwell", + "email": "taylor@laravel.com" + } ], - "description": "A library that provides methods for dealing with Multipurpose Internet Mail Extensions (MIME) features (RFC 2045/2046/2047)." + "description": "The Illuminate Pagination package.", + "homepage": "https://laravel.com", + "support": { + "issues": "https://github.com/laravel/framework/issues", + "source": "https://github.com/laravel/framework" + }, + "time": "2019-03-18T14:45:00+00:00" }, { - "name": "pear-pear.horde.org/Horde_Secret", - "version": "2.0.6", + "name": "illuminate/pipeline", + "version": "5.8.x-dev", + "source": { + "type": "git", + "url": "https://github.com/illuminate/pipeline.git", + "reference": "9e81b335d853ddd633a86a7f7e3fceed3b14f3d7" + }, "dist": { - "type": "file", - "url": "https://pear.horde.org/get/Horde_Secret-2.0.6.tgz" + "type": "zip", + "url": "https://api.github.com/repos/illuminate/pipeline/zipball/9e81b335d853ddd633a86a7f7e3fceed3b14f3d7", + "reference": "9e81b335d853ddd633a86a7f7e3fceed3b14f3d7", + "shasum": "" }, "require": { - "ext-hash": "*", - "pear-pear.horde.org/horde_crypt_blowfish": "<2.0.0.0", - "pear-pear.horde.org/horde_exception": "<3.0.0.0", - "pear-pear.horde.org/horde_support": "<3.0.0.0", - "php": "<8.0.0.0" + "illuminate/contracts": "5.8.*", + "illuminate/support": "5.8.*", + "php": "^7.1.3" }, - "replace": { - "pear-horde/horde_secret": "== 2.0.6.0" + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.8-dev" + } }, - "type": "pear-library", "autoload": { - "classmap": [ - "" - ] + "psr-4": { + "Illuminate\\Pipeline\\": "" + } }, - "include-path": [ - "/" - ], + "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1" + "MIT" ], - "description": "An API for encrypting and decrypting small pieces of data with the use of a shared key." + "authors": [ + { + "name": "Taylor Otwell", + "email": "taylor@laravel.com" + } + ], + "description": "The Illuminate Pipeline package.", + "homepage": "https://laravel.com", + "support": { + "issues": "https://github.com/laravel/framework/issues", + "source": "https://github.com/laravel/framework" + }, + "time": "2019-02-25T10:08:47+00:00" }, { - "name": "pear-pear.horde.org/Horde_Smtp", - "version": "1.9.6", + "name": "illuminate/queue", + "version": "5.8.x-dev", + "source": { + "type": "git", + "url": "https://github.com/illuminate/queue.git", + "reference": "36559f77916c16643bc614765db1e840d7bd9a00" + }, "dist": { - "type": "file", - "url": "https://pear.horde.org/get/Horde_Smtp-1.9.6.tgz" + "type": "zip", + "url": "https://api.github.com/repos/illuminate/queue/zipball/36559f77916c16643bc614765db1e840d7bd9a00", + "reference": "36559f77916c16643bc614765db1e840d7bd9a00", + "shasum": "" }, "require": { - "pear-pear.horde.org/horde_exception": "<3.0.0.0", - "pear-pear.horde.org/horde_mail": "<3.0.0.0", - "pear-pear.horde.org/horde_socket_client": "<3.0.0.0", - "pear-pear.horde.org/horde_support": "<3.0.0.0", - "pear-pear.horde.org/horde_translation": "<3.0.0.0", - "pear-pear.horde.org/horde_util": "<3.0.0.0", - "php": "<8.0.0.0" + "ext-json": "*", + "illuminate/console": "5.8.*", + "illuminate/container": "5.8.*", + "illuminate/contracts": "5.8.*", + "illuminate/database": "5.8.*", + "illuminate/filesystem": "5.8.*", + "illuminate/support": "5.8.*", + "opis/closure": "^3.1", + "php": "^7.1.3", + "symfony/debug": "^4.2", + "symfony/process": "^4.2" }, - "replace": { - "pear-horde/horde_smtp": "== 1.9.6.0" + "suggest": { + "aws/aws-sdk-php": "Required to use the SQS queue driver (^3.0).", + "ext-pcntl": "Required to use all features of the queue worker.", + "ext-posix": "Required to use all features of the queue worker.", + "illuminate/redis": "Required to use the Redis queue driver (5.8.*).", + "pda/pheanstalk": "Required to use the Beanstalk queue driver (^4.0)." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.8-dev" + } }, - "type": "pear-library", "autoload": { - "classmap": [ - "" - ] + "psr-4": { + "Illuminate\\Queue\\": "" + } }, - "include-path": [ - "/" - ], + "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1" + "MIT" ], - "description": "A library for connecting to a SMTP (RFC 5321) server to send e-mail messages." + "authors": [ + { + "name": "Taylor Otwell", + "email": "taylor@laravel.com" + } + ], + "description": "The Illuminate Queue package.", + "homepage": "https://laravel.com", + "support": { + "issues": "https://github.com/laravel/framework/issues", + "source": "https://github.com/laravel/framework" + }, + "time": "2019-08-26T03:26:42+00:00" }, { - "name": "pear-pear.horde.org/Horde_Socket_Client", - "version": "2.1.4", + "name": "illuminate/session", + "version": "5.8.x-dev", + "source": { + "type": "git", + "url": "https://github.com/illuminate/session.git", + "reference": "087d360f7b9d75bc964280b890c2f2fe8efaf71f" + }, "dist": { - "type": "file", - "url": "https://pear.horde.org/get/Horde_Socket_Client-2.1.4.tgz" + "type": "zip", + "url": "https://api.github.com/repos/illuminate/session/zipball/087d360f7b9d75bc964280b890c2f2fe8efaf71f", + "reference": "087d360f7b9d75bc964280b890c2f2fe8efaf71f", + "shasum": "" }, "require": { - "pear-pear.horde.org/horde_exception": "<3.0.0.0", - "php": "<8.0.0.0" + "ext-json": "*", + "illuminate/contracts": "5.8.*", + "illuminate/filesystem": "5.8.*", + "illuminate/support": "5.8.*", + "php": "^7.1.3", + "symfony/finder": "^4.2", + "symfony/http-foundation": "^4.2" }, - "replace": { - "pear-horde/horde_socket_client": "== 2.1.4.0" + "suggest": { + "illuminate/console": "Required to use the session:table command (5.8.*)." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.8-dev" + } }, - "type": "pear-library", "autoload": { - "classmap": [ - "" - ] + "psr-4": { + "Illuminate\\Session\\": "" + } }, - "include-path": [ - "/" - ], + "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1" + "MIT" ], - "description": "A library that provides an abstract PHP network socket client." + "authors": [ + { + "name": "Taylor Otwell", + "email": "taylor@laravel.com" + } + ], + "description": "The Illuminate Session package.", + "homepage": "https://laravel.com", + "support": { + "issues": "https://github.com/laravel/framework/issues", + "source": "https://github.com/laravel/framework" + }, + "time": "2019-07-08T13:48:55+00:00" }, { - "name": "pear-pear.horde.org/Horde_Stream", - "version": "1.6.3", + "name": "illuminate/support", + "version": "5.8.x-dev", + "source": { + "type": "git", + "url": "https://github.com/illuminate/support.git", + "reference": "df4af6a32908f1d89d74348624b57e3233eea247" + }, "dist": { - "type": "file", - "url": "https://pear.horde.org/get/Horde_Stream-1.6.3.tgz" + "type": "zip", + "url": "https://api.github.com/repos/illuminate/support/zipball/df4af6a32908f1d89d74348624b57e3233eea247", + "reference": "df4af6a32908f1d89d74348624b57e3233eea247", + "shasum": "" }, "require": { - "pear-pear.horde.org/horde_exception": "<3.0.0.0", - "php": "<8.0.0.0" + "doctrine/inflector": "^1.1", + "ext-json": "*", + "ext-mbstring": "*", + "illuminate/contracts": "5.8.*", + "nesbot/carbon": "^1.26.3 || ^2.0", + "php": "^7.1.3" }, - "replace": { - "pear-horde/horde_stream": "== 1.6.3.0" + "conflict": { + "tightenco/collect": "<5.5.33" + }, + "suggest": { + "illuminate/filesystem": "Required to use the composer class (5.8.*).", + "moontoast/math": "Required to use ordered UUIDs (^1.1).", + "ramsey/uuid": "Required to use Str::uuid() (^3.7).", + "symfony/process": "Required to use the composer class (^4.2).", + "symfony/var-dumper": "Required to use the dd function (^4.2).", + "vlucas/phpdotenv": "Required to use the env helper (^3.3)." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.8-dev" + } }, - "type": "pear-library", "autoload": { - "classmap": [ - "" - ] + "files": [ + "helpers.php" + ], + "psr-4": { + "Illuminate\\Support\\": "" + } }, - "include-path": [ - "/" - ], + "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1" + "MIT" + ], + "authors": [ + { + "name": "Taylor Otwell", + "email": "taylor@laravel.com" + } + ], + "description": "The Illuminate Support package.", + "homepage": "https://laravel.com", + "support": { + "issues": "https://github.com/laravel/framework/issues", + "source": "https://github.com/laravel/framework" + }, + "time": "2019-12-12T14:16:47+00:00" + }, + { + "name": "illuminate/translation", + "version": "5.8.x-dev", + "source": { + "type": "git", + "url": "https://github.com/illuminate/translation.git", + "reference": "a23986a9ae77013046426bbeb4fe9a29e2527f76" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/illuminate/translation/zipball/a23986a9ae77013046426bbeb4fe9a29e2527f76", + "reference": "a23986a9ae77013046426bbeb4fe9a29e2527f76", + "shasum": "" + }, + "require": { + "ext-json": "*", + "illuminate/contracts": "5.8.*", + "illuminate/filesystem": "5.8.*", + "illuminate/support": "5.8.*", + "php": "^7.1.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.8-dev" + } + }, + "autoload": { + "psr-4": { + "Illuminate\\Translation\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Taylor Otwell", + "email": "taylor@laravel.com" + } + ], + "description": "The Illuminate Translation package.", + "homepage": "https://laravel.com", + "support": { + "issues": "https://github.com/laravel/framework/issues", + "source": "https://github.com/laravel/framework" + }, + "time": "2019-06-04T14:33:55+00:00" + }, + { + "name": "illuminate/validation", + "version": "5.8.x-dev", + "source": { + "type": "git", + "url": "https://github.com/illuminate/validation.git", + "reference": "74e13a98299bbc3c48c5131a9239b9ad499a4efe" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/illuminate/validation/zipball/74e13a98299bbc3c48c5131a9239b9ad499a4efe", + "reference": "74e13a98299bbc3c48c5131a9239b9ad499a4efe", + "shasum": "" + }, + "require": { + "egulias/email-validator": "^2.0", + "ext-json": "*", + "illuminate/container": "5.8.*", + "illuminate/contracts": "5.8.*", + "illuminate/support": "5.8.*", + "illuminate/translation": "5.8.*", + "php": "^7.1.3", + "symfony/http-foundation": "^4.2" + }, + "suggest": { + "illuminate/database": "Required to use the database presence verifier (5.8.*)." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.8-dev" + } + }, + "autoload": { + "psr-4": { + "Illuminate\\Validation\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Taylor Otwell", + "email": "taylor@laravel.com" + } + ], + "description": "The Illuminate Validation package.", + "homepage": "https://laravel.com", + "support": { + "issues": "https://github.com/laravel/framework/issues", + "source": "https://github.com/laravel/framework" + }, + "time": "2019-10-24T16:01:23+00:00" + }, + { + "name": "illuminate/view", + "version": "5.8.x-dev", + "source": { + "type": "git", + "url": "https://github.com/illuminate/view.git", + "reference": "c859919bc3be97a3f114377d5d812f047b8ea90d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/illuminate/view/zipball/c859919bc3be97a3f114377d5d812f047b8ea90d", + "reference": "c859919bc3be97a3f114377d5d812f047b8ea90d", + "shasum": "" + }, + "require": { + "ext-json": "*", + "illuminate/container": "5.8.*", + "illuminate/contracts": "5.8.*", + "illuminate/events": "5.8.*", + "illuminate/filesystem": "5.8.*", + "illuminate/support": "5.8.*", + "php": "^7.1.3", + "symfony/debug": "^4.2" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.8-dev" + } + }, + "autoload": { + "psr-4": { + "Illuminate\\View\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Taylor Otwell", + "email": "taylor@laravel.com" + } + ], + "description": "The Illuminate View package.", + "homepage": "https://laravel.com", + "support": { + "issues": "https://github.com/laravel/framework/issues", + "source": "https://github.com/laravel/framework" + }, + "time": "2019-06-20T13:13:59+00:00" + }, + { + "name": "laravel/lumen-framework", + "version": "5.8.x-dev", + "source": { + "type": "git", + "url": "https://github.com/laravel/lumen-framework.git", + "reference": "29099ca7a77cd9efa935070766e9a967b7c70da4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel/lumen-framework/zipball/29099ca7a77cd9efa935070766e9a967b7c70da4", + "reference": "29099ca7a77cd9efa935070766e9a967b7c70da4", + "shasum": "" + }, + "require": { + "dragonmantank/cron-expression": "^2.0", + "illuminate/auth": "5.8.*", + "illuminate/broadcasting": "5.8.*", + "illuminate/bus": "5.8.*", + "illuminate/cache": "5.8.*", + "illuminate/config": "5.8.*", + "illuminate/container": "5.8.*", + "illuminate/contracts": "5.8.*", + "illuminate/database": "5.8.*", + "illuminate/encryption": "5.8.*", + "illuminate/events": "5.8.*", + "illuminate/filesystem": "5.8.*", + "illuminate/hashing": "5.8.*", + "illuminate/http": "5.8.*", + "illuminate/log": "5.8.*", + "illuminate/pagination": "5.8.*", + "illuminate/pipeline": "5.8.*", + "illuminate/queue": "5.8.*", + "illuminate/support": "5.8.*", + "illuminate/translation": "5.8.*", + "illuminate/validation": "5.8.*", + "illuminate/view": "5.8.*", + "nikic/fast-route": "^1.3", + "php": "^7.1.3", + "symfony/http-foundation": "^4.2", + "symfony/http-kernel": "^4.2", + "symfony/var-dumper": "^4.2", + "vlucas/phpdotenv": "^3.3" + }, + "require-dev": { + "mockery/mockery": "^1.0", + "phpunit/phpunit": "^7.0|^8.0" + }, + "suggest": { + "laravel/tinker": "Required to use the tinker console command (^1.0)." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.8-dev" + } + }, + "autoload": { + "files": [ + "src/helpers.php" + ], + "psr-4": { + "Laravel\\Lumen\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Taylor Otwell", + "email": "taylorotwell@gmail.com" + } + ], + "description": "The Laravel Lumen Framework.", + "homepage": "https://lumen.laravel.com", + "keywords": [ + "framework", + "laravel", + "lumen" + ], + "support": { + "issues": "https://github.com/laravel/lumen-framework/issues", + "source": "https://github.com/laravel/lumen-framework" + }, + "time": "2019-12-02T14:37:17+00:00" + }, + { + "name": "monolog/monolog", + "version": "1.x-dev", + "source": { + "type": "git", + "url": "https://github.com/Seldaek/monolog.git", + "reference": "52ebd235c1f7e0d5e1b16464b695a28335f8e44a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/52ebd235c1f7e0d5e1b16464b695a28335f8e44a", + "reference": "52ebd235c1f7e0d5e1b16464b695a28335f8e44a", + "shasum": "" + }, + "require": { + "php": ">=5.3.0", + "psr/log": "~1.0" + }, + "provide": { + "psr/log-implementation": "1.0.0" + }, + "require-dev": { + "aws/aws-sdk-php": "^2.4.9 || ^3.0", + "doctrine/couchdb": "~1.0@dev", + "graylog2/gelf-php": "~1.0", + "php-amqplib/php-amqplib": "~2.4", + "php-console/php-console": "^3.1.3", + "phpstan/phpstan": "^0.12.59", + "phpunit/phpunit": "~4.5", + "ruflin/elastica": ">=0.90 <3.0", + "sentry/sentry": "^0.13", + "swiftmailer/swiftmailer": "^5.3|^6.0" + }, + "suggest": { + "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", + "doctrine/couchdb": "Allow sending log messages to a CouchDB server", + "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", + "ext-mongo": "Allow sending log messages to a MongoDB server", + "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", + "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", + "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", + "php-console/php-console": "Allow sending log messages to Google Chrome", + "rollbar/rollbar": "Allow sending log messages to Rollbar", + "ruflin/elastica": "Allow sending log messages to an Elastic Search server", + "sentry/sentry": "Allow sending log messages to a Sentry server" + }, + "type": "library", + "autoload": { + "psr-4": { + "Monolog\\": "src/Monolog" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" + } + ], + "description": "Sends your logs to files, sockets, inboxes, databases and various web services", + "homepage": "http://github.com/Seldaek/monolog", + "keywords": [ + "log", + "logging", + "psr-3" + ], + "support": { + "issues": "https://github.com/Seldaek/monolog/issues", + "source": "https://github.com/Seldaek/monolog/tree/1.27.0" + }, + "funding": [ + { + "url": "https://github.com/Seldaek", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/monolog/monolog", + "type": "tidelift" + } ], - "description": "An object-oriented interface to assist in creating and storing PHP stream resources, and to provide utility methods to access and manipulate the stream contents." + "time": "2022-03-13T20:29:46+00:00" }, { - "name": "pear-pear.horde.org/Horde_Stream_Filter", - "version": "2.0.4", + "name": "nesbot/carbon", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/briannesbitt/Carbon.git", + "reference": "97a34af22bde8d0ac20ab34b29d7bfe360902055" + }, "dist": { - "type": "file", - "url": "https://pear.horde.org/get/Horde_Stream_Filter-2.0.4.tgz" + "type": "zip", + "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/97a34af22bde8d0ac20ab34b29d7bfe360902055", + "reference": "97a34af22bde8d0ac20ab34b29d7bfe360902055", + "shasum": "" }, "require": { - "php": "<8.0.0.0" - }, - "replace": { - "pear-horde/horde_stream_filter": "== 2.0.4.0" + "ext-json": "*", + "php": "^7.1.8 || ^8.0", + "symfony/polyfill-mbstring": "^1.0", + "symfony/polyfill-php80": "^1.16", + "symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0" }, - "type": "pear-library", - "autoload": { - "classmap": [ - "" - ] + "require-dev": { + "doctrine/dbal": "^2.0 || ^3.0", + "doctrine/orm": "^2.7", + "friendsofphp/php-cs-fixer": "^3.0", + "kylekatarnls/multi-tester": "^2.0", + "phpmd/phpmd": "^2.9", + "phpstan/extension-installer": "^1.0", + "phpstan/phpstan": "^0.12.54 || ^1.0", + "phpunit/php-file-iterator": "^2.0.5", + "phpunit/phpunit": "^7.5.20 || ^8.5.23", + "squizlabs/php_codesniffer": "^3.4" }, - "include-path": [ - "/" - ], - "license": [ - "LGPL-2.1" + "default-branch": true, + "bin": [ + "bin/carbon" ], - "description": "A collection of various stream filters." - }, - { - "name": "pear-pear.horde.org/Horde_Stream_Wrapper", - "version": "2.1.5", - "dist": { - "type": "file", - "url": "https://pear.horde.org/get/Horde_Stream_Wrapper-2.1.5.tgz" - }, - "require": { - "php": "<8.0.0.0" - }, - "replace": { - "pear-horde/horde_stream_wrapper": "== 2.1.5.0" + "type": "library", + "extra": { + "branch-alias": { + "dev-3.x": "3.x-dev", + "dev-master": "2.x-dev" + }, + "laravel": { + "providers": [ + "Carbon\\Laravel\\ServiceProvider" + ] + }, + "phpstan": { + "includes": [ + "extension.neon" + ] + } }, - "type": "pear-library", "autoload": { - "classmap": [ - "" - ] + "psr-4": { + "Carbon\\": "src/Carbon/" + } }, - "include-path": [ - "/" - ], + "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-2-Clause" + "MIT" ], - "description": "A library of stream wrappers." - }, - { - "name": "pear-pear.horde.org/Horde_Support", - "version": "2.2.1", - "dist": { - "type": "file", - "url": "https://pear.horde.org/get/Horde_Support-2.2.1.tgz" - }, - "require": { - "pear-pear.horde.org/horde_exception": "<3.0.0.0", - "pear-pear.horde.org/horde_stream_wrapper": "<3.0.0.0", - "pear-pear.horde.org/horde_util": "<3.0.0.0", - "php": "<8.0.0.0" - }, - "replace": { - "pear-horde/horde_support": "== 2.2.1.0" - }, - "type": "pear-library", - "autoload": { - "classmap": [ - "" - ] - }, - "include-path": [ - "/" + "authors": [ + { + "name": "Brian Nesbitt", + "email": "brian@nesbot.com", + "homepage": "https://markido.com" + }, + { + "name": "kylekatarnls", + "homepage": "https://github.com/kylekatarnls" + } ], - "license": [ - "BSD-2-Clause" + "description": "An API extension for DateTime that supports 281 different languages.", + "homepage": "https://carbon.nesbot.com", + "keywords": [ + "date", + "datetime", + "time" ], - "description": "Support library not tied to Horde but used by it." - }, - { - "name": "pear-pear.horde.org/Horde_Text_Flowed", - "version": "2.0.4", - "dist": { - "type": "file", - "url": "https://pear.horde.org/get/Horde_Text_Flowed-2.0.4.tgz" - }, - "require": { - "pear-pear.horde.org/horde_util": "<3.0.0.0", - "php": "<8.0.0.0" - }, - "replace": { - "pear-horde/horde_text_flowed": "== 2.0.4.0" - }, - "type": "pear-library", - "autoload": { - "classmap": [ - "" - ] + "support": { + "docs": "https://carbon.nesbot.com/docs", + "issues": "https://github.com/briannesbitt/Carbon/issues", + "source": "https://github.com/briannesbitt/Carbon" }, - "include-path": [ - "/" - ], - "license": [ - "LGPL-2.1" + "funding": [ + { + "url": "https://opencollective.com/Carbon", + "type": "open_collective" + }, + { + "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon", + "type": "tidelift" + } ], - "description": "A library that provides common methods for manipulating text using the encoding described in RFC 3676 ('flowed' text)." + "time": "2022-04-25T19:31:17+00:00" }, { - "name": "pear-pear.horde.org/Horde_Translation", - "version": "2.2.2", + "name": "nikic/fast-route", + "version": "v1.x-dev", + "source": { + "type": "git", + "url": "https://github.com/nikic/FastRoute.git", + "reference": "4012884e0b916e1bd895a5061d4abc3c99e283a4" + }, "dist": { - "type": "file", - "url": "https://pear.horde.org/get/Horde_Translation-2.2.2.tgz" + "type": "zip", + "url": "https://api.github.com/repos/nikic/FastRoute/zipball/4012884e0b916e1bd895a5061d4abc3c99e283a4", + "reference": "4012884e0b916e1bd895a5061d4abc3c99e283a4", + "shasum": "" }, "require": { - "php": "<8.0.0.0" + "php": ">=5.4.0" }, - "replace": { - "pear-horde/horde_translation": "== 2.2.2.0" + "require-dev": { + "phpunit/phpunit": "^4.8.35|~5.7" }, - "type": "pear-library", + "type": "library", "autoload": { - "classmap": [ - "" - ] + "files": [ + "src/functions.php" + ], + "psr-4": { + "FastRoute\\": "src/" + } }, - "include-path": [ - "/" - ], + "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1" + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Nikita Popov", + "email": "nikic@php.net" + } + ], + "description": "Fast request router for PHP", + "keywords": [ + "router", + "routing" ], - "description": "Translation wrappers." + "support": { + "issues": "https://github.com/nikic/FastRoute/issues", + "source": "https://github.com/nikic/FastRoute/tree/v1.x" + }, + "time": "2019-12-20T12:15:33+00:00" }, { - "name": "pear-pear.horde.org/Horde_Util", - "version": "2.5.9", + "name": "opis/closure", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/opis/closure.git", + "reference": "3d81e4309d2a927abbe66df935f4bb60082805ad" + }, "dist": { - "type": "file", - "url": "https://pear.horde.org/get/Horde_Util-2.5.9.tgz" + "type": "zip", + "url": "https://api.github.com/repos/opis/closure/zipball/3d81e4309d2a927abbe66df935f4bb60082805ad", + "reference": "3d81e4309d2a927abbe66df935f4bb60082805ad", + "shasum": "" }, "require": { - "ext-dom": "*", - "php": "<8.0.0.0" + "php": "^5.4 || ^7.0 || ^8.0" }, - "replace": { - "pear-horde/horde_util": "== 2.5.9.0" + "require-dev": { + "jeremeamia/superclosure": "^2.0", + "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0" + }, + "default-branch": true, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.6.x-dev" + } }, - "type": "pear-library", "autoload": { - "classmap": [ - "" - ] + "files": [ + "functions.php" + ], + "psr-4": { + "Opis\\Closure\\": "src/" + } }, - "include-path": [ - "/" - ], + "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1" + "MIT" + ], + "authors": [ + { + "name": "Marius Sarca", + "email": "marius.sarca@gmail.com" + }, + { + "name": "Sorin Sarca", + "email": "sarca_sorin@hotmail.com" + } + ], + "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" ], - "description": "A library that provides functionality useful for all kind of applications." + "support": { + "issues": "https://github.com/opis/closure/issues", + "source": "https://github.com/opis/closure/tree/3.6.3" + }, + "time": "2022-01-27T09:35:39+00:00" }, { "name": "phpoption/phpoption", - "version": "1.8.1", + "version": "dev-master", "source": { "type": "git", "url": "https://github.com/schmittjoh/php-option.git", - "reference": "eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15" + "reference": "5f59b1b59025b3c66cf1ca0898247d9de39c6200" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15", - "reference": "eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15", + "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/5f59b1b59025b3c66cf1ca0898247d9de39c6200", + "reference": "5f59b1b59025b3c66cf1ca0898247d9de39c6200", "shasum": "" }, "require": { @@ -2500,6 +2955,7 @@ "bamarni/composer-bin-plugin": "^1.4.1", "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.19 || ^9.5.8" }, + "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -2536,7 +2992,7 @@ ], "support": { "issues": "https://github.com/schmittjoh/php-option/issues", - "source": "https://github.com/schmittjoh/php-option/tree/1.8.1" + "source": "https://github.com/schmittjoh/php-option/tree/master" }, "funding": [ { @@ -2548,11 +3004,11 @@ "type": "tidelift" } ], - "time": "2021-12-04T23:24:31+00:00" + "time": "2021-12-13T23:19:03+00:00" }, { "name": "psr/container", - "version": "1.1.2", + "version": "1.x-dev", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", @@ -2701,16 +3157,16 @@ }, { "name": "symfony/console", - "version": "v4.4.41", + "version": "4.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "0e1e62083b20ccb39c2431293de060f756af905c" + "reference": "721600488c16197bbd2d25c85002225d1b9d8c8c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/0e1e62083b20ccb39c2431293de060f756af905c", - "reference": "0e1e62083b20ccb39c2431293de060f756af905c", + "url": "https://api.github.com/repos/symfony/console/zipball/721600488c16197bbd2d25c85002225d1b9d8c8c", + "reference": "721600488c16197bbd2d25c85002225d1b9d8c8c", "shasum": "" }, "require": { @@ -2771,7 +3227,7 @@ "description": "Eases the creation of beautiful and testable command line interfaces", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/console/tree/v4.4.41" + "source": "https://github.com/symfony/console/tree/4.4" }, "funding": [ { @@ -2787,11 +3243,11 @@ "type": "tidelift" } ], - "time": "2022-04-12T15:19:55+00:00" + "time": "2022-05-09T20:12:38+00:00" }, { "name": "symfony/debug", - "version": "v4.4.41", + "version": "4.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", @@ -2813,6 +3269,7 @@ "require-dev": { "symfony/http-kernel": "^3.4|^4.0|^5.0" }, + "default-branch": true, "type": "library", "autoload": { "psr-4": { @@ -2859,7 +3316,7 @@ }, { "name": "symfony/deprecation-contracts", - "version": "v2.5.1", + "version": "2.5.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", @@ -2906,7 +3363,7 @@ "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.1" + "source": "https://github.com/symfony/deprecation-contracts/tree/2.5" }, "funding": [ { @@ -2926,28 +3383,32 @@ }, { "name": "symfony/error-handler", - "version": "v4.4.41", + "version": "5.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "529feb0e03133dbd5fd3707200147cc4903206da" + "reference": "89fad74f7822ceb6aa0119b805a4a63b3f56fb31" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/529feb0e03133dbd5fd3707200147cc4903206da", - "reference": "529feb0e03133dbd5fd3707200147cc4903206da", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/89fad74f7822ceb6aa0119b805a4a63b3f56fb31", + "reference": "89fad74f7822ceb6aa0119b805a4a63b3f56fb31", "shasum": "" }, "require": { - "php": ">=7.1.3", + "php": ">=7.2.5", "psr/log": "^1|^2|^3", - "symfony/debug": "^4.4.5", - "symfony/var-dumper": "^4.4|^5.0" + "symfony/var-dumper": "^4.4|^5.0|^6.0" }, "require-dev": { - "symfony/http-kernel": "^4.4|^5.0", - "symfony/serializer": "^4.4|^5.0" + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/http-kernel": "^4.4|^5.0|^6.0", + "symfony/serializer": "^4.4|^5.0|^6.0" }, + "default-branch": true, + "bin": [ + "Resources/bin/patch-type-declarations" + ], "type": "library", "autoload": { "psr-4": { @@ -2974,7 +3435,7 @@ "description": "Provides tools to manage errors and ease debugging PHP code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/error-handler/tree/v4.4.41" + "source": "https://github.com/symfony/error-handler/tree/5.4" }, "funding": [ { @@ -2990,20 +3451,20 @@ "type": "tidelift" } ], - "time": "2022-04-12T15:19:55+00:00" + "time": "2022-05-09T21:05:45+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v4.4.37", + "version": "4.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "3ccfcfb96ecce1217d7b0875a0736976bc6e63dc" + "reference": "708e761740c16b02c86e3f0c932018a06b895d40" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/3ccfcfb96ecce1217d7b0875a0736976bc6e63dc", - "reference": "3ccfcfb96ecce1217d7b0875a0736976bc6e63dc", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/708e761740c16b02c86e3f0c932018a06b895d40", + "reference": "708e761740c16b02c86e3f0c932018a06b895d40", "shasum": "" }, "require": { @@ -3058,7 +3519,7 @@ "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/v4.4.37" + "source": "https://github.com/symfony/event-dispatcher/tree/4.4" }, "funding": [ { @@ -3074,11 +3535,11 @@ "type": "tidelift" } ], - "time": "2022-01-02T09:41:36+00:00" + "time": "2022-05-05T15:33:49+00:00" }, { "name": "symfony/event-dispatcher-contracts", - "version": "v1.1.12", + "version": "1.1.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher-contracts.git", @@ -3137,7 +3598,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.12" + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/1.1" }, "funding": [ { @@ -3157,7 +3618,7 @@ }, { "name": "symfony/finder", - "version": "v4.4.41", + "version": "4.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", @@ -3199,7 +3660,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v4.4.41" + "source": "https://github.com/symfony/finder/tree/4.4" }, "funding": [ { @@ -3219,16 +3680,16 @@ }, { "name": "symfony/http-client-contracts", - "version": "v2.5.1", + "version": "2.5.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/http-client-contracts.git", - "reference": "1a4f708e4e87f335d1b1be6148060739152f0bd5" + "reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/1a4f708e4e87f335d1b1be6148060739152f0bd5", - "reference": "1a4f708e4e87f335d1b1be6148060739152f0bd5", + "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70", + "reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70", "shasum": "" }, "require": { @@ -3277,7 +3738,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/http-client-contracts/tree/v2.5.1" + "source": "https://github.com/symfony/http-client-contracts/tree/2.5" }, "funding": [ { @@ -3293,11 +3754,11 @@ "type": "tidelift" } ], - "time": "2022-03-13T20:07:29+00:00" + "time": "2022-04-12T15:48:08+00:00" }, { "name": "symfony/http-foundation", - "version": "v4.4.41", + "version": "4.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", @@ -3345,7 +3806,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v4.4.41" + "source": "https://github.com/symfony/http-foundation/tree/4.4" }, "funding": [ { @@ -3365,22 +3826,22 @@ }, { "name": "symfony/http-kernel", - "version": "v4.4.41", + "version": "4.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "7f8ce5bffc3939c63b7da32de5a546c98eb67698" + "reference": "486baf0d6e9872294844d4aa9e7acfc871ec69da" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/7f8ce5bffc3939c63b7da32de5a546c98eb67698", - "reference": "7f8ce5bffc3939c63b7da32de5a546c98eb67698", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/486baf0d6e9872294844d4aa9e7acfc871ec69da", + "reference": "486baf0d6e9872294844d4aa9e7acfc871ec69da", "shasum": "" }, "require": { "php": ">=7.1.3", "psr/log": "^1|^2", - "symfony/error-handler": "^4.4", + "symfony/error-handler": "^4.4|^5.0", "symfony/event-dispatcher": "^4.4", "symfony/http-client-contracts": "^1.1|^2", "symfony/http-foundation": "^4.4.30|^5.3.7", @@ -3449,7 +3910,7 @@ "description": "Provides a structured process for converting a Request into a Response", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-kernel/tree/v4.4.41" + "source": "https://github.com/symfony/http-kernel/tree/4.4" }, "funding": [ { @@ -3465,11 +3926,11 @@ "type": "tidelift" } ], - "time": "2022-04-27T17:13:11+00:00" + "time": "2022-05-11T15:13:50+00:00" }, { "name": "symfony/mime", - "version": "v5.4.8", + "version": "5.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", @@ -3502,6 +3963,7 @@ "symfony/property-info": "^4.4|^5.1|^6.0", "symfony/serializer": "^5.2|^6.0" }, + "default-branch": true, "type": "library", "autoload": { "psr-4": { @@ -3552,16 +4014,16 @@ }, { "name": "symfony/polyfill-ctype", - "version": "v1.25.0", + "version": "dev-main", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "30885182c981ab175d4d034db0f6f469898070ab" + "reference": "9fa980f4c4b0cbf0b6406832e307b9aed839876f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab", - "reference": "30885182c981ab175d4d034db0f6f469898070ab", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/9fa980f4c4b0cbf0b6406832e307b9aed839876f", + "reference": "9fa980f4c4b0cbf0b6406832e307b9aed839876f", "shasum": "" }, "require": { @@ -3573,10 +4035,11 @@ "suggest": { "ext-ctype": "For best performance" }, + "default-branch": true, "type": "library", "extra": { "branch-alias": { - "dev-main": "1.23-dev" + "dev-main": "1.26-dev" }, "thanks": { "name": "symfony/polyfill", @@ -3614,7 +4077,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.25.0" + "source": "https://github.com/symfony/polyfill-ctype/tree/main" }, "funding": [ { @@ -3630,20 +4093,20 @@ "type": "tidelift" } ], - "time": "2021-10-20T20:35:02+00:00" + "time": "2022-05-10T07:21:04+00:00" }, { "name": "symfony/polyfill-intl-idn", - "version": "v1.25.0", + "version": "dev-main", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "749045c69efb97c70d25d7463abba812e91f3a44" + "reference": "f362de8d826550e6f325444cfe611def70c5c3ec" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/749045c69efb97c70d25d7463abba812e91f3a44", - "reference": "749045c69efb97c70d25d7463abba812e91f3a44", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/f362de8d826550e6f325444cfe611def70c5c3ec", + "reference": "f362de8d826550e6f325444cfe611def70c5c3ec", "shasum": "" }, "require": { @@ -3654,10 +4117,11 @@ "suggest": { "ext-intl": "For best performance" }, + "default-branch": true, "type": "library", "extra": { "branch-alias": { - "dev-main": "1.23-dev" + "dev-main": "1.26-dev" }, "thanks": { "name": "symfony/polyfill", @@ -3701,7 +4165,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.25.0" + "source": "https://github.com/symfony/polyfill-intl-idn/tree/main" }, "funding": [ { @@ -3717,20 +4181,20 @@ "type": "tidelift" } ], - "time": "2021-09-14T14:02:44+00:00" + "time": "2022-05-10T07:21:04+00:00" }, { "name": "symfony/polyfill-intl-normalizer", - "version": "v1.25.0", + "version": "dev-main", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8" + "reference": "cb7c57fcdec70ed4606806bfab35940b64cbaf5d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8", - "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/cb7c57fcdec70ed4606806bfab35940b64cbaf5d", + "reference": "cb7c57fcdec70ed4606806bfab35940b64cbaf5d", "shasum": "" }, "require": { @@ -3739,10 +4203,11 @@ "suggest": { "ext-intl": "For best performance" }, + "default-branch": true, "type": "library", "extra": { "branch-alias": { - "dev-main": "1.23-dev" + "dev-main": "1.26-dev" }, "thanks": { "name": "symfony/polyfill", @@ -3785,7 +4250,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.25.0" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/main" }, "funding": [ { @@ -3801,20 +4266,20 @@ "type": "tidelift" } ], - "time": "2021-02-19T12:13:01+00:00" + "time": "2022-05-10T07:21:04+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.25.0", + "version": "dev-main", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825" + "reference": "240259a291e16e306dbf46dfe139d50c7fcb2d34" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825", - "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/240259a291e16e306dbf46dfe139d50c7fcb2d34", + "reference": "240259a291e16e306dbf46dfe139d50c7fcb2d34", "shasum": "" }, "require": { @@ -3826,10 +4291,11 @@ "suggest": { "ext-mbstring": "For best performance" }, + "default-branch": true, "type": "library", "extra": { "branch-alias": { - "dev-main": "1.23-dev" + "dev-main": "1.26-dev" }, "thanks": { "name": "symfony/polyfill", @@ -3868,7 +4334,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.25.0" + "source": "https://github.com/symfony/polyfill-mbstring/tree/main" }, "funding": [ { @@ -3884,29 +4350,30 @@ "type": "tidelift" } ], - "time": "2021-11-30T18:21:41+00:00" + "time": "2022-05-10T07:21:04+00:00" }, { "name": "symfony/polyfill-php72", - "version": "v1.25.0", + "version": "dev-main", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "9a142215a36a3888e30d0a9eeea9766764e96976" + "reference": "6992c89daf2fbcae3a68d4ff65ac9f72dc18c9fa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976", - "reference": "9a142215a36a3888e30d0a9eeea9766764e96976", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/6992c89daf2fbcae3a68d4ff65ac9f72dc18c9fa", + "reference": "6992c89daf2fbcae3a68d4ff65ac9f72dc18c9fa", "shasum": "" }, "require": { "php": ">=7.1" }, + "default-branch": true, "type": "library", "extra": { "branch-alias": { - "dev-main": "1.23-dev" + "dev-main": "1.26-dev" }, "thanks": { "name": "symfony/polyfill", @@ -3944,7 +4411,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php72/tree/v1.25.0" + "source": "https://github.com/symfony/polyfill-php72/tree/main" }, "funding": [ { @@ -3960,29 +4427,30 @@ "type": "tidelift" } ], - "time": "2021-05-27T09:17:38+00:00" + "time": "2022-05-10T07:21:04+00:00" }, { "name": "symfony/polyfill-php73", - "version": "v1.25.0", + "version": "dev-main", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php73.git", - "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5" + "reference": "115f2c1357f09f65c82d5aa8399051b6d17f22eb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/cc5db0e22b3cb4111010e48785a97f670b350ca5", - "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/115f2c1357f09f65c82d5aa8399051b6d17f22eb", + "reference": "115f2c1357f09f65c82d5aa8399051b6d17f22eb", "shasum": "" }, "require": { "php": ">=7.1" }, + "default-branch": true, "type": "library", "extra": { "branch-alias": { - "dev-main": "1.23-dev" + "dev-main": "1.26-dev" }, "thanks": { "name": "symfony/polyfill", @@ -4023,7 +4491,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php73/tree/v1.25.0" + "source": "https://github.com/symfony/polyfill-php73/tree/main" }, "funding": [ { @@ -4039,29 +4507,30 @@ "type": "tidelift" } ], - "time": "2021-06-05T21:20:04+00:00" + "time": "2022-05-10T07:21:04+00:00" }, { "name": "symfony/polyfill-php80", - "version": "v1.25.0", + "version": "dev-main", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c" + "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/4407588e0d3f1f52efb65fbe92babe41f37fe50c", - "reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace", + "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace", "shasum": "" }, "require": { "php": ">=7.1" }, + "default-branch": true, "type": "library", "extra": { "branch-alias": { - "dev-main": "1.23-dev" + "dev-main": "1.26-dev" }, "thanks": { "name": "symfony/polyfill", @@ -4106,7 +4575,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.25.0" + "source": "https://github.com/symfony/polyfill-php80/tree/main" }, "funding": [ { @@ -4122,11 +4591,11 @@ "type": "tidelift" } ], - "time": "2022-03-04T08:16:47+00:00" + "time": "2022-05-10T07:21:04+00:00" }, { "name": "symfony/process", - "version": "v4.4.41", + "version": "4.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/process.git", @@ -4168,7 +4637,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v4.4.41" + "source": "https://github.com/symfony/process/tree/4.4" }, "funding": [ { @@ -4188,7 +4657,7 @@ }, { "name": "symfony/service-contracts", - "version": "v2.5.1", + "version": "2.5.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", @@ -4251,7 +4720,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/service-contracts/tree/v2.5.1" + "source": "https://github.com/symfony/service-contracts/tree/2.5" }, "funding": [ { @@ -4271,7 +4740,7 @@ }, { "name": "symfony/translation", - "version": "v4.4.41", + "version": "4.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", @@ -4340,7 +4809,7 @@ "description": "Provides tools to internationalize your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/translation/tree/v4.4.41" + "source": "https://github.com/symfony/translation/tree/4.4" }, "funding": [ { @@ -4360,7 +4829,7 @@ }, { "name": "symfony/translation-contracts", - "version": "v2.5.1", + "version": "2.5.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/translation-contracts.git", @@ -4418,7 +4887,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/translation-contracts/tree/v2.5.1" + "source": "https://github.com/symfony/translation-contracts/tree/2.5" }, "funding": [ { @@ -4438,16 +4907,16 @@ }, { "name": "symfony/var-dumper", - "version": "v4.4.41", + "version": "4.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "58eb36075c04aaf92a7a9f38ee9a8b97e24eb481" + "reference": "5cc4d1f2d3dad9e35ecd1611229689b867fc0476" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/58eb36075c04aaf92a7a9f38ee9a8b97e24eb481", - "reference": "58eb36075c04aaf92a7a9f38ee9a8b97e24eb481", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/5cc4d1f2d3dad9e35ecd1611229689b867fc0476", + "reference": "5cc4d1f2d3dad9e35ecd1611229689b867fc0476", "shasum": "" }, "require": { @@ -4507,7 +4976,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v4.4.41" + "source": "https://github.com/symfony/var-dumper/tree/4.4" }, "funding": [ { @@ -4523,11 +4992,11 @@ "type": "tidelift" } ], - "time": "2022-04-25T21:15:06+00:00" + "time": "2022-04-30T18:34:00+00:00" }, { "name": "vlucas/phpdotenv", - "version": "v3.6.10", + "version": "3.6.x-dev", "source": { "type": "git", "url": "https://github.com/vlucas/phpdotenv.git", @@ -4588,7 +5057,7 @@ ], "support": { "issues": "https://github.com/vlucas/phpdotenv/issues", - "source": "https://github.com/vlucas/phpdotenv/tree/v3.6.10" + "source": "https://github.com/vlucas/phpdotenv/tree/3.6" }, "funding": [ { @@ -4606,7 +5075,7 @@ "packages-dev": [ { "name": "doctrine/instantiator", - "version": "1.4.1", + "version": "1.5.x-dev", "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", @@ -4656,7 +5125,7 @@ ], "support": { "issues": "https://github.com/doctrine/instantiator/issues", - "source": "https://github.com/doctrine/instantiator/tree/1.4.1" + "source": "https://github.com/doctrine/instantiator/tree/1.4.x" }, "funding": [ { @@ -4676,16 +5145,16 @@ }, { "name": "fakerphp/faker", - "version": "v1.19.0", + "version": "dev-main", "source": { "type": "git", "url": "https://github.com/FakerPHP/Faker.git", - "reference": "d7f08a622b3346766325488aa32ddc93ccdecc75" + "reference": "f66a262f55aea7917bb74ecc9af13777e0b19b4f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/d7f08a622b3346766325488aa32ddc93ccdecc75", - "reference": "d7f08a622b3346766325488aa32ddc93ccdecc75", + "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/f66a262f55aea7917bb74ecc9af13777e0b19b4f", + "reference": "f66a262f55aea7917bb74ecc9af13777e0b19b4f", "shasum": "" }, "require": { @@ -4709,10 +5178,11 @@ "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.", "ext-mbstring": "Required for multibyte Unicode string functionality." }, + "default-branch": true, "type": "library", "extra": { "branch-alias": { - "dev-main": "v1.19-dev" + "dev-main": "v1.20-dev" } }, "autoload": { @@ -4737,22 +5207,22 @@ ], "support": { "issues": "https://github.com/FakerPHP/Faker/issues", - "source": "https://github.com/FakerPHP/Faker/tree/v1.19.0" + "source": "https://github.com/FakerPHP/Faker/tree/main" }, - "time": "2022-02-02T17:38:57+00:00" + "time": "2022-05-11T08:29:10+00:00" }, { "name": "hamcrest/hamcrest-php", - "version": "v2.0.1", + "version": "dev-master", "source": { "type": "git", "url": "https://github.com/hamcrest/hamcrest-php.git", - "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3" + "reference": "c4a71eb93b6d7effffc1f45edbede2cf6eb168d2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3", - "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3", + "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/c4a71eb93b6d7effffc1f45edbede2cf6eb168d2", + "reference": "c4a71eb93b6d7effffc1f45edbede2cf6eb168d2", "shasum": "" }, "require": { @@ -4767,6 +5237,7 @@ "phpunit/php-file-iterator": "^1.4 || ^2.0", "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0" }, + "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -4788,9 +5259,9 @@ ], "support": { "issues": "https://github.com/hamcrest/hamcrest-php/issues", - "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1" + "source": "https://github.com/hamcrest/hamcrest-php/tree/master" }, - "time": "2020-07-09T08:09:16+00:00" + "time": "2022-02-04T09:26:57+00:00" }, { "name": "mockery/mockery", @@ -4866,7 +5337,7 @@ }, { "name": "myclabs/deep-copy", - "version": "1.11.0", + "version": "1.x-dev", "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", @@ -4890,6 +5361,7 @@ "doctrine/common": "^2.13.3 || ^3.2.2", "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" }, + "default-branch": true, "type": "library", "autoload": { "files": [ @@ -4981,25 +5453,27 @@ }, { "name": "phar-io/manifest", - "version": "2.0.3", + "version": "dev-master", "source": { "type": "git", "url": "https://github.com/phar-io/manifest.git", - "reference": "97803eca37d319dfa7826cc2437fc020857acb53" + "reference": "36d8a21e851a9512db2b086dc5ac2c61308f0138" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53", - "reference": "97803eca37d319dfa7826cc2437fc020857acb53", + "url": "https://api.github.com/repos/phar-io/manifest/zipball/36d8a21e851a9512db2b086dc5ac2c61308f0138", + "reference": "36d8a21e851a9512db2b086dc5ac2c61308f0138", "shasum": "" }, "require": { "ext-dom": "*", + "ext-libxml": "*", "ext-phar": "*", "ext-xmlwriter": "*", "phar-io/version": "^3.0.1", "php": "^7.2 || ^8.0" }, + "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -5035,9 +5509,15 @@ "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" + "source": "https://github.com/phar-io/manifest/tree/master" }, - "time": "2021-07-20T11:28:43+00:00" + "funding": [ + { + "url": "https://github.com/theseer", + "type": "github" + } + ], + "time": "2022-02-21T19:55:33+00:00" }, { "name": "phar-io/version", @@ -5092,25 +5572,25 @@ }, { "name": "phpdocumentor/reflection-common", - "version": "2.2.0", + "version": "dev-master", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionCommon.git", - "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b" + "reference": "a0eeab580cbdf4414fef6978732510a36ed0a9d6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b", - "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/a0eeab580cbdf4414fef6978732510a36ed0a9d6", + "reference": "a0eeab580cbdf4414fef6978732510a36ed0a9d6", "shasum": "" }, "require": { - "php": "^7.2 || ^8.0" + "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { - "dev-2.x": "2.x-dev" + "dev-master": "2.x-dev" } }, "autoload": { @@ -5139,22 +5619,22 @@ ], "support": { "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues", - "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x" + "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/master" }, - "time": "2020-06-27T09:03:43+00:00" + "time": "2021-06-25T13:47:51+00:00" }, { "name": "phpdocumentor/reflection-docblock", - "version": "5.3.0", + "version": "dev-master", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "622548b623e81ca6d78b721c5e029f4ce664f170" + "reference": "9455bde915e322a823d464a2c41e5c0de03512a6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170", - "reference": "622548b623e81ca6d78b721c5e029f4ce664f170", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9455bde915e322a823d464a2c41e5c0de03512a6", + "reference": "9455bde915e322a823d464a2c41e5c0de03512a6", "shasum": "" }, "require": { @@ -5165,9 +5645,10 @@ "webmozart/assert": "^1.9.1" }, "require-dev": { - "mockery/mockery": "~1.3.2", + "mockery/mockery": "~1.3.5", "psalm/phar": "^4.8" }, + "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -5196,13 +5677,13 @@ "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", "support": { "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", - "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0" + "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/master" }, - "time": "2021-10-19T17:43:47+00:00" + "time": "2022-04-02T20:16:01+00:00" }, { "name": "phpdocumentor/type-resolver", - "version": "1.6.1", + "version": "1.x-dev", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", @@ -5222,6 +5703,7 @@ "ext-tokenizer": "*", "psalm/phar": "^4.8" }, + "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -5252,7 +5734,7 @@ }, { "name": "phpspec/prophecy", - "version": "v1.15.0", + "version": "dev-master", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", @@ -5275,6 +5757,7 @@ "phpspec/phpspec": "^6.0 || ^7.0", "phpunit/phpunit": "^8.0 || ^9.0" }, + "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -5319,16 +5802,16 @@ }, { "name": "phpunit/php-code-coverage", - "version": "9.2.15", + "version": "9.2.x-dev", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "2e9da11878c4202f97915c1cb4bb1ca318a63f5f" + "reference": "5b85faa0aedb9b1ee542d00932a3aac5d0b9f56c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2e9da11878c4202f97915c1cb4bb1ca318a63f5f", - "reference": "2e9da11878c4202f97915c1cb4bb1ca318a63f5f", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/5b85faa0aedb9b1ee542d00932a3aac5d0b9f56c", + "reference": "5b85faa0aedb9b1ee542d00932a3aac5d0b9f56c", "shasum": "" }, "require": { @@ -5384,7 +5867,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.15" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2" }, "funding": [ { @@ -5392,20 +5875,20 @@ "type": "github" } ], - "time": "2022-03-07T09:28:20+00:00" + "time": "2022-05-03T08:11:05+00:00" }, { "name": "phpunit/php-file-iterator", - "version": "3.0.6", + "version": "3.0.x-dev", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf" + "reference": "38b24367e1b340aa78b96d7cab042942d917bb84" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", - "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/38b24367e1b340aa78b96d7cab042942d917bb84", + "reference": "38b24367e1b340aa78b96d7cab042942d917bb84", "shasum": "" }, "require": { @@ -5444,7 +5927,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", - "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6" + "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0" }, "funding": [ { @@ -5452,7 +5935,7 @@ "type": "github" } ], - "time": "2021-12-02T12:48:52+00:00" + "time": "2022-02-11T16:23:04+00:00" }, { "name": "phpunit/php-invoker", @@ -5637,16 +6120,16 @@ }, { "name": "phpunit/phpunit", - "version": "9.5.20", + "version": "9.5.x-dev", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "12bc8879fb65aef2138b26fc633cb1e3620cffba" + "reference": "f53bae505d8e545cc23a1bbb6d66df9cbeb91f70" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/12bc8879fb65aef2138b26fc633cb1e3620cffba", - "reference": "12bc8879fb65aef2138b26fc633cb1e3620cffba", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f53bae505d8e545cc23a1bbb6d66df9cbeb91f70", + "reference": "f53bae505d8e545cc23a1bbb6d66df9cbeb91f70", "shasum": "" }, "require": { @@ -5724,7 +6207,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.20" + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5" }, "funding": [ { @@ -5736,7 +6219,7 @@ "type": "github" } ], - "time": "2022-04-01T12:37:26+00:00" + "time": "2022-05-03T08:11:40+00:00" }, { "name": "sebastian/cli-parser", @@ -6104,16 +6587,16 @@ }, { "name": "sebastian/environment", - "version": "5.1.4", + "version": "5.1.x-dev", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7" + "reference": "3fade0c8462024d0426a00dc1ad0a2fda0df733f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/1b5dff7bb151a4db11d49d90e5408e4e938270f7", - "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/3fade0c8462024d0426a00dc1ad0a2fda0df733f", + "reference": "3fade0c8462024d0426a00dc1ad0a2fda0df733f", "shasum": "" }, "require": { @@ -6155,7 +6638,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/environment/issues", - "source": "https://github.com/sebastianbergmann/environment/tree/5.1.4" + "source": "https://github.com/sebastianbergmann/environment/tree/5.1" }, "funding": [ { @@ -6163,20 +6646,20 @@ "type": "github" } ], - "time": "2022-04-03T09:37:03+00:00" + "time": "2022-04-14T11:24:33+00:00" }, { "name": "sebastian/exporter", - "version": "4.0.4", + "version": "4.0.x-dev", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "65e8b7db476c5dd267e65eea9cab77584d3cfff9" + "reference": "428c31e2ea8b292aa814bc460cf28d58eba4d2ba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/65e8b7db476c5dd267e65eea9cab77584d3cfff9", - "reference": "65e8b7db476c5dd267e65eea9cab77584d3cfff9", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/428c31e2ea8b292aa814bc460cf28d58eba4d2ba", + "reference": "428c31e2ea8b292aa814bc460cf28d58eba4d2ba", "shasum": "" }, "require": { @@ -6232,7 +6715,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/exporter/issues", - "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.4" + "source": "https://github.com/sebastianbergmann/exporter/tree/4.0" }, "funding": [ { @@ -6240,11 +6723,11 @@ "type": "github" } ], - "time": "2021-11-11T14:18:36+00:00" + "time": "2022-03-06T06:59:32+00:00" }, { "name": "sebastian/global-state", - "version": "5.0.5", + "version": "5.0.x-dev", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", @@ -6540,16 +7023,16 @@ }, { "name": "sebastian/resource-operations", - "version": "3.0.3", + "version": "dev-main", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/resource-operations.git", - "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8" + "reference": "0bb681ab112cdcd15dc71ea4ed7fb78e7060828b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", - "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", + "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0bb681ab112cdcd15dc71ea4ed7fb78e7060828b", + "reference": "0bb681ab112cdcd15dc71ea4ed7fb78e7060828b", "shasum": "" }, "require": { @@ -6558,10 +7041,11 @@ "require-dev": { "phpunit/phpunit": "^9.0" }, + "default-branch": true, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-main": "3.0-dev" } }, "autoload": { @@ -6582,8 +7066,7 @@ "description": "Provides a list of PHP built-in functions that operate on resources", "homepage": "https://www.github.com/sebastianbergmann/resource-operations", "support": { - "issues": "https://github.com/sebastianbergmann/resource-operations/issues", - "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3" + "source": "https://github.com/sebastianbergmann/resource-operations/tree/main" }, "funding": [ { @@ -6591,20 +7074,20 @@ "type": "github" } ], - "time": "2020-09-28T06:45:17+00:00" + "time": "2022-04-11T13:39:05+00:00" }, { "name": "sebastian/type", - "version": "3.0.0", + "version": "3.0.x-dev", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/type.git", - "reference": "b233b84bc4465aff7b57cf1c4bc75c86d00d6dad" + "reference": "afad3e987736f63bc54d7c923f0c1ebf247e8618" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/b233b84bc4465aff7b57cf1c4bc75c86d00d6dad", - "reference": "b233b84bc4465aff7b57cf1c4bc75c86d00d6dad", + "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/afad3e987736f63bc54d7c923f0c1ebf247e8618", + "reference": "afad3e987736f63bc54d7c923f0c1ebf247e8618", "shasum": "" }, "require": { @@ -6639,7 +7122,7 @@ "homepage": "https://github.com/sebastianbergmann/type", "support": { "issues": "https://github.com/sebastianbergmann/type/issues", - "source": "https://github.com/sebastianbergmann/type/tree/3.0.0" + "source": "https://github.com/sebastianbergmann/type/tree/3.0" }, "funding": [ { @@ -6647,11 +7130,11 @@ "type": "github" } ], - "time": "2022-03-15T09:54:48+00:00" + "time": "2022-03-27T17:35:59+00:00" }, { "name": "sebastian/version", - "version": "3.0.2", + "version": "3.0.x-dev", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/version.git", @@ -6704,26 +7187,26 @@ }, { "name": "squizlabs/php_codesniffer", - "version": "3.6.2", + "version": "4.0.x-dev", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", - "reference": "5e4e71592f69da17871dba6e80dd51bce74a351a" + "reference": "7331c4d2c41415694a92161b3204d7c765d66696" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/5e4e71592f69da17871dba6e80dd51bce74a351a", - "reference": "5e4e71592f69da17871dba6e80dd51bce74a351a", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/7331c4d2c41415694a92161b3204d7c765d66696", + "reference": "7331c4d2c41415694a92161b3204d7c765d66696", "shasum": "" }, "require": { "ext-simplexml": "*", "ext-tokenizer": "*", "ext-xmlwriter": "*", - "php": ">=5.4.0" + "php": ">=7.2.0" }, "require-dev": { - "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" + "phpunit/phpunit": "^8.0 || ^9.0" }, "bin": [ "bin/phpcs", @@ -6756,7 +7239,7 @@ "source": "https://github.com/squizlabs/PHP_CodeSniffer", "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" }, - "time": "2021-12-12T21:44:58+00:00" + "time": "2022-04-18T00:25:25+00:00" }, { "name": "theseer/tokenizer", @@ -6810,21 +7293,21 @@ }, { "name": "webmozart/assert", - "version": "1.10.0", + "version": "dev-master", "source": { "type": "git", "url": "https://github.com/webmozarts/assert.git", - "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25" + "reference": "dc96b6775d038bfa31a240150ad8505bfb856c2d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25", - "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25", + "url": "https://api.github.com/repos/webmozarts/assert/zipball/dc96b6775d038bfa31a240150ad8505bfb856c2d", + "reference": "dc96b6775d038bfa31a240150ad8505bfb856c2d", "shasum": "" }, "require": { - "php": "^7.2 || ^8.0", - "symfony/polyfill-ctype": "^1.8" + "ext-ctype": "*", + "php": "^7.2 || ^8.0" }, "conflict": { "phpstan/phpstan": "<0.12.20", @@ -6833,6 +7316,7 @@ "require-dev": { "phpunit/phpunit": "^8.5.13" }, + "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -6862,19 +7346,22 @@ ], "support": { "issues": "https://github.com/webmozarts/assert/issues", - "source": "https://github.com/webmozarts/assert/tree/1.10.0" + "source": "https://github.com/webmozarts/assert/tree/master" }, - "time": "2021-03-09T10:59:23+00:00" + "time": "2022-04-18T06:42:29+00:00" } ], "aliases": [], - "minimum-stability": "stable", - "stability-flags": [], + "minimum-stability": "dev", + "stability-flags": { + "horde/imap_client": 20, + "horde/smtp": 20 + }, "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=7.4" }, "platform-dev": [], - "plugin-api-version": "1.1.0" + "plugin-api-version": "2.3.0" }