From 9a352166029cfc6e6203810b0f50f323f8fa033a Mon Sep 17 00:00:00 2001 From: benjiroArthur <40395048+benjiroArthur@users.noreply.github.com> Date: Thu, 19 Oct 2023 22:51:41 +0000 Subject: [PATCH] resolve route issues --- .gitignore | 1 + composer.json | 2 - composer.lock | 5800 +++++++++++++++-- routes/api.php | 9 +- src/Http/Controllers/Auth/LoginController.php | 107 + src/Http/Controllers/Guest.php | 2 +- 6 files changed, 5264 insertions(+), 657 deletions(-) diff --git a/.gitignore b/.gitignore index 485dee6..f2ecd3c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .idea +vendor/ diff --git a/composer.json b/composer.json index 806f7d5..50b2271 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,5 @@ }, "require-dev": { "laravel/framework": "^10.0" - - } } diff --git a/composer.lock b/composer.lock index 8d97a8c..86018de 100644 --- a/composer.lock +++ b/composer.lock @@ -4,9 +4,83 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "eb26a7dc0c2cba8343809bffc7f7df2a", - "packages": [], - "packages-dev": [ + "content-hash": "cf8553915b9b369f0f75b0466341475c", + "packages": [ + { + "name": "box/spout", + "version": "v3.3.0", + "source": { + "type": "git", + "url": "https://github.com/box/spout.git", + "reference": "9bdb027d312b732515b884a341c0ad70372c6295" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/box/spout/zipball/9bdb027d312b732515b884a341c0ad70372c6295", + "reference": "9bdb027d312b732515b884a341c0ad70372c6295", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-xmlreader": "*", + "ext-zip": "*", + "php": ">=7.2.0" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^2", + "phpunit/phpunit": "^8" + }, + "suggest": { + "ext-iconv": "To handle non UTF-8 CSV files (if \"php-intl\" is not already installed or is too limited)", + "ext-intl": "To handle non UTF-8 CSV files (if \"iconv\" is not already installed)" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Box\\Spout\\": "src/Spout" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache-2.0" + ], + "authors": [ + { + "name": "Adrien Loison", + "email": "adrien@box.com" + } + ], + "description": "PHP Library to read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way", + "homepage": "https://www.github.com/box/spout", + "keywords": [ + "OOXML", + "csv", + "excel", + "memory", + "odf", + "ods", + "office", + "open", + "php", + "read", + "scale", + "spreadsheet", + "stream", + "write", + "xlsx" + ], + "support": { + "issues": "https://github.com/box/spout/issues", + "source": "https://github.com/box/spout/tree/v3.3.0" + }, + "abandoned": true, + "time": "2021-05-14T21:18:09+00:00" + }, { "name": "brick/math", "version": "0.11.0", @@ -230,31 +304,32 @@ }, { "name": "doctrine/lexer", - "version": "1.2.3", + "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", - "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229" + "reference": "84a527db05647743d50373e0ec53a152f2cde568" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/lexer/zipball/c268e882d4dbdd85e36e4ad69e02dc284f89d229", - "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/84a527db05647743d50373e0ec53a152f2cde568", + "reference": "84a527db05647743d50373e0ec53a152f2cde568", "shasum": "" }, "require": { - "php": "^7.1 || ^8.0" + "php": "^8.1" }, "require-dev": { - "doctrine/coding-standard": "^9.0", - "phpstan/phpstan": "^1.3", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "vimeo/psalm": "^4.11" + "doctrine/coding-standard": "^10", + "phpstan/phpstan": "^1.9", + "phpunit/phpunit": "^9.5", + "psalm/plugin-phpunit": "^0.18.3", + "vimeo/psalm": "^5.0" }, "type": "library", "autoload": { "psr-4": { - "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" + "Doctrine\\Common\\Lexer\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -286,7 +361,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/3.0.0" }, "funding": [ { @@ -302,7 +377,7 @@ "type": "tidelift" } ], - "time": "2022-02-28T11:07:21+00:00" + "time": "2022-12-15T16:57:16+00:00" }, { "name": "dragonmantank/cron-expression", @@ -367,27 +442,26 @@ }, { "name": "egulias/email-validator", - "version": "2.1.25", + "version": "4.0.2", "source": { "type": "git", "url": "https://github.com/egulias/EmailValidator.git", - "reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4" + "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/0dbf5d78455d4d6a41d186da50adc1122ec066f4", - "reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ebaaf5be6c0286928352e054f2d5125608e5405e", + "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e", "shasum": "" }, "require": { - "doctrine/lexer": "^1.0.1", - "php": ">=5.5", - "symfony/polyfill-intl-idn": "^1.10" + "doctrine/lexer": "^2.0 || ^3.0", + "php": ">=8.1", + "symfony/polyfill-intl-idn": "^1.26" }, "require-dev": { - "dominicsayers/isemail": "^3.0.7", - "phpunit/phpunit": "^4.8.36|^7.5.15", - "satooshi/php-coveralls": "^1.0.1" + "phpunit/phpunit": "^10.2", + "vimeo/psalm": "^5.12" }, "suggest": { "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" @@ -395,7 +469,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.1.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { @@ -423,7 +497,7 @@ ], "support": { "issues": "https://github.com/egulias/EmailValidator/issues", - "source": "https://github.com/egulias/EmailValidator/tree/2.1.25" + "source": "https://github.com/egulias/EmailValidator/tree/4.0.2" }, "funding": [ { @@ -431,7 +505,78 @@ "type": "github" } ], - "time": "2020-12-29T14:50:06+00:00" + "time": "2023-10-06T06:47:41+00:00" + }, + { + "name": "fruitcake/php-cors", + "version": "v1.3.0", + "source": { + "type": "git", + "url": "https://github.com/fruitcake/php-cors.git", + "reference": "3d158f36e7875e2f040f37bc0573956240a5a38b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/fruitcake/php-cors/zipball/3d158f36e7875e2f040f37bc0573956240a5a38b", + "reference": "3d158f36e7875e2f040f37bc0573956240a5a38b", + "shasum": "" + }, + "require": { + "php": "^7.4|^8.0", + "symfony/http-foundation": "^4.4|^5.4|^6|^7" + }, + "require-dev": { + "phpstan/phpstan": "^1.4", + "phpunit/phpunit": "^9", + "squizlabs/php_codesniffer": "^3.5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.2-dev" + } + }, + "autoload": { + "psr-4": { + "Fruitcake\\Cors\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fruitcake", + "homepage": "https://fruitcake.nl" + }, + { + "name": "Barryvdh", + "email": "barryvdh@gmail.com" + } + ], + "description": "Cross-origin resource sharing library for the Symfony HttpFoundation", + "homepage": "https://github.com/fruitcake/php-cors", + "keywords": [ + "cors", + "laravel", + "symfony" + ], + "support": { + "issues": "https://github.com/fruitcake/php-cors/issues", + "source": "https://github.com/fruitcake/php-cors/tree/v1.3.0" + }, + "funding": [ + { + "url": "https://fruitcake.nl", + "type": "custom" + }, + { + "url": "https://github.com/barryvdh", + "type": "github" + } + ], + "time": "2023-10-12T05:21:21+00:00" }, { "name": "graham-campbell/result-type", @@ -496,154 +641,56 @@ "time": "2023-02-25T20:23:15+00:00" }, { - "name": "laravel/framework", - "version": "v8.83.27", + "name": "guzzlehttp/guzzle", + "version": "7.8.0", "source": { "type": "git", - "url": "https://github.com/laravel/framework.git", - "reference": "e1afe088b4ca613fb96dc57e6d8dbcb8cc2c6b49" + "url": "https://github.com/guzzle/guzzle.git", + "reference": "1110f66a6530a40fe7aea0378fe608ee2b2248f9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/e1afe088b4ca613fb96dc57e6d8dbcb8cc2c6b49", - "reference": "e1afe088b4ca613fb96dc57e6d8dbcb8cc2c6b49", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/1110f66a6530a40fe7aea0378fe608ee2b2248f9", + "reference": "1110f66a6530a40fe7aea0378fe608ee2b2248f9", "shasum": "" }, "require": { - "doctrine/inflector": "^1.4|^2.0", - "dragonmantank/cron-expression": "^3.0.2", - "egulias/email-validator": "^2.1.10", "ext-json": "*", - "ext-mbstring": "*", - "ext-openssl": "*", - "laravel/serializable-closure": "^1.0", - "league/commonmark": "^1.3|^2.0.2", - "league/flysystem": "^1.1", - "monolog/monolog": "^2.0", - "nesbot/carbon": "^2.53.1", - "opis/closure": "^3.6", - "php": "^7.3|^8.0", - "psr/container": "^1.0", - "psr/log": "^1.0|^2.0", - "psr/simple-cache": "^1.0", - "ramsey/uuid": "^4.2.2", - "swiftmailer/swiftmailer": "^6.3", - "symfony/console": "^5.4", - "symfony/error-handler": "^5.4", - "symfony/finder": "^5.4", - "symfony/http-foundation": "^5.4", - "symfony/http-kernel": "^5.4", - "symfony/mime": "^5.4", - "symfony/process": "^5.4", - "symfony/routing": "^5.4", - "symfony/var-dumper": "^5.4", - "tijsverkoyen/css-to-inline-styles": "^2.2.2", - "vlucas/phpdotenv": "^5.4.1", - "voku/portable-ascii": "^1.6.1" - }, - "conflict": { - "tightenco/collect": "<5.5.33" + "guzzlehttp/promises": "^1.5.3 || ^2.0.1", + "guzzlehttp/psr7": "^1.9.1 || ^2.5.1", + "php": "^7.2.5 || ^8.0", + "psr/http-client": "^1.0", + "symfony/deprecation-contracts": "^2.2 || ^3.0" }, "provide": { - "psr/container-implementation": "1.0", - "psr/simple-cache-implementation": "1.0" - }, - "replace": { - "illuminate/auth": "self.version", - "illuminate/broadcasting": "self.version", - "illuminate/bus": "self.version", - "illuminate/cache": "self.version", - "illuminate/collections": "self.version", - "illuminate/config": "self.version", - "illuminate/console": "self.version", - "illuminate/container": "self.version", - "illuminate/contracts": "self.version", - "illuminate/cookie": "self.version", - "illuminate/database": "self.version", - "illuminate/encryption": "self.version", - "illuminate/events": "self.version", - "illuminate/filesystem": "self.version", - "illuminate/hashing": "self.version", - "illuminate/http": "self.version", - "illuminate/log": "self.version", - "illuminate/macroable": "self.version", - "illuminate/mail": "self.version", - "illuminate/notifications": "self.version", - "illuminate/pagination": "self.version", - "illuminate/pipeline": "self.version", - "illuminate/queue": "self.version", - "illuminate/redis": "self.version", - "illuminate/routing": "self.version", - "illuminate/session": "self.version", - "illuminate/support": "self.version", - "illuminate/testing": "self.version", - "illuminate/translation": "self.version", - "illuminate/validation": "self.version", - "illuminate/view": "self.version" + "psr/http-client-implementation": "1.0" }, "require-dev": { - "aws/aws-sdk-php": "^3.198.1", - "doctrine/dbal": "^2.13.3|^3.1.4", - "filp/whoops": "^2.14.3", - "guzzlehttp/guzzle": "^6.5.5|^7.0.1", - "league/flysystem-cached-adapter": "^1.0", - "mockery/mockery": "^1.4.4", - "orchestra/testbench-core": "^6.27", - "pda/pheanstalk": "^4.0", - "phpunit/phpunit": "^8.5.19|^9.5.8", - "predis/predis": "^1.1.9", - "symfony/cache": "^5.4" + "bamarni/composer-bin-plugin": "^1.8.1", + "ext-curl": "*", + "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999", + "php-http/message-factory": "^1.1", + "phpunit/phpunit": "^8.5.29 || ^9.5.23", + "psr/log": "^1.1 || ^2.0 || ^3.0" }, "suggest": { - "ably/ably-php": "Required to use the Ably broadcast driver (^1.0).", - "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.198.1).", - "brianium/paratest": "Required to run tests in parallel (^6.0).", - "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.13.3|^3.1.4).", - "ext-bcmath": "Required to use the multiple_of validation rule.", - "ext-ftp": "Required to use the Flysystem FTP driver.", - "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().", - "ext-memcached": "Required to use the memcache cache driver.", - "ext-pcntl": "Required to use all features of the queue worker.", - "ext-posix": "Required to use all features of the queue worker.", - "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0).", - "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).", - "filp/whoops": "Required for friendly error pages in development (^2.14.3).", - "guzzlehttp/guzzle": "Required to use the HTTP Client, Mailgun mail driver and the ping methods on schedules (^6.5.5|^7.0.1).", - "laravel/tinker": "Required to use the tinker console command (^2.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-sftp": "Required to use the Flysystem SFTP driver (^1.0).", - "mockery/mockery": "Required to use mocking (^1.4.4).", - "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).", - "pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).", - "phpunit/phpunit": "Required to use assertions and run tests (^8.5.19|^9.5.8).", - "predis/predis": "Required to use the predis connector (^1.1.9).", - "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).", - "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^4.0|^5.0|^6.0|^7.0).", - "symfony/cache": "Required to PSR-6 cache bridge (^5.4).", - "symfony/filesystem": "Required to enable support for relative symbolic links (^5.4).", - "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0).", - "wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)." + "ext-curl": "Required for CURL handler support", + "ext-intl": "Required for Internationalized Domain Name (IDN) support", + "psr/log": "Required for using the Log middleware" }, "type": "library", "extra": { - "branch-alias": { - "dev-master": "8.x-dev" + "bamarni-bin": { + "bin-links": true, + "forward-command": false } }, "autoload": { "files": [ - "src/Illuminate/Collections/helpers.php", - "src/Illuminate/Events/functions.php", - "src/Illuminate/Foundation/helpers.php", - "src/Illuminate/Support/helpers.php" + "src/functions_include.php" ], "psr-4": { - "Illuminate\\": "src/Illuminate/", - "Illuminate\\Support\\": [ - "src/Illuminate/Macroable/", - "src/Illuminate/Collections/" - ] + "GuzzleHttp\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -652,54 +699,104 @@ ], "authors": [ { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "Jeremy Lindblom", + "email": "jeremeamia@gmail.com", + "homepage": "https://github.com/jeremeamia" + }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" } ], - "description": "The Laravel Framework.", - "homepage": "https://laravel.com", + "description": "Guzzle is a PHP HTTP client library", "keywords": [ + "client", + "curl", "framework", - "laravel" + "http", + "http client", + "psr-18", + "psr-7", + "rest", + "web service" ], "support": { - "issues": "https://github.com/laravel/framework/issues", - "source": "https://github.com/laravel/framework" + "issues": "https://github.com/guzzle/guzzle/issues", + "source": "https://github.com/guzzle/guzzle/tree/7.8.0" }, - "time": "2022-12-08T15:28:55+00:00" + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", + "type": "tidelift" + } + ], + "time": "2023-08-27T10:20:53+00:00" }, { - "name": "laravel/serializable-closure", - "version": "v1.3.1", + "name": "guzzlehttp/promises", + "version": "2.0.1", "source": { "type": "git", - "url": "https://github.com/laravel/serializable-closure.git", - "reference": "e5a3057a5591e1cfe8183034b0203921abe2c902" + "url": "https://github.com/guzzle/promises.git", + "reference": "111166291a0f8130081195ac4556a5587d7f1b5d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/e5a3057a5591e1cfe8183034b0203921abe2c902", - "reference": "e5a3057a5591e1cfe8183034b0203921abe2c902", + "url": "https://api.github.com/repos/guzzle/promises/zipball/111166291a0f8130081195ac4556a5587d7f1b5d", + "reference": "111166291a0f8130081195ac4556a5587d7f1b5d", "shasum": "" }, "require": { - "php": "^7.3|^8.0" + "php": "^7.2.5 || ^8.0" }, "require-dev": { - "nesbot/carbon": "^2.61", - "pestphp/pest": "^1.21.3", - "phpstan/phpstan": "^1.8.2", - "symfony/var-dumper": "^5.4.11" + "bamarni/composer-bin-plugin": "^1.8.1", + "phpunit/phpunit": "^8.5.29 || ^9.5.23" }, "type": "library", "extra": { - "branch-alias": { - "dev-master": "1.x-dev" + "bamarni-bin": { + "bin-links": true, + "forward-command": false } }, "autoload": { "psr-4": { - "Laravel\\SerializableClosure\\": "src/" + "GuzzleHttp\\Promise\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -708,50 +805,3465 @@ ], "authors": [ { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" }, { - "name": "Nuno Maduro", - "email": "nuno@laravel.com" + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" } ], - "description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.", + "description": "Guzzle promises library", "keywords": [ - "closure", - "laravel", - "serializable" + "promise" ], "support": { - "issues": "https://github.com/laravel/serializable-closure/issues", - "source": "https://github.com/laravel/serializable-closure" + "issues": "https://github.com/guzzle/promises/issues", + "source": "https://github.com/guzzle/promises/tree/2.0.1" }, - "time": "2023-07-14T13:56:28+00:00" + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", + "type": "tidelift" + } + ], + "time": "2023-08-03T15:11:55+00:00" }, { - "name": "league/commonmark", - "version": "2.4.1", + "name": "guzzlehttp/psr7", + "version": "2.6.1", "source": { "type": "git", - "url": "https://github.com/thephpleague/commonmark.git", - "reference": "3669d6d5f7a47a93c08ddff335e6d945481a1dd5" + "url": "https://github.com/guzzle/psr7.git", + "reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/3669d6d5f7a47a93c08ddff335e6d945481a1dd5", - "reference": "3669d6d5f7a47a93c08ddff335e6d945481a1dd5", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/be45764272e8873c72dbe3d2edcfdfcc3bc9f727", + "reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727", "shasum": "" }, "require": { - "ext-mbstring": "*", - "league/config": "^1.1.1", - "php": "^7.4 || ^8.0", - "psr/event-dispatcher": "^1.0", - "symfony/deprecation-contracts": "^2.1 || ^3.0", - "symfony/polyfill-php80": "^1.16" + "php": "^7.2.5 || ^8.0", + "psr/http-factory": "^1.0", + "psr/http-message": "^1.1 || ^2.0", + "ralouphie/getallheaders": "^3.0" + }, + "provide": { + "psr/http-factory-implementation": "1.0", + "psr/http-message-implementation": "1.0" }, "require-dev": { - "cebe/markdown": "^1.0", + "bamarni/composer-bin-plugin": "^1.8.1", + "http-interop/http-factory-tests": "^0.9", + "phpunit/phpunit": "^8.5.29 || ^9.5.23" + }, + "suggest": { + "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" + }, + "type": "library", + "extra": { + "bamarni-bin": { + "bin-links": true, + "forward-command": false + } + }, + "autoload": { + "psr-4": { + "GuzzleHttp\\Psr7\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://sagikazarmark.hu" + } + ], + "description": "PSR-7 message implementation that also provides common utility methods", + "keywords": [ + "http", + "message", + "psr-7", + "request", + "response", + "stream", + "uri", + "url" + ], + "support": { + "issues": "https://github.com/guzzle/psr7/issues", + "source": "https://github.com/guzzle/psr7/tree/2.6.1" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", + "type": "tidelift" + } + ], + "time": "2023-08-27T10:13:57+00:00" + }, + { + "name": "guzzlehttp/uri-template", + "version": "v1.0.2", + "source": { + "type": "git", + "url": "https://github.com/guzzle/uri-template.git", + "reference": "61bf437fc2197f587f6857d3ff903a24f1731b5d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/uri-template/zipball/61bf437fc2197f587f6857d3ff903a24f1731b5d", + "reference": "61bf437fc2197f587f6857d3ff903a24f1731b5d", + "shasum": "" + }, + "require": { + "php": "^7.2.5 || ^8.0", + "symfony/polyfill-php80": "^1.17" + }, + "require-dev": { + "bamarni/composer-bin-plugin": "^1.8.1", + "phpunit/phpunit": "^8.5.19 || ^9.5.8", + "uri-template/tests": "1.0.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "GuzzleHttp\\UriTemplate\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + } + ], + "description": "A polyfill class for uri_template of PHP", + "keywords": [ + "guzzlehttp", + "uri-template" + ], + "support": { + "issues": "https://github.com/guzzle/uri-template/issues", + "source": "https://github.com/guzzle/uri-template/tree/v1.0.2" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/uri-template", + "type": "tidelift" + } + ], + "time": "2023-08-27T10:19:19+00:00" + }, + { + "name": "intervention/image", + "version": "2.7.2", + "source": { + "type": "git", + "url": "https://github.com/Intervention/image.git", + "reference": "04be355f8d6734c826045d02a1079ad658322dad" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Intervention/image/zipball/04be355f8d6734c826045d02a1079ad658322dad", + "reference": "04be355f8d6734c826045d02a1079ad658322dad", + "shasum": "" + }, + "require": { + "ext-fileinfo": "*", + "guzzlehttp/psr7": "~1.1 || ^2.0", + "php": ">=5.4.0" + }, + "require-dev": { + "mockery/mockery": "~0.9.2", + "phpunit/phpunit": "^4.8 || ^5.7 || ^7.5.15" + }, + "suggest": { + "ext-gd": "to use GD library based image processing.", + "ext-imagick": "to use Imagick based image processing.", + "intervention/imagecache": "Caching extension for the Intervention Image library" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.4-dev" + }, + "laravel": { + "providers": [ + "Intervention\\Image\\ImageServiceProvider" + ], + "aliases": { + "Image": "Intervention\\Image\\Facades\\Image" + } + } + }, + "autoload": { + "psr-4": { + "Intervention\\Image\\": "src/Intervention/Image" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Oliver Vogel", + "email": "oliver@intervention.io", + "homepage": "https://intervention.io/" + } + ], + "description": "Image handling and manipulation library with support for Laravel integration", + "homepage": "http://image.intervention.io/", + "keywords": [ + "gd", + "image", + "imagick", + "laravel", + "thumbnail", + "watermark" + ], + "support": { + "issues": "https://github.com/Intervention/image/issues", + "source": "https://github.com/Intervention/image/tree/2.7.2" + }, + "funding": [ + { + "url": "https://paypal.me/interventionio", + "type": "custom" + }, + { + "url": "https://github.com/Intervention", + "type": "github" + } + ], + "time": "2022-05-21T17:30:32+00:00" + }, + { + "name": "jaybizzle/crawler-detect", + "version": "v1.2.116", + "source": { + "type": "git", + "url": "https://github.com/JayBizzle/Crawler-Detect.git", + "reference": "97e9fe30219e60092e107651abb379a38b342921" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/JayBizzle/Crawler-Detect/zipball/97e9fe30219e60092e107651abb379a38b342921", + "reference": "97e9fe30219e60092e107651abb379a38b342921", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.8|^5.5|^6.5|^9.4" + }, + "type": "library", + "autoload": { + "psr-4": { + "Jaybizzle\\CrawlerDetect\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mark Beech", + "email": "m@rkbee.ch", + "role": "Developer" + } + ], + "description": "CrawlerDetect is a PHP class for detecting bots/crawlers/spiders via the user agent", + "homepage": "https://github.com/JayBizzle/Crawler-Detect/", + "keywords": [ + "crawler", + "crawler detect", + "crawler detector", + "crawlerdetect", + "php crawler detect" + ], + "support": { + "issues": "https://github.com/JayBizzle/Crawler-Detect/issues", + "source": "https://github.com/JayBizzle/Crawler-Detect/tree/v1.2.116" + }, + "time": "2023-07-21T15:49:49+00:00" + }, + { + "name": "jenssegers/agent", + "version": "v2.6.4", + "source": { + "type": "git", + "url": "https://github.com/jenssegers/agent.git", + "reference": "daa11c43729510b3700bc34d414664966b03bffe" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/jenssegers/agent/zipball/daa11c43729510b3700bc34d414664966b03bffe", + "reference": "daa11c43729510b3700bc34d414664966b03bffe", + "shasum": "" + }, + "require": { + "jaybizzle/crawler-detect": "^1.2", + "mobiledetect/mobiledetectlib": "^2.7.6", + "php": ">=5.6" + }, + "require-dev": { + "php-coveralls/php-coveralls": "^2.1", + "phpunit/phpunit": "^5.0|^6.0|^7.0" + }, + "suggest": { + "illuminate/support": "Required for laravel service providers" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + }, + "laravel": { + "providers": [ + "Jenssegers\\Agent\\AgentServiceProvider" + ], + "aliases": { + "Agent": "Jenssegers\\Agent\\Facades\\Agent" + } + } + }, + "autoload": { + "psr-4": { + "Jenssegers\\Agent\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jens Segers", + "homepage": "https://jenssegers.com" + } + ], + "description": "Desktop/mobile user agent parser with support for Laravel, based on Mobiledetect", + "homepage": "https://github.com/jenssegers/agent", + "keywords": [ + "Agent", + "browser", + "desktop", + "laravel", + "mobile", + "platform", + "user agent", + "useragent" + ], + "support": { + "issues": "https://github.com/jenssegers/agent/issues", + "source": "https://github.com/jenssegers/agent/tree/v2.6.4" + }, + "funding": [ + { + "url": "https://github.com/jenssegers", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/jenssegers/agent", + "type": "tidelift" + } + ], + "time": "2020-06-13T08:05:20+00:00" + }, + { + "name": "laravel-liberu/addresses", + "version": "v5.0.9", + "source": { + "type": "git", + "url": "https://github.com/laravel-liberu/addresses.git", + "reference": "4ec211bc0f6b5e771095e577286f4db7746c04c6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel-liberu/addresses/zipball/4ec211bc0f6b5e771095e577286f4db7746c04c6", + "reference": "4ec211bc0f6b5e771095e577286f4db7746c04c6", + "shasum": "" + }, + "require": { + "laravel-liberu/core": "^8.0", + "laravel-liberu/countries": "^2.0", + "laravel-liberu/enums": "^2.0", + "laravel-liberu/forms": "^4.0", + "laravel-liberu/google": "^2.0", + "laravel-liberu/helpers": "^2.0", + "laravel-liberu/migrator": "^2.0", + "laravel-liberu/rememberable": "^3.0", + "laravel-liberu/select": "^4.0" + }, + "require-dev": { + "rector/rector": "^0.17.0" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "LaravelLiberu\\Addresses\\AppServiceProvider", + "LaravelLiberu\\Addresses\\CountryServiceProvider", + "LaravelLiberu\\Addresses\\UserServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "LaravelLiberu\\Addresses\\": "src/", + "LaravelLiberu\\Addresses\\Database\\Seeders\\": "database/seeders/", + "LaravelLiberu\\Addresses\\Database\\Factories\\": "database/factories/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mihai", + "email": "mihai.ocneanu@gmail.com", + "role": "Developer" + }, + { + "name": "Adrian Ocneanu", + "email": "aocneanu@gmail.com", + "homepage": "https://laravel-liberu.com", + "role": "Developer" + } + ], + "description": "Addresses Manager for Laravel Liberu", + "keywords": [ + "addresses", + "laravel", + "laravel-liberu" + ], + "support": { + "issues": "https://github.com/laravel-liberu/addresses/issues", + "source": "https://github.com/laravel-liberu/addresses/tree/v5.0.9" + }, + "funding": [ + { + "url": "https://github.com/laravel-liberu", + "type": "github" + } + ], + "time": "2023-10-14T08:28:03+00:00" + }, + { + "name": "laravel-liberu/avatars", + "version": "v4.0.19", + "source": { + "type": "git", + "url": "https://github.com/laravel-liberu/avatars.git", + "reference": "533239db1c8782bf35d2e07ff02d91e243c11227" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel-liberu/avatars/zipball/533239db1c8782bf35d2e07ff02d91e243c11227", + "reference": "533239db1c8782bf35d2e07ff02d91e243c11227", + "shasum": "" + }, + "require": { + "laravel-liberu/core": "^8.0", + "laravel-liberu/files": "^5.0", + "laravel-liberu/image-transformer": "^2.0", + "laravel-liberu/migrator": "^2.0", + "laravolt/avatar": "^5.0" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "LaravelLiberu\\Avatars\\AppServiceProvider", + "LaravelLiberu\\Avatars\\AuthServiceProvider" + ], + "aliases": [] + } + }, + "autoload": { + "psr-4": { + "LaravelLiberu\\Avatars\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Adrian Ocneanu", + "email": "aocneanu@gmail.com", + "homepage": "https://laravel-liberu.com", + "role": "Developer" + } + ], + "description": "User Avatar manager dependency for Laravel Liberu", + "homepage": "https://github.com/laravel-liberu/avatars", + "keywords": [ + "avatar", + "avatars", + "laravel", + "laravel-liberu" + ], + "support": { + "issues": "https://github.com/laravel-liberu/avatars/issues", + "source": "https://github.com/laravel-liberu/avatars/tree/v4.0.19" + }, + "funding": [ + { + "url": "https://github.com/laravel-liberu", + "type": "github" + } + ], + "time": "2023-10-14T08:23:45+00:00" + }, + { + "name": "laravel-liberu/charts", + "version": "v4.4.8", + "source": { + "type": "git", + "url": "https://github.com/laravel-liberu/charts.git", + "reference": "a7b6b22c36c883c9503eecd57df62927b189f497" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel-liberu/charts/zipball/a7b6b22c36c883c9503eecd57df62927b189f497", + "reference": "a7b6b22c36c883c9503eecd57df62927b189f497", + "shasum": "" + }, + "require": { + "laravel-liberu/helpers": "^2.0", + "laravel/framework": "^7.0|^8.0|^9.0|^10.0", + "php": ">=7.4.0" + }, + "require-dev": { + "rector/rector": "^0.17.0" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "LaravelLiberu\\Charts\\AppServiceProvider" + ], + "aliases": [] + } + }, + "autoload": { + "psr-4": { + "LaravelLiberu\\Charts\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Adrian Ocneanu", + "email": "aocneanu@gmail.com", + "homepage": "https://laravel-liberu.com", + "role": "Developer" + } + ], + "description": "Server-side data builder for Chart.js, with a VueJS component for the frontend.", + "homepage": "https://github.com/laravel-liberu/charts", + "keywords": [ + "chartjs", + "charts", + "laravel", + "laravel-liberu" + ], + "support": { + "issues": "https://github.com/laravel-liberu/charts/issues", + "source": "https://github.com/laravel-liberu/charts/tree/v4.4.8" + }, + "funding": [ + { + "url": "https://github.com/laravel-liberu", + "type": "github" + } + ], + "time": "2023-10-13T01:35:37+00:00" + }, + { + "name": "laravel-liberu/companies", + "version": "v4.0.14", + "source": { + "type": "git", + "url": "https://github.com/laravel-liberu/companies.git", + "reference": "f7f98c20aafaf92b733a72038f67b1b412416021" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel-liberu/companies/zipball/f7f98c20aafaf92b733a72038f67b1b412416021", + "reference": "f7f98c20aafaf92b733a72038f67b1b412416021", + "shasum": "" + }, + "require": { + "laravel-liberu/addresses": "^5.0", + "laravel-liberu/core": "^8.0", + "laravel-liberu/dynamic-methods": "^2.0", + "laravel-liberu/enums": "^2.0", + "laravel-liberu/forms": "^4.0", + "laravel-liberu/helpers": "^2.0", + "laravel-liberu/migrator": "^2.1", + "laravel-liberu/people": "^4.0", + "laravel-liberu/rememberable": "^3.0", + "laravel-liberu/searchable": "^2.2", + "laravel-liberu/tables": "^4.0", + "laravel-liberu/track-who": "^2.0" + }, + "require-dev": { + "rector/rector": "^0.17.0" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "LaravelLiberu\\Companies\\AppServiceProvider", + "LaravelLiberu\\Companies\\AuthServiceProvider", + "LaravelLiberu\\Companies\\SearchServiceProvider", + "LaravelLiberu\\Companies\\EnumServiceProvider" + ], + "aliases": [] + } + }, + "autoload": { + "psr-4": { + "LaravelLiberu\\Companies\\": "src/", + "LaravelLiberu\\Companies\\Database\\Seeders\\": "database/seeders/", + "LaravelLiberu\\Companies\\Database\\Factories\\": "database/factories/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Adrian Ocneanu", + "email": "aocneanu@gmail.com", + "homepage": "https://laravel-liberu.com", + "role": "Developer" + } + ], + "description": "Person management dependency for Laravel Liberu", + "homepage": "https://github.com/laravel-liberu/companies", + "keywords": [ + "companies", + "company-management", + "laravel", + "laravel-liberu" + ], + "support": { + "issues": "https://github.com/laravel-liberu/companies/issues", + "source": "https://github.com/laravel-liberu/companies/tree/v4.0.14" + }, + "funding": [ + { + "url": "https://github.com/laravel-liberu", + "type": "github" + } + ], + "time": "2023-10-14T08:24:57+00:00" + }, + { + "name": "laravel-liberu/core", + "version": "v8.0.23", + "source": { + "type": "git", + "url": "https://github.com/laravel-liberu/core.git", + "reference": "e03a4aa1e6218ac68e1c664c1a7b4c3868e9dd84" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel-liberu/core/zipball/e03a4aa1e6218ac68e1c664c1a7b4c3868e9dd84", + "reference": "e03a4aa1e6218ac68e1c664c1a7b4c3868e9dd84", + "shasum": "" + }, + "require": { + "jenssegers/agent": "^2.6", + "laravel-liberu/avatars": "^4.0", + "laravel-liberu/charts": "^4.0", + "laravel-liberu/companies": "^4.0", + "laravel-liberu/data-export": "^3.0", + "laravel-liberu/dynamic-methods": "^2.0", + "laravel-liberu/enums": "^2.0", + "laravel-liberu/files": "^5.0", + "laravel-liberu/forms": "^4.0", + "laravel-liberu/helpers": "^2.0", + "laravel-liberu/history-tracker": "^2.0", + "laravel-liberu/impersonate": "^3.2", + "laravel-liberu/io": "^2.3", + "laravel-liberu/localisation": "^5.0", + "laravel-liberu/logs": "^4.0", + "laravel-liberu/menus": "^5.0", + "laravel-liberu/migrator": "^2.0", + "laravel-liberu/notifications": "^4.1", + "laravel-liberu/people": "^4.0", + "laravel-liberu/permissions": "^5.0", + "laravel-liberu/rememberable": "^3.0", + "laravel-liberu/roles": "^5.1", + "laravel-liberu/searchable": "^2.2", + "laravel-liberu/select": "^4.0", + "laravel-liberu/sentry": "^1.0", + "laravel-liberu/tables": "^4.0", + "laravel-liberu/track-who": "^2.0", + "laravel-liberu/upgrade": "^2.5", + "laravel-liberu/users": "^2.0", + "laravel/framework": "^10.0", + "laravel/sanctum": "^3.2", + "php": ">=8.2", + "voku/anti-xss": "^4.1" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "LaravelLiberu\\Core\\AppServiceProvider", + "LaravelLiberu\\Core\\BroadcastServiceProvider", + "LaravelLiberu\\Core\\EventServiceProvider", + "LaravelLiberu\\Core\\PasswordServiceProvider", + "LaravelLiberu\\Core\\MiddlewareServiceProvider", + "LaravelLiberu\\Core\\WebsocketServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "LaravelLiberu\\Core\\": "src/", + "LaravelLiberu\\Core\\Database\\Seeders\\": "database/seeders/", + "LaravelLiberu\\Core\\Database\\Factories\\": "database/factories/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Adrian Ocneanu", + "email": "aocneanu@gmail.com", + "homepage": "https://laravel-liberu.com", + "role": "Developer" + }, + { + "name": "Mihai Ocneanu", + "email": "mihai.ocneanu@gmail.com", + "homepage": "https://laravel-liberu.com", + "role": "Developer" + }, + { + "name": "Ionut Pirvulescu", + "email": "ionut.pirvulescu1@gmail.com", + "homepage": "https://laravel-liberu.com", + "role": "Developer" + } + ], + "description": "Main requirement & dependency aggregator for Laravel Liberu", + "homepage": "https://github.com/laravel-liberu/Core", + "keywords": [ + "laravel-boilerplate", + "laravel-liberu", + "liberu-aggregator", + "liberu-core", + "vue-bulma", + "vue-spa" + ], + "support": { + "issues": "https://github.com/laravel-liberu/core/issues", + "source": "https://github.com/laravel-liberu/core/tree/v8.0.23" + }, + "funding": [ + { + "url": "https://github.com/laravel-liberu", + "type": "github" + } + ], + "time": "2023-10-19T06:53:31+00:00" + }, + { + "name": "laravel-liberu/countries", + "version": "v2.3.11", + "source": { + "type": "git", + "url": "https://github.com/laravel-liberu/countries.git", + "reference": "e22a242389cb286e14b2d200c5c5d22dc841c83f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel-liberu/countries/zipball/e22a242389cb286e14b2d200c5c5d22dc841c83f", + "reference": "e22a242389cb286e14b2d200c5c5d22dc841c83f", + "shasum": "" + }, + "require": { + "laravel-liberu/core": "^8.0", + "laravel-liberu/dynamic-methods": "^2.0", + "laravel-liberu/enums": "^2.0", + "laravel-liberu/helpers": "^2.0", + "laravel-liberu/migrator": "^2.1", + "laravel-liberu/rememberable": "^3.0", + "laravel-liberu/select": "^4.0" + }, + "require-dev": { + "rector/rector": "^0.17.0" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "LaravelLiberu\\Countries\\AppServiceProvider" + ], + "aliases": [] + } + }, + "autoload": { + "psr-4": { + "LaravelLiberu\\Countries\\": "src/", + "LaravelLiberu\\Countries\\Database\\Seeders\\": "database/seeders/", + "LaravelLiberu\\Countries\\Database\\Factories\\": "database/factories/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mihai", + "email": "mihai.ocneanu@gmail.com", + "role": "Developer" + }, + { + "name": "Adrian Ocneanu", + "email": "aocneanu@gmail.com", + "homepage": "https://laravel-liberu.com", + "role": "Developer" + } + ], + "description": "Countries for Laravel Liberu", + "keywords": [ + "countries", + "laravel-liberu", + "liberu", + "manager" + ], + "support": { + "issues": "https://github.com/laravel-liberu/countries/issues", + "source": "https://github.com/laravel-liberu/countries/tree/v2.3.11" + }, + "funding": [ + { + "url": "https://github.com/laravel-liberu", + "type": "github" + } + ], + "time": "2023-10-14T08:33:35+00:00" + }, + { + "name": "laravel-liberu/data-export", + "version": "v3.1.18", + "source": { + "type": "git", + "url": "https://github.com/laravel-liberu/data-export.git", + "reference": "981a58c0a9602e8ba1b7e2ef72aec3b85ac3b538" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel-liberu/data-export/zipball/981a58c0a9602e8ba1b7e2ef72aec3b85ac3b538", + "reference": "981a58c0a9602e8ba1b7e2ef72aec3b85ac3b538", + "shasum": "" + }, + "require": { + "box/spout": "^3.0", + "laravel-liberu/core": "^8.0", + "laravel-liberu/enums": "^2.0", + "laravel-liberu/files": "^5.0", + "laravel-liberu/helpers": "^2.0", + "laravel-liberu/io": "^2.0", + "laravel-liberu/track-who": "^2.0" + }, + "require-dev": { + "rector/rector": "^0.17.0" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "LaravelLiberu\\DataExport\\AppServiceProvider", + "LaravelLiberu\\DataExport\\AuthServiceProvider", + "LaravelLiberu\\DataExport\\EnumServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "LaravelLiberu\\DataExport\\": "src/", + "LaravelLiberu\\DataExport\\Database\\Factories\\": "database/factories/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Adrian Ocneanu", + "email": "aocneanu@gmail.com", + "homepage": "https://laravel-liberu.com", + "role": "Developer" + } + ], + "description": "Structure for holding Laravel-Liberu exports", + "homepage": "https://github.com/laravel-liberu/data-export", + "keywords": [ + "data-export", + "laravel-liberu", + "liberu-exports" + ], + "support": { + "issues": "https://github.com/laravel-liberu/data-export/issues", + "source": "https://github.com/laravel-liberu/data-export/tree/v3.1.18" + }, + "funding": [ + { + "url": "https://github.com/laravel-liberu", + "type": "github" + } + ], + "time": "2023-10-14T08:28:20+00:00" + }, + { + "name": "laravel-liberu/dynamic-methods", + "version": "v2.1.9", + "source": { + "type": "git", + "url": "https://github.com/laravel-liberu/dynamic-methods.git", + "reference": "9956f3c7018d7f21bcc07ec8c06b2730900c7475" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel-liberu/dynamic-methods/zipball/9956f3c7018d7f21bcc07ec8c06b2730900c7475", + "reference": "9956f3c7018d7f21bcc07ec8c06b2730900c7475", + "shasum": "" + }, + "require": { + "laravel/framework": "^9.0|^10.0", + "php": ">=8.2" + }, + "require-dev": { + "rector/rector": "^0.17.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "LaravelLiberu\\DynamicMethods\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Adrian Ocneanu", + "email": "aocneanu@gmail.com", + "homepage": "https://laravel-liberu.com", + "role": "Developer" + } + ], + "description": "Dynamic methods, relations or accessors for models", + "homepage": "https://github.com/laravel-liberu/dynamic-methods", + "keywords": [ + "dynamic-methods", + "laravel-liberu" + ], + "support": { + "issues": "https://github.com/laravel-liberu/dynamic-methods/issues", + "source": "https://github.com/laravel-liberu/dynamic-methods/tree/v2.1.9" + }, + "funding": [ + { + "url": "https://github.com/laravel-liberu", + "type": "github" + } + ], + "time": "2023-10-13T01:21:03+00:00" + }, + { + "name": "laravel-liberu/enums", + "version": "v2.2.6", + "source": { + "type": "git", + "url": "https://github.com/laravel-liberu/enums.git", + "reference": "8c22030c5ce763413531119b424f519f114ba218" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel-liberu/enums/zipball/8c22030c5ce763413531119b424f519f114ba218", + "reference": "8c22030c5ce763413531119b424f519f114ba218", + "shasum": "" + }, + "require": { + "laravel/framework": "^7.0|^8.0|^9.0|^10.0", + "php": ">=7.4.0" + }, + "require-dev": { + "rector/rector": "^0.17.0" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "LaravelLiberu\\Enums\\AppServiceProvider", + "LaravelLiberu\\Enums\\EnumServiceProvider" + ], + "aliases": { + "Enums": "LaravelLiberu\\Enums\\Facades\\Enums" + } + } + }, + "autoload": { + "psr-4": { + "LaravelLiberu\\Enums\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Reza Fouladi", + "email": "raftx24@gmail.com", + "homepage": "https://laravel-liberu.com", + "role": "Developer" + }, + { + "name": "Adrian Ocneanu", + "email": "aocneanu@gmail.com", + "homepage": "https://laravel-liberu.com", + "role": "Developer" + } + ], + "description": "Enums for Laravel Enso", + "homepage": "https://github.com/laravel-liberu/enums", + "keywords": [ + "enums", + "laravel-liberu" + ], + "support": { + "issues": "https://github.com/laravel-liberu/enums/issues", + "source": "https://github.com/laravel-liberu/enums/tree/v2.2.6" + }, + "funding": [ + { + "url": "https://github.com/laravel-liberu", + "type": "github" + } + ], + "time": "2023-10-13T01:33:43+00:00" + }, + { + "name": "laravel-liberu/files", + "version": "v5.2.17", + "source": { + "type": "git", + "url": "https://github.com/laravel-liberu/files.git", + "reference": "a1c51ff99f532cf34b82326a3374eb72da1a862d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel-liberu/files/zipball/a1c51ff99f532cf34b82326a3374eb72da1a862d", + "reference": "a1c51ff99f532cf34b82326a3374eb72da1a862d", + "shasum": "" + }, + "require": { + "laravel-liberu/core": "^8.0", + "laravel-liberu/helpers": "^2.0", + "laravel-liberu/image-transformer": "^2.0", + "laravel-liberu/migrator": "^2.0", + "laravel-liberu/track-who": "^2.0" + }, + "require-dev": { + "rector/rector": "^0.17.0" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "LaravelLiberu\\Files\\AppServiceProvider", + "LaravelLiberu\\Files\\AuthServiceProvider", + "LaravelLiberu\\Files\\EnumServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "LaravelLiberu\\Files\\": "src/", + "LaravelLiberu\\Files\\Database\\Seeders\\": "database/seeders/", + "LaravelLiberu\\Files\\Database\\Factories\\": "database/factories/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Adrian Ocneanu", + "email": "aocneanu@gmail.com", + "homepage": "https://laravel-liberu.com", + "role": "Developer" + } + ], + "description": "File manager dependency for Laravel Liberu", + "homepage": "https://github.com/laravel-liberu/files", + "keywords": [ + "file-manager", + "file-uploader", + "files", + "laravel-liberu" + ], + "support": { + "issues": "https://github.com/laravel-liberu/files/issues", + "source": "https://github.com/laravel-liberu/files/tree/v5.2.17" + }, + "funding": [ + { + "url": "https://github.com/laravel-liberu", + "type": "github" + } + ], + "time": "2023-10-14T08:32:28+00:00" + }, + { + "name": "laravel-liberu/filters", + "version": "v2.1.9", + "source": { + "type": "git", + "url": "https://github.com/laravel-liberu/filters.git", + "reference": "4179bd2d48e5fa944c6dee657e241a15f9cd86a9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel-liberu/filters/zipball/4179bd2d48e5fa944c6dee657e241a15f9cd86a9", + "reference": "4179bd2d48e5fa944c6dee657e241a15f9cd86a9", + "shasum": "" + }, + "require": { + "laravel-liberu/helpers": "^2.9.2", + "laravel/framework": "^9.0|^10.0", + "php": ">=8.0" + }, + "require-dev": { + "rector/rector": "^0.17.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "LaravelLiberu\\Filters\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Adrian Ocneanu", + "email": "aocneanu@gmail.com", + "homepage": "https://laravel-liberu.com", + "role": "Developer" + } + ], + "description": "Filters dependency for Laravel Enso", + "homepage": "https://github.com/laravel-liberu/filters", + "keywords": [ + "date-interval", + "filters", + "laravel-liberu" + ], + "support": { + "issues": "https://github.com/laravel-liberu/filters/issues", + "source": "https://github.com/laravel-liberu/filters/tree/v2.1.9" + }, + "funding": [ + { + "url": "https://github.com/laravel-liberu", + "type": "github" + } + ], + "time": "2023-10-13T01:31:51+00:00" + }, + { + "name": "laravel-liberu/forms", + "version": "v4.5.6", + "source": { + "type": "git", + "url": "https://github.com/laravel-liberu/forms.git", + "reference": "a83d265e8ac2312ac9f37ddec841352a92ce683b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel-liberu/forms/zipball/a83d265e8ac2312ac9f37ddec841352a92ce683b", + "reference": "a83d265e8ac2312ac9f37ddec841352a92ce683b", + "shasum": "" + }, + "require": { + "laravel-liberu/enums": "^2.2.3", + "laravel-liberu/helpers": "^2.0", + "laravel/framework": "^9.0|^10.0", + "php": ">=8.0" + }, + "require-dev": { + "rector/rector": "^0.17.0" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "LaravelLiberu\\Forms\\AppServiceProvider" + ], + "aliases": [] + } + }, + "autoload": { + "psr-4": { + "LaravelLiberu\\Forms\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Adrian Ocneanu", + "email": "aocneanu@gmail.com", + "homepage": "https://laravel-liberu.com", + "role": "Developer" + } + ], + "description": "Form builder for Laravel Liberu", + "homepage": "https://github.com/laravel-liberu/forms", + "keywords": [ + "Forms", + "form-builder", + "json-templates", + "laravel-liberu" + ], + "support": { + "issues": "https://github.com/laravel-liberu/forms/issues", + "source": "https://github.com/laravel-liberu/forms/tree/v4.5.6" + }, + "funding": [ + { + "url": "https://github.com/laravel-liberu", + "type": "github" + } + ], + "time": "2023-10-14T08:35:51+00:00" + }, + { + "name": "laravel-liberu/google", + "version": "v2.0.8", + "source": { + "type": "git", + "url": "https://github.com/laravel-liberu/google.git", + "reference": "41480bda470bd07da37a32174e7cf29d10e2f054" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel-liberu/google/zipball/41480bda470bd07da37a32174e7cf29d10e2f054", + "reference": "41480bda470bd07da37a32174e7cf29d10e2f054", + "shasum": "" + }, + "require": { + "laravel-liberu/forms": "^4.0", + "laravel-liberu/helpers": "^2.0", + "laravel-liberu/migrator": "^2.0", + "laravel-liberu/upgrade": "^2.0" + }, + "require-dev": { + "rector/rector": "^0.17.0" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "LaravelLiberu\\Google\\AppServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "LaravelLiberu\\Google\\": "src/", + "LaravelLiberu\\Google\\Database\\Factories\\": "database/factories/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "authors": [ + { + "name": "Adrian Ocneanu", + "email": "aocneanu@gmail.com", + "homepage": "https://laravel-liberu.com", + "role": "Developer" + }, + { + "name": "Mihai Ocneanu", + "email": "mihai.ocneanu@gmail.com", + "homepage": "https://laravel-liberu.com", + "role": "Developer" + }, + { + "name": "Vlad Chioivanu", + "email": "vlad.chiovianu@earthlink.ro", + "homepage": "https://laravel-liberu.com", + "role": "Developer" + } + ], + "homepage": "https://www.laravel-liberu.com", + "support": { + "issues": "https://github.com/laravel-liberu/google/issues", + "source": "https://github.com/laravel-liberu/google/tree/v2.0.8" + }, + "funding": [ + { + "url": "https://github.com/laravel-liberu", + "type": "github" + } + ], + "time": "2023-10-13T01:24:26+00:00" + }, + { + "name": "laravel-liberu/helpers", + "version": "2.9.10", + "source": { + "type": "git", + "url": "https://github.com/laravel-liberu/helpers.git", + "reference": "bd2f98f16889dfc3a35fb121a43c5ec890578243" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel-liberu/helpers/zipball/bd2f98f16889dfc3a35fb121a43c5ec890578243", + "reference": "bd2f98f16889dfc3a35fb121a43c5ec890578243", + "shasum": "" + }, + "require": { + "laravel/framework": "^9.0|^10.0", + "php": ">=8.0" + }, + "require-dev": { + "rector/rector": "^0.17.0" + }, + "type": "library", + "extra": { + "laravel": { + "aliases": { + "LiberuException": "LaravelLiberu\\Helpers\\Exceptions\\LiberuException" + } + } + }, + "autoload": { + "psr-4": { + "LaravelLiberu\\Helpers\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Adrian Ocneanu", + "email": "aocneanu@gmail.com", + "homepage": "https://laravel-liberu.com", + "role": "Developer" + } + ], + "description": "Helper classes dependency for Laravel Liberu", + "homepage": "https://github.com/laravel-liberu/helpers", + "keywords": [ + "helpers", + "laravel-liberu" + ], + "support": { + "issues": "https://github.com/laravel-liberu/helpers/issues", + "source": "https://github.com/laravel-liberu/helpers/tree/2.9.10" + }, + "funding": [ + { + "url": "https://github.com/laravel-liberu", + "type": "github" + } + ], + "time": "2023-10-14T08:24:03+00:00" + }, + { + "name": "laravel-liberu/history-tracker", + "version": "v2.1.8", + "source": { + "type": "git", + "url": "https://github.com/laravel-liberu/history-tracker.git", + "reference": "0fec835088433ff0790347327f909322847d5e60" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel-liberu/history-tracker/zipball/0fec835088433ff0790347327f909322847d5e60", + "reference": "0fec835088433ff0790347327f909322847d5e60", + "shasum": "" + }, + "require": { + "laravel/framework": "^7.0|^8.0|^9.0|^10.0", + "php": ">=7.4.0" + }, + "require-dev": { + "rector/rector": "^0.17.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "LaravelLiberu\\HistoryTracker\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Adrian Ocneanu", + "email": "aocneanu@gmail.com", + "homepage": "https://laravel-liberu.com", + "role": "Developer" + } + ], + "description": "Model history tracking dependency for Laravel Liberu", + "homepage": "https://github.com/laravel-liberu/history-tracker", + "keywords": [ + "history-tracker", + "laravel-liberu" + ], + "support": { + "issues": "https://github.com/laravel-liberu/history-tracker/issues", + "source": "https://github.com/laravel-liberu/history-tracker/tree/v2.1.8" + }, + "funding": [ + { + "url": "https://github.com/laravel-liberu", + "type": "github" + } + ], + "time": "2023-10-14T08:35:16+00:00" + }, + { + "name": "laravel-liberu/image-transformer", + "version": "v2.1.8", + "source": { + "type": "git", + "url": "https://github.com/laravel-liberu/image-transformer.git", + "reference": "c4bf8b3875e6ac6fc026c7cd528fc772ad5202e5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel-liberu/image-transformer/zipball/c4bf8b3875e6ac6fc026c7cd528fc772ad5202e5", + "reference": "c4bf8b3875e6ac6fc026c7cd528fc772ad5202e5", + "shasum": "" + }, + "require": { + "intervention/image": "^2.5", + "laravel-liberu/helpers": "^2.0", + "laravel/framework": "^9.0|^10.0", + "php": ">=8.0", + "spatie/laravel-image-optimizer": "^1.6" + }, + "require-dev": { + "rector/rector": "^0.17.0" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [], + "aliases": [] + } + }, + "autoload": { + "psr-4": { + "LaravelLiberu\\ImageTransformer\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Adrian Ocneanu", + "email": "aocneanu@gmail.com", + "homepage": "https://laravel-liberu.com", + "role": "Developer" + } + ], + "description": "Image transformer dependency for Laravel Liberu", + "homepage": "https://github.com/laravel-liberu/image-transformer", + "keywords": [ + "image-optimizer", + "image-transformer", + "laravel", + "laravel-liberu" + ], + "support": { + "issues": "https://github.com/laravel-liberu/image-transformer/issues", + "source": "https://github.com/laravel-liberu/image-transformer/tree/v2.1.8" + }, + "funding": [ + { + "url": "https://github.com/laravel-liberu", + "type": "github" + } + ], + "time": "2023-10-14T08:33:52+00:00" + }, + { + "name": "laravel-liberu/impersonate", + "version": "v3.2.8", + "source": { + "type": "git", + "url": "https://github.com/laravel-liberu/impersonate.git", + "reference": "4e7efa8133452fe5730392c79a7abf2686b739b6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel-liberu/impersonate/zipball/4e7efa8133452fe5730392c79a7abf2686b739b6", + "reference": "4e7efa8133452fe5730392c79a7abf2686b739b6", + "shasum": "" + }, + "require": { + "laravel-liberu/core": "^8.0", + "laravel-liberu/dynamic-methods": "^2.0", + "laravel-liberu/migrator": "^2.1" + }, + "require-dev": { + "rector/rector": "^0.17.0" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "LaravelLiberu\\Impersonate\\AppServiceProvider", + "LaravelLiberu\\Impersonate\\AuthServiceProvider" + ], + "aliases": [] + } + }, + "autoload": { + "psr-4": { + "LaravelLiberu\\Impersonate\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Adrian Ocneanu", + "email": "aocneanu@gmail.com", + "homepage": "https://laravel-liberu.com", + "role": "Developer" + } + ], + "description": "User impersonation dependency for Laravel Liberu", + "homepage": "https://github.com/laravel-liberu/impersonate", + "keywords": [ + "impersonate", + "impersonate-users", + "laravel-liberu" + ], + "support": { + "issues": "https://github.com/laravel-liberu/impersonate/issues", + "source": "https://github.com/laravel-liberu/impersonate/tree/v3.2.8" + }, + "funding": [ + { + "url": "https://github.com/laravel-liberu", + "type": "github" + } + ], + "time": "2023-10-14T08:36:44+00:00" + }, + { + "name": "laravel-liberu/io", + "version": "v2.4.8", + "source": { + "type": "git", + "url": "https://github.com/laravel-liberu/io.git", + "reference": "b6c5a13d5537b979cdb7d5a3edf209223468b43c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel-liberu/io/zipball/b6c5a13d5537b979cdb7d5a3edf209223468b43c", + "reference": "b6c5a13d5537b979cdb7d5a3edf209223468b43c", + "shasum": "" + }, + "require": { + "laravel-liberu/core": "^8.0", + "laravel-liberu/enums": "^2.0" + }, + "require-dev": { + "rector/rector": "^0.17.0" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "LaravelLiberu\\IO\\BroadcastServiceProvider", + "LaravelLiberu\\IO\\WebsocketServiceProvider", + "LaravelLiberu\\IO\\EnumServiceProvider" + ], + "aliases": [] + } + }, + "autoload": { + "psr-4": { + "LaravelLiberu\\IO\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Adrian Ocneanu", + "email": "aocneanu@gmail.com", + "homepage": "https://laravel-liberu.com", + "role": "Developer" + } + ], + "description": "IO process monitoring dependency for Laravel-Liberu", + "homepage": "https://github.com/laravel-liberu/io", + "keywords": [ + "io", + "laravel", + "laravel-liberu" + ], + "support": { + "issues": "https://github.com/laravel-liberu/io/issues", + "source": "https://github.com/laravel-liberu/io/tree/v2.4.8" + }, + "funding": [ + { + "url": "https://github.com/laravel-liberu", + "type": "github" + } + ], + "time": "2023-10-14T08:40:03+00:00" + }, + { + "name": "laravel-liberu/localisation", + "version": "v5.0.15", + "source": { + "type": "git", + "url": "https://github.com/laravel-liberu/localisation.git", + "reference": "ded2e746b36f667caaa34b3de98eb554f50aa014" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel-liberu/localisation/zipball/ded2e746b36f667caaa34b3de98eb554f50aa014", + "reference": "ded2e746b36f667caaa34b3de98eb554f50aa014", + "shasum": "" + }, + "require": { + "laravel-liberu/core": "^8.0", + "laravel-liberu/forms": "^4.0", + "laravel-liberu/helpers": "^2.0", + "laravel-liberu/migrator": "^2.0", + "laravel-liberu/select": "^4.0", + "laravel-liberu/tables": "^4.0", + "php": ">=8.0" + }, + "require-dev": { + "rector/rector": "^0.17.0" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "LaravelLiberu\\Localisation\\AppServiceProvider", + "LaravelLiberu\\Localisation\\AuthServiceProvider" + ], + "aliases": [] + } + }, + "autoload": { + "psr-4": { + "LaravelLiberu\\Localisation\\": "src/", + "LaravelLiberu\\Localisation\\Database\\Seeders\\": "database/seeders/", + "LaravelLiberu\\Localisation\\Database\\Factories\\": "database/factories/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Adrian Ocneanu", + "email": "aocneanu@gmail.com", + "role": "Developer" + } + ], + "description": "Localisation management dependency for Laravel Liberu", + "keywords": [ + "laravel-liberu", + "localisation" + ], + "support": { + "issues": "https://github.com/laravel-liberu/localisation/issues", + "source": "https://github.com/laravel-liberu/localisation/tree/v5.0.15" + }, + "funding": [ + { + "url": "https://github.com/laravel-liberu", + "type": "github" + } + ], + "time": "2023-10-14T08:25:29+00:00" + }, + { + "name": "laravel-liberu/logs", + "version": "v4.1.8", + "source": { + "type": "git", + "url": "https://github.com/laravel-liberu/logs.git", + "reference": "bc8fd37524b4b3f67b6290a6d24ba67f0ac81643" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel-liberu/logs/zipball/bc8fd37524b4b3f67b6290a6d24ba67f0ac81643", + "reference": "bc8fd37524b4b3f67b6290a6d24ba67f0ac81643", + "shasum": "" + }, + "require": { + "laravel-liberu/core": "^8.0", + "laravel-liberu/helpers": "^2.0", + "laravel-liberu/migrator": "^2.1" + }, + "require-dev": { + "rector/rector": "^0.17.0" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "LaravelLiberu\\Logs\\AppServiceProvider" + ], + "aliases": [] + } + }, + "autoload": { + "psr-4": { + "LaravelLiberu\\Logs\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Adrian Ocneanu", + "email": "aocneanu@gmail.com", + "homepage": "https://laravel-liberu.com", + "role": "Developer" + } + ], + "description": "Log management dependency for Laravel Liberu", + "homepage": "https://github.com/laravel-liberu/logs", + "keywords": [ + "laravel-liberu", + "laravel-logs", + "log-manager", + "logs" + ], + "support": { + "issues": "https://github.com/laravel-liberu/logs/issues", + "source": "https://github.com/laravel-liberu/logs/tree/v4.1.8" + }, + "funding": [ + { + "url": "https://github.com/laravel-liberu", + "type": "github" + } + ], + "time": "2023-10-14T08:36:27+00:00" + }, + { + "name": "laravel-liberu/menus", + "version": "v5.0.11", + "source": { + "type": "git", + "url": "https://github.com/laravel-liberu/menus.git", + "reference": "b0a95c52cfb8c24e2348cfb36fe6f1fed995d82f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel-liberu/menus/zipball/b0a95c52cfb8c24e2348cfb36fe6f1fed995d82f", + "reference": "b0a95c52cfb8c24e2348cfb36fe6f1fed995d82f", + "shasum": "" + }, + "require": { + "laravel-liberu/core": "^8.0", + "laravel-liberu/forms": "^4.0", + "laravel-liberu/migrator": "^2.0", + "laravel-liberu/permissions": "^5.0", + "laravel-liberu/roles": "^5.0", + "laravel-liberu/tables": "^4.0" + }, + "require-dev": { + "rector/rector": "^0.17.0" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "LaravelLiberu\\Menus\\AppServiceProvider" + ], + "aliases": [] + } + }, + "autoload": { + "psr-4": { + "LaravelLiberu\\Menus\\": "src/", + "LaravelLiberu\\Menus\\Database\\Factories\\": "database/factories/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Adrian Ocneanu", + "email": "aocneanu@gmail.com", + "homepage": "https://laravel-liberu.com", + "role": "Developer" + } + ], + "description": "Menu Manager dependency for Laravel Liberu", + "homepage": "https://github.com/laravel-liberu/Menus", + "keywords": [ + "breadcrumbs", + "laravel-liberu", + "laravel-menu", + "menu-manager", + "menus" + ], + "support": { + "issues": "https://github.com/laravel-liberu/menus/issues", + "source": "https://github.com/laravel-liberu/menus/tree/v5.0.11" + }, + "funding": [ + { + "url": "https://github.com/laravel-liberu", + "type": "github" + } + ], + "time": "2023-10-14T08:31:17+00:00" + }, + { + "name": "laravel-liberu/migrator", + "version": "v2.1.9", + "source": { + "type": "git", + "url": "https://github.com/laravel-liberu/migrator.git", + "reference": "59128f88232bc4f6b89038638332ca7b80c7c056" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel-liberu/migrator/zipball/59128f88232bc4f6b89038638332ca7b80c7c056", + "reference": "59128f88232bc4f6b89038638332ca7b80c7c056", + "shasum": "" + }, + "require": { + "laravel-liberu/menus": "^5.0", + "laravel-liberu/permissions": "^5.0", + "laravel-liberu/roles": "^5.0" + }, + "require-dev": { + "rector/rector": "^0.17.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "LaravelLiberu\\Migrator\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Adrian Ocneanu", + "email": "aocneanu@gmail.com", + "homepage": "https://laravel-liberu.com", + "role": "Developer" + } + ], + "description": "Structure Migrator dependency for Laravel Liberu", + "homepage": "https://github.com/laravel-liberu/migrator", + "keywords": [ + "Structures", + "laravel-liberu", + "liberu-helper", + "migrator" + ], + "support": { + "issues": "https://github.com/laravel-liberu/migrator/issues", + "source": "https://github.com/laravel-liberu/migrator/tree/v2.1.9" + }, + "funding": [ + { + "url": "https://github.com/laravel-liberu", + "type": "github" + } + ], + "time": "2023-10-14T08:44:19+00:00" + }, + { + "name": "laravel-liberu/notifications", + "version": "v4.1.8", + "source": { + "type": "git", + "url": "https://github.com/laravel-liberu/notifications.git", + "reference": "6fb26928101cc159bf45e06585c1151e7301afe6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel-liberu/notifications/zipball/6fb26928101cc159bf45e06585c1151e7301afe6", + "reference": "6fb26928101cc159bf45e06585c1151e7301afe6", + "shasum": "" + }, + "require": { + "laravel-liberu/core": "^8.0", + "laravel-liberu/migrator": "^2.1", + "pusher/pusher-php-server": "^7.0" + }, + "require-dev": { + "rector/rector": "^0.17.0" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "LaravelLiberu\\Notifications\\AppServiceProvider", + "LaravelLiberu\\Notifications\\BroadcastServiceProvider" + ], + "aliases": [] + } + }, + "autoload": { + "psr-4": { + "LaravelLiberu\\Notifications\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Adrian Ocneanu", + "email": "aocneanu@gmail.com", + "homepage": "https://laravel-liberu.com", + "role": "Developer" + } + ], + "description": "Push notifications dependency for LaravelLiberu", + "homepage": "https://github.com/laravel-liberu/notifications", + "keywords": [ + "laravel-liberu", + "laravel-notifications", + "notifications", + "push-notifications" + ], + "support": { + "issues": "https://github.com/laravel-liberu/notifications/issues", + "source": "https://github.com/laravel-liberu/notifications/tree/v4.1.8" + }, + "funding": [ + { + "url": "https://github.com/laravel-liberu", + "type": "github" + } + ], + "time": "2023-10-13T01:22:19+00:00" + }, + { + "name": "laravel-liberu/people", + "version": "v4.3.4", + "source": { + "type": "git", + "url": "https://github.com/laravel-liberu/people.git", + "reference": "abdcfec98a20fc529948bdef1bf7fe5132d2eabe" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel-liberu/people/zipball/abdcfec98a20fc529948bdef1bf7fe5132d2eabe", + "reference": "abdcfec98a20fc529948bdef1bf7fe5132d2eabe", + "shasum": "" + }, + "require": { + "laravel-liberu/addresses": "^5.0", + "laravel-liberu/core": "^8.0", + "laravel-liberu/dynamic-methods": "^2.0", + "laravel-liberu/enums": "^2.0", + "laravel-liberu/forms": "^4.0", + "laravel-liberu/helpers": "^2.0", + "laravel-liberu/migrator": "^2.0", + "laravel-liberu/rememberable": "^3.0", + "laravel-liberu/searchable": "^2.1", + "laravel-liberu/tables": "^4.0", + "laravel-liberu/track-who": "^2.0" + }, + "require-dev": { + "rector/rector": "^0.17.0" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "LaravelLiberu\\People\\AppServiceProvider", + "LaravelLiberu\\People\\AuthServiceProvider", + "LaravelLiberu\\People\\SearchServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "LaravelLiberu\\People\\": "src/", + "LaravelLiberu\\People\\Database\\Factories\\": "database/factories/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Adrian Ocneanu", + "email": "aocneanu@gmail.com", + "homepage": "https://laravel-liberu.com", + "role": "Developer" + } + ], + "description": "Person management dependency for Laravel Liberu", + "homepage": "https://github.com/laravel-liberu/People", + "keywords": [ + "laravel-liberu", + "people", + "person-management" + ], + "support": { + "issues": "https://github.com/laravel-liberu/people/issues", + "source": "https://github.com/laravel-liberu/people/tree/v4.3.4" + }, + "funding": [ + { + "url": "https://github.com/laravel-liberu", + "type": "github" + } + ], + "time": "2023-10-14T08:31:52+00:00" + }, + { + "name": "laravel-liberu/permissions", + "version": "v5.0.12", + "source": { + "type": "git", + "url": "https://github.com/laravel-liberu/permissions.git", + "reference": "77c5244b62a768fb87f8ad3c9e4fc72c347f622e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel-liberu/permissions/zipball/77c5244b62a768fb87f8ad3c9e4fc72c347f622e", + "reference": "77c5244b62a768fb87f8ad3c9e4fc72c347f622e", + "shasum": "" + }, + "require": { + "laravel-liberu/dynamic-methods": "^2.1.3", + "laravel-liberu/enums": "^2.2.3", + "laravel-liberu/forms": "^4.5.1", + "laravel-liberu/helpers": "^2.9.2", + "laravel-liberu/migrator": "^2.1.3", + "laravel-liberu/roles": "^5.1", + "laravel-liberu/tables": "^4.13.5" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "LaravelLiberu\\Permissions\\AppServiceProvider", + "LaravelLiberu\\Permissions\\AuthServiceProvider", + "LaravelLiberu\\Permissions\\EnumServiceProvider" + ], + "aliases": [] + } + }, + "autoload": { + "psr-4": { + "LaravelLiberu\\Permissions\\": "src/", + "LaravelLiberu\\Permissions\\Database\\Factories\\": "database/factories/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Adrian Ocneanu", + "email": "aocneanu@gmail.com", + "homepage": "https://laravel-liberu.com", + "role": "Developer" + } + ], + "description": "Permissions dependency for Laravel Liberu", + "homepage": "https://github.com/laravel-liberu/permissions", + "keywords": [ + "laravel-liberu", + "laravel-permissions", + "permission-manager" + ], + "support": { + "issues": "https://github.com/laravel-liberu/permissions/issues", + "source": "https://github.com/laravel-liberu/permissions/tree/v5.0.12" + }, + "funding": [ + { + "url": "https://github.com/laravel-liberu", + "type": "github" + } + ], + "time": "2023-10-14T08:30:59+00:00" + }, + { + "name": "laravel-liberu/rememberable", + "version": "v3.3.8", + "source": { + "type": "git", + "url": "https://github.com/laravel-liberu/rememberable.git", + "reference": "8f6e1c18ea1eed4010a1d1254d22d12ecfccff8c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel-liberu/rememberable/zipball/8f6e1c18ea1eed4010a1d1254d22d12ecfccff8c", + "reference": "8f6e1c18ea1eed4010a1d1254d22d12ecfccff8c", + "shasum": "" + }, + "require": { + "laravel/framework": "^9.0|^10.0", + "php": ">=8.0" + }, + "require-dev": { + "rector/rector": "^0.17.0" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "LaravelLiberu\\Rememberable\\AppServiceProvider" + ], + "aliases": [] + } + }, + "autoload": { + "psr-4": { + "LaravelLiberu\\Rememberable\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Adrian Ocneanu", + "email": "aocneanu@gmail.com", + "homepage": "https://laravel-liberu.com", + "role": "Developer" + } + ], + "description": "Model caching dependency for Laravel Liberu", + "homepage": "https://github.com/laravel-liberu/rememberable", + "keywords": [ + "laravel-cache", + "laravel-liberu", + "model-cache", + "rememberable" + ], + "support": { + "issues": "https://github.com/laravel-liberu/rememberable/issues", + "source": "https://github.com/laravel-liberu/rememberable/tree/v3.3.8" + }, + "funding": [ + { + "url": "https://github.com/laravel-liberu", + "type": "github" + } + ], + "time": "2023-10-14T08:34:27+00:00" + }, + { + "name": "laravel-liberu/roles", + "version": "v5.1.15", + "source": { + "type": "git", + "url": "https://github.com/laravel-liberu/roles.git", + "reference": "2c790256a7ec4b710a379f4be803224ca72b540a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel-liberu/roles/zipball/2c790256a7ec4b710a379f4be803224ca72b540a", + "reference": "2c790256a7ec4b710a379f4be803224ca72b540a", + "shasum": "" + }, + "require": { + "laravel-liberu/core": "^8.0", + "laravel-liberu/enums": "^2.2.3", + "laravel-liberu/forms": "^4.5.1", + "laravel-liberu/helpers": "^2.9.2", + "laravel-liberu/menus": "^5.0.3", + "laravel-liberu/migrator": "^2.1", + "laravel-liberu/permissions": "^5.0", + "laravel-liberu/select": "^4.2.2", + "laravel-liberu/tables": "^4.15.0" + }, + "require-dev": { + "rector/rector": "^0.17.0" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "LaravelLiberu\\Roles\\AppServiceProvider", + "LaravelLiberu\\Roles\\EnumServiceProvider" + ], + "aliases": [] + } + }, + "autoload": { + "psr-4": { + "LaravelLiberu\\Roles\\": "src/", + "LaravelLiberu\\Roles\\Database\\Seeders\\": "database/seeders/", + "LaravelLiberu\\Roles\\Database\\Factories\\": "database/factories/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Adrian Ocneanu", + "email": "aocneanu@gmail.com", + "homepage": "https://laravel-liberu.com", + "role": "Developer" + } + ], + "description": "Role Manager dependency for Laravel Liberu", + "homepage": "https://github.com/laravel-liberu/Roles", + "keywords": [ + "laravel-liberu", + "laravel-roles", + "role-manager", + "roles" + ], + "support": { + "issues": "https://github.com/laravel-liberu/roles/issues", + "source": "https://github.com/laravel-liberu/roles/tree/v5.1.15" + }, + "funding": [ + { + "url": "https://github.com/laravel-liberu", + "type": "github" + } + ], + "time": "2023-10-14T08:30:42+00:00" + }, + { + "name": "laravel-liberu/searchable", + "version": "v2.3.7", + "source": { + "type": "git", + "url": "https://github.com/laravel-liberu/searchable.git", + "reference": "78d3f94f254935eef43e5baabaed5adf4cc0cf7d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel-liberu/searchable/zipball/78d3f94f254935eef43e5baabaed5adf4cc0cf7d", + "reference": "78d3f94f254935eef43e5baabaed5adf4cc0cf7d", + "shasum": "" + }, + "require": { + "laravel-liberu/core": "^8.0", + "laravel-liberu/filters": "^2.0", + "laravel-liberu/migrator": "^2.1", + "laravel-liberu/permissions": "^5.0" + }, + "require-dev": { + "rector/rector": "^0.17.0" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "LaravelLiberu\\Searchable\\AppServiceProvider", + "LaravelLiberu\\Searchable\\SearchServiceProvider" + ], + "aliases": { + "Search": "LaravelLiberu\\Searchable\\Facades\\Search" + } + } + }, + "autoload": { + "psr-4": { + "LaravelLiberu\\Searchable\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Adrian Ocneanu", + "email": "aocneanu@gmail.com", + "homepage": "https://laravel-liberu.com", + "role": "Developer" + } + ], + "description": "Searchable dependency for Laravel Liberu", + "homepage": "https://github.com/laravel-liberu/searchable", + "keywords": [ + "laravel-liberu", + "searchable" + ], + "support": { + "issues": "https://github.com/laravel-liberu/searchable/issues", + "source": "https://github.com/laravel-liberu/searchable/tree/v2.3.7" + }, + "funding": [ + { + "url": "https://github.com/laravel-liberu", + "type": "github" + } + ], + "time": "2023-10-14T08:36:09+00:00" + }, + { + "name": "laravel-liberu/select", + "version": "v4.2.9", + "source": { + "type": "git", + "url": "https://github.com/laravel-liberu/select.git", + "reference": "d60691b853dafafdab74198a351bbe0888cb3cd1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel-liberu/select/zipball/d60691b853dafafdab74198a351bbe0888cb3cd1", + "reference": "d60691b853dafafdab74198a351bbe0888cb3cd1", + "shasum": "" + }, + "require": { + "laravel-liberu/filters": "^2.1.4", + "laravel-liberu/helpers": "^2.9.2", + "laravel/framework": "^9.0|^10.0", + "php": ">=8.0" + }, + "require-dev": { + "rector/rector": "^0.17.0" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "LaravelLiberu\\Select\\AppServiceProvider" + ], + "aliases": [] + } + }, + "autoload": { + "psr-4": { + "LaravelLiberu\\Select\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Adrian Ocneanu", + "email": "aocneanu@gmail.com", + "homepage": "https://laravel-liberu.com", + "role": "Developer" + } + ], + "description": "Bootstrap Select data builder with server-side data fetching capability and a VueJS component", + "homepage": "https://github.com/laravel-liberu/select", + "keywords": [ + "bootstrap-select", + "laravel-liberu", + "select", + "select-server-side" + ], + "support": { + "issues": "https://github.com/laravel-liberu/select/issues", + "source": "https://github.com/laravel-liberu/select/tree/v4.2.9" + }, + "funding": [ + { + "url": "https://github.com/laravel-liberu", + "type": "github" + } + ], + "time": "2023-10-14T08:43:47+00:00" + }, + { + "name": "laravel-liberu/sentry", + "version": "v1.2.8", + "source": { + "type": "git", + "url": "https://github.com/laravel-liberu/sentry.git", + "reference": "2e182505b6e5d4a6e8f5418b38f0ac8e7427682a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel-liberu/sentry/zipball/2e182505b6e5d4a6e8f5418b38f0ac8e7427682a", + "reference": "2e182505b6e5d4a6e8f5418b38f0ac8e7427682a", + "shasum": "" + }, + "require": { + "laravel/framework": "^9.0|^10.0", + "php": ">=8.0" + }, + "require-dev": { + "rector/rector": "^0.17.0" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "LaravelLiberu\\Sentry\\AppServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "LaravelLiberu\\Sentry\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Adrian Ocneanu", + "email": "aocneanu@gmail.com", + "homepage": "https://laravel-liberu.com", + "role": "Developer" + }, + { + "name": "Vlad Chiovianu", + "email": "vlad.chiovianu@earthlink.ro", + "homepage": "https://laravel-liberu.com", + "role": "Developer" + } + ], + "description": "Main requirement & dependency aggregator for Laravel Liberu", + "homepage": "https://github.com/laravel-liberu/Sentry", + "keywords": [ + "laravel-liberu", + "sentry", + "vue-bulma", + "vue-spa" + ], + "support": { + "issues": "https://github.com/laravel-liberu/sentry/issues", + "source": "https://github.com/laravel-liberu/sentry/tree/v1.2.8" + }, + "funding": [ + { + "url": "https://github.com/laravel-liberu", + "type": "github" + } + ], + "time": "2023-10-14T08:34:10+00:00" + }, + { + "name": "laravel-liberu/tables", + "version": "v4.16.3", + "source": { + "type": "git", + "url": "https://github.com/laravel-liberu/tables.git", + "reference": "9847decc8e4aac839f0be5072e62018e5d16ae86" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel-liberu/tables/zipball/9847decc8e4aac839f0be5072e62018e5d16ae86", + "reference": "9847decc8e4aac839f0be5072e62018e5d16ae86", + "shasum": "" + }, + "require": { + "box/spout": "^3.0", + "laravel-liberu/enums": "^2.0", + "laravel-liberu/filters": "^2.0", + "laravel-liberu/helpers": "^2.0", + "laravel/framework": "^9.0|^10.0", + "php": ">=8.0" + }, + "require-dev": { + "rector/rector": "^0.17.0" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "LaravelLiberu\\Tables\\AppServiceProvider" + ], + "aliases": [] + } + }, + "autoload": { + "psr-4": { + "LaravelLiberu\\Tables\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Adrian Ocneanu", + "email": "aocneanu@gmail.com", + "role": "Developer" + } + ], + "description": "Data Table library with server-side processing and a VueJS component", + "keywords": [ + "data-table", + "data-table-server-side", + "datatable", + "laravel-liberu" + ], + "support": { + "issues": "https://github.com/laravel-liberu/tables/issues", + "source": "https://github.com/laravel-liberu/tables/tree/v4.16.3" + }, + "funding": [ + { + "url": "https://github.com/laravel-liberu", + "type": "github" + } + ], + "time": "2023-10-14T09:03:34+00:00" + }, + { + "name": "laravel-liberu/track-who", + "version": "v2.1.8", + "source": { + "type": "git", + "url": "https://github.com/laravel-liberu/track-who.git", + "reference": "9e408be9778991227a888aaef6974c70c165638f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel-liberu/track-who/zipball/9e408be9778991227a888aaef6974c70c165638f", + "reference": "9e408be9778991227a888aaef6974c70c165638f", + "shasum": "" + }, + "require": { + "laravel/framework": "^7.0|^8.0|^9.0|^10.0", + "php": ">=7.4.0" + }, + "require-dev": { + "rector/rector": "^0.17.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "LaravelLiberu\\TrackWho\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Adrian Ocneanu", + "email": "aocneanu@gmail.com", + "homepage": "https://laravel-liberu.com", + "role": "Developer" + } + ], + "description": "Create, update and delete authoring tracking dependency for Laravel Liberu", + "homepage": "https://github.com/laravel-liberu/track-who", + "keywords": [ + "laravel-liberu", + "track-who" + ], + "support": { + "issues": "https://github.com/laravel-liberu/track-who/issues", + "source": "https://github.com/laravel-liberu/track-who/tree/v2.1.8" + }, + "funding": [ + { + "url": "https://github.com/laravel-liberu", + "type": "github" + } + ], + "time": "2023-10-14T08:34:44+00:00" + }, + { + "name": "laravel-liberu/upgrade", + "version": "v2.7.13", + "source": { + "type": "git", + "url": "https://github.com/laravel-liberu/upgrade.git", + "reference": "eef77a6afc25e180da1d38a7aacc1bb3d1bb5257" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel-liberu/upgrade/zipball/eef77a6afc25e180da1d38a7aacc1bb3d1bb5257", + "reference": "eef77a6afc25e180da1d38a7aacc1bb3d1bb5257", + "shasum": "" + }, + "require": { + "laravel-liberu/core": "^8.0", + "laravel-liberu/helpers": "^2.0", + "laravel-liberu/permissions": "^5.0", + "laravel-liberu/roles": "^5.0", + "laravel/framework": "^9.0|^10.0" + }, + "require-dev": { + "rector/rector": "^0.17.0" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "LaravelLiberu\\Upgrade\\AppServiceProvider" + ], + "aliases": [] + } + }, + "autoload": { + "psr-4": { + "LaravelLiberu\\Upgrade\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Adrian Ocneanu", + "email": "aocneanu@gmail.com", + "homepage": "https://laravel-liberu.com", + "role": "Developer" + } + ], + "description": "Helper classes dependency for Laravel Liberu", + "homepage": "https://github.com/laravel-liberu/upgrade", + "keywords": [ + "laravel-liberu", + "upgrade" + ], + "support": { + "issues": "https://github.com/laravel-liberu/upgrade/issues", + "source": "https://github.com/laravel-liberu/upgrade/tree/v2.7.13" + }, + "funding": [ + { + "url": "https://github.com/laravel-liberu", + "type": "github" + } + ], + "time": "2023-10-14T08:33:17+00:00" + }, + { + "name": "laravel-liberu/user-groups", + "version": "v2.0.10", + "source": { + "type": "git", + "url": "https://github.com/laravel-liberu/user-groups.git", + "reference": "af9731c3db8286583ee93ba3b9ffda1297cb1e38" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel-liberu/user-groups/zipball/af9731c3db8286583ee93ba3b9ffda1297cb1e38", + "reference": "af9731c3db8286583ee93ba3b9ffda1297cb1e38", + "shasum": "" + }, + "require": { + "laravel-liberu/core": "^8.0", + "laravel-liberu/enums": "^2.0", + "laravel-liberu/forms": "^4.0", + "laravel-liberu/helpers": "^2.0", + "laravel-liberu/migrator": "^2.0", + "laravel-liberu/rememberable": "^3.0", + "laravel-liberu/roles": "^5.0", + "laravel-liberu/select": "^4.0", + "laravel-liberu/tables": "^4.0" + }, + "require-dev": { + "rector/rector": "^0.17.0" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "LaravelLiberu\\UserGroups\\AppServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "LaravelLiberu\\UserGroups\\": "src/", + "LaravelLiberu\\UserGroups\\Database\\Seeders\\": "database/seeders/", + "LaravelLiberu\\UserGroups\\Database\\Factories\\": "database/factories/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Adrian Ocneanu", + "email": "aocneanu@gmail.com", + "homepage": "https://laravel-liberu.com", + "role": "Developer" + }, + { + "name": "Mihai Ocneanu", + "email": "mihai.ocneanu@gmail.com", + "homepage": "https://laravel-liberu.com", + "role": "Developer" + }, + { + "name": "Vlad Chiovianu", + "email": "vlad.chiovianu@gmail.com", + "homepage": "https://laravel-liberu.com", + "role": "Developer" + } + ], + "description": "User groups dependency for Laravel Liberu", + "homepage": "https://www.laravel-liberu.com", + "keywords": [ + "laravel-liberu", + "user-groups", + "vue-bulma", + "vue-spa" + ], + "support": { + "issues": "https://github.com/laravel-liberu/user-groups/issues", + "source": "https://github.com/laravel-liberu/user-groups/tree/v2.0.10" + }, + "funding": [ + { + "url": "https://github.com/laravel-liberu", + "type": "github" + } + ], + "time": "2023-10-14T08:31:35+00:00" + }, + { + "name": "laravel-liberu/users", + "version": "v2.2.12", + "source": { + "type": "git", + "url": "https://github.com/laravel-liberu/users.git", + "reference": "369e2705422008fd2604b85ea6b781620d85f3a0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel-liberu/users/zipball/369e2705422008fd2604b85ea6b781620d85f3a0", + "reference": "369e2705422008fd2604b85ea6b781620d85f3a0", + "shasum": "" + }, + "require": { + "laravel-liberu/avatars": "^4.0", + "laravel-liberu/companies": "^4.0", + "laravel-liberu/core": "^8.0", + "laravel-liberu/dynamic-methods": "^2.0", + "laravel-liberu/files": "^5.0", + "laravel-liberu/forms": "^4.0", + "laravel-liberu/helpers": "^2.0", + "laravel-liberu/people": "^4.0", + "laravel-liberu/rememberable": "^3.0", + "laravel-liberu/roles": "^5.0", + "laravel-liberu/select": "^4.0", + "laravel-liberu/tables": "^4.0", + "laravel-liberu/user-groups": "^2.0" + }, + "require-dev": { + "rector/rector": "^0.17.0" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "LaravelLiberu\\Users\\AppServiceProvider", + "LaravelLiberu\\Users\\AuthServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "LaravelLiberu\\Users\\": "src/", + "LaravelLiberu\\Users\\Database\\Seeders\\": "database/seeders/", + "LaravelLiberu\\Users\\Database\\Factories\\": "database/factories/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Adrian Ocneanu", + "email": "aocneanu@gmail.com", + "homepage": "https://laravel-liberu.com", + "role": "Developer" + }, + { + "name": "Mihai Ocneanu", + "email": "mihai.ocneanu@gmail.com", + "homepage": "https://laravel-liberu.com", + "role": "Developer" + }, + { + "name": "Vlad Chiovianu", + "email": "vlad.chioivanu@earthlink.ro", + "homepage": "https://laravel-liberu.com", + "role": "Developer" + } + ], + "description": "Users dependency for Laravel Liberu", + "homepage": "https://www.laravel-liberu.com", + "keywords": [ + "laravel-liberu", + "liberu-users", + "vue-bulma", + "vue-spa" + ], + "support": { + "issues": "https://github.com/laravel-liberu/users/issues", + "source": "https://github.com/laravel-liberu/users/tree/v2.2.12" + }, + "funding": [ + { + "url": "https://github.com/laravel-liberu", + "type": "github" + } + ], + "time": "2023-10-14T08:30:24+00:00" + }, + { + "name": "laravel/framework", + "version": "v10.28.0", + "source": { + "type": "git", + "url": "https://github.com/laravel/framework.git", + "reference": "09137f50f715c1efc649788a26092dcb1ec4ab6e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel/framework/zipball/09137f50f715c1efc649788a26092dcb1ec4ab6e", + "reference": "09137f50f715c1efc649788a26092dcb1ec4ab6e", + "shasum": "" + }, + "require": { + "brick/math": "^0.9.3|^0.10.2|^0.11", + "composer-runtime-api": "^2.2", + "doctrine/inflector": "^2.0.5", + "dragonmantank/cron-expression": "^3.3.2", + "egulias/email-validator": "^3.2.1|^4.0", + "ext-ctype": "*", + "ext-filter": "*", + "ext-hash": "*", + "ext-mbstring": "*", + "ext-openssl": "*", + "ext-session": "*", + "ext-tokenizer": "*", + "fruitcake/php-cors": "^1.2", + "guzzlehttp/uri-template": "^1.0", + "laravel/prompts": "^0.1.9", + "laravel/serializable-closure": "^1.3", + "league/commonmark": "^2.2.1", + "league/flysystem": "^3.8.0", + "monolog/monolog": "^3.0", + "nesbot/carbon": "^2.67", + "nunomaduro/termwind": "^1.13", + "php": "^8.1", + "psr/container": "^1.1.1|^2.0.1", + "psr/log": "^1.0|^2.0|^3.0", + "psr/simple-cache": "^1.0|^2.0|^3.0", + "ramsey/uuid": "^4.7", + "symfony/console": "^6.2", + "symfony/error-handler": "^6.2", + "symfony/finder": "^6.2", + "symfony/http-foundation": "^6.2", + "symfony/http-kernel": "^6.2", + "symfony/mailer": "^6.2", + "symfony/mime": "^6.2", + "symfony/process": "^6.2", + "symfony/routing": "^6.2", + "symfony/uid": "^6.2", + "symfony/var-dumper": "^6.2", + "tijsverkoyen/css-to-inline-styles": "^2.2.5", + "vlucas/phpdotenv": "^5.4.1", + "voku/portable-ascii": "^2.0" + }, + "conflict": { + "tightenco/collect": "<5.5.33" + }, + "provide": { + "psr/container-implementation": "1.1|2.0", + "psr/simple-cache-implementation": "1.0|2.0|3.0" + }, + "replace": { + "illuminate/auth": "self.version", + "illuminate/broadcasting": "self.version", + "illuminate/bus": "self.version", + "illuminate/cache": "self.version", + "illuminate/collections": "self.version", + "illuminate/conditionable": "self.version", + "illuminate/config": "self.version", + "illuminate/console": "self.version", + "illuminate/container": "self.version", + "illuminate/contracts": "self.version", + "illuminate/cookie": "self.version", + "illuminate/database": "self.version", + "illuminate/encryption": "self.version", + "illuminate/events": "self.version", + "illuminate/filesystem": "self.version", + "illuminate/hashing": "self.version", + "illuminate/http": "self.version", + "illuminate/log": "self.version", + "illuminate/macroable": "self.version", + "illuminate/mail": "self.version", + "illuminate/notifications": "self.version", + "illuminate/pagination": "self.version", + "illuminate/pipeline": "self.version", + "illuminate/process": "self.version", + "illuminate/queue": "self.version", + "illuminate/redis": "self.version", + "illuminate/routing": "self.version", + "illuminate/session": "self.version", + "illuminate/support": "self.version", + "illuminate/testing": "self.version", + "illuminate/translation": "self.version", + "illuminate/validation": "self.version", + "illuminate/view": "self.version" + }, + "require-dev": { + "ably/ably-php": "^1.0", + "aws/aws-sdk-php": "^3.235.5", + "doctrine/dbal": "^3.5.1", + "ext-gmp": "*", + "fakerphp/faker": "^1.21", + "guzzlehttp/guzzle": "^7.5", + "league/flysystem-aws-s3-v3": "^3.0", + "league/flysystem-ftp": "^3.0", + "league/flysystem-path-prefixing": "^3.3", + "league/flysystem-read-only": "^3.3", + "league/flysystem-sftp-v3": "^3.0", + "mockery/mockery": "^1.5.1", + "orchestra/testbench-core": "^8.12", + "pda/pheanstalk": "^4.0", + "phpstan/phpstan": "^1.4.7", + "phpunit/phpunit": "^10.0.7", + "predis/predis": "^2.0.2", + "symfony/cache": "^6.2", + "symfony/http-client": "^6.2.4" + }, + "suggest": { + "ably/ably-php": "Required to use the Ably broadcast driver (^1.0).", + "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.235.5).", + "brianium/paratest": "Required to run tests in parallel (^6.0).", + "doctrine/dbal": "Required to rename columns and drop SQLite columns (^3.5.1).", + "ext-apcu": "Required to use the APC cache driver.", + "ext-fileinfo": "Required to use the Filesystem class.", + "ext-ftp": "Required to use the Flysystem FTP driver.", + "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().", + "ext-memcached": "Required to use the memcache cache driver.", + "ext-pcntl": "Required to use all features of the queue worker and console signal trapping.", + "ext-pdo": "Required to use all database features.", + "ext-posix": "Required to use all features of the queue worker.", + "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0).", + "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).", + "filp/whoops": "Required for friendly error pages in development (^2.14.3).", + "guzzlehttp/guzzle": "Required to use the HTTP Client and the ping methods on schedules (^7.5).", + "laravel/tinker": "Required to use the tinker console command (^2.0).", + "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.0).", + "league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.0).", + "league/flysystem-path-prefixing": "Required to use the scoped driver (^3.3).", + "league/flysystem-read-only": "Required to use read-only disks (^3.3)", + "league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.0).", + "mockery/mockery": "Required to use mocking (^1.5.1).", + "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).", + "pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).", + "phpunit/phpunit": "Required to use assertions and run tests (^9.5.8|^10.0.7).", + "predis/predis": "Required to use the predis connector (^2.0.2).", + "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).", + "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).", + "symfony/cache": "Required to PSR-6 cache bridge (^6.2).", + "symfony/filesystem": "Required to enable support for relative symbolic links (^6.2).", + "symfony/http-client": "Required to enable support for the Symfony API mail transports (^6.2).", + "symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^6.2).", + "symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^6.2).", + "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0)." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "10.x-dev" + } + }, + "autoload": { + "files": [ + "src/Illuminate/Collections/helpers.php", + "src/Illuminate/Events/functions.php", + "src/Illuminate/Foundation/helpers.php", + "src/Illuminate/Support/helpers.php" + ], + "psr-4": { + "Illuminate\\": "src/Illuminate/", + "Illuminate\\Support\\": [ + "src/Illuminate/Macroable/", + "src/Illuminate/Collections/", + "src/Illuminate/Conditionable/" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Taylor Otwell", + "email": "taylor@laravel.com" + } + ], + "description": "The Laravel Framework.", + "homepage": "https://laravel.com", + "keywords": [ + "framework", + "laravel" + ], + "support": { + "issues": "https://github.com/laravel/framework/issues", + "source": "https://github.com/laravel/framework" + }, + "time": "2023-10-10T13:01:37+00:00" + }, + { + "name": "laravel/prompts", + "version": "v0.1.11", + "source": { + "type": "git", + "url": "https://github.com/laravel/prompts.git", + "reference": "cce65a90e64712909ea1adc033e1d88de8455ffd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel/prompts/zipball/cce65a90e64712909ea1adc033e1d88de8455ffd", + "reference": "cce65a90e64712909ea1adc033e1d88de8455ffd", + "shasum": "" + }, + "require": { + "ext-mbstring": "*", + "illuminate/collections": "^10.0|^11.0", + "php": "^8.1", + "symfony/console": "^6.2" + }, + "conflict": { + "illuminate/console": ">=10.17.0 <10.25.0", + "laravel/framework": ">=10.17.0 <10.25.0" + }, + "require-dev": { + "mockery/mockery": "^1.5", + "pestphp/pest": "^2.3", + "phpstan/phpstan": "^1.10", + "phpstan/phpstan-mockery": "^1.1" + }, + "suggest": { + "ext-pcntl": "Required for the spinner to be animated." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "0.1.x-dev" + } + }, + "autoload": { + "files": [ + "src/helpers.php" + ], + "psr-4": { + "Laravel\\Prompts\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "support": { + "issues": "https://github.com/laravel/prompts/issues", + "source": "https://github.com/laravel/prompts/tree/v0.1.11" + }, + "time": "2023-10-03T01:07:35+00:00" + }, + { + "name": "laravel/sanctum", + "version": "v3.3.1", + "source": { + "type": "git", + "url": "https://github.com/laravel/sanctum.git", + "reference": "338f633e6487e76b255470d3373fbc29228aa971" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel/sanctum/zipball/338f633e6487e76b255470d3373fbc29228aa971", + "reference": "338f633e6487e76b255470d3373fbc29228aa971", + "shasum": "" + }, + "require": { + "ext-json": "*", + "illuminate/console": "^9.21|^10.0", + "illuminate/contracts": "^9.21|^10.0", + "illuminate/database": "^9.21|^10.0", + "illuminate/support": "^9.21|^10.0", + "php": "^8.0.2" + }, + "require-dev": { + "mockery/mockery": "^1.0", + "orchestra/testbench": "^7.28.2|^8.8.3", + "phpstan/phpstan": "^1.10", + "phpunit/phpunit": "^9.6" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.x-dev" + }, + "laravel": { + "providers": [ + "Laravel\\Sanctum\\SanctumServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "Laravel\\Sanctum\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Taylor Otwell", + "email": "taylor@laravel.com" + } + ], + "description": "Laravel Sanctum provides a featherweight authentication system for SPAs and simple APIs.", + "keywords": [ + "auth", + "laravel", + "sanctum" + ], + "support": { + "issues": "https://github.com/laravel/sanctum/issues", + "source": "https://github.com/laravel/sanctum" + }, + "time": "2023-09-07T15:46:33+00:00" + }, + { + "name": "laravel/serializable-closure", + "version": "v1.3.1", + "source": { + "type": "git", + "url": "https://github.com/laravel/serializable-closure.git", + "reference": "e5a3057a5591e1cfe8183034b0203921abe2c902" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/e5a3057a5591e1cfe8183034b0203921abe2c902", + "reference": "e5a3057a5591e1cfe8183034b0203921abe2c902", + "shasum": "" + }, + "require": { + "php": "^7.3|^8.0" + }, + "require-dev": { + "nesbot/carbon": "^2.61", + "pestphp/pest": "^1.21.3", + "phpstan/phpstan": "^1.8.2", + "symfony/var-dumper": "^5.4.11" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Laravel\\SerializableClosure\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Taylor Otwell", + "email": "taylor@laravel.com" + }, + { + "name": "Nuno Maduro", + "email": "nuno@laravel.com" + } + ], + "description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.", + "keywords": [ + "closure", + "laravel", + "serializable" + ], + "support": { + "issues": "https://github.com/laravel/serializable-closure/issues", + "source": "https://github.com/laravel/serializable-closure" + }, + "time": "2023-07-14T13:56:28+00:00" + }, + { + "name": "laravolt/avatar", + "version": "5.0.0", + "source": { + "type": "git", + "url": "https://github.com/laravolt/avatar.git", + "reference": "a4d533521191449fdb5efc8d9ed015bd639c2307" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravolt/avatar/zipball/a4d533521191449fdb5efc8d9ed015bd639c2307", + "reference": "a4d533521191449fdb5efc8d9ed015bd639c2307", + "shasum": "" + }, + "require": { + "illuminate/cache": "^8.0|^9.0|^10.0", + "illuminate/support": "^8.0|^9.0|^10.0", + "intervention/image": "^2.7", + "php": ">=8.0" + }, + "require-dev": { + "mockery/mockery": "~1.3", + "php-coveralls/php-coveralls": "^2.1", + "phpunit/phpunit": "~9.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + }, + "laravel": { + "providers": [ + "Laravolt\\Avatar\\ServiceProvider" + ], + "aliases": { + "Avatar": "Laravolt\\Avatar\\Facade" + } + } + }, + "autoload": { + "psr-4": { + "Laravolt\\Avatar\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Bayu Hendra Winata", + "email": "uyab.exe@gmail.com", + "homepage": "https://laravolt.dev", + "role": "Developer" + } + ], + "description": "Turn name, email, and any other string into initial-based avatar or gravatar.", + "homepage": "https://github.com/laravolt/avatar", + "keywords": [ + "avatar", + "gravatar", + "laravel", + "laravolt" + ], + "support": { + "issues": "https://github.com/laravolt/avatar/issues", + "source": "https://github.com/laravolt/avatar/tree/5.0.0" + }, + "funding": [ + { + "url": "https://paypal.me/bayuhendra", + "type": "custom" + }, + { + "url": "https://ko-fi.com/bayuhendra", + "type": "ko_fi" + }, + { + "url": "https://www.patreon.com/uyab", + "type": "patreon" + } + ], + "time": "2023-02-25T02:57:48+00:00" + }, + { + "name": "league/commonmark", + "version": "2.4.1", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/commonmark.git", + "reference": "3669d6d5f7a47a93c08ddff335e6d945481a1dd5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/3669d6d5f7a47a93c08ddff335e6d945481a1dd5", + "reference": "3669d6d5f7a47a93c08ddff335e6d945481a1dd5", + "shasum": "" + }, + "require": { + "ext-mbstring": "*", + "league/config": "^1.1.1", + "php": "^7.4 || ^8.0", + "psr/event-dispatcher": "^1.0", + "symfony/deprecation-contracts": "^2.1 || ^3.0", + "symfony/polyfill-php80": "^1.16" + }, + "require-dev": { + "cebe/markdown": "^1.0", "commonmark/cmark": "0.30.0", "commonmark/commonmark.js": "0.30.0", "composer/package-versions-deprecated": "^1.8", @@ -918,54 +4430,52 @@ }, { "name": "league/flysystem", - "version": "1.1.10", + "version": "3.17.0", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", - "reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1" + "reference": "bd4c9b26849d82364119c68429541f1631fba94b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/3239285c825c152bcc315fe0e87d6b55f5972ed1", - "reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1", + "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/bd4c9b26849d82364119c68429541f1631fba94b", + "reference": "bd4c9b26849d82364119c68429541f1631fba94b", "shasum": "" }, "require": { - "ext-fileinfo": "*", - "league/mime-type-detection": "^1.3", - "php": "^7.2.5 || ^8.0" + "league/flysystem-local": "^3.0.0", + "league/mime-type-detection": "^1.0.0", + "php": "^8.0.2" }, "conflict": { - "league/flysystem-sftp": "<1.0.6" + "async-aws/core": "<1.19.0", + "async-aws/s3": "<1.14.0", + "aws/aws-sdk-php": "3.209.31 || 3.210.0", + "guzzlehttp/guzzle": "<7.0", + "guzzlehttp/ringphp": "<1.1.1", + "phpseclib/phpseclib": "3.0.15", + "symfony/http-client": "<5.2" }, "require-dev": { - "phpspec/prophecy": "^1.11.1", - "phpunit/phpunit": "^8.5.8" - }, - "suggest": { - "ext-ftp": "Allows you to use FTP server storage", - "ext-openssl": "Allows you to use FTPS server storage", - "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2", - "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3", - "league/flysystem-azure": "Allows you to use Windows Azure Blob storage", - "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching", - "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem", - "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files", - "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib", - "league/flysystem-webdav": "Allows you to use WebDAV storage", - "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter", - "spatie/flysystem-dropbox": "Allows you to use Dropbox storage", - "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications" + "async-aws/s3": "^1.5 || ^2.0", + "async-aws/simple-s3": "^1.1 || ^2.0", + "aws/aws-sdk-php": "^3.220.0", + "composer/semver": "^3.0", + "ext-fileinfo": "*", + "ext-ftp": "*", + "ext-zip": "*", + "friendsofphp/php-cs-fixer": "^3.5", + "google/cloud-storage": "^1.23", + "microsoft/azure-storage-blob": "^1.1", + "phpseclib/phpseclib": "^3.0.14", + "phpstan/phpstan": "^0.12.26", + "phpunit/phpunit": "^9.5.11|^10.0", + "sabre/dav": "^4.3.1" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.1-dev" - } - }, "autoload": { "psr-4": { - "League\\Flysystem\\": "src/" + "League\\Flysystem\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -975,40 +4485,98 @@ "authors": [ { "name": "Frank de Jonge", - "email": "info@frenky.net" + "email": "info@frankdejonge.nl" } ], - "description": "Filesystem abstraction: Many filesystems, one API.", + "description": "File storage abstraction for PHP", "keywords": [ - "Cloud Files", "WebDAV", - "abstraction", "aws", "cloud", - "copy.com", - "dropbox", - "file systems", + "file", "files", "filesystem", "filesystems", "ftp", - "rackspace", - "remote", "s3", "sftp", "storage" ], "support": { "issues": "https://github.com/thephpleague/flysystem/issues", - "source": "https://github.com/thephpleague/flysystem/tree/1.1.10" + "source": "https://github.com/thephpleague/flysystem/tree/3.17.0" + }, + "funding": [ + { + "url": "https://ecologi.com/frankdejonge", + "type": "custom" + }, + { + "url": "https://github.com/frankdejonge", + "type": "github" + } + ], + "time": "2023-10-05T20:15:05+00:00" + }, + { + "name": "league/flysystem-local", + "version": "3.16.0", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/flysystem-local.git", + "reference": "ec7383f25642e6fd4bb0c9554fc2311245391781" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/ec7383f25642e6fd4bb0c9554fc2311245391781", + "reference": "ec7383f25642e6fd4bb0c9554fc2311245391781", + "shasum": "" + }, + "require": { + "ext-fileinfo": "*", + "league/flysystem": "^3.0.0", + "league/mime-type-detection": "^1.0.0", + "php": "^8.0.2" + }, + "type": "library", + "autoload": { + "psr-4": { + "League\\Flysystem\\Local\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Frank de Jonge", + "email": "info@frankdejonge.nl" + } + ], + "description": "Local filesystem adapter for Flysystem.", + "keywords": [ + "Flysystem", + "file", + "files", + "filesystem", + "local" + ], + "support": { + "issues": "https://github.com/thephpleague/flysystem-local/issues", + "source": "https://github.com/thephpleague/flysystem-local/tree/3.16.0" }, "funding": [ { - "url": "https://offset.earth/frankdejonge", - "type": "other" + "url": "https://ecologi.com/frankdejonge", + "type": "custom" + }, + { + "url": "https://github.com/frankdejonge", + "type": "github" } ], - "time": "2022-10-04T09:16:37+00:00" + "time": "2023-08-30T10:23:59+00:00" }, { "name": "league/mime-type-detection", @@ -1066,44 +4634,99 @@ ], "time": "2023-10-17T14:13:20+00:00" }, + { + "name": "mobiledetect/mobiledetectlib", + "version": "2.8.41", + "source": { + "type": "git", + "url": "https://github.com/serbanghita/Mobile-Detect.git", + "reference": "fc9cccd4d3706d5a7537b562b59cc18f9e4c0cb1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/fc9cccd4d3706d5a7537b562b59cc18f9e4c0cb1", + "reference": "fc9cccd4d3706d5a7537b562b59cc18f9e4c0cb1", + "shasum": "" + }, + "require": { + "php": ">=5.0.0" + }, + "require-dev": { + "phpunit/phpunit": "~4.8.35||~5.7" + }, + "type": "library", + "autoload": { + "psr-0": { + "Detection": "namespaced/" + }, + "classmap": [ + "Mobile_Detect.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Serban Ghita", + "email": "serbanghita@gmail.com", + "homepage": "http://mobiledetect.net", + "role": "Developer" + } + ], + "description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.", + "homepage": "https://github.com/serbanghita/Mobile-Detect", + "keywords": [ + "detect mobile devices", + "mobile", + "mobile detect", + "mobile detector", + "php mobile detect" + ], + "support": { + "issues": "https://github.com/serbanghita/Mobile-Detect/issues", + "source": "https://github.com/serbanghita/Mobile-Detect/tree/2.8.41" + }, + "time": "2022-11-08T18:31:26+00:00" + }, { "name": "monolog/monolog", - "version": "2.9.1", + "version": "3.4.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "f259e2b15fb95494c83f52d3caad003bbf5ffaa1" + "reference": "e2392369686d420ca32df3803de28b5d6f76867d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f259e2b15fb95494c83f52d3caad003bbf5ffaa1", - "reference": "f259e2b15fb95494c83f52d3caad003bbf5ffaa1", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/e2392369686d420ca32df3803de28b5d6f76867d", + "reference": "e2392369686d420ca32df3803de28b5d6f76867d", "shasum": "" }, "require": { - "php": ">=7.2", - "psr/log": "^1.0.1 || ^2.0 || ^3.0" + "php": ">=8.1", + "psr/log": "^2.0 || ^3.0" }, "provide": { - "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0" + "psr/log-implementation": "3.0.0" }, "require-dev": { - "aws/aws-sdk-php": "^2.4.9 || ^3.0", + "aws/aws-sdk-php": "^3.0", "doctrine/couchdb": "~1.0@dev", "elasticsearch/elasticsearch": "^7 || ^8", "ext-json": "*", - "graylog2/gelf-php": "^1.4.2 || ^2@dev", - "guzzlehttp/guzzle": "^7.4", + "graylog2/gelf-php": "^1.4.2 || ^2.0", + "guzzlehttp/guzzle": "^7.4.5", "guzzlehttp/psr7": "^2.2", "mongodb/mongodb": "^1.8", "php-amqplib/php-amqplib": "~2.4 || ^3", - "phpspec/prophecy": "^1.15", - "phpstan/phpstan": "^0.12.91", - "phpunit/phpunit": "^8.5.14", - "predis/predis": "^1.1 || ^2.0", - "rollbar/rollbar": "^1.3 || ^2 || ^3", + "phpstan/phpstan": "^1.9", + "phpstan/phpstan-deprecation-rules": "^1.0", + "phpstan/phpstan-strict-rules": "^1.4", + "phpunit/phpunit": "^10.1", + "predis/predis": "^1.1 || ^2", "ruflin/elastica": "^7", - "swiftmailer/swiftmailer": "^5.3|^6.0", "symfony/mailer": "^5.4 || ^6", "symfony/mime": "^5.4 || ^6" }, @@ -1126,7 +4749,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "2.x-dev" + "dev-main": "3.x-dev" } }, "autoload": { @@ -1154,7 +4777,7 @@ ], "support": { "issues": "https://github.com/Seldaek/monolog/issues", - "source": "https://github.com/Seldaek/monolog/tree/2.9.1" + "source": "https://github.com/Seldaek/monolog/tree/3.4.0" }, "funding": [ { @@ -1166,7 +4789,7 @@ "type": "tidelift" } ], - "time": "2023-02-06T13:44:46+00:00" + "time": "2023-06-21T08:46:11+00:00" }, { "name": "nesbot/carbon", @@ -1337,155 +4960,312 @@ "time": "2023-10-05T20:37:59+00:00" }, { - "name": "nette/utils", - "version": "v4.0.2", + "name": "nette/utils", + "version": "v4.0.2", + "source": { + "type": "git", + "url": "https://github.com/nette/utils.git", + "reference": "cead6637226456b35e1175cc53797dd585d85545" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nette/utils/zipball/cead6637226456b35e1175cc53797dd585d85545", + "reference": "cead6637226456b35e1175cc53797dd585d85545", + "shasum": "" + }, + "require": { + "php": ">=8.0 <8.4" + }, + "conflict": { + "nette/finder": "<3", + "nette/schema": "<1.2.2" + }, + "require-dev": { + "jetbrains/phpstorm-attributes": "dev-master", + "nette/tester": "^2.5", + "phpstan/phpstan": "^1.0", + "tracy/tracy": "^2.9" + }, + "suggest": { + "ext-gd": "to use Image", + "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()", + "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()", + "ext-json": "to use Nette\\Utils\\Json", + "ext-mbstring": "to use Strings::lower() etc...", + "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause", + "GPL-2.0-only", + "GPL-3.0-only" + ], + "authors": [ + { + "name": "David Grudl", + "homepage": "https://davidgrudl.com" + }, + { + "name": "Nette Community", + "homepage": "https://nette.org/contributors" + } + ], + "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.", + "homepage": "https://nette.org", + "keywords": [ + "array", + "core", + "datetime", + "images", + "json", + "nette", + "paginator", + "password", + "slugify", + "string", + "unicode", + "utf-8", + "utility", + "validation" + ], + "support": { + "issues": "https://github.com/nette/utils/issues", + "source": "https://github.com/nette/utils/tree/v4.0.2" + }, + "time": "2023-09-19T11:58:07+00:00" + }, + { + "name": "nunomaduro/termwind", + "version": "v1.15.1", + "source": { + "type": "git", + "url": "https://github.com/nunomaduro/termwind.git", + "reference": "8ab0b32c8caa4a2e09700ea32925441385e4a5dc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/8ab0b32c8caa4a2e09700ea32925441385e4a5dc", + "reference": "8ab0b32c8caa4a2e09700ea32925441385e4a5dc", + "shasum": "" + }, + "require": { + "ext-mbstring": "*", + "php": "^8.0", + "symfony/console": "^5.3.0|^6.0.0" + }, + "require-dev": { + "ergebnis/phpstan-rules": "^1.0.", + "illuminate/console": "^8.0|^9.0", + "illuminate/support": "^8.0|^9.0", + "laravel/pint": "^1.0.0", + "pestphp/pest": "^1.21.0", + "pestphp/pest-plugin-mock": "^1.0", + "phpstan/phpstan": "^1.4.6", + "phpstan/phpstan-strict-rules": "^1.1.0", + "symfony/var-dumper": "^5.2.7|^6.0.0", + "thecodingmachine/phpstan-strict-rules": "^1.0.0" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "Termwind\\Laravel\\TermwindServiceProvider" + ] + } + }, + "autoload": { + "files": [ + "src/Functions.php" + ], + "psr-4": { + "Termwind\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nuno Maduro", + "email": "enunomaduro@gmail.com" + } + ], + "description": "Its like Tailwind CSS, but for the console.", + "keywords": [ + "cli", + "console", + "css", + "package", + "php", + "style" + ], + "support": { + "issues": "https://github.com/nunomaduro/termwind/issues", + "source": "https://github.com/nunomaduro/termwind/tree/v1.15.1" + }, + "funding": [ + { + "url": "https://www.paypal.com/paypalme/enunomaduro", + "type": "custom" + }, + { + "url": "https://github.com/nunomaduro", + "type": "github" + }, + { + "url": "https://github.com/xiCO2k", + "type": "github" + } + ], + "time": "2023-02-08T01:06:31+00:00" + }, + { + "name": "paragonie/random_compat", + "version": "v9.99.100", "source": { "type": "git", - "url": "https://github.com/nette/utils.git", - "reference": "cead6637226456b35e1175cc53797dd585d85545" + "url": "https://github.com/paragonie/random_compat.git", + "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/utils/zipball/cead6637226456b35e1175cc53797dd585d85545", - "reference": "cead6637226456b35e1175cc53797dd585d85545", + "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a", + "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a", "shasum": "" }, "require": { - "php": ">=8.0 <8.4" - }, - "conflict": { - "nette/finder": "<3", - "nette/schema": "<1.2.2" + "php": ">= 7" }, "require-dev": { - "jetbrains/phpstorm-attributes": "dev-master", - "nette/tester": "^2.5", - "phpstan/phpstan": "^1.0", - "tracy/tracy": "^2.9" + "phpunit/phpunit": "4.*|5.*", + "vimeo/psalm": "^1" }, "suggest": { - "ext-gd": "to use Image", - "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()", - "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()", - "ext-json": "to use Nette\\Utils\\Json", - "ext-mbstring": "to use Strings::lower() etc...", - "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()" + "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause", - "GPL-2.0-only", - "GPL-3.0-only" + "MIT" ], "authors": [ { - "name": "David Grudl", - "homepage": "https://davidgrudl.com" - }, - { - "name": "Nette Community", - "homepage": "https://nette.org/contributors" + "name": "Paragon Initiative Enterprises", + "email": "security@paragonie.com", + "homepage": "https://paragonie.com" } ], - "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.", - "homepage": "https://nette.org", + "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", "keywords": [ - "array", - "core", - "datetime", - "images", - "json", - "nette", - "paginator", - "password", - "slugify", - "string", - "unicode", - "utf-8", - "utility", - "validation" + "csprng", + "polyfill", + "pseudorandom", + "random" ], "support": { - "issues": "https://github.com/nette/utils/issues", - "source": "https://github.com/nette/utils/tree/v4.0.2" + "email": "info@paragonie.com", + "issues": "https://github.com/paragonie/random_compat/issues", + "source": "https://github.com/paragonie/random_compat" }, - "time": "2023-09-19T11:58:07+00:00" + "time": "2020-10-15T08:29:30+00:00" }, { - "name": "opis/closure", - "version": "3.6.3", + "name": "paragonie/sodium_compat", + "version": "v1.20.0", "source": { "type": "git", - "url": "https://github.com/opis/closure.git", - "reference": "3d81e4309d2a927abbe66df935f4bb60082805ad" + "url": "https://github.com/paragonie/sodium_compat.git", + "reference": "e592a3e06d1fa0d43988c7c7d9948ca836f644b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/opis/closure/zipball/3d81e4309d2a927abbe66df935f4bb60082805ad", - "reference": "3d81e4309d2a927abbe66df935f4bb60082805ad", + "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/e592a3e06d1fa0d43988c7c7d9948ca836f644b6", + "reference": "e592a3e06d1fa0d43988c7c7d9948ca836f644b6", "shasum": "" }, "require": { - "php": "^5.4 || ^7.0 || ^8.0" + "paragonie/random_compat": ">=1", + "php": "^5.2.4|^5.3|^5.4|^5.5|^5.6|^7|^8" }, "require-dev": { - "jeremeamia/superclosure": "^2.0", - "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0" + "phpunit/phpunit": "^3|^4|^5|^6|^7|^8|^9" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.6.x-dev" - } + "suggest": { + "ext-libsodium": "PHP < 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security.", + "ext-sodium": "PHP >= 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security." }, + "type": "library", "autoload": { "files": [ - "functions.php" - ], - "psr-4": { - "Opis\\Closure\\": "src/" - } + "autoload.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "ISC" ], "authors": [ { - "name": "Marius Sarca", - "email": "marius.sarca@gmail.com" + "name": "Paragon Initiative Enterprises", + "email": "security@paragonie.com" }, { - "name": "Sorin Sarca", - "email": "sarca_sorin@hotmail.com" + "name": "Frank Denis", + "email": "jedisct1@pureftpd.org" } ], - "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.", - "homepage": "https://opis.io/closure", + "description": "Pure PHP implementation of libsodium; uses the PHP extension if it exists", "keywords": [ - "anonymous functions", - "closure", - "function", - "serializable", - "serialization", - "serialize" + "Authentication", + "BLAKE2b", + "ChaCha20", + "ChaCha20-Poly1305", + "Chapoly", + "Curve25519", + "Ed25519", + "EdDSA", + "Edwards-curve Digital Signature Algorithm", + "Elliptic Curve Diffie-Hellman", + "Poly1305", + "Pure-PHP cryptography", + "RFC 7748", + "RFC 8032", + "Salpoly", + "Salsa20", + "X25519", + "XChaCha20-Poly1305", + "XSalsa20-Poly1305", + "Xchacha20", + "Xsalsa20", + "aead", + "cryptography", + "ecdh", + "elliptic curve", + "elliptic curve cryptography", + "encryption", + "libsodium", + "php", + "public-key cryptography", + "secret-key cryptography", + "side-channel resistant" ], "support": { - "issues": "https://github.com/opis/closure/issues", - "source": "https://github.com/opis/closure/tree/3.6.3" + "issues": "https://github.com/paragonie/sodium_compat/issues", + "source": "https://github.com/paragonie/sodium_compat/tree/v1.20.0" }, - "time": "2022-01-27T09:35:39+00:00" + "time": "2023-04-30T00:54:53+00:00" }, { "name": "phpoption/phpoption", @@ -1612,22 +5392,27 @@ }, { "name": "psr/container", - "version": "1.1.2", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", - "reference": "513e0666f7216c7459170d56df27dfcefe1689ea" + "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", - "reference": "513e0666f7216c7459170d56df27dfcefe1689ea", + "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963", + "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963", "shasum": "" }, "require": { "php": ">=7.4.0" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, "autoload": { "psr-4": { "Psr\\Container\\": "src/" @@ -1654,9 +5439,9 @@ ], "support": { "issues": "https://github.com/php-fig/container/issues", - "source": "https://github.com/php-fig/container/tree/1.1.2" + "source": "https://github.com/php-fig/container/tree/2.0.2" }, - "time": "2021-11-05T16:50:12+00:00" + "time": "2021-11-05T16:47:00+00:00" }, { "name": "psr/event-dispatcher", @@ -1708,18 +5493,178 @@ }, "time": "2019-01-08T18:20:26+00:00" }, + { + "name": "psr/http-client", + "version": "1.0.3", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-client.git", + "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90", + "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90", + "shasum": "" + }, + "require": { + "php": "^7.0 || ^8.0", + "psr/http-message": "^1.0 || ^2.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Http\\Client\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common interface for HTTP clients", + "homepage": "https://github.com/php-fig/http-client", + "keywords": [ + "http", + "http-client", + "psr", + "psr-18" + ], + "support": { + "source": "https://github.com/php-fig/http-client" + }, + "time": "2023-09-23T14:17:50+00:00" + }, + { + "name": "psr/http-factory", + "version": "1.0.2", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-factory.git", + "reference": "e616d01114759c4c489f93b099585439f795fe35" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35", + "reference": "e616d01114759c4c489f93b099585439f795fe35", + "shasum": "" + }, + "require": { + "php": ">=7.0.0", + "psr/http-message": "^1.0 || ^2.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Http\\Message\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common interfaces for PSR-7 HTTP message factories", + "keywords": [ + "factory", + "http", + "message", + "psr", + "psr-17", + "psr-7", + "request", + "response" + ], + "support": { + "source": "https://github.com/php-fig/http-factory/tree/1.0.2" + }, + "time": "2023-04-10T20:10:41+00:00" + }, + { + "name": "psr/http-message", + "version": "2.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-message.git", + "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71", + "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71", + "shasum": "" + }, + "require": { + "php": "^7.2 || ^8.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Http\\Message\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common interface for HTTP messages", + "homepage": "https://github.com/php-fig/http-message", + "keywords": [ + "http", + "http-message", + "psr", + "psr-7", + "request", + "response" + ], + "support": { + "source": "https://github.com/php-fig/http-message/tree/2.0" + }, + "time": "2023-04-04T09:54:51+00:00" + }, { "name": "psr/log", - "version": "2.0.0", + "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "ef29f6d262798707a9edd554e2b82517ef3a9376" + "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/ef29f6d262798707a9edd554e2b82517ef3a9376", - "reference": "ef29f6d262798707a9edd554e2b82517ef3a9376", + "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001", + "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001", "shasum": "" }, "require": { @@ -1728,7 +5673,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "3.x-dev" } }, "autoload": { @@ -1754,31 +5699,31 @@ "psr-3" ], "support": { - "source": "https://github.com/php-fig/log/tree/2.0.0" + "source": "https://github.com/php-fig/log/tree/3.0.0" }, - "time": "2021-07-14T16:41:46+00:00" + "time": "2021-07-14T16:46:02+00:00" }, { "name": "psr/simple-cache", - "version": "1.0.1", + "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/simple-cache.git", - "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" + "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", - "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", + "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865", + "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=8.0.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { @@ -1793,7 +5738,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common interfaces for simple caching", @@ -1805,9 +5750,114 @@ "simple-cache" ], "support": { - "source": "https://github.com/php-fig/simple-cache/tree/master" + "source": "https://github.com/php-fig/simple-cache/tree/3.0.0" + }, + "time": "2021-10-29T13:26:27+00:00" + }, + { + "name": "pusher/pusher-php-server", + "version": "7.2.3", + "source": { + "type": "git", + "url": "https://github.com/pusher/pusher-http-php.git", + "reference": "416e68dd5f640175ad5982131c42a7a666d1d8e9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pusher/pusher-http-php/zipball/416e68dd5f640175ad5982131c42a7a666d1d8e9", + "reference": "416e68dd5f640175ad5982131c42a7a666d1d8e9", + "shasum": "" + }, + "require": { + "ext-curl": "*", + "ext-json": "*", + "guzzlehttp/guzzle": "^7.2", + "paragonie/sodium_compat": "^1.6", + "php": "^7.3|^8.0", + "psr/log": "^1.0|^2.0|^3.0" + }, + "require-dev": { + "overtrue/phplint": "^2.3", + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "psr-4": { + "Pusher\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Library for interacting with the Pusher REST API", + "keywords": [ + "events", + "messaging", + "php-pusher-server", + "publish", + "push", + "pusher", + "real time", + "real-time", + "realtime", + "rest", + "trigger" + ], + "support": { + "issues": "https://github.com/pusher/pusher-http-php/issues", + "source": "https://github.com/pusher/pusher-http-php/tree/7.2.3" + }, + "time": "2023-05-17T16:00:06+00:00" + }, + { + "name": "ralouphie/getallheaders", + "version": "3.0.3", + "source": { + "type": "git", + "url": "https://github.com/ralouphie/getallheaders.git", + "reference": "120b605dfeb996808c31b6477290a714d356e822" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", + "reference": "120b605dfeb996808c31b6477290a714d356e822", + "shasum": "" + }, + "require": { + "php": ">=5.6" + }, + "require-dev": { + "php-coveralls/php-coveralls": "^2.1", + "phpunit/phpunit": "^5 || ^6.5" + }, + "type": "library", + "autoload": { + "files": [ + "src/getallheaders.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ralph Khattar", + "email": "ralph.khattar@gmail.com" + } + ], + "description": "A polyfill for getallheaders.", + "support": { + "issues": "https://github.com/ralouphie/getallheaders/issues", + "source": "https://github.com/ralouphie/getallheaders/tree/develop" }, - "time": "2017-10-23T01:57:42+00:00" + "time": "2019-03-08T08:55:37+00:00" }, { "name": "ramsey/collection", @@ -1991,43 +6041,98 @@ "time": "2023-04-15T23:01:58+00:00" }, { - "name": "swiftmailer/swiftmailer", - "version": "v6.3.0", + "name": "spatie/image-optimizer", + "version": "1.7.1", "source": { "type": "git", - "url": "https://github.com/swiftmailer/swiftmailer.git", - "reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c" + "url": "https://github.com/spatie/image-optimizer.git", + "reference": "af179994e2d2413e4b3ba2d348d06b4eaddbeb30" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/8a5d5072dca8f48460fce2f4131fcc495eec654c", - "reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c", + "url": "https://api.github.com/repos/spatie/image-optimizer/zipball/af179994e2d2413e4b3ba2d348d06b4eaddbeb30", + "reference": "af179994e2d2413e4b3ba2d348d06b4eaddbeb30", "shasum": "" }, "require": { - "egulias/email-validator": "^2.0|^3.1", - "php": ">=7.0.0", - "symfony/polyfill-iconv": "^1.0", - "symfony/polyfill-intl-idn": "^1.10", - "symfony/polyfill-mbstring": "^1.0" + "ext-fileinfo": "*", + "php": "^7.3|^8.0", + "psr/log": "^1.0 | ^2.0 | ^3.0", + "symfony/process": "^4.2|^5.0|^6.0" }, "require-dev": { - "mockery/mockery": "^1.0", - "symfony/phpunit-bridge": "^4.4|^5.4" + "pestphp/pest": "^1.21", + "phpunit/phpunit": "^8.5.21|^9.4.4", + "symfony/var-dumper": "^4.2|^5.0|^6.0" }, - "suggest": { - "ext-intl": "Needed to support internationalized email addresses" + "type": "library", + "autoload": { + "psr-4": { + "Spatie\\ImageOptimizer\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Freek Van der Herten", + "email": "freek@spatie.be", + "homepage": "https://spatie.be", + "role": "Developer" + } + ], + "description": "Easily optimize images using PHP", + "homepage": "https://github.com/spatie/image-optimizer", + "keywords": [ + "image-optimizer", + "spatie" + ], + "support": { + "issues": "https://github.com/spatie/image-optimizer/issues", + "source": "https://github.com/spatie/image-optimizer/tree/1.7.1" + }, + "time": "2023-07-27T07:57:32+00:00" + }, + { + "name": "spatie/laravel-image-optimizer", + "version": "1.7.1", + "source": { + "type": "git", + "url": "https://github.com/spatie/laravel-image-optimizer.git", + "reference": "cd8945e47b9fd01bc7b770eecd57c56f46c47422" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spatie/laravel-image-optimizer/zipball/cd8945e47b9fd01bc7b770eecd57c56f46c47422", + "reference": "cd8945e47b9fd01bc7b770eecd57c56f46c47422", + "shasum": "" + }, + "require": { + "laravel/framework": "^8.0|^9.0|^10.0", + "php": "^8.0", + "spatie/image-optimizer": "^1.2.0" + }, + "require-dev": { + "orchestra/testbench": "^6.23|^7.0|^8.0", + "phpunit/phpunit": "^9.4" }, "type": "library", "extra": { - "branch-alias": { - "dev-master": "6.2-dev" + "laravel": { + "providers": [ + "Spatie\\LaravelImageOptimizer\\ImageOptimizerServiceProvider" + ], + "aliases": { + "ImageOptimizer": "Spatie\\LaravelImageOptimizer\\Facades\\ImageOptimizer" + } } }, "autoload": { - "files": [ - "lib/swift_required.php" - ] + "psr-4": { + "Spatie\\LaravelImageOptimizer\\": "src" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -2035,85 +6140,68 @@ ], "authors": [ { - "name": "Chris Corbyn" - }, - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Freek Van der Herten", + "email": "freek@spatie.be", + "homepage": "https://spatie.be", + "role": "Developer" } ], - "description": "Swiftmailer, free feature-rich PHP mailer", - "homepage": "https://swiftmailer.symfony.com", + "description": "Optimize images in your Laravel app", + "homepage": "https://github.com/spatie/laravel-image-optimizer", "keywords": [ - "email", - "mail", - "mailer" + "laravel-image-optimizer", + "spatie" ], "support": { - "issues": "https://github.com/swiftmailer/swiftmailer/issues", - "source": "https://github.com/swiftmailer/swiftmailer/tree/v6.3.0" + "source": "https://github.com/spatie/laravel-image-optimizer/tree/1.7.1" }, "funding": [ { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/swiftmailer/swiftmailer", - "type": "tidelift" + "url": "https://spatie.be/open-source/support-us", + "type": "custom" } ], - "abandoned": "symfony/mailer", - "time": "2021-10-18T15:26:12+00:00" + "time": "2023-01-24T23:44:33+00:00" }, { "name": "symfony/console", - "version": "v5.4.28", + "version": "v6.3.4", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "f4f71842f24c2023b91237c72a365306f3c58827" + "reference": "eca495f2ee845130855ddf1cf18460c38966c8b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/f4f71842f24c2023b91237c72a365306f3c58827", - "reference": "f4f71842f24c2023b91237c72a365306f3c58827", + "url": "https://api.github.com/repos/symfony/console/zipball/eca495f2ee845130855ddf1cf18460c38966c8b6", + "reference": "eca495f2ee845130855ddf1cf18460c38966c8b6", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1|^3", + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php73": "^1.9", - "symfony/polyfill-php80": "^1.16", - "symfony/service-contracts": "^1.1|^2|^3", - "symfony/string": "^5.1|^6.0" + "symfony/service-contracts": "^2.5|^3", + "symfony/string": "^5.4|^6.0" }, "conflict": { - "psr/log": ">=3", - "symfony/dependency-injection": "<4.4", - "symfony/dotenv": "<5.1", - "symfony/event-dispatcher": "<4.4", - "symfony/lock": "<4.4", - "symfony/process": "<4.4" + "symfony/dependency-injection": "<5.4", + "symfony/dotenv": "<5.4", + "symfony/event-dispatcher": "<5.4", + "symfony/lock": "<5.4", + "symfony/process": "<5.4" }, "provide": { - "psr/log-implementation": "1.0|2.0" + "psr/log-implementation": "1.0|2.0|3.0" }, "require-dev": { - "psr/log": "^1|^2", - "symfony/config": "^4.4|^5.0|^6.0", - "symfony/dependency-injection": "^4.4|^5.0|^6.0", - "symfony/event-dispatcher": "^4.4|^5.0|^6.0", - "symfony/lock": "^4.4|^5.0|^6.0", - "symfony/process": "^4.4|^5.0|^6.0", - "symfony/var-dumper": "^4.4|^5.0|^6.0" - }, - "suggest": { - "psr/log": "For using the console logger", - "symfony/event-dispatcher": "", - "symfony/lock": "", - "symfony/process": "" + "psr/log": "^1|^2|^3", + "symfony/config": "^5.4|^6.0", + "symfony/dependency-injection": "^5.4|^6.0", + "symfony/event-dispatcher": "^5.4|^6.0", + "symfony/lock": "^5.4|^6.0", + "symfony/process": "^5.4|^6.0", + "symfony/var-dumper": "^5.4|^6.0" }, "type": "library", "autoload": { @@ -2147,7 +6235,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v5.4.28" + "source": "https://github.com/symfony/console/tree/v6.3.4" }, "funding": [ { @@ -2163,7 +6251,7 @@ "type": "tidelift" } ], - "time": "2023-08-07T06:12:30+00:00" + "time": "2023-08-16T10:10:12+00:00" }, { "name": "symfony/css-selector", @@ -2299,27 +6387,30 @@ }, { "name": "symfony/error-handler", - "version": "v5.4.29", + "version": "v6.3.5", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "328c6fcfd2f90b64c16efaf0ea67a311d672f078" + "reference": "1f69476b64fb47105c06beef757766c376b548c4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/328c6fcfd2f90b64c16efaf0ea67a311d672f078", - "reference": "328c6fcfd2f90b64c16efaf0ea67a311d672f078", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/1f69476b64fb47105c06beef757766c376b548c4", + "reference": "1f69476b64fb47105c06beef757766c376b548c4", "shasum": "" }, "require": { - "php": ">=7.2.5", + "php": ">=8.1", "psr/log": "^1|^2|^3", - "symfony/var-dumper": "^4.4|^5.0|^6.0" + "symfony/var-dumper": "^5.4|^6.0" + }, + "conflict": { + "symfony/deprecation-contracts": "<2.5" }, "require-dev": { - "symfony/deprecation-contracts": "^2.1|^3", - "symfony/http-kernel": "^4.4|^5.0|^6.0", - "symfony/serializer": "^4.4|^5.0|^6.0" + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/http-kernel": "^5.4|^6.0", + "symfony/serializer": "^5.4|^6.0" }, "bin": [ "Resources/bin/patch-type-declarations" @@ -2350,7 +6441,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/v5.4.29" + "source": "https://github.com/symfony/error-handler/tree/v6.3.5" }, "funding": [ { @@ -2366,7 +6457,7 @@ "type": "tidelift" } ], - "time": "2023-09-06T21:54:06+00:00" + "time": "2023-09-12T06:57:20+00:00" }, { "name": "symfony/event-dispatcher", @@ -2526,22 +6617,23 @@ }, { "name": "symfony/finder", - "version": "v5.4.27", + "version": "v6.3.5", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "ff4bce3c33451e7ec778070e45bd23f74214cd5d" + "reference": "a1b31d88c0e998168ca7792f222cbecee47428c4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/ff4bce3c33451e7ec778070e45bd23f74214cd5d", - "reference": "ff4bce3c33451e7ec778070e45bd23f74214cd5d", + "url": "https://api.github.com/repos/symfony/finder/zipball/a1b31d88c0e998168ca7792f222cbecee47428c4", + "reference": "a1b31d88c0e998168ca7792f222cbecee47428c4", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1|^3", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.1" + }, + "require-dev": { + "symfony/filesystem": "^6.0" }, "type": "library", "autoload": { @@ -2569,7 +6661,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v5.4.27" + "source": "https://github.com/symfony/finder/tree/v6.3.5" }, "funding": [ { @@ -2585,40 +6677,41 @@ "type": "tidelift" } ], - "time": "2023-07-31T08:02:31+00:00" + "time": "2023-09-26T12:56:25+00:00" }, { "name": "symfony/http-foundation", - "version": "v5.4.28", + "version": "v6.3.5", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "365992c83a836dfe635f1e903ccca43ee03d3dd2" + "reference": "b50f5e281d722cb0f4c296f908bacc3e2b721957" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/365992c83a836dfe635f1e903ccca43ee03d3dd2", - "reference": "365992c83a836dfe635f1e903ccca43ee03d3dd2", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/b50f5e281d722cb0f4c296f908bacc3e2b721957", + "reference": "b50f5e281d722cb0f4c296f908bacc3e2b721957", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1|^3", + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-mbstring": "~1.1", - "symfony/polyfill-php80": "^1.16" + "symfony/polyfill-php83": "^1.27" + }, + "conflict": { + "symfony/cache": "<6.2" }, "require-dev": { - "predis/predis": "~1.0", - "symfony/cache": "^4.4|^5.0|^6.0", + "doctrine/dbal": "^2.13.1|^3.0", + "predis/predis": "^1.1|^2.0", + "symfony/cache": "^5.4|^6.0", "symfony/dependency-injection": "^5.4|^6.0", - "symfony/expression-language": "^4.4|^5.0|^6.0", + "symfony/expression-language": "^5.4|^6.0", "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4", - "symfony/mime": "^4.4|^5.0|^6.0", + "symfony/mime": "^5.4|^6.0", "symfony/rate-limiter": "^5.2|^6.0" }, - "suggest": { - "symfony/mime": "To use the file extension guesser" - }, "type": "library", "autoload": { "psr-4": { @@ -2645,7 +6738,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v5.4.28" + "source": "https://github.com/symfony/http-foundation/tree/v6.3.5" }, "funding": [ { @@ -2661,76 +6754,77 @@ "type": "tidelift" } ], - "time": "2023-08-21T07:23:18+00:00" + "time": "2023-09-04T21:33:54+00:00" }, { "name": "symfony/http-kernel", - "version": "v5.4.29", + "version": "v6.3.5", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "f53265fc6bd2a7f3a4ed4e443b76e750348ac3f7" + "reference": "9f991a964368bee8d883e8d57ced4fe9fff04dfc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/f53265fc6bd2a7f3a4ed4e443b76e750348ac3f7", - "reference": "f53265fc6bd2a7f3a4ed4e443b76e750348ac3f7", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/9f991a964368bee8d883e8d57ced4fe9fff04dfc", + "reference": "9f991a964368bee8d883e8d57ced4fe9fff04dfc", "shasum": "" }, "require": { - "php": ">=7.2.5", - "psr/log": "^1|^2", - "symfony/deprecation-contracts": "^2.1|^3", - "symfony/error-handler": "^4.4|^5.0|^6.0", - "symfony/event-dispatcher": "^5.0|^6.0", - "symfony/http-foundation": "^5.4.21|^6.2.7", - "symfony/polyfill-ctype": "^1.8", - "symfony/polyfill-php73": "^1.9", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.1", + "psr/log": "^1|^2|^3", + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/error-handler": "^6.3", + "symfony/event-dispatcher": "^5.4|^6.0", + "symfony/http-foundation": "^6.3.4", + "symfony/polyfill-ctype": "^1.8" }, "conflict": { "symfony/browser-kit": "<5.4", - "symfony/cache": "<5.0", - "symfony/config": "<5.0", - "symfony/console": "<4.4", - "symfony/dependency-injection": "<5.3", - "symfony/doctrine-bridge": "<5.0", - "symfony/form": "<5.0", - "symfony/http-client": "<5.0", - "symfony/mailer": "<5.0", - "symfony/messenger": "<5.0", - "symfony/translation": "<5.0", - "symfony/twig-bridge": "<5.0", - "symfony/validator": "<5.0", + "symfony/cache": "<5.4", + "symfony/config": "<6.1", + "symfony/console": "<5.4", + "symfony/dependency-injection": "<6.3.4", + "symfony/doctrine-bridge": "<5.4", + "symfony/form": "<5.4", + "symfony/http-client": "<5.4", + "symfony/http-client-contracts": "<2.5", + "symfony/mailer": "<5.4", + "symfony/messenger": "<5.4", + "symfony/translation": "<5.4", + "symfony/translation-contracts": "<2.5", + "symfony/twig-bridge": "<5.4", + "symfony/validator": "<5.4", + "symfony/var-dumper": "<6.3", "twig/twig": "<2.13" }, "provide": { - "psr/log-implementation": "1.0|2.0" + "psr/log-implementation": "1.0|2.0|3.0" }, "require-dev": { "psr/cache": "^1.0|^2.0|^3.0", "symfony/browser-kit": "^5.4|^6.0", - "symfony/config": "^5.0|^6.0", - "symfony/console": "^4.4|^5.0|^6.0", - "symfony/css-selector": "^4.4|^5.0|^6.0", - "symfony/dependency-injection": "^5.3|^6.0", - "symfony/dom-crawler": "^4.4|^5.0|^6.0", - "symfony/expression-language": "^4.4|^5.0|^6.0", - "symfony/finder": "^4.4|^5.0|^6.0", - "symfony/http-client-contracts": "^1.1|^2|^3", - "symfony/process": "^4.4|^5.0|^6.0", - "symfony/routing": "^4.4|^5.0|^6.0", - "symfony/stopwatch": "^4.4|^5.0|^6.0", - "symfony/translation": "^4.4|^5.0|^6.0", - "symfony/translation-contracts": "^1.1|^2|^3", + "symfony/clock": "^6.2", + "symfony/config": "^6.1", + "symfony/console": "^5.4|^6.0", + "symfony/css-selector": "^5.4|^6.0", + "symfony/dependency-injection": "^6.3.4", + "symfony/dom-crawler": "^5.4|^6.0", + "symfony/expression-language": "^5.4|^6.0", + "symfony/finder": "^5.4|^6.0", + "symfony/http-client-contracts": "^2.5|^3", + "symfony/process": "^5.4|^6.0", + "symfony/property-access": "^5.4.5|^6.0.5", + "symfony/routing": "^5.4|^6.0", + "symfony/serializer": "^6.3", + "symfony/stopwatch": "^5.4|^6.0", + "symfony/translation": "^5.4|^6.0", + "symfony/translation-contracts": "^2.5|^3", + "symfony/uid": "^5.4|^6.0", + "symfony/validator": "^6.3", + "symfony/var-exporter": "^6.2", "twig/twig": "^2.13|^3.0.4" }, - "suggest": { - "symfony/browser-kit": "", - "symfony/config": "", - "symfony/console": "", - "symfony/dependency-injection": "" - }, "type": "library", "autoload": { "psr-4": { @@ -2757,7 +6851,87 @@ "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/v5.4.29" + "source": "https://github.com/symfony/http-kernel/tree/v6.3.5" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2023-09-30T06:37:04+00:00" + }, + { + "name": "symfony/mailer", + "version": "v6.3.5", + "source": { + "type": "git", + "url": "https://github.com/symfony/mailer.git", + "reference": "d89611a7830d51b5e118bca38e390dea92f9ea06" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/mailer/zipball/d89611a7830d51b5e118bca38e390dea92f9ea06", + "reference": "d89611a7830d51b5e118bca38e390dea92f9ea06", + "shasum": "" + }, + "require": { + "egulias/email-validator": "^2.1.10|^3|^4", + "php": ">=8.1", + "psr/event-dispatcher": "^1", + "psr/log": "^1|^2|^3", + "symfony/event-dispatcher": "^5.4|^6.0", + "symfony/mime": "^6.2", + "symfony/service-contracts": "^2.5|^3" + }, + "conflict": { + "symfony/http-client-contracts": "<2.5", + "symfony/http-kernel": "<5.4", + "symfony/messenger": "<6.2", + "symfony/mime": "<6.2", + "symfony/twig-bridge": "<6.2.1" + }, + "require-dev": { + "symfony/console": "^5.4|^6.0", + "symfony/http-client": "^5.4|^6.0", + "symfony/messenger": "^6.2", + "symfony/twig-bridge": "^6.2" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Mailer\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Helps sending emails", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/mailer/tree/v6.3.5" }, "funding": [ { @@ -2773,43 +6947,43 @@ "type": "tidelift" } ], - "time": "2023-09-30T06:31:17+00:00" + "time": "2023-09-06T09:47:15+00:00" }, { "name": "symfony/mime", - "version": "v5.4.26", + "version": "v6.3.5", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "2ea06dfeee20000a319d8407cea1d47533d5a9d2" + "reference": "d5179eedf1cb2946dbd760475ebf05c251ef6a6e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/2ea06dfeee20000a319d8407cea1d47533d5a9d2", - "reference": "2ea06dfeee20000a319d8407cea1d47533d5a9d2", + "url": "https://api.github.com/repos/symfony/mime/zipball/d5179eedf1cb2946dbd760475ebf05c251ef6a6e", + "reference": "d5179eedf1cb2946dbd760475ebf05c251ef6a6e", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1|^3", + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-intl-idn": "^1.10", - "symfony/polyfill-mbstring": "^1.0", - "symfony/polyfill-php80": "^1.16" + "symfony/polyfill-mbstring": "^1.0" }, "conflict": { "egulias/email-validator": "~3.0.0", "phpdocumentor/reflection-docblock": "<3.2.2", "phpdocumentor/type-resolver": "<1.4.0", - "symfony/mailer": "<4.4", - "symfony/serializer": "<5.4.26|>=6,<6.2.13|>=6.3,<6.3.2" + "symfony/mailer": "<5.4", + "symfony/serializer": "<6.2.13|>=6.3,<6.3.2" }, "require-dev": { "egulias/email-validator": "^2.1.10|^3.1|^4", + "league/html-to-markdown": "^5.0", "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", - "symfony/dependency-injection": "^4.4|^5.0|^6.0", - "symfony/property-access": "^4.4|^5.1|^6.0", - "symfony/property-info": "^4.4|^5.1|^6.0", - "symfony/serializer": "^5.4.26|~6.2.13|^6.3.2" + "symfony/dependency-injection": "^5.4|^6.0", + "symfony/property-access": "^5.4|^6.0", + "symfony/property-info": "^5.4|^6.0", + "symfony/serializer": "~6.2.13|^6.3.2" }, "type": "library", "autoload": { @@ -2841,7 +7015,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v5.4.26" + "source": "https://github.com/symfony/mime/tree/v6.3.5" }, "funding": [ { @@ -2857,7 +7031,7 @@ "type": "tidelift" } ], - "time": "2023-07-27T06:29:31+00:00" + "time": "2023-09-29T06:59:36+00:00" }, { "name": "symfony/polyfill-ctype", @@ -3417,7 +7591,90 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php72/tree/v1.28.0" + "source": "https://github.com/symfony/polyfill-php72/tree/v1.28.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2023-01-26T09:26:14+00:00" + }, + { + "name": "symfony/polyfill-php80", + "version": "v1.28.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php80.git", + "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5", + "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.28-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php80\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ion Bazan", + "email": "ion.bazan@gmail.com" + }, + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php80/tree/v1.28.0" }, "funding": [ { @@ -3436,21 +7693,22 @@ "time": "2023-01-26T09:26:14+00:00" }, { - "name": "symfony/polyfill-php73", + "name": "symfony/polyfill-php83", "version": "v1.28.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-php73.git", - "reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5" + "url": "https://github.com/symfony/polyfill-php83.git", + "reference": "b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fe2f306d1d9d346a7fee353d0d5012e401e984b5", - "reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5", + "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11", + "reference": "b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.1", + "symfony/polyfill-php80": "^1.14" }, "type": "library", "extra": { @@ -3467,7 +7725,7 @@ "bootstrap.php" ], "psr-4": { - "Symfony\\Polyfill\\Php73\\": "" + "Symfony\\Polyfill\\Php83\\": "" }, "classmap": [ "Resources/stubs" @@ -3487,7 +7745,7 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", + "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", @@ -3496,7 +7754,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php73/tree/v1.28.0" + "source": "https://github.com/symfony/polyfill-php83/tree/v1.28.0" }, "funding": [ { @@ -3512,25 +7770,31 @@ "type": "tidelift" } ], - "time": "2023-01-26T09:26:14+00:00" + "time": "2023-08-16T06:22:46+00:00" }, { - "name": "symfony/polyfill-php80", + "name": "symfony/polyfill-uuid", "version": "v1.28.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5" + "url": "https://github.com/symfony/polyfill-uuid.git", + "reference": "9c44518a5aff8da565c8a55dbe85d2769e6f630e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5", - "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5", + "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/9c44518a5aff8da565c8a55dbe85d2769e6f630e", + "reference": "9c44518a5aff8da565c8a55dbe85d2769e6f630e", "shasum": "" }, "require": { "php": ">=7.1" }, + "provide": { + "ext-uuid": "*" + }, + "suggest": { + "ext-uuid": "For best performance" + }, "type": "library", "extra": { "branch-alias": { @@ -3546,11 +7810,8 @@ "bootstrap.php" ], "psr-4": { - "Symfony\\Polyfill\\Php80\\": "" - }, - "classmap": [ - "Resources/stubs" - ] + "Symfony\\Polyfill\\Uuid\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -3558,28 +7819,24 @@ ], "authors": [ { - "name": "Ion Bazan", - "email": "ion.bazan@gmail.com" - }, - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" + "name": "Grégoire Pineau", + "email": "lyrixx@lyrixx.info" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", + "description": "Symfony polyfill for uuid functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", - "shim" + "uuid" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.28.0" + "source": "https://github.com/symfony/polyfill-uuid/tree/v1.28.0" }, "funding": [ { @@ -3599,21 +7856,20 @@ }, { "name": "symfony/process", - "version": "v5.4.28", + "version": "v6.3.4", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "45261e1fccad1b5447a8d7a8e67aa7b4a9798b7b" + "reference": "0b5c29118f2e980d455d2e34a5659f4579847c54" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/45261e1fccad1b5447a8d7a8e67aa7b4a9798b7b", - "reference": "45261e1fccad1b5447a8d7a8e67aa7b4a9798b7b", + "url": "https://api.github.com/repos/symfony/process/zipball/0b5c29118f2e980d455d2e34a5659f4579847c54", + "reference": "0b5c29118f2e980d455d2e34a5659f4579847c54", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.1" }, "type": "library", "autoload": { @@ -3641,7 +7897,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v5.4.28" + "source": "https://github.com/symfony/process/tree/v6.3.4" }, "funding": [ { @@ -3657,47 +7913,40 @@ "type": "tidelift" } ], - "time": "2023-08-07T10:36:04+00:00" + "time": "2023-08-07T10:39:22+00:00" }, { "name": "symfony/routing", - "version": "v5.4.26", + "version": "v6.3.5", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "853fc7df96befc468692de0a48831b38f04d2cb2" + "reference": "82616e59acd3e3d9c916bba798326cb7796d7d31" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/853fc7df96befc468692de0a48831b38f04d2cb2", - "reference": "853fc7df96befc468692de0a48831b38f04d2cb2", + "url": "https://api.github.com/repos/symfony/routing/zipball/82616e59acd3e3d9c916bba798326cb7796d7d31", + "reference": "82616e59acd3e3d9c916bba798326cb7796d7d31", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1|^3", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3" }, "conflict": { "doctrine/annotations": "<1.12", - "symfony/config": "<5.3", - "symfony/dependency-injection": "<4.4", - "symfony/yaml": "<4.4" + "symfony/config": "<6.2", + "symfony/dependency-injection": "<5.4", + "symfony/yaml": "<5.4" }, "require-dev": { "doctrine/annotations": "^1.12|^2", "psr/log": "^1|^2|^3", - "symfony/config": "^5.3|^6.0", - "symfony/dependency-injection": "^4.4|^5.0|^6.0", - "symfony/expression-language": "^4.4|^5.0|^6.0", - "symfony/http-foundation": "^4.4|^5.0|^6.0", - "symfony/yaml": "^4.4|^5.0|^6.0" - }, - "suggest": { - "symfony/config": "For using the all-in-one router or any loader", - "symfony/expression-language": "For using expression matching", - "symfony/http-foundation": "For using a Symfony Request object", - "symfony/yaml": "For using the YAML loader" + "symfony/config": "^6.2", + "symfony/dependency-injection": "^5.4|^6.0", + "symfony/expression-language": "^5.4|^6.0", + "symfony/http-foundation": "^5.4|^6.0", + "symfony/yaml": "^5.4|^6.0" }, "type": "library", "autoload": { @@ -3731,7 +7980,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v5.4.26" + "source": "https://github.com/symfony/routing/tree/v6.3.5" }, "funding": [ { @@ -3747,37 +7996,33 @@ "type": "tidelift" } ], - "time": "2023-07-24T13:28:37+00:00" + "time": "2023-09-20T16:05:51+00:00" }, { "name": "symfony/service-contracts", - "version": "v2.5.2", + "version": "v3.3.0", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c" + "reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c", - "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/40da9cc13ec349d9e4966ce18b5fbcd724ab10a4", + "reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4", "shasum": "" }, "require": { - "php": ">=7.2.5", - "psr/container": "^1.1", - "symfony/deprecation-contracts": "^2.1|^3" + "php": ">=8.1", + "psr/container": "^2.0" }, "conflict": { "ext-psr": "<1.1|>=2" }, - "suggest": { - "symfony/service-implementation": "" - }, "type": "library", "extra": { "branch-alias": { - "dev-main": "2.5-dev" + "dev-main": "3.4-dev" }, "thanks": { "name": "symfony/contracts", @@ -3787,7 +8032,10 @@ "autoload": { "psr-4": { "Symfony\\Contracts\\Service\\": "" - } + }, + "exclude-from-classmap": [ + "/Test/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -3814,7 +8062,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/service-contracts/tree/v2.5.2" + "source": "https://github.com/symfony/service-contracts/tree/v3.3.0" }, "funding": [ { @@ -3830,7 +8078,7 @@ "type": "tidelift" } ], - "time": "2022-05-30T19:17:29+00:00" + "time": "2023-05-23T14:45:45+00:00" }, { "name": "symfony/string", @@ -4091,41 +8339,110 @@ ], "time": "2023-05-30T17:17:10+00:00" }, + { + "name": "symfony/uid", + "version": "v6.3.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/uid.git", + "reference": "01b0f20b1351d997711c56f1638f7a8c3061e384" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/uid/zipball/01b0f20b1351d997711c56f1638f7a8c3061e384", + "reference": "01b0f20b1351d997711c56f1638f7a8c3061e384", + "shasum": "" + }, + "require": { + "php": ">=8.1", + "symfony/polyfill-uuid": "^1.15" + }, + "require-dev": { + "symfony/console": "^5.4|^6.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Uid\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Grégoire Pineau", + "email": "lyrixx@lyrixx.info" + }, + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides an object-oriented API to generate and represent UIDs", + "homepage": "https://symfony.com", + "keywords": [ + "UID", + "ulid", + "uuid" + ], + "support": { + "source": "https://github.com/symfony/uid/tree/v6.3.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2023-04-08T07:25:02+00:00" + }, { "name": "symfony/var-dumper", - "version": "v5.4.29", + "version": "v6.3.5", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "6172e4ae3534d25ee9e07eb487c20be7760fcc65" + "reference": "3d9999376be5fea8de47752837a3e1d1c5f69ef5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/6172e4ae3534d25ee9e07eb487c20be7760fcc65", - "reference": "6172e4ae3534d25ee9e07eb487c20be7760fcc65", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/3d9999376be5fea8de47752837a3e1d1c5f69ef5", + "reference": "3d9999376be5fea8de47752837a3e1d1c5f69ef5", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/polyfill-mbstring": "~1.0" }, "conflict": { - "symfony/console": "<4.4" + "symfony/console": "<5.4" }, "require-dev": { "ext-iconv": "*", - "symfony/console": "^4.4|^5.0|^6.0", - "symfony/http-kernel": "^4.4|^5.0|^6.0", - "symfony/process": "^4.4|^5.0|^6.0", - "symfony/uid": "^5.1|^6.0", + "symfony/console": "^5.4|^6.0", + "symfony/http-kernel": "^5.4|^6.0", + "symfony/process": "^5.4|^6.0", + "symfony/uid": "^5.4|^6.0", "twig/twig": "^2.13|^3.0.4" }, - "suggest": { - "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", - "ext-intl": "To show region name in time zone dump", - "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" - }, "bin": [ "Resources/bin/var-dump-server" ], @@ -4162,7 +8479,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v5.4.29" + "source": "https://github.com/symfony/var-dumper/tree/v6.3.5" }, "funding": [ { @@ -4178,7 +8495,7 @@ "type": "tidelift" } ], - "time": "2023-09-12T10:09:58+00:00" + "time": "2023-09-12T10:11:35+00:00" }, { "name": "tijsverkoyen/css-to-inline-styles", @@ -4317,18 +8634,101 @@ ], "time": "2022-10-16T01:01:54+00:00" }, + { + "name": "voku/anti-xss", + "version": "4.1.42", + "source": { + "type": "git", + "url": "https://github.com/voku/anti-xss.git", + "reference": "bca1f8607e55a3c5077483615cd93bd8f11bd675" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/voku/anti-xss/zipball/bca1f8607e55a3c5077483615cd93bd8f11bd675", + "reference": "bca1f8607e55a3c5077483615cd93bd8f11bd675", + "shasum": "" + }, + "require": { + "php": ">=7.0.0", + "voku/portable-utf8": "~6.0.2" + }, + "require-dev": { + "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.1.x-dev" + } + }, + "autoload": { + "psr-4": { + "voku\\helper\\": "src/voku/helper/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "EllisLab Dev Team", + "homepage": "http://ellislab.com/" + }, + { + "name": "Lars Moelleken", + "email": "lars@moelleken.org", + "homepage": "https://www.moelleken.org/" + } + ], + "description": "anti xss-library", + "homepage": "https://github.com/voku/anti-xss", + "keywords": [ + "anti-xss", + "clean", + "security", + "xss" + ], + "support": { + "issues": "https://github.com/voku/anti-xss/issues", + "source": "https://github.com/voku/anti-xss/tree/4.1.42" + }, + "funding": [ + { + "url": "https://www.paypal.me/moelleken", + "type": "custom" + }, + { + "url": "https://github.com/voku", + "type": "github" + }, + { + "url": "https://opencollective.com/anti-xss", + "type": "open_collective" + }, + { + "url": "https://www.patreon.com/voku", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/voku/anti-xss", + "type": "tidelift" + } + ], + "time": "2023-07-03T14:40:46+00:00" + }, { "name": "voku/portable-ascii", - "version": "1.6.1", + "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/voku/portable-ascii.git", - "reference": "87337c91b9dfacee02452244ee14ab3c43bc485a" + "reference": "b56450eed252f6801410d810c8e1727224ae0743" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/voku/portable-ascii/zipball/87337c91b9dfacee02452244ee14ab3c43bc485a", - "reference": "87337c91b9dfacee02452244ee14ab3c43bc485a", + "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743", + "reference": "b56450eed252f6801410d810c8e1727224ae0743", "shasum": "" }, "require": { @@ -4365,7 +8765,7 @@ ], "support": { "issues": "https://github.com/voku/portable-ascii/issues", - "source": "https://github.com/voku/portable-ascii/tree/1.6.1" + "source": "https://github.com/voku/portable-ascii/tree/2.0.1" }, "funding": [ { @@ -4389,7 +8789,110 @@ "type": "tidelift" } ], - "time": "2022-01-24T18:55:24+00:00" + "time": "2022-03-08T17:03:00+00:00" + }, + { + "name": "voku/portable-utf8", + "version": "6.0.13", + "source": { + "type": "git", + "url": "https://github.com/voku/portable-utf8.git", + "reference": "b8ce36bf26593e5c2e81b1850ef0ffb299d2043f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/voku/portable-utf8/zipball/b8ce36bf26593e5c2e81b1850ef0ffb299d2043f", + "reference": "b8ce36bf26593e5c2e81b1850ef0ffb299d2043f", + "shasum": "" + }, + "require": { + "php": ">=7.0.0", + "symfony/polyfill-iconv": "~1.0", + "symfony/polyfill-intl-grapheme": "~1.0", + "symfony/polyfill-intl-normalizer": "~1.0", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php72": "~1.0", + "voku/portable-ascii": "~2.0.0" + }, + "require-dev": { + "phpstan/phpstan": "1.9.*@dev", + "phpstan/phpstan-strict-rules": "1.4.*@dev", + "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0", + "thecodingmachine/phpstan-strict-rules": "1.0.*@dev", + "voku/phpstan-rules": "3.1.*@dev" + }, + "suggest": { + "ext-ctype": "Use Ctype for e.g. hexadecimal digit detection", + "ext-fileinfo": "Use Fileinfo for better binary file detection", + "ext-iconv": "Use iconv for best performance", + "ext-intl": "Use Intl for best performance", + "ext-json": "Use JSON for string detection", + "ext-mbstring": "Use Mbstring for best performance" + }, + "type": "library", + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "voku\\": "src/voku/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "(Apache-2.0 or GPL-2.0)" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Hamid Sarfraz", + "homepage": "http://pageconfig.com/" + }, + { + "name": "Lars Moelleken", + "homepage": "http://www.moelleken.org/" + } + ], + "description": "Portable UTF-8 library - performance optimized (unicode) string functions for php.", + "homepage": "https://github.com/voku/portable-utf8", + "keywords": [ + "UTF", + "clean", + "php", + "unicode", + "utf-8", + "utf8" + ], + "support": { + "issues": "https://github.com/voku/portable-utf8/issues", + "source": "https://github.com/voku/portable-utf8/tree/6.0.13" + }, + "funding": [ + { + "url": "https://www.paypal.me/moelleken", + "type": "custom" + }, + { + "url": "https://github.com/voku", + "type": "github" + }, + { + "url": "https://opencollective.com/portable-utf8", + "type": "open_collective" + }, + { + "url": "https://www.patreon.com/voku", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/voku/portable-utf8", + "type": "tidelift" + } + ], + "time": "2023-03-08T08:35:38+00:00" }, { "name": "webmozart/assert", @@ -4450,6 +8953,7 @@ "time": "2022-06-03T18:03:27+00:00" } ], + "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], diff --git a/routes/api.php b/routes/api.php index 1020152..3624f89 100644 --- a/routes/api.php +++ b/routes/api.php @@ -5,7 +5,6 @@ use Illuminate\Support\Facades\Route; use LaravelLiberu\Auth\Http\Controllers\Guest; use LaravelLiberu\Auth\Http\Controllers\Auth\LoginController; -use LaravelLiberu\Auth\Http\Controllers\Auth\RegisterController; use LaravelLiberu\Auth\Http\Controllers\Auth\ResetPasswordController; use LaravelLiberu\Auth\Http\Controllers\Auth\ForgotPasswordController; @@ -13,8 +12,6 @@ Route::middleware('api') ->group(function () { Route::middleware('guest')->group(function () { - Route::post('login', [LoginController::class, 'login']) - ->name('login'); Route::post('password/email', [ForgotPasswordController::class, 'sendResetLinkEmail']) ->name('password.email'); Route::post('password/reset', [ResetPasswordController::class, 'attemptReset']) @@ -31,9 +28,9 @@ ->middleware('api') ->group(function () { Route::middleware('guest')->group(function () { - Route::get('login/{provider}', fn($provider) => (new LoginController())->redirectToProvider($provider)); - Route::get('login/{provider}/callback', fn($provider): JsonResponse => (new LoginController())->providerCallback($provider)); Route::post('login', fn(Request $request) => (new LoginController())->login($request)); + Route::get('login/{provider}', fn($provider) => (new LoginController())->redirectToProvider($provider)); + Route::get('login/{provider}/callback', fn($provider) => (new LoginController())->handleProviderCallback($provider)); }); Route::middleware('auth')->group(function () { @@ -41,7 +38,7 @@ }); Route::post('confirm_checkout', fn(Request $request) => (new LoginController())->confirmSubscription($request)); - Route::post('register', [RegisterController::class, 'create']); + // Route::post('register', [RegisterController::class, 'create']); // Route::get('get-subscription-plan', [RegisterController::class, 'getSubscriptionPlan']); // Route::post('verify', [RegisterController::class, 'verify_user']); }); diff --git a/src/Http/Controllers/Auth/LoginController.php b/src/Http/Controllers/Auth/LoginController.php index d9abd45..024e618 100644 --- a/src/Http/Controllers/Auth/LoginController.php +++ b/src/Http/Controllers/Auth/LoginController.php @@ -2,12 +2,17 @@ namespace LaravelLiberu\Auth\Http\Controllers\Auth; +use App\Models\Company; +use App\Models\Person; +use App\Models\UserSocial; use Illuminate\Foundation\Auth\AuthenticatesUsers; +use Illuminate\Http\JsonResponse; use Illuminate\Http\Request; use Illuminate\Routing\Controller; use Illuminate\Support\Facades\Auth; use Illuminate\Support\Facades\Config; use Illuminate\Validation\ValidationException; +use Laravel\Socialite\Facades\Socialite; use LaravelLiberu\Core\Events\Login as Event; use LaravelLiberu\Core\Traits\Login; use LaravelLiberu\Core\Traits\Logout; @@ -102,4 +107,106 @@ private function loggableUser(Request $request) return $user; } + + public function redirectToProvider($provider) + { + $validated = $this->validateProvider($provider); + if (! is_null($validated)) { + return $validated; + } + + return Socialite::driver($provider)->stateless()->redirect(); + } + + /** + * Obtain the user information from Provider. + * + * @param $provider + * @return JsonResponse + */ + public function handleProviderCallback($provider): JsonResponse + { + try { + $user = Socialite::driver($provider)->stateless()->user(); + } catch (Exception) { + return redirect(config('settings.clientBaseUrl').'/social-callback?token=&status=false&message=Invalid credentials provided!'); + } + + $curUser = \App\Models\User::where('email', $user->getEmail())->first(); + + if (! $curUser) { + try { + // create person + $person = new Person(); + $name = $user->getName(); + $person->name = $name; + $person->email = $user->getEmail(); + $person->save(); + // get user_group_id + $user_group = UserGroup::where('name', 'Administrators')->first(); + if ($user_group === null) { + // create user_group + $user_group = UserGroup::create(['name' => 'Administrators', 'description' => 'Administrator users group']); + } + + // get role_id + $role = Role::where('name', 'free')->first(); + if ($role === null) { + $role = Role::create(['menu_id' => 1, 'name' => 'supervisor', 'display_name' => 'Supervisor', 'description' => 'Supervisor role.']); + } + + $curUser = User::create( + [ + 'email' => $user->getEmail(), + 'person_id' => $person->id, + 'group_id' => $user_group->id, + 'role_id' => $role->id, + 'email_verified_at' => now(), + 'is_active' => 1, + ], + ); + + $random = $this->unique_random('companies', 'name', 5); + $company = Company::create([ + 'name' => 'company'.$random, + 'email' => $user->getEmail(), + 'is_tenant' => 1, + 'status' => 1, + ]); + + $person->companies()->attach($company->id, ['person_id' => $person->id, 'is_main' => 1, 'is_mandatary' => 1, 'company_id' => $company->id]); + + } catch (Exception) { + return redirect(config('settings.clientBaseUrl').'/social-callback?token=&status=false&message=Something went wrong!'); + } + } + + try { + if ($this->needsToCreateSocial($curUser, $provider)) { + UserSocial::create([ + 'user_id' => $curUser->id, + 'social_id' => $user->getId(), + 'service' => $provider, + ]); + } + } catch (Exception) { + return redirect(config('settings.clientBaseUrl').'/social-callback?token=&status=false&message=Something went wrong!'); + } + + if ($this->loggableSocialUser($curUser)) { + Auth::guard('web')->login($curUser, true); + + return redirect(config('settings.clientBaseUrl').'/social-callback?token='.csrf_token().'&status=success&message=success'); + } + + return redirect(config('settings.clientBaseUrl').'/social-callback?token=&status=false&message=Something went wrong while we processing the login. Please try again!'); + } + + public function confirmSubscription(Request $request): JsonResponse + { + $request->all(); + $user = $this->loggableUser($request); + + return response()->json($user); + } } diff --git a/src/Http/Controllers/Guest.php b/src/Http/Controllers/Guest.php index cf2b5d4..5420198 100644 --- a/src/Http/Controllers/Guest.php +++ b/src/Http/Controllers/Guest.php @@ -1,6 +1,6 @@