From 9b807cc4f49fc3daf1f8a9ec6a39bf5eef7bcdd0 Mon Sep 17 00:00:00 2001 From: Nolan Ehrstrom Date: Wed, 22 Nov 2023 13:39:53 -0800 Subject: [PATCH 1/4] Run package:discover after removing a license --- .../Commands/ProcessMakerLicenseRemove.php | 5 + .../Commands/ProcessMakerLicenseUpdate.php | 4 + composer.json | 44 +- composer.lock | 5133 ++++++++++++++--- 4 files changed, 4361 insertions(+), 825 deletions(-) diff --git a/ProcessMaker/Console/Commands/ProcessMakerLicenseRemove.php b/ProcessMaker/Console/Commands/ProcessMakerLicenseRemove.php index 10019d5d58..3ac6f15baf 100644 --- a/ProcessMaker/Console/Commands/ProcessMakerLicenseRemove.php +++ b/ProcessMaker/Console/Commands/ProcessMakerLicenseRemove.php @@ -3,6 +3,7 @@ namespace ProcessMaker\Console\Commands; use Illuminate\Console\Command; +use Illuminate\Support\Facades\Artisan; use Illuminate\Support\Facades\Storage; class ProcessMakerLicenseRemove extends Command @@ -37,6 +38,10 @@ public function handle() if ($this->confirm('Are you sure you want to remove the license.json file?')) { Storage::disk('local')->delete('license.json'); $this->info('license.json removed successfully!'); + + $this->info('Calling package:discover to update the package cache with enabled packages'); + Artisan::call('package:discover'); + $this->info(Artisan::output()); } else { $this->info('Operation cancelled. license.json was not removed.'); } diff --git a/ProcessMaker/Console/Commands/ProcessMakerLicenseUpdate.php b/ProcessMaker/Console/Commands/ProcessMakerLicenseUpdate.php index 0f57fd9ca5..83c1a72a5d 100644 --- a/ProcessMaker/Console/Commands/ProcessMakerLicenseUpdate.php +++ b/ProcessMaker/Console/Commands/ProcessMakerLicenseUpdate.php @@ -42,7 +42,10 @@ public function handle() Storage::disk('local')->put('license.json', $content); + $this->info('Calling package:discover to update the package cache with enabled packages'); Artisan::call('package:discover'); + $this->info(Artisan::output()); + $this->info('License updated successfully'); } catch (Exception $e) { $this->error('An error occurred: ' . $e->getMessage()); @@ -77,6 +80,7 @@ protected function isValidLicenseContent(string $content): bool Carbon::parse($data['expires_at']); } catch (Exception $e) { $this->error('The "expires_at" property is not a valid date.'); + return false; } diff --git a/composer.json b/composer.json index 6bd1cf6ced..ad9a5eb8d2 100644 --- a/composer.json +++ b/composer.json @@ -39,12 +39,48 @@ "php-amqplib/php-amqplib": "^3.5", "pion/laravel-chunk-upload": "^1.5", "predis/predis": "^2.0", + "processmaker/connector-docusign": "^1.6", + "processmaker/connector-idp": "^1.6", + "processmaker/connector-pdf-print": "^1.15", + "processmaker/connector-send-email": "^1.23", + "processmaker/connector-slack": "^1.7", + "processmaker/docker-executor-cdata": "^1.0", "processmaker/docker-executor-lua": "^1.0", - "processmaker/docker-executor-node": "1.1.0", - "processmaker/docker-executor-php": "1.2.0", + "processmaker/docker-executor-node": "^1.1", + "processmaker/docker-executor-node-ssr": "^1.5", + "processmaker/docker-executor-php": "^1.2", "processmaker/laravel-i18next": "dev-master", - "processmaker/nayra": "1.10.0", - "processmaker/pmql": "1.12.0", + "processmaker/nayra": "^1.10", + "processmaker/package-actions-by-email": "^1.15", + "processmaker/package-advanced-user-manager": "^1.8", + "processmaker/package-ai": "^1.3", + "processmaker/package-analytics-reporting": "^1.3", + "processmaker/package-auth": "^1.15", + "processmaker/package-cdata": "^1.0", + "processmaker/package-collections": "^2.13", + "processmaker/package-comments": "^1.9", + "processmaker/package-conversational-forms": "^1.6", + "processmaker/package-data-sources": "^1.23", + "processmaker/package-decision-engine": "^1.6", + "processmaker/package-dynamic-ui": "^1.15", + "processmaker/package-files": "^1.11", + "processmaker/package-googleplaces": "^1.9", + "processmaker/package-photo-video": "^1.2", + "processmaker/package-pm-blocks": "^1.3", + "processmaker/package-process-documenter": "^1.8", + "processmaker/package-process-optimization": "^1.8", + "processmaker/package-product-analytics": "^1.5", + "processmaker/package-projects": "^1.0", + "processmaker/package-savedsearch": "^1.29", + "processmaker/package-sentry": "^1.7", + "processmaker/package-signature": "^1.10", + "processmaker/package-testing": "^1.0", + "processmaker/package-translations": "^2.7", + "processmaker/package-versions": "^1.8", + "processmaker/package-vocabularies": "^2.13", + "processmaker/package-webentry": "^2.18", + "processmaker/packages": "^4.2@RC", + "processmaker/pmql": "^1.12", "psr/simple-cache": "^2.0", "pusher/pusher-php-server": "^7.0", "ralouphie/getallheaders": "^3.0", diff --git a/composer.lock b/composer.lock index b4288453c3..fe9f971ee6 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,126 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "41dd20696789672f84d20f94ad4b91c8", + "content-hash": "526f1c4c8bca21e1d0e5a2d1c760f6bf", "packages": [ + { + "name": "aacotroneo/laravel-saml2", + "version": "2.1.0", + "source": { + "type": "git", + "url": "https://github.com/aacotroneo/laravel-saml2.git", + "reference": "6ed350b37aec3470655335a33e24496e15bde9b7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/aacotroneo/laravel-saml2/zipball/6ed350b37aec3470655335a33e24496e15bde9b7", + "reference": "6ed350b37aec3470655335a33e24496e15bde9b7", + "shasum": "" + }, + "require": { + "ext-openssl": "*", + "illuminate/support": ">=5.0.0", + "onelogin/php-saml": "^3.0.0", + "php": ">=5.5.0" + }, + "require-dev": { + "mockery/mockery": "0.9.*", + "phpunit/phpunit": "~4.0" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "Aacotroneo\\Saml2\\Saml2ServiceProvider" + ] + } + }, + "autoload": { + "psr-0": { + "Aacotroneo\\Saml2\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "aacotroneo", + "email": "aacotroneo@gmail.com" + }, + { + "name": "Niraj Patkar", + "email": "niraj@alphonso.in" + } + ], + "description": "A Laravel package for Saml2 integration as a SP (service provider) for multiple IdPs, based on OneLogin toolkit which is much more lightweight than simplesamlphp.", + "homepage": "https://github.com/aacotroneo/laravel-saml2", + "keywords": [ + "SAML2", + "laravel", + "onelogin", + "saml" + ], + "support": { + "issues": "https://github.com/aacotroneo/laravel-saml2/issues", + "source": "https://github.com/aacotroneo/laravel-saml2/tree/master" + }, + "time": "2019-10-01T23:05:14+00:00" + }, + { + "name": "adbario/php-dot-notation", + "version": "2.x-dev", + "source": { + "type": "git", + "url": "https://github.com/adbario/php-dot-notation.git", + "reference": "081e2cca50c84bfeeea2e3ef9b2c8d206d80ccae" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/adbario/php-dot-notation/zipball/081e2cca50c84bfeeea2e3ef9b2c8d206d80ccae", + "reference": "081e2cca50c84bfeeea2e3ef9b2c8d206d80ccae", + "shasum": "" + }, + "require": { + "ext-json": "*", + "php": "^5.5 || ^7.0 || ^8.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.8|^5.7|^6.6|^7.5|^8.5|^9.5", + "squizlabs/php_codesniffer": "^3.6" + }, + "type": "library", + "autoload": { + "files": [ + "src/helpers.php" + ], + "psr-4": { + "Adbar\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Riku Särkinen", + "email": "riku@adbar.io" + } + ], + "description": "PHP dot notation access to arrays", + "homepage": "https://github.com/adbario/php-dot-notation", + "keywords": [ + "ArrayAccess", + "dotnotation" + ], + "support": { + "issues": "https://github.com/adbario/php-dot-notation/issues", + "source": "https://github.com/adbario/php-dot-notation/tree/2.x" + }, + "time": "2022-10-14T20:31:46+00:00" + }, { "name": "aws/aws-crt-php", "version": "v1.2.2", @@ -488,6 +606,72 @@ ], "time": "2023-01-15T23:15:59+00:00" }, + { + "name": "clue/stream-filter", + "version": "v1.6.0", + "source": { + "type": "git", + "url": "https://github.com/clue/stream-filter.git", + "reference": "d6169430c7731d8509da7aecd0af756a5747b78e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/clue/stream-filter/zipball/d6169430c7731d8509da7aecd0af756a5747b78e", + "reference": "d6169430c7731d8509da7aecd0af756a5747b78e", + "shasum": "" + }, + "require": { + "php": ">=5.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.36" + }, + "type": "library", + "autoload": { + "files": [ + "src/functions_include.php" + ], + "psr-4": { + "Clue\\StreamFilter\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Christian Lück", + "email": "christian@clue.engineering" + } + ], + "description": "A simple and modern approach to stream filtering in PHP", + "homepage": "https://github.com/clue/php-stream-filter", + "keywords": [ + "bucket brigade", + "callback", + "filter", + "php_user_filter", + "stream", + "stream_filter_append", + "stream_filter_register" + ], + "support": { + "issues": "https://github.com/clue/stream-filter/issues", + "source": "https://github.com/clue/stream-filter/tree/v1.6.0" + }, + "funding": [ + { + "url": "https://clue.engineering/support", + "type": "custom" + }, + { + "url": "https://github.com/clue", + "type": "github" + } + ], + "time": "2022-02-21T13:15:14+00:00" + }, { "name": "composer/semver", "version": "3.3.2", @@ -790,6 +974,80 @@ }, "time": "2022-10-27T11:44:00+00:00" }, + { + "name": "directorytree/ldaprecord", + "version": "v2.20.5", + "source": { + "type": "git", + "url": "https://github.com/DirectoryTree/LdapRecord.git", + "reference": "5bd0a5a9d257cf1049ae83055dbba4c3479ddf16" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/DirectoryTree/LdapRecord/zipball/5bd0a5a9d257cf1049ae83055dbba4c3479ddf16", + "reference": "5bd0a5a9d257cf1049ae83055dbba4c3479ddf16", + "shasum": "" + }, + "require": { + "ext-json": "*", + "ext-ldap": "*", + "illuminate/contracts": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0", + "nesbot/carbon": "^1.0|^2.0", + "php": ">=7.3", + "psr/log": "^1.0|^2.0|^3.0", + "psr/simple-cache": "^1.0|^2.0", + "symfony/polyfill-php80": "^1.25", + "tightenco/collect": "^5.6|^6.0|^7.0|^8.0|^9.0" + }, + "require-dev": { + "mockery/mockery": "^1.0", + "phpunit/phpunit": "^9.0", + "spatie/ray": "^1.24" + }, + "type": "library", + "autoload": { + "psr-4": { + "LdapRecord\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Steve Bauman", + "email": "steven_bauman@outlook.com", + "role": "Developer" + } + ], + "description": "A fully-featured LDAP ORM.", + "homepage": "https://www.ldaprecord.com", + "keywords": [ + "active directory", + "ad", + "adLDAP", + "adldap2", + "directory", + "ldap", + "ldaprecord", + "orm", + "windows" + ], + "support": { + "docs": "https://ldaprecord.com", + "email": "steven_bauman@outlook.com", + "issues": "https://github.com/DirectoryTree/LdapRecord/issues", + "source": "https://github.com/DirectoryTree/LdapRecord" + }, + "funding": [ + { + "url": "https://github.com/stevebauman", + "type": "github" + } + ], + "time": "2023-10-11T16:34:34+00:00" + }, { "name": "doctrine/annotations", "version": "2.0.1", @@ -1610,6 +1868,67 @@ ], "time": "2023-08-07T14:53:59+00:00" }, + { + "name": "ezyang/htmlpurifier", + "version": "v4.17.0", + "source": { + "type": "git", + "url": "https://github.com/ezyang/htmlpurifier.git", + "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/bbc513d79acf6691fa9cf10f192c90dd2957f18c", + "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c", + "shasum": "" + }, + "require": { + "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0" + }, + "require-dev": { + "cerdic/css-tidy": "^1.7 || ^2.0", + "simpletest/simpletest": "dev-master" + }, + "suggest": { + "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.", + "ext-bcmath": "Used for unit conversion and imagecrash protection", + "ext-iconv": "Converts text to and from non-UTF-8 encodings", + "ext-tidy": "Used for pretty-printing HTML" + }, + "type": "library", + "autoload": { + "files": [ + "library/HTMLPurifier.composer.php" + ], + "psr-0": { + "HTMLPurifier": "library/" + }, + "exclude-from-classmap": [ + "/library/HTMLPurifier/Language/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-2.1-or-later" + ], + "authors": [ + { + "name": "Edward Z. Yang", + "email": "admin@htmlpurifier.org", + "homepage": "http://ezyang.com" + } + ], + "description": "Standards compliant HTML filter written in PHP", + "homepage": "http://htmlpurifier.org/", + "keywords": [ + "html" + ], + "support": { + "issues": "https://github.com/ezyang/htmlpurifier/issues", + "source": "https://github.com/ezyang/htmlpurifier/tree/v4.17.0" + }, + "time": "2023-11-17T15:01:25+00:00" + }, { "name": "fakerphp/faker", "version": "v1.23.0", @@ -2684,6 +3003,64 @@ ], "time": "2021-10-07T12:57:01+00:00" }, + { + "name": "http-interop/http-factory-guzzle", + "version": "1.2.0", + "source": { + "type": "git", + "url": "https://github.com/http-interop/http-factory-guzzle.git", + "reference": "8f06e92b95405216b237521cc64c804dd44c4a81" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/http-interop/http-factory-guzzle/zipball/8f06e92b95405216b237521cc64c804dd44c4a81", + "reference": "8f06e92b95405216b237521cc64c804dd44c4a81", + "shasum": "" + }, + "require": { + "guzzlehttp/psr7": "^1.7||^2.0", + "php": ">=7.3", + "psr/http-factory": "^1.0" + }, + "provide": { + "psr/http-factory-implementation": "^1.0" + }, + "require-dev": { + "http-interop/http-factory-tests": "^0.9", + "phpunit/phpunit": "^9.5" + }, + "suggest": { + "guzzlehttp/psr7": "Includes an HTTP factory starting in version 2.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Http\\Factory\\Guzzle\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "An HTTP Factory using Guzzle PSR7", + "keywords": [ + "factory", + "http", + "psr-17", + "psr-7" + ], + "support": { + "issues": "https://github.com/http-interop/http-factory-guzzle/issues", + "source": "https://github.com/http-interop/http-factory-guzzle/tree/1.2.0" + }, + "time": "2021-07-21T13:50:14+00:00" + }, { "name": "igaster/laravel-theme", "version": "v2.0.19", @@ -2832,24 +3209,83 @@ "time": "2022-05-21T17:30:32+00:00" }, { - "name": "laravel/framework", - "version": "v10.20.0", + "name": "jean85/pretty-package-versions", + "version": "2.0.5", "source": { "type": "git", - "url": "https://github.com/laravel/framework.git", - "reference": "a655dca3fbe83897e22adff652b1878ba352d041" + "url": "https://github.com/Jean85/pretty-package-versions.git", + "reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/a655dca3fbe83897e22adff652b1878ba352d041", - "reference": "a655dca3fbe83897e22adff652b1878ba352d041", + "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/ae547e455a3d8babd07b96966b17d7fd21d9c6af", + "reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af", "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", + "composer-runtime-api": "^2.0.0", + "php": "^7.1|^8.0" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^2.17", + "jean85/composer-provided-replaced-stub-package": "^1.0", + "phpstan/phpstan": "^0.12.66", + "phpunit/phpunit": "^7.5|^8.5|^9.4", + "vimeo/psalm": "^4.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Jean85\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Alessandro Lai", + "email": "alessandro.lai85@gmail.com" + } + ], + "description": "A library to get pretty versions strings of installed dependencies", + "keywords": [ + "composer", + "package", + "release", + "versions" + ], + "support": { + "issues": "https://github.com/Jean85/pretty-package-versions/issues", + "source": "https://github.com/Jean85/pretty-package-versions/tree/2.0.5" + }, + "time": "2021-10-08T21:21:46+00:00" + }, + { + "name": "laravel/framework", + "version": "v10.20.0", + "source": { + "type": "git", + "url": "https://github.com/laravel/framework.git", + "reference": "a655dca3fbe83897e22adff652b1878ba352d041" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel/framework/zipball/a655dca3fbe83897e22adff652b1878ba352d041", + "reference": "a655dca3fbe83897e22adff652b1878ba352d041", + "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": "*", @@ -3368,6 +3804,76 @@ }, "time": "2023-07-14T13:56:28+00:00" }, + { + "name": "laravel/socialite", + "version": "v5.10.0", + "source": { + "type": "git", + "url": "https://github.com/laravel/socialite.git", + "reference": "f376b6eda9084899e37ac08bafd64a95edf9c6c0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel/socialite/zipball/f376b6eda9084899e37ac08bafd64a95edf9c6c0", + "reference": "f376b6eda9084899e37ac08bafd64a95edf9c6c0", + "shasum": "" + }, + "require": { + "ext-json": "*", + "guzzlehttp/guzzle": "^6.0|^7.0", + "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/http": "^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0", + "league/oauth1-client": "^1.10.1", + "php": "^7.2|^8.0" + }, + "require-dev": { + "mockery/mockery": "^1.0", + "orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0", + "phpstan/phpstan": "^1.10", + "phpunit/phpunit": "^8.0|^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.x-dev" + }, + "laravel": { + "providers": [ + "Laravel\\Socialite\\SocialiteServiceProvider" + ], + "aliases": { + "Socialite": "Laravel\\Socialite\\Facades\\Socialite" + } + } + }, + "autoload": { + "psr-4": { + "Laravel\\Socialite\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Taylor Otwell", + "email": "taylor@laravel.com" + } + ], + "description": "Laravel wrapper around OAuth 1 & OAuth 2 libraries.", + "homepage": "https://laravel.com", + "keywords": [ + "laravel", + "oauth" + ], + "support": { + "issues": "https://github.com/laravel/socialite/issues", + "source": "https://github.com/laravel/socialite" + }, + "time": "2023-10-30T22:09:58+00:00" + }, { "name": "laravel/telescope", "version": "v4.16.1", @@ -4483,6 +4989,82 @@ ], "time": "2023-08-05T12:09:49+00:00" }, + { + "name": "league/oauth1-client", + "version": "v1.10.1", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/oauth1-client.git", + "reference": "d6365b901b5c287dd41f143033315e2f777e1167" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/oauth1-client/zipball/d6365b901b5c287dd41f143033315e2f777e1167", + "reference": "d6365b901b5c287dd41f143033315e2f777e1167", + "shasum": "" + }, + "require": { + "ext-json": "*", + "ext-openssl": "*", + "guzzlehttp/guzzle": "^6.0|^7.0", + "guzzlehttp/psr7": "^1.7|^2.0", + "php": ">=7.1||>=8.0" + }, + "require-dev": { + "ext-simplexml": "*", + "friendsofphp/php-cs-fixer": "^2.17", + "mockery/mockery": "^1.3.3", + "phpstan/phpstan": "^0.12.42", + "phpunit/phpunit": "^7.5||9.5" + }, + "suggest": { + "ext-simplexml": "For decoding XML-based responses." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev", + "dev-develop": "2.0-dev" + } + }, + "autoload": { + "psr-4": { + "League\\OAuth1\\Client\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ben Corlett", + "email": "bencorlett@me.com", + "homepage": "http://www.webcomm.com.au", + "role": "Developer" + } + ], + "description": "OAuth 1.0 Client Library", + "keywords": [ + "Authentication", + "SSO", + "authorization", + "bitbucket", + "identity", + "idp", + "oauth", + "oauth1", + "single sign on", + "trello", + "tumblr", + "twitter" + ], + "support": { + "issues": "https://github.com/thephpleague/oauth1-client/issues", + "source": "https://github.com/thephpleague/oauth1-client/tree/v1.10.1" + }, + "time": "2022-04-15T14:02:14+00:00" + }, { "name": "league/oauth2-server", "version": "8.5.3", @@ -4823,6 +5405,113 @@ ], "time": "2023-06-21T14:59:35+00:00" }, + { + "name": "markbaker/complex", + "version": "3.0.2", + "source": { + "type": "git", + "url": "https://github.com/MarkBaker/PHPComplex.git", + "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/95c56caa1cf5c766ad6d65b6344b807c1e8405b9", + "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9", + "shasum": "" + }, + "require": { + "php": "^7.2 || ^8.0" + }, + "require-dev": { + "dealerdirect/phpcodesniffer-composer-installer": "dev-master", + "phpcompatibility/php-compatibility": "^9.3", + "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", + "squizlabs/php_codesniffer": "^3.7" + }, + "type": "library", + "autoload": { + "psr-4": { + "Complex\\": "classes/src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mark Baker", + "email": "mark@lange.demon.co.uk" + } + ], + "description": "PHP Class for working with complex numbers", + "homepage": "https://github.com/MarkBaker/PHPComplex", + "keywords": [ + "complex", + "mathematics" + ], + "support": { + "issues": "https://github.com/MarkBaker/PHPComplex/issues", + "source": "https://github.com/MarkBaker/PHPComplex/tree/3.0.2" + }, + "time": "2022-12-06T16:21:08+00:00" + }, + { + "name": "markbaker/matrix", + "version": "3.0.1", + "source": { + "type": "git", + "url": "https://github.com/MarkBaker/PHPMatrix.git", + "reference": "728434227fe21be27ff6d86621a1b13107a2562c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/728434227fe21be27ff6d86621a1b13107a2562c", + "reference": "728434227fe21be27ff6d86621a1b13107a2562c", + "shasum": "" + }, + "require": { + "php": "^7.1 || ^8.0" + }, + "require-dev": { + "dealerdirect/phpcodesniffer-composer-installer": "dev-master", + "phpcompatibility/php-compatibility": "^9.3", + "phpdocumentor/phpdocumentor": "2.*", + "phploc/phploc": "^4.0", + "phpmd/phpmd": "2.*", + "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", + "sebastian/phpcpd": "^4.0", + "squizlabs/php_codesniffer": "^3.7" + }, + "type": "library", + "autoload": { + "psr-4": { + "Matrix\\": "classes/src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mark Baker", + "email": "mark@demon-angel.eu" + } + ], + "description": "PHP Class for working with matrices", + "homepage": "https://github.com/MarkBaker/PHPMatrix", + "keywords": [ + "mathematics", + "matrix", + "vector" + ], + "support": { + "issues": "https://github.com/MarkBaker/PHPMatrix/issues", + "source": "https://github.com/MarkBaker/PHPMatrix/tree/3.0.1" + }, + "time": "2022-12-02T22:17:43+00:00" + }, { "name": "mateusjunges/laravel-kafka", "version": "v1.13.2", @@ -5686,6 +6375,61 @@ ], "time": "2023-05-02T11:26:24+00:00" }, + { + "name": "onelogin/php-saml", + "version": "3.6.1", + "source": { + "type": "git", + "url": "https://github.com/onelogin/php-saml.git", + "reference": "a7328b11887660ad248ea10952dd67a5aa73ba3b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/onelogin/php-saml/zipball/a7328b11887660ad248ea10952dd67a5aa73ba3b", + "reference": "a7328b11887660ad248ea10952dd67a5aa73ba3b", + "shasum": "" + }, + "require": { + "php": ">=5.4", + "robrichards/xmlseclibs": ">=3.1.1" + }, + "require-dev": { + "pdepend/pdepend": "^2.5.0", + "php-coveralls/php-coveralls": "^1.0.2 || ^2.0", + "phploc/phploc": "^2.1 || ^3.0 || ^4.0", + "phpunit/phpunit": "<7.5.18", + "sebastian/phpcpd": "^2.0 || ^3.0 || ^4.0", + "squizlabs/php_codesniffer": "^3.1.1" + }, + "suggest": { + "ext-curl": "Install curl lib to be able to use the IdPMetadataParser for parsing remote XMLs", + "ext-gettext": "Install gettext and php5-gettext libs to handle translations", + "ext-openssl": "Install openssl lib in order to handle with x509 certs (require to support sign and encryption)" + }, + "type": "library", + "autoload": { + "psr-4": { + "OneLogin\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "OneLogin PHP SAML Toolkit", + "homepage": "https://developers.onelogin.com/saml/php", + "keywords": [ + "SAML2", + "onelogin", + "saml" + ], + "support": { + "email": "sixto.garcia@onelogin.com", + "issues": "https://github.com/onelogin/php-saml/issues", + "source": "https://github.com/onelogin/php-saml/" + }, + "time": "2021-03-02T10:13:07+00:00" + }, { "name": "openai-php/client", "version": "v0.5.3", @@ -6175,11 +6919,80 @@ "time": "2023-07-01T11:25:08+00:00" }, { - "name": "php-http/discovery", - "version": "1.19.1", + "name": "php-http/client-common", + "version": "2.7.0", "source": { "type": "git", - "url": "https://github.com/php-http/discovery.git", + "url": "https://github.com/php-http/client-common.git", + "reference": "880509727a447474d2a71b7d7fa5d268ddd3db4b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-http/client-common/zipball/880509727a447474d2a71b7d7fa5d268ddd3db4b", + "reference": "880509727a447474d2a71b7d7fa5d268ddd3db4b", + "shasum": "" + }, + "require": { + "php": "^7.1 || ^8.0", + "php-http/httplug": "^2.0", + "php-http/message": "^1.6", + "psr/http-client": "^1.0", + "psr/http-factory": "^1.0", + "psr/http-message": "^1.0 || ^2.0", + "symfony/options-resolver": "~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0 || ^6.0", + "symfony/polyfill-php80": "^1.17" + }, + "require-dev": { + "doctrine/instantiator": "^1.1", + "guzzlehttp/psr7": "^1.4", + "nyholm/psr7": "^1.2", + "phpspec/phpspec": "^5.1 || ^6.3 || ^7.1", + "phpspec/prophecy": "^1.10.2", + "phpunit/phpunit": "^7.5.20 || ^8.5.33 || ^9.6.7" + }, + "suggest": { + "ext-json": "To detect JSON responses with the ContentTypePlugin", + "ext-libxml": "To detect XML responses with the ContentTypePlugin", + "php-http/cache-plugin": "PSR-6 Cache plugin", + "php-http/logger-plugin": "PSR-3 Logger plugin", + "php-http/stopwatch-plugin": "Symfony Stopwatch plugin" + }, + "type": "library", + "autoload": { + "psr-4": { + "Http\\Client\\Common\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com" + } + ], + "description": "Common HTTP Client implementations and tools for HTTPlug", + "homepage": "http://httplug.io", + "keywords": [ + "client", + "common", + "http", + "httplug" + ], + "support": { + "issues": "https://github.com/php-http/client-common/issues", + "source": "https://github.com/php-http/client-common/tree/2.7.0" + }, + "time": "2023-05-17T06:46:59+00:00" + }, + { + "name": "php-http/discovery", + "version": "1.19.1", + "source": { + "type": "git", + "url": "https://github.com/php-http/discovery.git", "reference": "57f3de01d32085fea20865f9b16fb0e69347c39e" }, "dist": { @@ -6309,6 +7122,130 @@ }, "time": "2023-04-14T15:10:03+00:00" }, + { + "name": "php-http/message", + "version": "1.16.0", + "source": { + "type": "git", + "url": "https://github.com/php-http/message.git", + "reference": "47a14338bf4ebd67d317bf1144253d7db4ab55fd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-http/message/zipball/47a14338bf4ebd67d317bf1144253d7db4ab55fd", + "reference": "47a14338bf4ebd67d317bf1144253d7db4ab55fd", + "shasum": "" + }, + "require": { + "clue/stream-filter": "^1.5", + "php": "^7.2 || ^8.0", + "psr/http-message": "^1.1 || ^2.0" + }, + "provide": { + "php-http/message-factory-implementation": "1.0" + }, + "require-dev": { + "ergebnis/composer-normalize": "^2.6", + "ext-zlib": "*", + "guzzlehttp/psr7": "^1.0 || ^2.0", + "laminas/laminas-diactoros": "^2.0 || ^3.0", + "php-http/message-factory": "^1.0.2", + "phpspec/phpspec": "^5.1 || ^6.3 || ^7.1", + "slim/slim": "^3.0" + }, + "suggest": { + "ext-zlib": "Used with compressor/decompressor streams", + "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories", + "laminas/laminas-diactoros": "Used with Diactoros Factories", + "slim/slim": "Used with Slim Framework PSR-7 implementation" + }, + "type": "library", + "autoload": { + "files": [ + "src/filters.php" + ], + "psr-4": { + "Http\\Message\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com" + } + ], + "description": "HTTP Message related tools", + "homepage": "http://php-http.org", + "keywords": [ + "http", + "message", + "psr-7" + ], + "support": { + "issues": "https://github.com/php-http/message/issues", + "source": "https://github.com/php-http/message/tree/1.16.0" + }, + "time": "2023-05-17T06:43:38+00:00" + }, + { + "name": "php-http/message-factory", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://github.com/php-http/message-factory.git", + "reference": "4d8778e1c7d405cbb471574821c1ff5b68cc8f57" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-http/message-factory/zipball/4d8778e1c7d405cbb471574821c1ff5b68cc8f57", + "reference": "4d8778e1c7d405cbb471574821c1ff5b68cc8f57", + "shasum": "" + }, + "require": { + "php": ">=5.4", + "psr/http-message": "^1.0 || ^2.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Http\\Message\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com" + } + ], + "description": "Factory interfaces for PSR-7 HTTP Message", + "homepage": "http://php-http.org", + "keywords": [ + "factory", + "http", + "message", + "stream", + "uri" + ], + "support": { + "issues": "https://github.com/php-http/message-factory/issues", + "source": "https://github.com/php-http/message-factory/tree/1.1.0" + }, + "abandoned": "psr/http-factory", + "time": "2023-04-14T14:16:17+00:00" + }, { "name": "php-http/multipart-stream-builder", "version": "1.3.0", @@ -6423,169 +7360,392 @@ "time": "2020-07-07T09:29:14+00:00" }, { - "name": "phpoption/phpoption", - "version": "1.9.1", + "name": "php-imap/php-imap", + "version": "4.5.3", "source": { "type": "git", - "url": "https://github.com/schmittjoh/php-option.git", - "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e" + "url": "https://github.com/barbushin/php-imap.git", + "reference": "d4f62bf2103f8bbd3ffe337e4df75e2c6ba6a2e7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/dd3a383e599f49777d8b628dadbb90cae435b87e", - "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e", + "url": "https://api.github.com/repos/barbushin/php-imap/zipball/d4f62bf2103f8bbd3ffe337e4df75e2c6ba6a2e7", + "reference": "d4f62bf2103f8bbd3ffe337e4df75e2c6ba6a2e7", "shasum": "" }, "require": { - "php": "^7.2.5 || ^8.0" + "ext-fileinfo": "*", + "ext-iconv": "*", + "ext-imap": "*", + "ext-json": "*", + "ext-mbstring": "*", + "php": "^7.2 || ^8.0" }, "require-dev": { - "bamarni/composer-bin-plugin": "^1.8.2", - "phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12" + "friendsofphp/php-cs-fixer": "^3.4", + "maglnet/composer-require-checker": "^2.0|^3.2", + "nikic/php-parser": "^4.3,<4.7|^4.10", + "paragonie/hidden-string": "^1.0", + "php-parallel-lint/php-parallel-lint": "^1.3", + "phpunit/phpunit": "^8.5|^9.5", + "povils/phpmnd": "^2.2", + "psalm/plugin-phpunit": "^0.10.0|^0.15.1", + "roave/security-advisories": "dev-master", + "sebastian/phpcpd": "^4.1|^6.0" }, - "type": "library", - "extra": { - "bamarni-bin": { - "bin-links": true, - "forward-command": true - }, - "branch-alias": { - "dev-master": "1.9-dev" - } + "suggest": { + "ext-fileinfo": "To facilitate IncomingMailAttachment::getFileInfo() auto-detection" }, + "type": "library", "autoload": { "psr-4": { - "PhpOption\\": "src/PhpOption/" + "PhpImap\\": "src/PhpImap" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "Apache-2.0" + "MIT" ], "authors": [ { - "name": "Johannes M. Schmitt", - "email": "schmittjoh@gmail.com", - "homepage": "https://github.com/schmittjoh" - }, - { - "name": "Graham Campbell", - "email": "hello@gjcampbell.co.uk", - "homepage": "https://github.com/GrahamCampbell" + "name": "Sergey Barbushin", + "email": "barbushin@gmail.com", + "homepage": "http://linkedin.com/in/barbushin" } ], - "description": "Option Type for PHP", + "description": "Manage mailboxes, filter/get/delete emails in PHP (supports IMAP/POP3/NNTP)", + "homepage": "https://github.com/barbushin/php-imap", "keywords": [ - "language", - "option", + "imap", + "mail", + "mailbox", "php", - "type" + "pop3", + "receive emails" ], "support": { - "issues": "https://github.com/schmittjoh/php-option/issues", - "source": "https://github.com/schmittjoh/php-option/tree/1.9.1" + "issues": "https://github.com/barbushin/php-imap/issues", + "source": "https://github.com/barbushin/php-imap/tree/4.5.3" }, - "funding": [ - { - "url": "https://github.com/GrahamCampbell", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption", - "type": "tidelift" - } - ], - "time": "2023-02-25T19:38:58+00:00" + "time": "2022-03-12T01:38:35+00:00" }, { - "name": "phpseclib/bcmath_compat", - "version": "2.0.1", + "name": "phplang/scope-exit", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/phpseclib/bcmath_compat.git", - "reference": "2ffea8bfe1702b4535a7b3c2649c4301968e9a3c" + "url": "https://github.com/phplang/scope-exit.git", + "reference": "239b73abe89f9414aa85a7ca075ec9445629192b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpseclib/bcmath_compat/zipball/2ffea8bfe1702b4535a7b3c2649c4301968e9a3c", - "reference": "2ffea8bfe1702b4535a7b3c2649c4301968e9a3c", + "url": "https://api.github.com/repos/phplang/scope-exit/zipball/239b73abe89f9414aa85a7ca075ec9445629192b", + "reference": "239b73abe89f9414aa85a7ca075ec9445629192b", "shasum": "" }, - "require": { - "phpseclib/phpseclib": "^3.0" - }, - "provide": { - "ext-bcmath": "8.1.0" - }, "require-dev": { - "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4", - "squizlabs/php_codesniffer": "^3.0" - }, - "suggest": { - "ext-gmp": "Will enable faster math operations" + "phpunit/phpunit": "*" }, "type": "library", "autoload": { - "files": [ - "lib/bcmath.php" - ], "psr-4": { - "bcmath_compat\\": "src" + "PhpLang\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD" ], "authors": [ { - "name": "Jim Wigginton", - "email": "terrafrost@php.net", - "homepage": "http://phpseclib.sourceforge.net" + "name": "Sara Golemon", + "email": "pollita@php.net", + "homepage": "https://twitter.com/SaraMG", + "role": "Developer" } ], - "description": "PHP 5.x-8.x polyfill for bcmath extension", + "description": "Emulation of SCOPE_EXIT construct from C++", + "homepage": "https://github.com/phplang/scope-exit", "keywords": [ - "BigInteger", - "bcmath", - "bigdecimal", - "math", - "polyfill" + "cleanup", + "exit", + "scope" ], "support": { - "email": "terrafrost@php.net", - "issues": "https://github.com/phpseclib/bcmath_compat/issues", - "source": "https://github.com/phpseclib/bcmath_compat" + "issues": "https://github.com/phplang/scope-exit/issues", + "source": "https://github.com/phplang/scope-exit/tree/master" }, - "time": "2021-12-16T02:35:52+00:00" + "time": "2016-09-17T00:15:18+00:00" }, { - "name": "phpseclib/phpseclib", - "version": "3.0.21", + "name": "phpoffice/phpspreadsheet", + "version": "1.29.0", "source": { "type": "git", - "url": "https://github.com/phpseclib/phpseclib.git", - "reference": "4580645d3fc05c189024eb3b834c6c1e4f0f30a1" + "url": "https://github.com/PHPOffice/PhpSpreadsheet.git", + "reference": "fde2ccf55eaef7e86021ff1acce26479160a0fa0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/4580645d3fc05c189024eb3b834c6c1e4f0f30a1", - "reference": "4580645d3fc05c189024eb3b834c6c1e4f0f30a1", + "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/fde2ccf55eaef7e86021ff1acce26479160a0fa0", + "reference": "fde2ccf55eaef7e86021ff1acce26479160a0fa0", "shasum": "" }, "require": { - "paragonie/constant_time_encoding": "^1|^2", - "paragonie/random_compat": "^1.4|^2.0|^9.99.99", - "php": ">=5.6.1" + "ext-ctype": "*", + "ext-dom": "*", + "ext-fileinfo": "*", + "ext-gd": "*", + "ext-iconv": "*", + "ext-libxml": "*", + "ext-mbstring": "*", + "ext-simplexml": "*", + "ext-xml": "*", + "ext-xmlreader": "*", + "ext-xmlwriter": "*", + "ext-zip": "*", + "ext-zlib": "*", + "ezyang/htmlpurifier": "^4.15", + "maennchen/zipstream-php": "^2.1 || ^3.0", + "markbaker/complex": "^3.0", + "markbaker/matrix": "^3.0", + "php": "^7.4 || ^8.0", + "psr/http-client": "^1.0", + "psr/http-factory": "^1.0", + "psr/simple-cache": "^1.0 || ^2.0 || ^3.0" }, "require-dev": { - "phpunit/phpunit": "*" + "dealerdirect/phpcodesniffer-composer-installer": "dev-main", + "dompdf/dompdf": "^1.0 || ^2.0", + "friendsofphp/php-cs-fixer": "^3.2", + "mitoteam/jpgraph": "^10.3", + "mpdf/mpdf": "^8.1.1", + "phpcompatibility/php-compatibility": "^9.3", + "phpstan/phpstan": "^1.1", + "phpstan/phpstan-phpunit": "^1.0", + "phpunit/phpunit": "^8.5 || ^9.0 || ^10.0", + "squizlabs/php_codesniffer": "^3.7", + "tecnickcom/tcpdf": "^6.5" }, "suggest": { - "ext-dom": "Install the DOM extension to load XML formatted public keys.", - "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", - "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.", - "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.", + "dompdf/dompdf": "Option for rendering PDF with PDF Writer", + "ext-intl": "PHP Internationalization Functions", + "mitoteam/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers", + "mpdf/mpdf": "Option for rendering PDF with PDF Writer", + "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer" + }, + "type": "library", + "autoload": { + "psr-4": { + "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Maarten Balliauw", + "homepage": "https://blog.maartenballiauw.be" + }, + { + "name": "Mark Baker", + "homepage": "https://markbakeruk.net" + }, + { + "name": "Franck Lefevre", + "homepage": "https://rootslabs.net" + }, + { + "name": "Erik Tilt" + }, + { + "name": "Adrien Crivelli" + } + ], + "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine", + "homepage": "https://github.com/PHPOffice/PhpSpreadsheet", + "keywords": [ + "OpenXML", + "excel", + "gnumeric", + "ods", + "php", + "spreadsheet", + "xls", + "xlsx" + ], + "support": { + "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues", + "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.29.0" + }, + "time": "2023-06-14T22:48:31+00:00" + }, + { + "name": "phpoption/phpoption", + "version": "1.9.1", + "source": { + "type": "git", + "url": "https://github.com/schmittjoh/php-option.git", + "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/dd3a383e599f49777d8b628dadbb90cae435b87e", + "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e", + "shasum": "" + }, + "require": { + "php": "^7.2.5 || ^8.0" + }, + "require-dev": { + "bamarni/composer-bin-plugin": "^1.8.2", + "phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12" + }, + "type": "library", + "extra": { + "bamarni-bin": { + "bin-links": true, + "forward-command": true + }, + "branch-alias": { + "dev-master": "1.9-dev" + } + }, + "autoload": { + "psr-4": { + "PhpOption\\": "src/PhpOption/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache-2.0" + ], + "authors": [ + { + "name": "Johannes M. Schmitt", + "email": "schmittjoh@gmail.com", + "homepage": "https://github.com/schmittjoh" + }, + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + } + ], + "description": "Option Type for PHP", + "keywords": [ + "language", + "option", + "php", + "type" + ], + "support": { + "issues": "https://github.com/schmittjoh/php-option/issues", + "source": "https://github.com/schmittjoh/php-option/tree/1.9.1" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption", + "type": "tidelift" + } + ], + "time": "2023-02-25T19:38:58+00:00" + }, + { + "name": "phpseclib/bcmath_compat", + "version": "2.0.1", + "source": { + "type": "git", + "url": "https://github.com/phpseclib/bcmath_compat.git", + "reference": "2ffea8bfe1702b4535a7b3c2649c4301968e9a3c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpseclib/bcmath_compat/zipball/2ffea8bfe1702b4535a7b3c2649c4301968e9a3c", + "reference": "2ffea8bfe1702b4535a7b3c2649c4301968e9a3c", + "shasum": "" + }, + "require": { + "phpseclib/phpseclib": "^3.0" + }, + "provide": { + "ext-bcmath": "8.1.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4", + "squizlabs/php_codesniffer": "^3.0" + }, + "suggest": { + "ext-gmp": "Will enable faster math operations" + }, + "type": "library", + "autoload": { + "files": [ + "lib/bcmath.php" + ], + "psr-4": { + "bcmath_compat\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jim Wigginton", + "email": "terrafrost@php.net", + "homepage": "http://phpseclib.sourceforge.net" + } + ], + "description": "PHP 5.x-8.x polyfill for bcmath extension", + "keywords": [ + "BigInteger", + "bcmath", + "bigdecimal", + "math", + "polyfill" + ], + "support": { + "email": "terrafrost@php.net", + "issues": "https://github.com/phpseclib/bcmath_compat/issues", + "source": "https://github.com/phpseclib/bcmath_compat" + }, + "time": "2021-12-16T02:35:52+00:00" + }, + { + "name": "phpseclib/phpseclib", + "version": "3.0.21", + "source": { + "type": "git", + "url": "https://github.com/phpseclib/phpseclib.git", + "reference": "4580645d3fc05c189024eb3b834c6c1e4f0f30a1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/4580645d3fc05c189024eb3b834c6c1e4f0f30a1", + "reference": "4580645d3fc05c189024eb3b834c6c1e4f0f30a1", + "shasum": "" + }, + "require": { + "paragonie/constant_time_encoding": "^1|^2", + "paragonie/random_compat": "^1.4|^2.0|^9.99.99", + "php": ">=5.6.1" + }, + "require-dev": { + "phpunit/phpunit": "*" + }, + "suggest": { + "ext-dom": "Install the DOM extension to load XML formatted public keys.", + "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", + "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.", + "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.", "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations." }, "type": "library", @@ -6797,118 +7957,368 @@ "time": "2023-08-15T23:01:46+00:00" }, { - "name": "processmaker/docker-executor-lua", - "version": "1.0.0", - "source": { - "type": "git", - "url": "https://github.com/ProcessMaker/docker-executor-lua.git", - "reference": "2278b68b63bbce34ce37cf538b43a724304f9562" - }, + "name": "processmaker/connector-docusign", + "version": "1.6.0", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/ProcessMaker/docker-executor-lua/zipball/2278b68b63bbce34ce37cf538b43a724304f9562", - "reference": "2278b68b63bbce34ce37cf538b43a724304f9562", - "shasum": "" + "type": "path", + "url": "/Users/nolan/src/pm-packages/processmaker/connector-docusign", + "reference": "5e7a1e9481749b9d7098df61d631655c05e5e341" }, - "type": "library", + "type": "project", "extra": { "laravel": { "providers": [ - "ProcessMaker\\Package\\DockerExecutorLua\\DockerExecutorLuaServiceProvider" + "ProcessMaker\\Package\\ConnectorDocusign\\PackageServiceProvider" ] } }, "autoload": { "psr-4": { - "ProcessMaker\\ScriptRunners\\": "src/ScriptRunners", - "ProcessMaker\\Package\\DockerExecutorLua\\": "src" + "ProcessMaker\\Package\\ConnectorDocusign\\": "src", + "ProcessMaker\\Package\\ConnectorDocusign\\Seeds\\": "database/seeds", + "Tests\\ConnectorDocusign\\": "tests/" } }, - "notification-url": "https://packagist.org/downloads/", - "description": "Lua script executor for processmaker 4", - "support": { - "issues": "https://github.com/ProcessMaker/docker-executor-lua/issues", - "source": "https://github.com/ProcessMaker/docker-executor-lua/tree/v1.0.0" + "scripts": { + "post-create-project-cmd": [ + "@php rename-project.php" + ] }, - "time": "2020-03-31T21:45:44+00:00" + "license": [ + "AGPL-3.0-or-later" + ], + "authors": [ + { + "name": "DevOps", + "email": "devops@processmaker.com" + } + ], + "description": "Package skeleton to develop a package for ProcessMaker 4", + "transport-options": { + "symlink": true, + "relative": false + } }, { - "name": "processmaker/docker-executor-node", - "version": "1.1.0", - "source": { - "type": "git", - "url": "https://github.com/ProcessMaker/docker-executor-node.git", - "reference": "a6aaa10ce65e2dcca0167db3da41865f6319132a" - }, + "name": "processmaker/connector-idp", + "version": "1.6.0", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/ProcessMaker/docker-executor-node/zipball/a6aaa10ce65e2dcca0167db3da41865f6319132a", - "reference": "a6aaa10ce65e2dcca0167db3da41865f6319132a", - "shasum": "" + "type": "path", + "url": "/Users/nolan/src/pm-packages/processmaker/connector-idp", + "reference": "8184a10510489f5cac0ed613ae2b6409d347eb23" + }, + "require": { + "mustache/mustache": "^2.12.0" + }, + "require-dev": { + "processmaker/processmaker": "4.0.*" }, "type": "library", "extra": { "laravel": { "providers": [ - "ProcessMaker\\Package\\DockerExecutorNode\\DockerExecutorNodeServiceProvider" + "ProcessMaker\\Packages\\Connectors\\Idp\\PluginServiceProvider" ] } }, "autoload": { "psr-4": { - "ProcessMaker\\ScriptRunners\\": "src/ScriptRunners", - "ProcessMaker\\Package\\DockerExecutorNode\\": "src" + "ProcessMaker\\Packages\\Connectors\\Idp\\": "src/", + "Tests\\ConnectorIdp\\": "tests/" } }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GAGPL-3.0-or-later" - ], - "description": "Javascript script executor for processmaker 4", - "support": { - "issues": "https://github.com/ProcessMaker/docker-executor-node/issues", - "source": "https://github.com/ProcessMaker/docker-executor-node/tree/v1.1.0" + "scripts": { + "post-autoload-dump": [] }, - "time": "2023-02-01T01:24:22+00:00" + "authors": [ + { + "name": "Sanja Cornelius", + "email": "sanja.cornelius@processmaker.com" + } + ], + "description": "ProcessMaker BPM Connector Template", + "transport-options": { + "symlink": true, + "relative": false + } }, { - "name": "processmaker/docker-executor-php", - "version": "1.2.0", - "source": { - "type": "git", - "url": "https://github.com/ProcessMaker/docker-executor-php.git", - "reference": "92949d9a7524054901926f1523587030f8c5a686" - }, + "name": "processmaker/connector-pdf-print", + "version": "1.15.3", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/ProcessMaker/docker-executor-php/zipball/92949d9a7524054901926f1523587030f8c5a686", - "reference": "92949d9a7524054901926f1523587030f8c5a686", - "shasum": "" + "type": "path", + "url": "/Users/nolan/src/pm-packages/processmaker/connector-pdf-print", + "reference": "fb4ed5e7e0b97deba1520f3de6dfc2d8da7b96ad" + }, + "require": { + "mustache/mustache": "^2.12.0" }, "type": "library", "extra": { "laravel": { "providers": [ - "ProcessMaker\\Package\\DockerExecutorPhp\\DockerExecutorPhpServiceProvider" + "ProcessMaker\\Packages\\Connectors\\Pdf\\PluginServiceProvider" ] } }, "autoload": { "psr-4": { - "ProcessMaker\\ScriptRunners\\": "src/ScriptRunners", - "ProcessMaker\\Package\\DockerExecutorPhp\\": "src" + "ProcessMaker\\Packages\\Connectors\\Pdf\\": "src/" } }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GAGPL-3.0-or-later" - ], - "description": "PHP script executor for processmaker 4", - "support": { - "issues": "https://github.com/ProcessMaker/docker-executor-php/issues", - "source": "https://github.com/ProcessMaker/docker-executor-php/tree/v1.2.0" + "scripts": { + "post-autoload-dump": [] }, - "time": "2023-04-29T06:11:07+00:00" + "authors": [ + { + "name": "ProcessMaker 4 Development Team", + "email": "support@processmaker.com" + } + ], + "description": "ProcessMaker BPM Connectors that provides PDF integration", + "transport-options": { + "symlink": true, + "relative": false + } + }, + { + "name": "processmaker/connector-send-email", + "version": "1.23.4", + "dist": { + "type": "path", + "url": "/Users/nolan/src/pm-packages/processmaker/connector-send-email", + "reference": "6e716a7fbf7281a3f4798e568e15c0b8868ca8d0" + }, + "require": { + "aws/aws-sdk-php": "^3.183", + "mustache/mustache": "^2.12.0", + "symfony/http-client": "^6.3", + "symfony/postmark-mailer": "^6.3" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "ProcessMaker\\Packages\\Connectors\\Email\\PluginServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "ProcessMaker\\Packages\\Connectors\\Email\\": "src/", + "ProcessMaker\\ScriptRunners\\": "tests/ScriptRunners/", + "ProcessMaker\\Packages\\Connectors\\Email\\Seeds\\": "database/seeds", + "Tests\\ConnectorSendEmail\\": "tests/" + } + }, + "scripts": { + "post-autoload-dump": [] + }, + "authors": [ + { + "name": "ProcessMaker 4 Development Team", + "email": "support@processmaker.com" + } + ], + "description": "ProcessMaker BPM Connectors that provide Email service", + "transport-options": { + "symlink": true, + "relative": false + } + }, + { + "name": "processmaker/connector-slack", + "version": "1.7.0", + "dist": { + "type": "path", + "url": "/Users/nolan/src/pm-packages/processmaker/connector-slack", + "reference": "32b02b92be8cb41ccc360f8ebf90bc217adabc37" + }, + "require-dev": { + "processmaker/processmaker": "4.0.*" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "ProcessMaker\\Packages\\Connectors\\Slack\\PluginServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "ProcessMaker\\Packages\\Connectors\\Slack\\": "src/" + } + }, + "scripts": { + "post-autoload-dump": [] + }, + "authors": [ + { + "name": "ProcessMaker 4 Development Team", + "email": "support@processmaker.com" + } + ], + "description": "ProcessMaker BPM Connectors that provides Slack integration", + "transport-options": { + "symlink": true, + "relative": false + } + }, + { + "name": "processmaker/docker-executor-cdata", + "version": "1.0.1", + "dist": { + "type": "path", + "url": "/Users/nolan/src/pm-packages/processmaker/docker-executor-cdata", + "reference": "ad5485be0bcb2a6c559d5e713c3ad9fb424d8c4e" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "ProcessMaker\\Package\\DockerExecutorCdata\\DockerExecutorCdataServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "ProcessMaker\\Package\\DockerExecutorCdata\\": "src", + "ProcessMaker\\ScriptRunners\\": "src/ScriptRunners" + } + }, + "license": [ + "GAGPL-3.0-or-later" + ], + "description": "CData Executor for ProcessMaker", + "transport-options": { + "symlink": true, + "relative": false + } + }, + { + "name": "processmaker/docker-executor-lua", + "version": "1.0.0", + "dist": { + "type": "path", + "url": "/Users/nolan/src/pm-packages/processmaker/docker-executor-lua", + "reference": "b449360c8bc39037719dbba239fe888fd896705e" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "ProcessMaker\\Package\\DockerExecutorLua\\DockerExecutorLuaServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "ProcessMaker\\Package\\DockerExecutorLua\\": "src", + "ProcessMaker\\ScriptRunners\\": "src/ScriptRunners" + } + }, + "license": [ + "GAGPL-3.0-or-later" + ], + "description": "Lua script executor for processmaker 4", + "transport-options": { + "symlink": true, + "relative": false + } + }, + { + "name": "processmaker/docker-executor-node", + "version": "1.1.0", + "dist": { + "type": "path", + "url": "/Users/nolan/src/pm-packages/processmaker/docker-executor-node", + "reference": "a6aaa10ce65e2dcca0167db3da41865f6319132a" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "ProcessMaker\\Package\\DockerExecutorNode\\DockerExecutorNodeServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "ProcessMaker\\Package\\DockerExecutorNode\\": "src", + "ProcessMaker\\ScriptRunners\\": "src/ScriptRunners" + } + }, + "license": [ + "GAGPL-3.0-or-later" + ], + "description": "Javascript script executor for processmaker 4", + "transport-options": { + "symlink": true, + "relative": false + } + }, + { + "name": "processmaker/docker-executor-node-ssr", + "version": "1.5.0", + "dist": { + "type": "path", + "url": "/Users/nolan/src/pm-packages/processmaker/docker-executor-node-ssr", + "reference": "13f788bbe3efd8f6ae4b73963a12dbf26aea0cb1" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "ProcessMaker\\Package\\DockerExecutorNodeSSR\\DockerExecutorNodeSSRServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "ProcessMaker\\Package\\DockerExecutorNodeSSR\\": "src", + "ProcessMaker\\ScriptRunners\\": "src/ScriptRunners" + } + }, + "license": [ + "GAGPL-3.0-or-later" + ], + "description": "Javascript script executor for processmaker 4 SSR", + "transport-options": { + "symlink": true, + "relative": false + } + }, + { + "name": "processmaker/docker-executor-php", + "version": "1.2.0", + "dist": { + "type": "path", + "url": "/Users/nolan/src/pm-packages/processmaker/docker-executor-php", + "reference": "92949d9a7524054901926f1523587030f8c5a686" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "ProcessMaker\\Package\\DockerExecutorPhp\\DockerExecutorPhpServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "ProcessMaker\\Package\\DockerExecutorPhp\\": "src", + "ProcessMaker\\ScriptRunners\\": "src/ScriptRunners" + } + }, + "license": [ + "GAGPL-3.0-or-later" + ], + "description": "PHP script executor for processmaker 4", + "transport-options": { + "symlink": true, + "relative": false + } }, { "name": "processmaker/laravel-i18next", @@ -6969,16 +8379,10 @@ { "name": "processmaker/nayra", "version": "1.10.0", - "source": { - "type": "git", - "url": "https://github.com/ProcessMaker/nayra.git", - "reference": "62c91962863a628bc332b64252dc68ec5dc64787" - }, "dist": { - "type": "zip", - "url": "https://api.github.com/repos/ProcessMaker/nayra/zipball/62c91962863a628bc332b64252dc68ec5dc64787", - "reference": "62c91962863a628bc332b64252dc68ec5dc64787", - "shasum": "" + "type": "path", + "url": "/Users/nolan/src/pm-packages/processmaker/nayra", + "reference": "62c91962863a628bc332b64252dc68ec5dc64787" }, "require-dev": { "phpunit/phpunit": "^7.5" @@ -6989,499 +8393,1940 @@ "ProcessMaker\\": "src/ProcessMaker/" } }, - "notification-url": "https://packagist.org/downloads/", + "autoload-dev": { + "psr-4": { + "Tests\\Feature\\": "tests/Feature/", + "ProcessMaker\\": [ + "src/ProcessMaker/", + "tests/unit/ProcessMaker/", + "tests/ProcessMaker/" + ] + } + }, + "scripts": { + "test": [ + "phpunit" + ], + "coverage": [ + "phpunit -d memory_limit=-1 --coverage-html coverage" + ] + }, "license": [ "Apache-2.0" ], "description": "BPMN compliant engine", - "support": { - "issues": "https://github.com/ProcessMaker/nayra/issues", - "source": "https://github.com/ProcessMaker/nayra/tree/v1.10.0" - }, - "time": "2023-11-01T02:20:26+00:00" + "transport-options": { + "symlink": true, + "relative": false + } }, { - "name": "processmaker/pmql", - "version": "1.12.0", - "source": { - "type": "git", - "url": "https://github.com/ProcessMaker/pmql.git", - "reference": "598ce3c959d625aa95f7dd7a0040d6f02c545536" - }, + "name": "processmaker/package-actions-by-email", + "version": "1.15.0", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/ProcessMaker/pmql/zipball/598ce3c959d625aa95f7dd7a0040d6f02c545536", - "reference": "598ce3c959d625aa95f7dd7a0040d6f02c545536", - "shasum": "" + "type": "path", + "url": "/Users/nolan/src/pm-packages/processmaker/package-actions-by-email", + "reference": "fb429b98db61000c9fdb0c58abdcca9eb0bf9199" }, "require": { - "laravel/framework": "^5.7|^6|^7|^8|^9|^10" - }, - "require-dev": { - "orchestra/testbench": "^4.8.0", - "phpunit/phpunit": "^8.3" + "php-imap/php-imap": "^4.5.1", + "processmaker/connector-send-email": "^1.1.16" }, "type": "project", "extra": { "laravel": { - "providers": [] + "providers": [ + "ProcessMaker\\Packages\\Connectors\\ActionsByEmail\\PluginServiceProvider" + ] } }, "autoload": { "psr-4": { - "ProcessMaker\\Query\\": "src" + "ProcessMaker\\Packages\\Connectors\\ActionsByEmail\\": "src/", + "ProcessMaker\\Packages\\Connectors\\ActionsByEmail\\Database\\Seeds\\": "database/seeds", + "Tests\\ActionsByEmail\\": "tests/" } }, - "notification-url": "https://packagist.org/downloads/", + "scripts": { + "post-autoload-dump": [] + }, "authors": [ { - "name": "Taylor Dondich", - "email": "taylor@processmaker.com" + "name": "ProcessMaker 4 Development Team", + "email": "support@processmaker.com" } ], - "description": "An Eloquent trait that provides the pmql scope to allow converting simple sql criteria clauses to Eloquent", - "support": { - "issues": "https://github.com/ProcessMaker/pmql/issues", - "source": "https://github.com/ProcessMaker/pmql/tree/v1.12.0" - }, - "time": "2023-11-21T01:40:42+00:00" + "description": "ProcessMaker Connector for Actions By Email", + "transport-options": { + "symlink": true, + "relative": false + } }, { - "name": "psr/cache", - "version": "3.0.0", - "source": { - "type": "git", - "url": "https://github.com/php-fig/cache.git", - "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf" - }, + "name": "processmaker/package-advanced-user-manager", + "version": "1.8.0", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", - "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", - "shasum": "" - }, - "require": { - "php": ">=8.0.0" + "type": "path", + "url": "/Users/nolan/src/pm-packages/processmaker/package-advanced-user-manager", + "reference": "7a1fd50b8435ceeba2a397ef925255797187a8ba" }, - "type": "library", + "type": "project", "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" + "laravel": { + "providers": [ + "ProcessMaker\\Package\\AdvancedUserManager\\PackageServiceProvider" + ] } }, "autoload": { "psr-4": { - "Psr\\Cache\\": "src/" + "ProcessMaker\\Package\\AdvancedUserManager\\": "src", + "Tests\\AdvancedUserManager\\": "tests/", + "ProcessMaker\\Package\\AdvancedUserManager\\Database\\Seeds\\": "database/seeds" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "AGPL-3.0-or-later" ], "authors": [ { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" + "name": "DevOps", + "email": "devops@processmaker.com" } ], - "description": "Common interface for caching libraries", - "keywords": [ - "cache", - "psr", - "psr-6" - ], - "support": { - "source": "https://github.com/php-fig/cache/tree/3.0.0" - }, - "time": "2021-02-03T23:26:27+00:00" + "description": "Advanced user management for ProcessMaker 4", + "transport-options": { + "symlink": true, + "relative": false + } }, { - "name": "psr/clock", - "version": "1.0.0", - "source": { - "type": "git", - "url": "https://github.com/php-fig/clock.git", - "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d" - }, + "name": "processmaker/package-ai", + "version": "1.3.0", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d", - "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d", - "shasum": "" + "type": "path", + "url": "/Users/nolan/src/pm-packages/processmaker/package-ai", + "reference": "a4bc7f265b4d120d4e964b163915761bedfc842e" }, "require": { - "php": "^7.0 || ^8.0" + "processmaker/processmaker": "^4.7" + }, + "type": "project", + "extra": { + "laravel": { + "providers": [ + "ProcessMaker\\Package\\PackageAi\\AiServiceProvider" + ] + } }, - "type": "library", "autoload": { "psr-4": { - "Psr\\Clock\\": "src/" + "ProcessMaker\\Package\\PackageAi\\": "src", + "Tests\\": "tests/" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "AGPL-3.0-or-later" ], "authors": [ { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" + "name": "Agustin Nicolas Busso", + "email": "agustin.busso@processmaker.com" } ], - "description": "Common interface for reading the clock.", - "homepage": "https://github.com/php-fig/clock", - "keywords": [ - "clock", - "now", - "psr", - "psr-20", - "time" - ], - "support": { - "issues": "https://github.com/php-fig/clock/issues", - "source": "https://github.com/php-fig/clock/tree/1.0.0" - }, - "time": "2022-11-25T14:36:26+00:00" + "description": "This package provides AI features to the users", + "transport-options": { + "symlink": true, + "relative": false + } }, { - "name": "psr/container", - "version": "2.0.2", - "source": { - "type": "git", - "url": "https://github.com/php-fig/container.git", - "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963" - }, + "name": "processmaker/package-analytics-reporting", + "version": "1.3.1", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963", - "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963", - "shasum": "" - }, - "require": { - "php": ">=7.4.0" + "type": "path", + "url": "/Users/nolan/src/pm-packages/processmaker/package-analytics-reporting", + "reference": "3f2d791fd8d96345be46e00df47c2fdb37a1529b" }, - "type": "library", + "type": "project", "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" + "laravel": { + "providers": [ + "ProcessMaker\\Package\\PackageAnalyticsReporting\\PackageServiceProvider" + ] } }, "autoload": { "psr-4": { - "Psr\\Container\\": "src/" + "ProcessMaker\\Package\\PackageAnalyticsReporting\\": "src", + "Tests\\": "tests/", + "Database\\Factories\\ProcessMaker\\Package\\PackageAnalyticsReporting\\": "database/factories" } }, - "notification-url": "https://packagist.org/downloads/", + "scripts": { + "post-create-project-cmd": [ + "@php rename-project.php" + ] + }, "license": [ - "MIT" + "AGPL-3.0-or-later" ], "authors": [ { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" + "name": "DevOps", + "email": "devops@processmaker.com" } ], - "description": "Common Container Interface (PHP FIG PSR-11)", - "homepage": "https://github.com/php-fig/container", - "keywords": [ - "PSR-11", - "container", - "container-interface", - "container-interop", - "psr" - ], - "support": { - "issues": "https://github.com/php-fig/container/issues", - "source": "https://github.com/php-fig/container/tree/2.0.2" - }, - "time": "2021-11-05T16:47:00+00:00" + "description": "Reporting for analytics in ProcessMaker 4", + "transport-options": { + "symlink": true, + "relative": false + } }, { - "name": "psr/event-dispatcher", - "version": "1.0.0", - "source": { - "type": "git", - "url": "https://github.com/php-fig/event-dispatcher.git", - "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0" - }, + "name": "processmaker/package-auth", + "version": "1.15.0", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0", - "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0", - "shasum": "" + "type": "path", + "url": "/Users/nolan/src/pm-packages/processmaker/package-auth", + "reference": "cbeb72486dc3d818780b38e2eac9b576b9e98364" }, "require": { - "php": ">=7.2.0" + "directorytree/ldaprecord": "^2.7.3", + "laravel/socialite": "^5.1", + "socialiteproviders/providers": "dev-saml", + "theiconic/name-parser": "^1.2" }, - "type": "library", + "require-dev": { + "processmaker/processmaker": "^4.2" + }, + "type": "project", "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" + "laravel": { + "providers": [ + "ProcessMaker\\Package\\Auth\\PackageServiceProvider" + ] } }, "autoload": { "psr-4": { - "Psr\\EventDispatcher\\": "src/" + "ProcessMaker\\Package\\Auth\\": "src", + "ProcessMaker\\Package\\Auth\\Database\\Seeds\\": "database/seeds", + "Database\\Factories\\ProcessMaker\\Package\\Auth\\": "database/factories", + "Tests\\Auth\\": "tests" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "AGPL-3.0-or-later" ], "authors": [ { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "name": "DevOps", + "email": "devops@processmaker.com" } ], - "description": "Standard interfaces for event handling.", - "keywords": [ - "events", - "psr", - "psr-14" - ], - "support": { - "issues": "https://github.com/php-fig/event-dispatcher/issues", - "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0" - }, - "time": "2019-01-08T18:20:26+00:00" + "description": "Authentication package for ProcessMaker 4", + "transport-options": { + "symlink": true, + "relative": false + } }, { - "name": "psr/http-client", + "name": "processmaker/package-cdata", "version": "1.0.2", - "source": { - "type": "git", - "url": "https://github.com/php-fig/http-client.git", - "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31" - }, "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-client/zipball/0955afe48220520692d2d09f7ab7e0f93ffd6a31", - "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31", - "shasum": "" + "type": "path", + "url": "/Users/nolan/src/pm-packages/processmaker/package-cdata", + "reference": "d019ada1a6fe6b1ab9b9cb38e6fef35893d6acf3" }, "require": { - "php": "^7.0 || ^8.0", - "psr/http-message": "^1.0 || ^2.0" + "processmaker/docker-executor-cdata": "*" }, "type": "library", "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" + "laravel": { + "providers": [ + "ProcessMaker\\Package\\Cdata\\PluginServiceProvider" + ] } }, "autoload": { "psr-4": { - "Psr\\Http\\Client\\": "src/" + "ProcessMaker\\Package\\Cdata\\": "src", + "Tests\\": "tests/" } }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], "authors": [ { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" + "name": "DevOps", + "email": "devops@processmaker.com" } ], - "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/tree/1.0.2" - }, - "time": "2023-04-10T20:12:12+00:00" + "description": "ProcessMaker 4 Plugin that provides CData integration", + "transport-options": { + "symlink": true, + "relative": false + } }, { - "name": "psr/http-factory", - "version": "1.0.2", - "source": { - "type": "git", - "url": "https://github.com/php-fig/http-factory.git", - "reference": "e616d01114759c4c489f93b099585439f795fe35" - }, + "name": "processmaker/package-collections", + "version": "2.13.0", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35", - "reference": "e616d01114759c4c489f93b099585439f795fe35", - "shasum": "" + "type": "path", + "url": "/Users/nolan/src/pm-packages/processmaker/package-collections", + "reference": "b50ee7ce5fd13bc8f4f992b2ea4db6e52742b1b9" }, "require": { - "php": ">=7.0.0", - "psr/http-message": "^1.0 || ^2.0" + "processmaker/packages": "*", + "processmaker/processmaker": "^4.1" }, - "type": "library", + "type": "project", "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" + "laravel": { + "providers": [ + "ProcessMaker\\Plugins\\Collections\\PluginServiceProvider" + ] } }, "autoload": { "psr-4": { - "Psr\\Http\\Message\\": "src/" + "ProcessMaker\\Plugins\\Collections\\": "src", + "Tests\\Collections\\": "tests/", + "Database\\Factories\\ProcessMaker\\Plugins\\Collections\\": "database/factories", + "Database\\Seeders\\ProcessMaker\\Plugins\\Collections\\": "database/seeders" } }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], "authors": [ { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" + "name": "ProcessMaker 4 Development Team", + "email": "support@processmaker.com" } ], - "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" + "description": "ProcessMaker Collections", + "transport-options": { + "symlink": true, + "relative": false + } }, { - "name": "psr/http-message", - "version": "1.1", - "source": { - "type": "git", - "url": "https://github.com/php-fig/http-message.git", - "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba" - }, + "name": "processmaker/package-comments", + "version": "1.9.2", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba", - "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba", - "shasum": "" - }, - "require": { - "php": "^7.2 || ^8.0" + "type": "path", + "url": "/Users/nolan/src/pm-packages/processmaker/package-comments", + "reference": "d08e3803567c2de4154bf2968d34b74ecaba910e" }, - "type": "library", + "type": "project", "extra": { - "branch-alias": { - "dev-master": "1.1.x-dev" + "laravel": { + "providers": [ + "ProcessMaker\\Package\\PackageComments\\PackageServiceProvider" + ] } }, "autoload": { "psr-4": { - "Psr\\Http\\Message\\": "src/" + "ProcessMaker\\Package\\PackageComments\\": "src" } }, - "notification-url": "https://packagist.org/downloads/", + "scripts": { + "post-create-project-cmd": [ + "@php rename-project.php" + ] + }, "license": [ - "MIT" + "AGPL-3.0-or-later" ], "authors": [ { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "name": "DevOps", + "email": "devops@processmaker.com" } ], - "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/1.1" - }, - "time": "2023-04-04T09:50:52+00:00" + "description": "Add comments to your ProcessMaker 4 project", + "transport-options": { + "symlink": true, + "relative": false + } }, { - "name": "psr/log", - "version": "3.0.0", - "source": { - "type": "git", - "url": "https://github.com/php-fig/log.git", - "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001" - }, + "name": "processmaker/package-conversational-forms", + "version": "1.6.0", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001", - "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001", - "shasum": "" - }, - "require": { - "php": ">=8.0.0" + "type": "path", + "url": "/Users/nolan/src/pm-packages/processmaker/package-conversational-forms", + "reference": "7cc92602d6acbcddf6d047b5fc354d22bd975ff0" }, - "type": "library", + "type": "project", "extra": { - "branch-alias": { - "dev-master": "3.x-dev" + "laravel": { + "providers": [ + "ProcessMaker\\Package\\ConversationalForms\\PackageServiceProvider" + ] } }, "autoload": { "psr-4": { - "Psr\\Log\\": "src" + "ProcessMaker\\Package\\ConversationalForms\\": "src" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "AGPL-3.0-or-later" ], "authors": [ { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" + "name": "DevOps", + "email": "devops@processmaker.com" } ], - "description": "Common interface for logging libraries", - "homepage": "https://github.com/php-fig/log", - "keywords": [ - "log", - "psr", - "psr-3" - ], - "support": { - "source": "https://github.com/php-fig/log/tree/3.0.0" - }, - "time": "2021-07-14T16:46:02+00:00" + "description": "Create conversational forms in ProcessMaker 4", + "transport-options": { + "symlink": true, + "relative": false + } }, { - "name": "psr/simple-cache", - "version": "2.0.0", - "source": { - "type": "git", - "url": "https://github.com/php-fig/simple-cache.git", - "reference": "8707bf3cea6f710bf6ef05491234e3ab06f6432a" - }, + "name": "processmaker/package-data-sources", + "version": "1.23.1", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/8707bf3cea6f710bf6ef05491234e3ab06f6432a", + "type": "path", + "url": "/Users/nolan/src/pm-packages/processmaker/package-data-sources", + "reference": "eabf2826204e7adba6a45b0dfd833e16dd1614c7" + }, + "require": { + "vyuldashev/xml-to-array": "9999999-dev" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "ProcessMaker\\Packages\\Connectors\\DataSources\\PluginServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "ProcessMaker\\Packages\\Connectors\\DataSources\\": "src/", + "ProcessMaker\\ScriptRunners\\": "tests/ScriptRunners/", + "Tests\\DataSources\\": "tests/", + "Database\\Factories\\ProcessMaker\\Plugins\\DataSources\\": "database/factories" + } + }, + "scripts": { + "post-autoload-dump": [] + }, + "authors": [ + { + "name": "ProcessMaker 4 Development Team", + "email": "support@processmaker.com" + } + ], + "description": "ProcessMaker BPM Connectors that provide package-data-sources service", + "transport-options": { + "symlink": true, + "relative": false + } + }, + { + "name": "processmaker/package-decision-engine", + "version": "1.6.2", + "dist": { + "type": "path", + "url": "/Users/nolan/src/pm-packages/processmaker/package-decision-engine", + "reference": "a38b5174d74529d916772958202e60697dd51817" + }, + "require": { + "phpoffice/phpspreadsheet": "^1.28" + }, + "type": "project", + "extra": { + "laravel": { + "providers": [ + "ProcessMaker\\Package\\PackageDecisionEngine\\PackageServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "ProcessMaker\\Package\\PackageDecisionEngine\\": "src", + "Tests\\PackageDecisionEngine\\": "tests/", + "Database\\Factories\\ProcessMaker\\Package\\PackageDecisionEngine\\": "database/factories" + } + }, + "scripts": { + "post-create-project-cmd": [ + "@php rename-project.php" + ] + }, + "license": [ + "AGPL-3.0-or-later" + ], + "authors": [ + { + "name": "DevOps", + "email": "devops@processmaker.com" + } + ], + "description": "Package decision engine to develop a package for ProcessMaker 4", + "transport-options": { + "symlink": true, + "relative": false + } + }, + { + "name": "processmaker/package-dynamic-ui", + "version": "1.15.1", + "dist": { + "type": "path", + "url": "/Users/nolan/src/pm-packages/processmaker/package-dynamic-ui", + "reference": "91e5b2e89caf58fbe105766ebb5122cb390b2e23" + }, + "type": "project", + "extra": { + "laravel": { + "providers": [ + "ProcessMaker\\Package\\PackageDynamicUI\\PackageServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "ProcessMaker\\Package\\PackageDynamicUI\\": "src", + "Tests\\DynamicUI\\": "tests/", + "Database\\Factories\\ProcessMaker\\Package\\PackageDynamicUI\\": "database/factories", + "Database\\Seeders\\ProcessMaker\\Package\\PackageDynamicUI\\": "database/seeders" + } + }, + "scripts": { + "post-create-project-cmd": [ + "@php rename-project.php" + ] + }, + "license": [ + "AGPL-3.0-or-later" + ], + "authors": [ + { + "name": "DevOps", + "email": "devops@processmaker.com" + } + ], + "description": "Allows to use custom dashboards and menus in ProcessMaker", + "transport-options": { + "symlink": true, + "relative": false + } + }, + { + "name": "processmaker/package-files", + "version": "1.11.2", + "dist": { + "type": "path", + "url": "/Users/nolan/src/pm-packages/processmaker/package-files", + "reference": "18c22bb7ac1ae10fd799df0c61c9d3e7b87e343f" + }, + "type": "project", + "extra": { + "laravel": { + "providers": [ + "ProcessMaker\\Package\\Files\\FilesServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "ProcessMaker\\Package\\Files\\": "src", + "Tests\\": "tests/", + "Database\\Factories\\ProcessMaker\\Package\\Files\\": "database/factories" + } + }, + "description": "File manager package for ProcessMaker 4", + "transport-options": { + "symlink": true, + "relative": false + } + }, + { + "name": "processmaker/package-googleplaces", + "version": "1.9.0", + "dist": { + "type": "path", + "url": "/Users/nolan/src/pm-packages/processmaker/package-googleplaces", + "reference": "7310c7bfde714278a31082b4e1a658a62eb7571c" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "ProcessMaker\\Package\\GooglePlaces\\PluginServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "ProcessMaker\\Package\\GooglePlaces\\": "src" + } + }, + "authors": [ + { + "name": "DevOps", + "email": "devops@processmaker.com" + } + ], + "description": "ProcessMaker 4 Plugin that provides Google Places component in the screen builder", + "transport-options": { + "symlink": true, + "relative": false + } + }, + { + "name": "processmaker/package-photo-video", + "version": "1.2.0", + "dist": { + "type": "path", + "url": "/Users/nolan/src/pm-packages/processmaker/package-photo-video", + "reference": "334440dca47448732f5ebf9a1c64c14b6cec794c" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "ProcessMaker\\Package\\PhotoVideo\\PluginServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "ProcessMaker\\Package\\PhotoVideo\\": "src" + } + }, + "authors": [ + { + "name": "Sanja Cornelius", + "email": "sanja.cornelius@processmaker.com" + } + ], + "description": "ProcessMaker 4 Plugin that provides a photo/video capture screen builder component", + "transport-options": { + "symlink": true, + "relative": false + } + }, + { + "name": "processmaker/package-pm-blocks", + "version": "1.3.2", + "dist": { + "type": "path", + "url": "/Users/nolan/src/pm-packages/processmaker/package-pm-blocks", + "reference": "5f4a9dc352e56ccb02ed86b3f148cf025a692c93" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "ProcessMaker\\Package\\PackagePmBlocks\\PackageServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "ProcessMaker\\Package\\PackagePmBlocks\\": "src", + "Tests\\": "tests/", + "Database\\Factories\\ProcessMaker\\Package\\PackagePmBlocks\\": "database/factories" + } + }, + "scripts": { + "post-create-project-cmd": [ + "@php rename-project.php" + ] + }, + "authors": [ + { + "name": "ProcessMaker 4 Development Team", + "email": "support@processmaker.com" + } + ], + "description": "ProcessMaker plugin that provides PM Blocks.", + "transport-options": { + "symlink": true, + "relative": false + } + }, + { + "name": "processmaker/package-process-documenter", + "version": "1.8.0", + "dist": { + "type": "path", + "url": "/Users/nolan/src/pm-packages/processmaker/package-process-documenter", + "reference": "2a619ef22c5cc3e880372c0fd0ff04c9d806c1bd" + }, + "type": "project", + "extra": { + "laravel": { + "providers": [ + "ProcessMaker\\Package\\PackageProcessDocumenter\\PackageServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "ProcessMaker\\Package\\PackageProcessDocumenter\\": "src" + } + }, + "authors": [ + { + "name": "ProcessMaker 4 Team", + "email": "support@processmaker.com" + } + ], + "description": "Generate a printable view of a process", + "transport-options": { + "symlink": true, + "relative": false + } + }, + { + "name": "processmaker/package-process-optimization", + "version": "1.8.0", + "dist": { + "type": "path", + "url": "/Users/nolan/src/pm-packages/processmaker/package-process-optimization", + "reference": "733b6260f7c41fbc36b23c5922cf8f4aad4fdea1" + }, + "type": "project", + "extra": { + "laravel": { + "providers": [ + "ProcessMaker\\Package\\PackageProcessOptimization\\PackageServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "ProcessMaker\\Package\\PackageProcessOptimization\\": "src" + } + }, + "scripts": { + "post-create-project-cmd": [ + "@php rename-project.php" + ] + }, + "license": [ + "AGPL-3.0-or-later" + ], + "authors": [ + { + "name": "DevOps", + "email": "devops@processmaker.com" + } + ], + "description": "Process optimization package adds functionality to test a process in the ProcessMaker 4 modeler", + "transport-options": { + "symlink": true, + "relative": false + } + }, + { + "name": "processmaker/package-product-analytics", + "version": "1.5.8", + "dist": { + "type": "path", + "url": "/Users/nolan/src/pm-packages/processmaker/package-product-analytics", + "reference": "1584a22079780bf6699b72129d9df96b07dad0e6" + }, + "type": "project", + "extra": { + "laravel": { + "providers": [ + "ProcessMaker\\Package\\ProductAnalytics\\PackageServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "ProcessMaker\\Package\\ProductAnalytics\\": "src", + "Tests\\": "tests/" + } + }, + "license": [ + "AGPL-3.0-or-later" + ], + "authors": [ + { + "name": "DevOps", + "email": "devops@processmaker.com" + } + ], + "description": "Provides the ProcessMaker Product department with usage analytics.", + "transport-options": { + "symlink": true, + "relative": false + } + }, + { + "name": "processmaker/package-projects", + "version": "1.0.2", + "dist": { + "type": "path", + "url": "/Users/nolan/src/pm-packages/processmaker/package-projects", + "reference": "9db4882b34b99f21805e591ed5d9331423a983dc" + }, + "type": "project", + "extra": { + "laravel": { + "providers": [ + "ProcessMaker\\Package\\Projects\\PackageServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "ProcessMaker\\Package\\Projects\\": "src", + "Tests\\": "tests/", + "Database\\Factories\\ProcessMaker\\Package\\Projects\\": "database/factories" + } + }, + "license": [ + "AGPL-3.0-or-later" + ], + "authors": [ + { + "name": "DevOps", + "email": "devops@processmaker.com" + } + ], + "description": "This package provides the ability to manage projects within ProcessMaker.", + "transport-options": { + "symlink": true, + "relative": false + } + }, + { + "name": "processmaker/package-savedsearch", + "version": "1.29.1", + "dist": { + "type": "path", + "url": "/Users/nolan/src/pm-packages/processmaker/package-savedsearch", + "reference": "2ff7f889a7b390bb77631ae784d271f9d979fd66" + }, + "require": { + "adbario/php-dot-notation": "2.x-dev", + "phpoffice/phpspreadsheet": "^1.7", + "processmaker/processmaker": "^4.1" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "ProcessMaker\\Package\\SavedSearch\\SavedSearchServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "ProcessMaker\\Package\\SavedSearch\\": "src", + "Tests\\SavedSearch\\": "tests/", + "Database\\Factories\\ProcessMaker\\Package\\SavedSearch\\": "database/factories" + } + }, + "authors": [ + { + "name": "DevOps", + "email": "devops@processmaker.com" + } + ], + "description": "ProcessMaker package to save searches", + "transport-options": { + "symlink": true, + "relative": false + } + }, + { + "name": "processmaker/package-sentry", + "version": "1.7.0", + "dist": { + "type": "path", + "url": "/Users/nolan/src/pm-packages/processmaker/package-sentry", + "reference": "41c46e282156ce11a206f2c98c45bad4c83d3db9" + }, + "require": { + "sentry/sentry-laravel": "^3.7" + }, + "type": "project", + "extra": { + "laravel": { + "providers": [ + "ProcessMaker\\Package\\PackageSentry\\PackageServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "ProcessMaker\\Package\\PackageSentry\\": "src" + } + }, + "scripts": { + "post-create-project-cmd": [ + "@php rename-project.php" + ] + }, + "license": [ + "Apache-2.0" + ], + "authors": [ + { + "name": "ProcessMaker, Inc.", + "email": "support@processmaker.com" + } + ], + "description": "Integrates Sentry.io exception tracking into ProcesMaker 4.0", + "transport-options": { + "symlink": true, + "relative": false + } + }, + { + "name": "processmaker/package-signature", + "version": "1.10.0", + "dist": { + "type": "path", + "url": "/Users/nolan/src/pm-packages/processmaker/package-signature", + "reference": "c0dd9e1930e2880d8beb4054aec2968890a0e06d" + }, + "require-dev": { + "processmaker/processmaker": "4.0.*" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "ProcessMaker\\Package\\Signature\\PluginServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "ProcessMaker\\Package\\Signature\\": "src/" + } + }, + "scripts": { + "post-autoload-dump": [] + }, + "authors": [ + { + "name": "Sanja Cornelius", + "email": "sanja.cornelius@processmaker.com" + } + ], + "description": "ProcessMaker 4 Plugin that provides a signature component in the screen builder", + "transport-options": { + "symlink": true, + "relative": false + } + }, + { + "name": "processmaker/package-testing", + "version": "1.0.1", + "dist": { + "type": "path", + "url": "/Users/nolan/src/pm-packages/processmaker/package-testing", + "reference": "f58b5b0a0166d38dd38ab95fa9b8e9c553952243" + }, + "require": { + "processmaker/nayra": "^1.9" + }, + "require-dev": { + "phpunit/phpunit": "^10.4" + }, + "type": "project", + "extra": { + "laravel": { + "providers": [ + "ProcessMaker\\Package\\PackageTesting\\PackageServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "ProcessMaker\\Package\\PackageTesting\\": "src" + } + }, + "scripts": { + "post-create-project-cmd": [ + "@php rename-project.php" + ] + }, + "license": [ + "AGPL-3.0-or-later" + ], + "authors": [ + { + "name": "DevOps", + "email": "devops@processmaker.com" + } + ], + "description": "Package to provide Process testing capabilities to ProcessMaker", + "transport-options": { + "symlink": true, + "relative": false + } + }, + { + "name": "processmaker/package-translations", + "version": "2.7.0", + "dist": { + "type": "path", + "url": "/Users/nolan/src/pm-packages/processmaker/package-translations", + "reference": "4b2b8c2d66563c6cb11f0a3c691fdc3a789fc128" + }, + "require": { + "processmaker/packages": "*", + "processmaker/processmaker": "@dev" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "ProcessMaker\\Package\\Translations\\PackageServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "ProcessMaker\\Package\\Translations\\": "src", + "Tests\\Translations\\": "tests/" + } + }, + "authors": [ + { + "name": "ProcessMaker 4 Development Team", + "email": "support@processmaker.com" + } + ], + "description": "Additional language support for ProcessMaker 4", + "transport-options": { + "symlink": true, + "relative": false + } + }, + { + "name": "processmaker/package-versions", + "version": "1.8.1", + "dist": { + "type": "path", + "url": "/Users/nolan/src/pm-packages/processmaker/package-versions", + "reference": "dcfd00387182c7be9785124a2c61e13b35f28c7e" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "ProcessMaker\\Package\\Versions\\PluginServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "ProcessMaker\\Package\\Versions\\": "src", + "Tests\\Versions\\": "tests/", + "Database\\Factories\\ProcessMaker\\Package\\Versions\\": "database/factories" + } + }, + "authors": [ + { + "name": "Marco A. Nina Mena", + "email": "marco.antonio.nina@processmaker.com" + } + ], + "description": "ProcessMaker Versions", + "transport-options": { + "symlink": true, + "relative": false + } + }, + { + "name": "processmaker/package-vocabularies", + "version": "2.13.0", + "dist": { + "type": "path", + "url": "/Users/nolan/src/pm-packages/processmaker/package-vocabularies", + "reference": "0216fbb073b09810c15b1d1173eddda0d14de5c6" + }, + "require": { + "processmaker/packages": "*", + "processmaker/processmaker": "^4.0", + "swaggest/json-schema": "^0.12.15" + }, + "type": "project", + "extra": { + "laravel": { + "providers": [ + "ProcessMaker\\Package\\PackageVocabularies\\PackageServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "ProcessMaker\\Package\\PackageVocabularies\\": "src", + "Database\\Factories\\ProcessMaker\\Package\\PackageVocabularies\\": "database/factories" + } + }, + "autoload-dev": { + "psr-4": { + "Tests\\": "tests/" + } + }, + "authors": [ + { + "name": "ProcessMaker 4 Development Team", + "email": "support@processmaker.com" + } + ], + "description": "Package vocabularies for processmaker", + "transport-options": { + "symlink": true, + "relative": false + } + }, + { + "name": "processmaker/package-webentry", + "version": "2.18.1", + "dist": { + "type": "path", + "url": "/Users/nolan/src/pm-packages/processmaker/package-webentry", + "reference": "130a8394fab30f6e5c551e3d14de7a2706d19f2b" + }, + "require-dev": { + "processmaker/processmaker": "^4.1" + }, + "type": "project", + "extra": { + "laravel": { + "providers": [ + "ProcessMaker\\Package\\WebEntry\\WebEntryServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "ProcessMaker\\Package\\WebEntry\\": "src", + "Tests\\": "tests/", + "TestHelpers\\": "tests/Helpers" + } + }, + "authors": [ + { + "name": "Nolan Ehrstrom", + "email": "nolan.ehrstrom@processmaker.com" + }, + { + "name": "Dante Loayza", + "email": "dante.loayza@processmaker.com" + } + ], + "description": "Provide to end users the ability to complete tasks from outside the core system", + "transport-options": { + "symlink": true, + "relative": false + } + }, + { + "name": "processmaker/packages", + "version": "4.2.30-RC3", + "dist": { + "type": "path", + "url": "/Users/nolan/src/pm-packages/processmaker/packages", + "reference": "8d7b29120e9bc3b115f59bff7af267973e35d92a" + }, + "type": "project", + "extra": { + "processmaker": { + "enterprise": { + "connector-docusign": "0.1.8", + "connector-pdf-print": "1.7.7", + "connector-send-email": "1.9.14", + "connector-slack": "1.1.3", + "docker-executor-node-ssr": "1.0.1", + "package-actions-by-email": "1.3.13", + "package-advanced-user-manager": "0.1.2", + "package-auth": "1.4.12", + "package-collections": "2.5.16", + "package-comments": "1.2.1-RC3", + "package-conversational-forms": "1.1.7", + "package-data-sources": "1.9.15", + "package-dynamic-ui": "1.3.7", + "package-files": "1.3.10", + "package-googleplaces": "1.1.7", + "package-process-documenter": "1.0.3-RC1", + "package-process-optimization": "1.1.1-RC1", + "package-savedsearch": "1.16.11", + "package-sentry": "1.1.2", + "package-signature": "1.2.2-RC", + "package-translations": "2.1.3", + "package-versions": "1.1.4-RC", + "package-vocabularies": "2.5.6-RC", + "package-webentry": "2.3.9" + } + }, + "laravel": { + "providers": [ + "ProcessMaker\\Package\\Packages\\PackageServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "ProcessMaker\\Package\\Packages\\": "src" + } + }, + "authors": [ + { + "name": "DevOps", + "email": "devops@processmaker.com" + } + ], + "description": "Package to manage packages", + "transport-options": { + "symlink": true, + "relative": false + } + }, + { + "name": "processmaker/pmql", + "version": "1.12.0", + "dist": { + "type": "path", + "url": "/Users/nolan/src/pm-packages/processmaker/pmql", + "reference": "598ce3c959d625aa95f7dd7a0040d6f02c545536" + }, + "require": { + "laravel/framework": "^5.7|^6|^7|^8|^9|^10" + }, + "require-dev": { + "orchestra/testbench": "^4.8.0", + "phpunit/phpunit": "^8.3" + }, + "type": "project", + "extra": { + "laravel": { + "providers": [] + } + }, + "autoload": { + "psr-4": { + "ProcessMaker\\Query\\": "src" + } + }, + "autoload-dev": { + "psr-4": { + "ProcessMaker\\Query\\Tests\\": "tests/" + } + }, + "authors": [ + { + "name": "Taylor Dondich", + "email": "taylor@processmaker.com" + } + ], + "description": "An Eloquent trait that provides the pmql scope to allow converting simple sql criteria clauses to Eloquent", + "transport-options": { + "symlink": true, + "relative": false + } + }, + { + "name": "psr/cache", + "version": "3.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/cache.git", + "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", + "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", + "shasum": "" + }, + "require": { + "php": ">=8.0.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Cache\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common interface for caching libraries", + "keywords": [ + "cache", + "psr", + "psr-6" + ], + "support": { + "source": "https://github.com/php-fig/cache/tree/3.0.0" + }, + "time": "2021-02-03T23:26:27+00:00" + }, + { + "name": "psr/clock", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/clock.git", + "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d", + "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d", + "shasum": "" + }, + "require": { + "php": "^7.0 || ^8.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Psr\\Clock\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common interface for reading the clock.", + "homepage": "https://github.com/php-fig/clock", + "keywords": [ + "clock", + "now", + "psr", + "psr-20", + "time" + ], + "support": { + "issues": "https://github.com/php-fig/clock/issues", + "source": "https://github.com/php-fig/clock/tree/1.0.0" + }, + "time": "2022-11-25T14:36:26+00:00" + }, + { + "name": "psr/container", + "version": "2.0.2", + "source": { + "type": "git", + "url": "https://github.com/php-fig/container.git", + "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963" + }, + "dist": { + "type": "zip", + "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/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common Container Interface (PHP FIG PSR-11)", + "homepage": "https://github.com/php-fig/container", + "keywords": [ + "PSR-11", + "container", + "container-interface", + "container-interop", + "psr" + ], + "support": { + "issues": "https://github.com/php-fig/container/issues", + "source": "https://github.com/php-fig/container/tree/2.0.2" + }, + "time": "2021-11-05T16:47:00+00:00" + }, + { + "name": "psr/event-dispatcher", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/event-dispatcher.git", + "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0", + "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0", + "shasum": "" + }, + "require": { + "php": ">=7.2.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\EventDispatcher\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Standard interfaces for event handling.", + "keywords": [ + "events", + "psr", + "psr-14" + ], + "support": { + "issues": "https://github.com/php-fig/event-dispatcher/issues", + "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0" + }, + "time": "2019-01-08T18:20:26+00:00" + }, + { + "name": "psr/http-client", + "version": "1.0.2", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-client.git", + "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-client/zipball/0955afe48220520692d2d09f7ab7e0f93ffd6a31", + "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31", + "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/tree/1.0.2" + }, + "time": "2023-04-10T20:12:12+00:00" + }, + { + "name": "psr/http-factory", + "version": "1.0.2", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-factory.git", + "reference": "e616d01114759c4c489f93b099585439f795fe35" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35", + "reference": "e616d01114759c4c489f93b099585439f795fe35", + "shasum": "" + }, + "require": { + "php": ">=7.0.0", + "psr/http-message": "^1.0 || ^2.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Http\\Message\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common interfaces for PSR-7 HTTP message factories", + "keywords": [ + "factory", + "http", + "message", + "psr", + "psr-17", + "psr-7", + "request", + "response" + ], + "support": { + "source": "https://github.com/php-fig/http-factory/tree/1.0.2" + }, + "time": "2023-04-10T20:10:41+00:00" + }, + { + "name": "psr/http-message", + "version": "1.1", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-message.git", + "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba", + "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba", + "shasum": "" + }, + "require": { + "php": "^7.2 || ^8.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Http\\Message\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://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/1.1" + }, + "time": "2023-04-04T09:50:52+00:00" + }, + { + "name": "psr/log", + "version": "3.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/log.git", + "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001", + "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001", + "shasum": "" + }, + "require": { + "php": ">=8.0.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Log\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common interface for logging libraries", + "homepage": "https://github.com/php-fig/log", + "keywords": [ + "log", + "psr", + "psr-3" + ], + "support": { + "source": "https://github.com/php-fig/log/tree/3.0.0" + }, + "time": "2021-07-14T16:46:02+00:00" + }, + { + "name": "psr/simple-cache", + "version": "2.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/simple-cache.git", + "reference": "8707bf3cea6f710bf6ef05491234e3ab06f6432a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/8707bf3cea6f710bf6ef05491234e3ab06f6432a", "reference": "8707bf3cea6f710bf6ef05491234e3ab06f6432a", "shasum": "" }, "require": { - "php": ">=8.0.0" + "php": ">=8.0.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\SimpleCache\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common interfaces for simple caching", + "keywords": [ + "cache", + "caching", + "psr", + "psr-16", + "simple-cache" + ], + "support": { + "source": "https://github.com/php-fig/simple-cache/tree/2.0.0" + }, + "time": "2021-10-29T13:22:09+00:00" + }, + { + "name": "psy/psysh", + "version": "v0.11.20", + "source": { + "type": "git", + "url": "https://github.com/bobthecow/psysh.git", + "reference": "0fa27040553d1d280a67a4393194df5228afea5b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/0fa27040553d1d280a67a4393194df5228afea5b", + "reference": "0fa27040553d1d280a67a4393194df5228afea5b", + "shasum": "" + }, + "require": { + "ext-json": "*", + "ext-tokenizer": "*", + "nikic/php-parser": "^4.0 || ^3.1", + "php": "^8.0 || ^7.0.8", + "symfony/console": "^6.0 || ^5.0 || ^4.0 || ^3.4", + "symfony/var-dumper": "^6.0 || ^5.0 || ^4.0 || ^3.4" + }, + "conflict": { + "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4" + }, + "require-dev": { + "bamarni/composer-bin-plugin": "^1.2" + }, + "suggest": { + "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)", + "ext-pdo-sqlite": "The doc command requires SQLite to work.", + "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.", + "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history." + }, + "bin": [ + "bin/psysh" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "0.11.x-dev" + } + }, + "autoload": { + "files": [ + "src/functions.php" + ], + "psr-4": { + "Psy\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Justin Hileman", + "email": "justin@justinhileman.info", + "homepage": "http://justinhileman.com" + } + ], + "description": "An interactive shell for modern PHP.", + "homepage": "http://psysh.org", + "keywords": [ + "REPL", + "console", + "interactive", + "shell" + ], + "support": { + "issues": "https://github.com/bobthecow/psysh/issues", + "source": "https://github.com/bobthecow/psysh/tree/v0.11.20" + }, + "time": "2023-07-31T14:32:22+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": "2019-03-08T08:55:37+00:00" + }, + { + "name": "ramsey/collection", + "version": "2.0.0", + "source": { + "type": "git", + "url": "https://github.com/ramsey/collection.git", + "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ramsey/collection/zipball/a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5", + "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5", + "shasum": "" + }, + "require": { + "php": "^8.1" + }, + "require-dev": { + "captainhook/plugin-composer": "^5.3", + "ergebnis/composer-normalize": "^2.28.3", + "fakerphp/faker": "^1.21", + "hamcrest/hamcrest-php": "^2.0", + "jangregor/phpstan-prophecy": "^1.0", + "mockery/mockery": "^1.5", + "php-parallel-lint/php-console-highlighter": "^1.0", + "php-parallel-lint/php-parallel-lint": "^1.3", + "phpcsstandards/phpcsutils": "^1.0.0-rc1", + "phpspec/prophecy-phpunit": "^2.0", + "phpstan/extension-installer": "^1.2", + "phpstan/phpstan": "^1.9", + "phpstan/phpstan-mockery": "^1.1", + "phpstan/phpstan-phpunit": "^1.3", + "phpunit/phpunit": "^9.5", + "psalm/plugin-mockery": "^1.1", + "psalm/plugin-phpunit": "^0.18.4", + "ramsey/coding-standard": "^2.0.3", + "ramsey/conventional-commits": "^1.3", + "vimeo/psalm": "^5.4" }, "type": "library", "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" + "captainhook": { + "force-install": true + }, + "ramsey/conventional-commits": { + "configFile": "conventional-commits.json" } }, "autoload": { "psr-4": { - "Psr\\SimpleCache\\": "src/" + "Ramsey\\Collection\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -7490,64 +10335,92 @@ ], "authors": [ { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" + "name": "Ben Ramsey", + "email": "ben@benramsey.com", + "homepage": "https://benramsey.com" } ], - "description": "Common interfaces for simple caching", + "description": "A PHP library for representing and manipulating collections.", "keywords": [ - "cache", - "caching", - "psr", - "psr-16", - "simple-cache" + "array", + "collection", + "hash", + "map", + "queue", + "set" ], "support": { - "source": "https://github.com/php-fig/simple-cache/tree/2.0.0" + "issues": "https://github.com/ramsey/collection/issues", + "source": "https://github.com/ramsey/collection/tree/2.0.0" }, - "time": "2021-10-29T13:22:09+00:00" + "funding": [ + { + "url": "https://github.com/ramsey", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/ramsey/collection", + "type": "tidelift" + } + ], + "time": "2022-12-31T21:50:55+00:00" }, { - "name": "psy/psysh", - "version": "v0.11.20", + "name": "ramsey/uuid", + "version": "4.7.4", "source": { "type": "git", - "url": "https://github.com/bobthecow/psysh.git", - "reference": "0fa27040553d1d280a67a4393194df5228afea5b" + "url": "https://github.com/ramsey/uuid.git", + "reference": "60a4c63ab724854332900504274f6150ff26d286" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/0fa27040553d1d280a67a4393194df5228afea5b", - "reference": "0fa27040553d1d280a67a4393194df5228afea5b", + "url": "https://api.github.com/repos/ramsey/uuid/zipball/60a4c63ab724854332900504274f6150ff26d286", + "reference": "60a4c63ab724854332900504274f6150ff26d286", "shasum": "" }, "require": { + "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11", "ext-json": "*", - "ext-tokenizer": "*", - "nikic/php-parser": "^4.0 || ^3.1", - "php": "^8.0 || ^7.0.8", - "symfony/console": "^6.0 || ^5.0 || ^4.0 || ^3.4", - "symfony/var-dumper": "^6.0 || ^5.0 || ^4.0 || ^3.4" + "php": "^8.0", + "ramsey/collection": "^1.2 || ^2.0" }, - "conflict": { - "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4" + "replace": { + "rhumsaa/uuid": "self.version" }, "require-dev": { - "bamarni/composer-bin-plugin": "^1.2" + "captainhook/captainhook": "^5.10", + "captainhook/plugin-composer": "^5.3", + "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", + "doctrine/annotations": "^1.8", + "ergebnis/composer-normalize": "^2.15", + "mockery/mockery": "^1.3", + "paragonie/random-lib": "^2", + "php-mock/php-mock": "^2.2", + "php-mock/php-mock-mockery": "^1.3", + "php-parallel-lint/php-parallel-lint": "^1.1", + "phpbench/phpbench": "^1.0", + "phpstan/extension-installer": "^1.1", + "phpstan/phpstan": "^1.8", + "phpstan/phpstan-mockery": "^1.1", + "phpstan/phpstan-phpunit": "^1.1", + "phpunit/phpunit": "^8.5 || ^9", + "ramsey/composer-repl": "^1.4", + "slevomat/coding-standard": "^8.4", + "squizlabs/php_codesniffer": "^3.5", + "vimeo/psalm": "^4.9" }, "suggest": { - "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)", - "ext-pdo-sqlite": "The doc command requires SQLite to work.", - "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.", - "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history." + "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.", + "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.", + "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.", + "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter", + "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." }, - "bin": [ - "bin/psysh" - ], "type": "library", "extra": { - "branch-alias": { - "dev-main": "0.11.x-dev" + "captainhook": { + "force-install": true } }, "autoload": { @@ -7555,121 +10428,196 @@ "src/functions.php" ], "psr-4": { - "Psy\\": "src/" + "Ramsey\\Uuid\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], - "authors": [ - { - "name": "Justin Hileman", - "email": "justin@justinhileman.info", - "homepage": "http://justinhileman.com" - } - ], - "description": "An interactive shell for modern PHP.", - "homepage": "http://psysh.org", + "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).", "keywords": [ - "REPL", - "console", - "interactive", - "shell" + "guid", + "identifier", + "uuid" ], "support": { - "issues": "https://github.com/bobthecow/psysh/issues", - "source": "https://github.com/bobthecow/psysh/tree/v0.11.20" + "issues": "https://github.com/ramsey/uuid/issues", + "source": "https://github.com/ramsey/uuid/tree/4.7.4" }, - "time": "2023-07-31T14:32:22+00:00" + "funding": [ + { + "url": "https://github.com/ramsey", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid", + "type": "tidelift" + } + ], + "time": "2023-04-15T23:01:58+00:00" }, { - "name": "pusher/pusher-php-server", - "version": "7.2.3", + "name": "robrichards/xmlseclibs", + "version": "3.1.1", "source": { "type": "git", - "url": "https://github.com/pusher/pusher-http-php.git", - "reference": "416e68dd5f640175ad5982131c42a7a666d1d8e9" + "url": "https://github.com/robrichards/xmlseclibs.git", + "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pusher/pusher-http-php/zipball/416e68dd5f640175ad5982131c42a7a666d1d8e9", - "reference": "416e68dd5f640175ad5982131c42a7a666d1d8e9", + "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/f8f19e58f26cdb42c54b214ff8a820760292f8df", + "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df", "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" + "ext-openssl": "*", + "php": ">= 5.4" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, "autoload": { "psr-4": { - "Pusher\\": "src/" + "RobRichards\\XMLSecLibs\\": "src" } }, "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "A PHP library for XML Security", + "homepage": "https://github.com/robrichards/xmlseclibs", + "keywords": [ + "security", + "signature", + "xml", + "xmldsig" + ], + "support": { + "issues": "https://github.com/robrichards/xmlseclibs/issues", + "source": "https://github.com/robrichards/xmlseclibs/tree/3.1.1" + }, + "time": "2020-09-05T13:00:25+00:00" + }, + { + "name": "sentry/sdk", + "version": "3.5.0", + "source": { + "type": "git", + "url": "https://github.com/getsentry/sentry-php-sdk.git", + "reference": "cd91b752f07c4bab9fb3b173f81af68a78a78d6d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/getsentry/sentry-php-sdk/zipball/cd91b752f07c4bab9fb3b173f81af68a78a78d6d", + "reference": "cd91b752f07c4bab9fb3b173f81af68a78a78d6d", + "shasum": "" + }, + "require": { + "http-interop/http-factory-guzzle": "^1.0", + "sentry/sentry": "^3.19", + "symfony/http-client": "^4.3|^5.0|^6.0" + }, + "type": "metapackage", + "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], - "description": "Library for interacting with the Pusher REST API", + "authors": [ + { + "name": "Sentry", + "email": "accounts@sentry.io" + } + ], + "description": "This is a metapackage shipping sentry/sentry with a recommended HTTP client.", + "homepage": "http://sentry.io", "keywords": [ - "events", - "messaging", - "php-pusher-server", - "publish", - "push", - "pusher", - "real time", - "real-time", - "realtime", - "rest", - "trigger" + "crash-reporting", + "crash-reports", + "error-handler", + "error-monitoring", + "log", + "logging", + "sentry" ], "support": { - "issues": "https://github.com/pusher/pusher-http-php/issues", - "source": "https://github.com/pusher/pusher-http-php/tree/7.2.3" + "issues": "https://github.com/getsentry/sentry-php-sdk/issues", + "source": "https://github.com/getsentry/sentry-php-sdk/tree/3.5.0" }, - "time": "2023-05-17T16:00:06+00:00" + "funding": [ + { + "url": "https://sentry.io/", + "type": "custom" + }, + { + "url": "https://sentry.io/pricing/", + "type": "custom" + } + ], + "time": "2023-06-12T17:50:36+00:00" }, { - "name": "ralouphie/getallheaders", - "version": "3.0.3", + "name": "sentry/sentry", + "version": "3.22.1", "source": { "type": "git", - "url": "https://github.com/ralouphie/getallheaders.git", - "reference": "120b605dfeb996808c31b6477290a714d356e822" + "url": "https://github.com/getsentry/sentry-php.git", + "reference": "8859631ba5ab15bc1af420b0eeed19ecc6c9d81d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", - "reference": "120b605dfeb996808c31b6477290a714d356e822", + "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/8859631ba5ab15bc1af420b0eeed19ecc6c9d81d", + "reference": "8859631ba5ab15bc1af420b0eeed19ecc6c9d81d", "shasum": "" }, - "require": { - "php": ">=5.6" + "require": { + "ext-json": "*", + "ext-mbstring": "*", + "guzzlehttp/promises": "^1.5.3|^2.0", + "jean85/pretty-package-versions": "^1.5|^2.0.4", + "php": "^7.2|^8.0", + "php-http/async-client-implementation": "^1.0", + "php-http/client-common": "^1.5|^2.0", + "php-http/discovery": "^1.15", + "php-http/httplug": "^1.1|^2.0", + "php-http/message": "^1.5", + "php-http/message-factory": "^1.1", + "psr/http-factory": "^1.0", + "psr/http-factory-implementation": "^1.0", + "psr/log": "^1.0|^2.0|^3.0", + "symfony/options-resolver": "^3.4.43|^4.4.30|^5.0.11|^6.0|^7.0", + "symfony/polyfill-php80": "^1.17" + }, + "conflict": { + "php-http/client-common": "1.8.0", + "raven/raven": "*" }, "require-dev": { - "php-coveralls/php-coveralls": "^2.1", - "phpunit/phpunit": "^5 || ^6.5" + "friendsofphp/php-cs-fixer": "^2.19|3.4.*", + "guzzlehttp/psr7": "^1.8.4|^2.1.1", + "http-interop/http-factory-guzzle": "^1.0", + "monolog/monolog": "^1.6|^2.0|^3.0", + "nikic/php-parser": "^4.10.3", + "php-http/mock-client": "^1.3", + "phpbench/phpbench": "^1.0", + "phpstan/extension-installer": "^1.0", + "phpstan/phpstan": "^1.3", + "phpstan/phpstan-phpunit": "^1.0", + "phpunit/phpunit": "^8.5.14|^9.4", + "symfony/phpunit-bridge": "^5.2|^6.0", + "vimeo/psalm": "^4.17" + }, + "suggest": { + "monolog/monolog": "Allow sending log messages to Sentry by using the included Monolog handler." }, "type": "library", "autoload": { "files": [ - "src/getallheaders.php" - ] + "src/functions.php" + ], + "psr-4": { + "Sentry\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -7677,68 +10625,89 @@ ], "authors": [ { - "name": "Ralph Khattar", - "email": "ralph.khattar@gmail.com" + "name": "Sentry", + "email": "accounts@sentry.io" } ], - "description": "A polyfill for getallheaders.", + "description": "A PHP SDK for Sentry (http://sentry.io)", + "homepage": "http://sentry.io", + "keywords": [ + "crash-reporting", + "crash-reports", + "error-handler", + "error-monitoring", + "log", + "logging", + "sentry" + ], "support": { - "issues": "https://github.com/ralouphie/getallheaders/issues", - "source": "https://github.com/ralouphie/getallheaders/tree/develop" + "issues": "https://github.com/getsentry/sentry-php/issues", + "source": "https://github.com/getsentry/sentry-php/tree/3.22.1" }, - "time": "2019-03-08T08:55:37+00:00" + "funding": [ + { + "url": "https://sentry.io/", + "type": "custom" + }, + { + "url": "https://sentry.io/pricing/", + "type": "custom" + } + ], + "time": "2023-11-13T11:47:28+00:00" }, { - "name": "ramsey/collection", - "version": "2.0.0", + "name": "sentry/sentry-laravel", + "version": "3.8.2", "source": { "type": "git", - "url": "https://github.com/ramsey/collection.git", - "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5" + "url": "https://github.com/getsentry/sentry-laravel.git", + "reference": "1293e5732f8405e12f000cdf5dee78c927a18de0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ramsey/collection/zipball/a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5", - "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5", + "url": "https://api.github.com/repos/getsentry/sentry-laravel/zipball/1293e5732f8405e12f000cdf5dee78c927a18de0", + "reference": "1293e5732f8405e12f000cdf5dee78c927a18de0", "shasum": "" }, "require": { - "php": "^8.1" + "illuminate/support": "^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0", + "nyholm/psr7": "^1.0", + "php": "^7.2 | ^8.0", + "sentry/sdk": "^3.4", + "sentry/sentry": "^3.20.1", + "symfony/psr-http-message-bridge": "^1.0 | ^2.0" }, "require-dev": { - "captainhook/plugin-composer": "^5.3", - "ergebnis/composer-normalize": "^2.28.3", - "fakerphp/faker": "^1.21", - "hamcrest/hamcrest-php": "^2.0", - "jangregor/phpstan-prophecy": "^1.0", - "mockery/mockery": "^1.5", - "php-parallel-lint/php-console-highlighter": "^1.0", - "php-parallel-lint/php-parallel-lint": "^1.3", - "phpcsstandards/phpcsutils": "^1.0.0-rc1", - "phpspec/prophecy-phpunit": "^2.0", - "phpstan/extension-installer": "^1.2", - "phpstan/phpstan": "^1.9", - "phpstan/phpstan-mockery": "^1.1", - "phpstan/phpstan-phpunit": "^1.3", - "phpunit/phpunit": "^9.5", - "psalm/plugin-mockery": "^1.1", - "psalm/plugin-phpunit": "^0.18.4", - "ramsey/coding-standard": "^2.0.3", - "ramsey/conventional-commits": "^1.3", - "vimeo/psalm": "^5.4" + "friendsofphp/php-cs-fixer": "^3.11", + "laravel/folio": "^1.0", + "laravel/framework": "^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0", + "mockery/mockery": "^1.3", + "orchestra/testbench": "^4.7 | ^5.1 | ^6.0 | ^7.0 | ^8.0", + "phpstan/phpstan": "^1.10", + "phpunit/phpunit": "^8.4 | ^9.3" }, "type": "library", "extra": { - "captainhook": { - "force-install": true + "branch-alias": { + "dev-master": "3.x-dev", + "dev-2.x": "2.x-dev", + "dev-1.x": "1.x-dev", + "dev-0.x": "0.x-dev" }, - "ramsey/conventional-commits": { - "configFile": "conventional-commits.json" + "laravel": { + "providers": [ + "Sentry\\Laravel\\ServiceProvider", + "Sentry\\Laravel\\Tracing\\ServiceProvider" + ], + "aliases": { + "Sentry": "Sentry\\Laravel\\Facade" + } } }, "autoload": { - "psr-4": { - "Ramsey\\Collection\\": "src/" + "psr-0": { + "Sentry\\Laravel\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -7747,127 +10716,159 @@ ], "authors": [ { - "name": "Ben Ramsey", - "email": "ben@benramsey.com", - "homepage": "https://benramsey.com" + "name": "Sentry", + "email": "accounts@sentry.io" } ], - "description": "A PHP library for representing and manipulating collections.", + "description": "Laravel SDK for Sentry (https://sentry.io)", + "homepage": "https://sentry.io", "keywords": [ - "array", - "collection", - "hash", - "map", - "queue", - "set" + "crash-reporting", + "crash-reports", + "error-handler", + "error-monitoring", + "laravel", + "log", + "logging", + "sentry" ], "support": { - "issues": "https://github.com/ramsey/collection/issues", - "source": "https://github.com/ramsey/collection/tree/2.0.0" + "issues": "https://github.com/getsentry/sentry-laravel/issues", + "source": "https://github.com/getsentry/sentry-laravel/tree/3.8.2" }, "funding": [ { - "url": "https://github.com/ramsey", - "type": "github" + "url": "https://sentry.io/", + "type": "custom" }, { - "url": "https://tidelift.com/funding/github/packagist/ramsey/collection", - "type": "tidelift" + "url": "https://sentry.io/pricing/", + "type": "custom" } ], - "time": "2022-12-31T21:50:55+00:00" + "time": "2023-10-12T14:38:46+00:00" }, { - "name": "ramsey/uuid", - "version": "4.7.4", + "name": "socialiteproviders/manager", + "version": "v4.4.0", "source": { "type": "git", - "url": "https://github.com/ramsey/uuid.git", - "reference": "60a4c63ab724854332900504274f6150ff26d286" + "url": "https://github.com/SocialiteProviders/Manager.git", + "reference": "df5e45b53d918ec3d689f014d98a6c838b98ed96" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ramsey/uuid/zipball/60a4c63ab724854332900504274f6150ff26d286", - "reference": "60a4c63ab724854332900504274f6150ff26d286", + "url": "https://api.github.com/repos/SocialiteProviders/Manager/zipball/df5e45b53d918ec3d689f014d98a6c838b98ed96", + "reference": "df5e45b53d918ec3d689f014d98a6c838b98ed96", "shasum": "" }, "require": { - "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11", - "ext-json": "*", - "php": "^8.0", - "ramsey/collection": "^1.2 || ^2.0" - }, - "replace": { - "rhumsaa/uuid": "self.version" + "illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0", + "laravel/socialite": "~5.0", + "php": "^8.0" }, "require-dev": { - "captainhook/captainhook": "^5.10", - "captainhook/plugin-composer": "^5.3", - "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", - "doctrine/annotations": "^1.8", - "ergebnis/composer-normalize": "^2.15", - "mockery/mockery": "^1.3", - "paragonie/random-lib": "^2", - "php-mock/php-mock": "^2.2", - "php-mock/php-mock-mockery": "^1.3", - "php-parallel-lint/php-parallel-lint": "^1.1", - "phpbench/phpbench": "^1.0", - "phpstan/extension-installer": "^1.1", - "phpstan/phpstan": "^1.8", - "phpstan/phpstan-mockery": "^1.1", - "phpstan/phpstan-phpunit": "^1.1", - "phpunit/phpunit": "^8.5 || ^9", - "ramsey/composer-repl": "^1.4", - "slevomat/coding-standard": "^8.4", - "squizlabs/php_codesniffer": "^3.5", - "vimeo/psalm": "^4.9" - }, - "suggest": { - "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.", - "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.", - "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.", - "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter", - "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." + "mockery/mockery": "^1.2", + "phpunit/phpunit": "^6.0 || ^9.0" }, "type": "library", "extra": { - "captainhook": { - "force-install": true + "laravel": { + "providers": [ + "SocialiteProviders\\Manager\\ServiceProvider" + ] } }, "autoload": { - "files": [ - "src/functions.php" - ], "psr-4": { - "Ramsey\\Uuid\\": "src/" + "SocialiteProviders\\Manager\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], - "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).", + "authors": [ + { + "name": "Andy Wendt", + "email": "andy@awendt.com" + }, + { + "name": "Anton Komarev", + "email": "a.komarev@cybercog.su" + }, + { + "name": "Miguel Piedrafita", + "email": "soy@miguelpiedrafita.com" + }, + { + "name": "atymic", + "email": "atymicq@gmail.com", + "homepage": "https://atymic.dev" + } + ], + "description": "Easily add new or override built-in providers in Laravel Socialite.", + "homepage": "https://socialiteproviders.com", "keywords": [ - "guid", - "identifier", - "uuid" + "laravel", + "manager", + "oauth", + "providers", + "socialite" ], "support": { - "issues": "https://github.com/ramsey/uuid/issues", - "source": "https://github.com/ramsey/uuid/tree/4.7.4" + "issues": "https://github.com/socialiteproviders/manager/issues", + "source": "https://github.com/socialiteproviders/manager" }, - "funding": [ - { - "url": "https://github.com/ramsey", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid", - "type": "tidelift" + "time": "2023-08-27T23:46:34+00:00" + }, + { + "name": "socialiteproviders/providers", + "version": "dev-saml", + "source": { + "type": "git", + "url": "https://github.com/ProcessMaker/SocialiteProviders.git", + "reference": "b8b89005968c4cac7da237dcee3c51fe66925207" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ProcessMaker/SocialiteProviders/zipball/b8b89005968c4cac7da237dcee3c51fe66925207", + "reference": "b8b89005968c4cac7da237dcee3c51fe66925207", + "shasum": "" + }, + "require": { + "aacotroneo/laravel-saml2": "^2.1", + "ext-json": "*", + "league/oauth1-client": "^1.9", + "php": "^7.2 || ^8.0", + "socialiteproviders/manager": "~4.0" + }, + "require-dev": { + "kitetail/zttp": "^0.6.0", + "symplify/monorepo-builder": "^6.1 || ^8.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "SocialiteProviders\\": "src/" } + }, + "scripts": { + "test": [ + "phpunit" + ], + "test:ci": [ + "phpunit --coverage-clover build/logs/clover.xml" + ] + }, + "license": [ + "MIT" ], - "time": "2023-04-15T23:01:58+00:00" + "description": "Collection of all OAuth2 Providers for Laravel Socialite", + "support": { + "source": "https://github.com/ProcessMaker/SocialiteProviders/tree/saml" + }, + "time": "2023-09-13T03:23:38+00:00" }, { "name": "spatie/fractalistic", @@ -8409,21 +11410,115 @@ "email": "shr.jafari@gmail.com" } ], - "description": " Swagger UI is a collection of HTML, Javascript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.", - "homepage": "http://swagger.io", - "keywords": [ - "api", - "documentation", - "openapi", - "specification", - "swagger", - "ui" + "description": " Swagger UI is a collection of HTML, Javascript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.", + "homepage": "http://swagger.io", + "keywords": [ + "api", + "documentation", + "openapi", + "specification", + "swagger", + "ui" + ], + "support": { + "issues": "https://github.com/swagger-api/swagger-ui/issues", + "source": "https://github.com/swagger-api/swagger-ui/tree/v5.4.2" + }, + "time": "2023-08-17T19:09:58+00:00" + }, + { + "name": "swaggest/json-diff", + "version": "v3.10.5", + "source": { + "type": "git", + "url": "https://github.com/swaggest/json-diff.git", + "reference": "17bfc66b330f46e12a7e574133497a290cd79ba5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/swaggest/json-diff/zipball/17bfc66b330f46e12a7e574133497a290cd79ba5", + "reference": "17bfc66b330f46e12a7e574133497a290cd79ba5", + "shasum": "" + }, + "require": { + "ext-json": "*" + }, + "require-dev": { + "phperf/phpunit": "4.8.37" + }, + "type": "library", + "autoload": { + "psr-4": { + "Swaggest\\JsonDiff\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Viacheslav Poturaev", + "email": "vearutop@gmail.com" + } + ], + "description": "JSON diff/rearrange/patch/pointer library for PHP", + "support": { + "issues": "https://github.com/swaggest/json-diff/issues", + "source": "https://github.com/swaggest/json-diff/tree/v3.10.5" + }, + "time": "2023-11-17T11:12:46+00:00" + }, + { + "name": "swaggest/json-schema", + "version": "v0.12.42", + "source": { + "type": "git", + "url": "https://github.com/swaggest/php-json-schema.git", + "reference": "d23adb53808b8e2da36f75bc0188546e4cbe3b45" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/swaggest/php-json-schema/zipball/d23adb53808b8e2da36f75bc0188546e4cbe3b45", + "reference": "d23adb53808b8e2da36f75bc0188546e4cbe3b45", + "shasum": "" + }, + "require": { + "ext-json": "*", + "php": ">=5.4", + "phplang/scope-exit": "^1.0", + "swaggest/json-diff": "^3.8.2", + "symfony/polyfill-mbstring": "^1.19" + }, + "require-dev": { + "phperf/phpunit": "4.8.37" + }, + "suggest": { + "ext-mbstring": "For better performance" + }, + "type": "library", + "autoload": { + "psr-4": { + "Swaggest\\JsonSchema\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Viacheslav Poturaev", + "email": "vearutop@gmail.com" + } ], + "description": "High definition PHP structures with JSON-schema based validation", "support": { - "issues": "https://github.com/swagger-api/swagger-ui/issues", - "source": "https://github.com/swagger-api/swagger-ui/tree/v5.4.2" + "email": "vearutop@gmail.com", + "issues": "https://github.com/swaggest/php-json-schema/issues", + "source": "https://github.com/swaggest/php-json-schema/tree/v0.12.42" }, - "time": "2023-08-17T19:09:58+00:00" + "time": "2023-09-12T14:43:42+00:00" }, { "name": "symfony/cache", @@ -9177,6 +12272,176 @@ ], "time": "2023-07-31T08:31:44+00:00" }, + { + "name": "symfony/http-client", + "version": "v6.3.8", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-client.git", + "reference": "0314e2d49939a9831929d6fc81c01c6df137fd0a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-client/zipball/0314e2d49939a9831929d6fc81c01c6df137fd0a", + "reference": "0314e2d49939a9831929d6fc81c01c6df137fd0a", + "shasum": "" + }, + "require": { + "php": ">=8.1", + "psr/log": "^1|^2|^3", + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/http-client-contracts": "^3", + "symfony/service-contracts": "^2.5|^3" + }, + "conflict": { + "php-http/discovery": "<1.15", + "symfony/http-foundation": "<6.3" + }, + "provide": { + "php-http/async-client-implementation": "*", + "php-http/client-implementation": "*", + "psr/http-client-implementation": "1.0", + "symfony/http-client-implementation": "3.0" + }, + "require-dev": { + "amphp/amp": "^2.5", + "amphp/http-client": "^4.2.1", + "amphp/http-tunnel": "^1.0", + "amphp/socket": "^1.1", + "guzzlehttp/promises": "^1.4", + "nyholm/psr7": "^1.0", + "php-http/httplug": "^1.0|^2.0", + "psr/http-client": "^1.0", + "symfony/dependency-injection": "^5.4|^6.0", + "symfony/http-kernel": "^5.4|^6.0", + "symfony/process": "^5.4|^6.0", + "symfony/stopwatch": "^5.4|^6.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\HttpClient\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously", + "homepage": "https://symfony.com", + "keywords": [ + "http" + ], + "support": { + "source": "https://github.com/symfony/http-client/tree/v6.3.8" + }, + "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-11-06T18:31:59+00:00" + }, + { + "name": "symfony/http-client-contracts", + "version": "v3.4.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-client-contracts.git", + "reference": "1ee70e699b41909c209a0c930f11034b93578654" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/1ee70e699b41909c209a0c930f11034b93578654", + "reference": "1ee70e699b41909c209a0c930f11034b93578654", + "shasum": "" + }, + "require": { + "php": ">=8.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "3.4-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\HttpClient\\": "" + }, + "exclude-from-classmap": [ + "/Test/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to HTTP clients", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "support": { + "source": "https://github.com/symfony/http-client-contracts/tree/v3.4.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-07-30T20:28:31+00:00" + }, { "name": "symfony/http-foundation", "version": "v6.3.2", @@ -9445,48 +12710,114 @@ "type": "tidelift" } ], - "time": "2023-05-29T12:49:39+00:00" + "time": "2023-05-29T12:49:39+00:00" + }, + { + "name": "symfony/mime", + "version": "v6.3.3", + "source": { + "type": "git", + "url": "https://github.com/symfony/mime.git", + "reference": "9a0cbd52baa5ba5a5b1f0cacc59466f194730f98" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/mime/zipball/9a0cbd52baa5ba5a5b1f0cacc59466f194730f98", + "reference": "9a0cbd52baa5ba5a5b1f0cacc59466f194730f98", + "shasum": "" + }, + "require": { + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/polyfill-intl-idn": "^1.10", + "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": "<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": "^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": { + "psr-4": { + "Symfony\\Component\\Mime\\": "" + }, + "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": "Allows manipulating MIME messages", + "homepage": "https://symfony.com", + "keywords": [ + "mime", + "mime-type" + ], + "support": { + "source": "https://github.com/symfony/mime/tree/v6.3.3" + }, + "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-07-31T07:08:24+00:00" }, { - "name": "symfony/mime", - "version": "v6.3.3", + "name": "symfony/options-resolver", + "version": "v6.3.0", "source": { "type": "git", - "url": "https://github.com/symfony/mime.git", - "reference": "9a0cbd52baa5ba5a5b1f0cacc59466f194730f98" + "url": "https://github.com/symfony/options-resolver.git", + "reference": "a10f19f5198d589d5c33333cffe98dc9820332dd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/9a0cbd52baa5ba5a5b1f0cacc59466f194730f98", - "reference": "9a0cbd52baa5ba5a5b1f0cacc59466f194730f98", + "url": "https://api.github.com/repos/symfony/options-resolver/zipball/a10f19f5198d589d5c33333cffe98dc9820332dd", + "reference": "a10f19f5198d589d5c33333cffe98dc9820332dd", "shasum": "" }, "require": { "php": ">=8.1", - "symfony/deprecation-contracts": "^2.5|^3", - "symfony/polyfill-intl-idn": "^1.10", - "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": "<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": "^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" + "symfony/deprecation-contracts": "^2.5|^3" }, "type": "library", "autoload": { "psr-4": { - "Symfony\\Component\\Mime\\": "" + "Symfony\\Component\\OptionsResolver\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -9506,14 +12837,15 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Allows manipulating MIME messages", + "description": "Provides an improved replacement for the array_replace PHP function", "homepage": "https://symfony.com", "keywords": [ - "mime", - "mime-type" + "config", + "configuration", + "options" ], "support": { - "source": "https://github.com/symfony/mime/tree/v6.3.3" + "source": "https://github.com/symfony/options-resolver/tree/v6.3.0" }, "funding": [ { @@ -9529,7 +12861,7 @@ "type": "tidelift" } ], - "time": "2023-07-31T07:08:24+00:00" + "time": "2023-05-12T14:21:09+00:00" }, { "name": "symfony/polyfill-ctype", @@ -10266,6 +13598,76 @@ ], "time": "2022-11-03T14:55:06+00:00" }, + { + "name": "symfony/postmark-mailer", + "version": "v6.3.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/postmark-mailer.git", + "reference": "3294c1b98fbc53fdd149f947c209b4503de77797" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/postmark-mailer/zipball/3294c1b98fbc53fdd149f947c209b4503de77797", + "reference": "3294c1b98fbc53fdd149f947c209b4503de77797", + "shasum": "" + }, + "require": { + "php": ">=8.1", + "psr/event-dispatcher": "^1", + "symfony/mailer": "^5.4.21|^6.2.7" + }, + "conflict": { + "symfony/http-foundation": "<6.2" + }, + "require-dev": { + "symfony/http-client": "^5.4|^6.0", + "symfony/webhook": "^6.3" + }, + "type": "symfony-mailer-bridge", + "autoload": { + "psr-4": { + "Symfony\\Component\\Mailer\\Bridge\\Postmark\\": "" + }, + "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": "Symfony Postmark Mailer Bridge", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/postmark-mailer/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-21T14:42:22+00:00" + }, { "name": "symfony/process", "version": "v6.3.2", @@ -11292,6 +14694,108 @@ ], "time": "2023-05-04T09:38:01+00:00" }, + { + "name": "theiconic/name-parser", + "version": "v1.2.11", + "source": { + "type": "git", + "url": "https://github.com/theiconic/name-parser.git", + "reference": "9a54a713bf5b2e7fd990828147d42de16bf8a253" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/theiconic/name-parser/zipball/9a54a713bf5b2e7fd990828147d42de16bf8a253", + "reference": "9a54a713bf5b2e7fd990828147d42de16bf8a253", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "require-dev": { + "php-coveralls/php-coveralls": "^2.1", + "php-mock/php-mock-phpunit": "^2.1", + "phpunit/phpunit": "^7.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "TheIconic\\NameParser\\": [ + "src/", + "tests/" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "The Iconic", + "email": "engineering@theiconic.com.au" + } + ], + "description": "PHP library for parsing a string containing a full name into its parts", + "support": { + "issues": "https://github.com/theiconic/name-parser/issues", + "source": "https://github.com/theiconic/name-parser/tree/v1.2.11" + }, + "time": "2019-11-14T14:08:48+00:00" + }, + { + "name": "tightenco/collect", + "version": "v9.52.7", + "source": { + "type": "git", + "url": "https://github.com/tighten/collect.git", + "reference": "b15143cd11fe01a700fcc449df61adc64452fa6d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/tighten/collect/zipball/b15143cd11fe01a700fcc449df61adc64452fa6d", + "reference": "b15143cd11fe01a700fcc449df61adc64452fa6d", + "shasum": "" + }, + "require": { + "php": "^8.0", + "symfony/var-dumper": "^3.4 || ^4.0 || ^5.0 || ^6.0" + }, + "require-dev": { + "mockery/mockery": "^1.0", + "nesbot/carbon": "^2.23.0", + "phpunit/phpunit": "^8.3" + }, + "type": "library", + "autoload": { + "files": [ + "src/Collect/Support/helpers.php", + "src/Collect/Support/alias.php" + ], + "psr-4": { + "Tightenco\\Collect\\": "src/Collect" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Taylor Otwell", + "email": "taylorotwell@gmail.com" + } + ], + "description": "Collect - Illuminate Collections as a separate package.", + "keywords": [ + "collection", + "laravel" + ], + "support": { + "issues": "https://github.com/tighten/collect/issues", + "source": "https://github.com/tighten/collect/tree/v9.52.7" + }, + "time": "2023-04-14T21:51:36+00:00" + }, { "name": "tijsverkoyen/css-to-inline-styles", "version": "2.2.6", @@ -11565,6 +15069,52 @@ ], "time": "2022-03-08T17:03:00+00:00" }, + { + "name": "vyuldashev/xml-to-array", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/vyuldashev/xml-to-array.git", + "reference": "28542261014674a3e9615da335dba43c9dcf304b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/vyuldashev/xml-to-array/zipball/28542261014674a3e9615da335dba43c9dcf304b", + "reference": "28542261014674a3e9615da335dba43c9dcf304b", + "shasum": "" + }, + "require": { + "php": "^7.1|^8.0" + }, + "require-dev": { + "larapack/dd": "^1.1", + "phpunit/phpunit": "^7.5|^9.5", + "spatie/array-to-xml": "^2.7" + }, + "default-branch": true, + "type": "library", + "autoload": { + "psr-4": { + "Vyuldashev\\XmlToArray\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Vladimir Yuldashev", + "email": "misterio92@gmail.com" + } + ], + "description": "Convert xml to an array", + "support": { + "issues": "https://github.com/vyuldashev/xml-to-array/issues", + "source": "https://github.com/vyuldashev/xml-to-array/tree/v1.1.0" + }, + "time": "2022-08-23T23:18:27+00:00" + }, { "name": "webmozart/assert", "version": "1.11.0", @@ -12226,65 +15776,6 @@ }, "time": "2020-07-09T08:09:16+00:00" }, - { - "name": "jean85/pretty-package-versions", - "version": "2.0.5", - "source": { - "type": "git", - "url": "https://github.com/Jean85/pretty-package-versions.git", - "reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/ae547e455a3d8babd07b96966b17d7fd21d9c6af", - "reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af", - "shasum": "" - }, - "require": { - "composer-runtime-api": "^2.0.0", - "php": "^7.1|^8.0" - }, - "require-dev": { - "friendsofphp/php-cs-fixer": "^2.17", - "jean85/composer-provided-replaced-stub-package": "^1.0", - "phpstan/phpstan": "^0.12.66", - "phpunit/phpunit": "^7.5|^8.5|^9.4", - "vimeo/psalm": "^4.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.x-dev" - } - }, - "autoload": { - "psr-4": { - "Jean85\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Alessandro Lai", - "email": "alessandro.lai85@gmail.com" - } - ], - "description": "A library to get pretty versions strings of installed dependencies", - "keywords": [ - "composer", - "package", - "release", - "versions" - ], - "support": { - "issues": "https://github.com/Jean85/pretty-package-versions/issues", - "source": "https://github.com/Jean85/pretty-package-versions/tree/2.0.5" - }, - "time": "2021-10-08T21:21:46+00:00" - }, { "name": "laravel/dusk", "version": "v7.9.3", @@ -14770,5 +18261,5 @@ "php": "^8.2" }, "platform-dev": [], - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.3.0" } From 8dbfa830f4e7ac6f9d9e2eabe187ad60232cf347 Mon Sep 17 00:00:00 2001 From: Nolan Ehrstrom Date: Wed, 22 Nov 2023 13:40:23 -0800 Subject: [PATCH 2/4] Do not run clear-compiled when refreshing cache --- ProcessMaker/Jobs/RefreshArtisanCaches.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ProcessMaker/Jobs/RefreshArtisanCaches.php b/ProcessMaker/Jobs/RefreshArtisanCaches.php index 260c1734f1..719f3d8583 100644 --- a/ProcessMaker/Jobs/RefreshArtisanCaches.php +++ b/ProcessMaker/Jobs/RefreshArtisanCaches.php @@ -31,10 +31,10 @@ public function __construct() */ public function handle() { - Artisan::call('clear-compiled', $options = [ + $options = [ '--no-interaction' => true, '--quiet' => true, - ]); + ]; if (app()->configurationIsCached()) { Artisan::call('config:cache', $options); From e9fa2d5109e7dbcfb3e70a72eae854927281d97c Mon Sep 17 00:00:00 2001 From: Nolan Ehrstrom Date: Wed, 22 Nov 2023 14:29:20 -0800 Subject: [PATCH 3/4] Remove accidentally committed files --- composer.json | 44 +- composer.lock | 5121 ++++++++----------------------------------------- 2 files changed, 819 insertions(+), 4346 deletions(-) diff --git a/composer.json b/composer.json index ad9a5eb8d2..6bd1cf6ced 100644 --- a/composer.json +++ b/composer.json @@ -39,48 +39,12 @@ "php-amqplib/php-amqplib": "^3.5", "pion/laravel-chunk-upload": "^1.5", "predis/predis": "^2.0", - "processmaker/connector-docusign": "^1.6", - "processmaker/connector-idp": "^1.6", - "processmaker/connector-pdf-print": "^1.15", - "processmaker/connector-send-email": "^1.23", - "processmaker/connector-slack": "^1.7", - "processmaker/docker-executor-cdata": "^1.0", "processmaker/docker-executor-lua": "^1.0", - "processmaker/docker-executor-node": "^1.1", - "processmaker/docker-executor-node-ssr": "^1.5", - "processmaker/docker-executor-php": "^1.2", + "processmaker/docker-executor-node": "1.1.0", + "processmaker/docker-executor-php": "1.2.0", "processmaker/laravel-i18next": "dev-master", - "processmaker/nayra": "^1.10", - "processmaker/package-actions-by-email": "^1.15", - "processmaker/package-advanced-user-manager": "^1.8", - "processmaker/package-ai": "^1.3", - "processmaker/package-analytics-reporting": "^1.3", - "processmaker/package-auth": "^1.15", - "processmaker/package-cdata": "^1.0", - "processmaker/package-collections": "^2.13", - "processmaker/package-comments": "^1.9", - "processmaker/package-conversational-forms": "^1.6", - "processmaker/package-data-sources": "^1.23", - "processmaker/package-decision-engine": "^1.6", - "processmaker/package-dynamic-ui": "^1.15", - "processmaker/package-files": "^1.11", - "processmaker/package-googleplaces": "^1.9", - "processmaker/package-photo-video": "^1.2", - "processmaker/package-pm-blocks": "^1.3", - "processmaker/package-process-documenter": "^1.8", - "processmaker/package-process-optimization": "^1.8", - "processmaker/package-product-analytics": "^1.5", - "processmaker/package-projects": "^1.0", - "processmaker/package-savedsearch": "^1.29", - "processmaker/package-sentry": "^1.7", - "processmaker/package-signature": "^1.10", - "processmaker/package-testing": "^1.0", - "processmaker/package-translations": "^2.7", - "processmaker/package-versions": "^1.8", - "processmaker/package-vocabularies": "^2.13", - "processmaker/package-webentry": "^2.18", - "processmaker/packages": "^4.2@RC", - "processmaker/pmql": "^1.12", + "processmaker/nayra": "1.10.0", + "processmaker/pmql": "1.12.0", "psr/simple-cache": "^2.0", "pusher/pusher-php-server": "^7.0", "ralouphie/getallheaders": "^3.0", diff --git a/composer.lock b/composer.lock index fe9f971ee6..b4288453c3 100644 --- a/composer.lock +++ b/composer.lock @@ -4,126 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "526f1c4c8bca21e1d0e5a2d1c760f6bf", + "content-hash": "41dd20696789672f84d20f94ad4b91c8", "packages": [ - { - "name": "aacotroneo/laravel-saml2", - "version": "2.1.0", - "source": { - "type": "git", - "url": "https://github.com/aacotroneo/laravel-saml2.git", - "reference": "6ed350b37aec3470655335a33e24496e15bde9b7" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/aacotroneo/laravel-saml2/zipball/6ed350b37aec3470655335a33e24496e15bde9b7", - "reference": "6ed350b37aec3470655335a33e24496e15bde9b7", - "shasum": "" - }, - "require": { - "ext-openssl": "*", - "illuminate/support": ">=5.0.0", - "onelogin/php-saml": "^3.0.0", - "php": ">=5.5.0" - }, - "require-dev": { - "mockery/mockery": "0.9.*", - "phpunit/phpunit": "~4.0" - }, - "type": "library", - "extra": { - "laravel": { - "providers": [ - "Aacotroneo\\Saml2\\Saml2ServiceProvider" - ] - } - }, - "autoload": { - "psr-0": { - "Aacotroneo\\Saml2\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "aacotroneo", - "email": "aacotroneo@gmail.com" - }, - { - "name": "Niraj Patkar", - "email": "niraj@alphonso.in" - } - ], - "description": "A Laravel package for Saml2 integration as a SP (service provider) for multiple IdPs, based on OneLogin toolkit which is much more lightweight than simplesamlphp.", - "homepage": "https://github.com/aacotroneo/laravel-saml2", - "keywords": [ - "SAML2", - "laravel", - "onelogin", - "saml" - ], - "support": { - "issues": "https://github.com/aacotroneo/laravel-saml2/issues", - "source": "https://github.com/aacotroneo/laravel-saml2/tree/master" - }, - "time": "2019-10-01T23:05:14+00:00" - }, - { - "name": "adbario/php-dot-notation", - "version": "2.x-dev", - "source": { - "type": "git", - "url": "https://github.com/adbario/php-dot-notation.git", - "reference": "081e2cca50c84bfeeea2e3ef9b2c8d206d80ccae" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/adbario/php-dot-notation/zipball/081e2cca50c84bfeeea2e3ef9b2c8d206d80ccae", - "reference": "081e2cca50c84bfeeea2e3ef9b2c8d206d80ccae", - "shasum": "" - }, - "require": { - "ext-json": "*", - "php": "^5.5 || ^7.0 || ^8.0" - }, - "require-dev": { - "phpunit/phpunit": "^4.8|^5.7|^6.6|^7.5|^8.5|^9.5", - "squizlabs/php_codesniffer": "^3.6" - }, - "type": "library", - "autoload": { - "files": [ - "src/helpers.php" - ], - "psr-4": { - "Adbar\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Riku Särkinen", - "email": "riku@adbar.io" - } - ], - "description": "PHP dot notation access to arrays", - "homepage": "https://github.com/adbario/php-dot-notation", - "keywords": [ - "ArrayAccess", - "dotnotation" - ], - "support": { - "issues": "https://github.com/adbario/php-dot-notation/issues", - "source": "https://github.com/adbario/php-dot-notation/tree/2.x" - }, - "time": "2022-10-14T20:31:46+00:00" - }, { "name": "aws/aws-crt-php", "version": "v1.2.2", @@ -606,72 +488,6 @@ ], "time": "2023-01-15T23:15:59+00:00" }, - { - "name": "clue/stream-filter", - "version": "v1.6.0", - "source": { - "type": "git", - "url": "https://github.com/clue/stream-filter.git", - "reference": "d6169430c7731d8509da7aecd0af756a5747b78e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/clue/stream-filter/zipball/d6169430c7731d8509da7aecd0af756a5747b78e", - "reference": "d6169430c7731d8509da7aecd0af756a5747b78e", - "shasum": "" - }, - "require": { - "php": ">=5.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.36" - }, - "type": "library", - "autoload": { - "files": [ - "src/functions_include.php" - ], - "psr-4": { - "Clue\\StreamFilter\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Christian Lück", - "email": "christian@clue.engineering" - } - ], - "description": "A simple and modern approach to stream filtering in PHP", - "homepage": "https://github.com/clue/php-stream-filter", - "keywords": [ - "bucket brigade", - "callback", - "filter", - "php_user_filter", - "stream", - "stream_filter_append", - "stream_filter_register" - ], - "support": { - "issues": "https://github.com/clue/stream-filter/issues", - "source": "https://github.com/clue/stream-filter/tree/v1.6.0" - }, - "funding": [ - { - "url": "https://clue.engineering/support", - "type": "custom" - }, - { - "url": "https://github.com/clue", - "type": "github" - } - ], - "time": "2022-02-21T13:15:14+00:00" - }, { "name": "composer/semver", "version": "3.3.2", @@ -974,80 +790,6 @@ }, "time": "2022-10-27T11:44:00+00:00" }, - { - "name": "directorytree/ldaprecord", - "version": "v2.20.5", - "source": { - "type": "git", - "url": "https://github.com/DirectoryTree/LdapRecord.git", - "reference": "5bd0a5a9d257cf1049ae83055dbba4c3479ddf16" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/DirectoryTree/LdapRecord/zipball/5bd0a5a9d257cf1049ae83055dbba4c3479ddf16", - "reference": "5bd0a5a9d257cf1049ae83055dbba4c3479ddf16", - "shasum": "" - }, - "require": { - "ext-json": "*", - "ext-ldap": "*", - "illuminate/contracts": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0", - "nesbot/carbon": "^1.0|^2.0", - "php": ">=7.3", - "psr/log": "^1.0|^2.0|^3.0", - "psr/simple-cache": "^1.0|^2.0", - "symfony/polyfill-php80": "^1.25", - "tightenco/collect": "^5.6|^6.0|^7.0|^8.0|^9.0" - }, - "require-dev": { - "mockery/mockery": "^1.0", - "phpunit/phpunit": "^9.0", - "spatie/ray": "^1.24" - }, - "type": "library", - "autoload": { - "psr-4": { - "LdapRecord\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Steve Bauman", - "email": "steven_bauman@outlook.com", - "role": "Developer" - } - ], - "description": "A fully-featured LDAP ORM.", - "homepage": "https://www.ldaprecord.com", - "keywords": [ - "active directory", - "ad", - "adLDAP", - "adldap2", - "directory", - "ldap", - "ldaprecord", - "orm", - "windows" - ], - "support": { - "docs": "https://ldaprecord.com", - "email": "steven_bauman@outlook.com", - "issues": "https://github.com/DirectoryTree/LdapRecord/issues", - "source": "https://github.com/DirectoryTree/LdapRecord" - }, - "funding": [ - { - "url": "https://github.com/stevebauman", - "type": "github" - } - ], - "time": "2023-10-11T16:34:34+00:00" - }, { "name": "doctrine/annotations", "version": "2.0.1", @@ -1868,67 +1610,6 @@ ], "time": "2023-08-07T14:53:59+00:00" }, - { - "name": "ezyang/htmlpurifier", - "version": "v4.17.0", - "source": { - "type": "git", - "url": "https://github.com/ezyang/htmlpurifier.git", - "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/bbc513d79acf6691fa9cf10f192c90dd2957f18c", - "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c", - "shasum": "" - }, - "require": { - "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0" - }, - "require-dev": { - "cerdic/css-tidy": "^1.7 || ^2.0", - "simpletest/simpletest": "dev-master" - }, - "suggest": { - "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.", - "ext-bcmath": "Used for unit conversion and imagecrash protection", - "ext-iconv": "Converts text to and from non-UTF-8 encodings", - "ext-tidy": "Used for pretty-printing HTML" - }, - "type": "library", - "autoload": { - "files": [ - "library/HTMLPurifier.composer.php" - ], - "psr-0": { - "HTMLPurifier": "library/" - }, - "exclude-from-classmap": [ - "/library/HTMLPurifier/Language/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "LGPL-2.1-or-later" - ], - "authors": [ - { - "name": "Edward Z. Yang", - "email": "admin@htmlpurifier.org", - "homepage": "http://ezyang.com" - } - ], - "description": "Standards compliant HTML filter written in PHP", - "homepage": "http://htmlpurifier.org/", - "keywords": [ - "html" - ], - "support": { - "issues": "https://github.com/ezyang/htmlpurifier/issues", - "source": "https://github.com/ezyang/htmlpurifier/tree/v4.17.0" - }, - "time": "2023-11-17T15:01:25+00:00" - }, { "name": "fakerphp/faker", "version": "v1.23.0", @@ -3003,64 +2684,6 @@ ], "time": "2021-10-07T12:57:01+00:00" }, - { - "name": "http-interop/http-factory-guzzle", - "version": "1.2.0", - "source": { - "type": "git", - "url": "https://github.com/http-interop/http-factory-guzzle.git", - "reference": "8f06e92b95405216b237521cc64c804dd44c4a81" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/http-interop/http-factory-guzzle/zipball/8f06e92b95405216b237521cc64c804dd44c4a81", - "reference": "8f06e92b95405216b237521cc64c804dd44c4a81", - "shasum": "" - }, - "require": { - "guzzlehttp/psr7": "^1.7||^2.0", - "php": ">=7.3", - "psr/http-factory": "^1.0" - }, - "provide": { - "psr/http-factory-implementation": "^1.0" - }, - "require-dev": { - "http-interop/http-factory-tests": "^0.9", - "phpunit/phpunit": "^9.5" - }, - "suggest": { - "guzzlehttp/psr7": "Includes an HTTP factory starting in version 2.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Http\\Factory\\Guzzle\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" - } - ], - "description": "An HTTP Factory using Guzzle PSR7", - "keywords": [ - "factory", - "http", - "psr-17", - "psr-7" - ], - "support": { - "issues": "https://github.com/http-interop/http-factory-guzzle/issues", - "source": "https://github.com/http-interop/http-factory-guzzle/tree/1.2.0" - }, - "time": "2021-07-21T13:50:14+00:00" - }, { "name": "igaster/laravel-theme", "version": "v2.0.19", @@ -3209,76 +2832,17 @@ "time": "2022-05-21T17:30:32+00:00" }, { - "name": "jean85/pretty-package-versions", - "version": "2.0.5", + "name": "laravel/framework", + "version": "v10.20.0", "source": { "type": "git", - "url": "https://github.com/Jean85/pretty-package-versions.git", - "reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af" + "url": "https://github.com/laravel/framework.git", + "reference": "a655dca3fbe83897e22adff652b1878ba352d041" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/ae547e455a3d8babd07b96966b17d7fd21d9c6af", - "reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af", - "shasum": "" - }, - "require": { - "composer-runtime-api": "^2.0.0", - "php": "^7.1|^8.0" - }, - "require-dev": { - "friendsofphp/php-cs-fixer": "^2.17", - "jean85/composer-provided-replaced-stub-package": "^1.0", - "phpstan/phpstan": "^0.12.66", - "phpunit/phpunit": "^7.5|^8.5|^9.4", - "vimeo/psalm": "^4.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.x-dev" - } - }, - "autoload": { - "psr-4": { - "Jean85\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Alessandro Lai", - "email": "alessandro.lai85@gmail.com" - } - ], - "description": "A library to get pretty versions strings of installed dependencies", - "keywords": [ - "composer", - "package", - "release", - "versions" - ], - "support": { - "issues": "https://github.com/Jean85/pretty-package-versions/issues", - "source": "https://github.com/Jean85/pretty-package-versions/tree/2.0.5" - }, - "time": "2021-10-08T21:21:46+00:00" - }, - { - "name": "laravel/framework", - "version": "v10.20.0", - "source": { - "type": "git", - "url": "https://github.com/laravel/framework.git", - "reference": "a655dca3fbe83897e22adff652b1878ba352d041" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/a655dca3fbe83897e22adff652b1878ba352d041", - "reference": "a655dca3fbe83897e22adff652b1878ba352d041", + "url": "https://api.github.com/repos/laravel/framework/zipball/a655dca3fbe83897e22adff652b1878ba352d041", + "reference": "a655dca3fbe83897e22adff652b1878ba352d041", "shasum": "" }, "require": { @@ -3804,76 +3368,6 @@ }, "time": "2023-07-14T13:56:28+00:00" }, - { - "name": "laravel/socialite", - "version": "v5.10.0", - "source": { - "type": "git", - "url": "https://github.com/laravel/socialite.git", - "reference": "f376b6eda9084899e37ac08bafd64a95edf9c6c0" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/laravel/socialite/zipball/f376b6eda9084899e37ac08bafd64a95edf9c6c0", - "reference": "f376b6eda9084899e37ac08bafd64a95edf9c6c0", - "shasum": "" - }, - "require": { - "ext-json": "*", - "guzzlehttp/guzzle": "^6.0|^7.0", - "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/http": "^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0", - "league/oauth1-client": "^1.10.1", - "php": "^7.2|^8.0" - }, - "require-dev": { - "mockery/mockery": "^1.0", - "orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0", - "phpstan/phpstan": "^1.10", - "phpunit/phpunit": "^8.0|^9.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.x-dev" - }, - "laravel": { - "providers": [ - "Laravel\\Socialite\\SocialiteServiceProvider" - ], - "aliases": { - "Socialite": "Laravel\\Socialite\\Facades\\Socialite" - } - } - }, - "autoload": { - "psr-4": { - "Laravel\\Socialite\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" - } - ], - "description": "Laravel wrapper around OAuth 1 & OAuth 2 libraries.", - "homepage": "https://laravel.com", - "keywords": [ - "laravel", - "oauth" - ], - "support": { - "issues": "https://github.com/laravel/socialite/issues", - "source": "https://github.com/laravel/socialite" - }, - "time": "2023-10-30T22:09:58+00:00" - }, { "name": "laravel/telescope", "version": "v4.16.1", @@ -4989,82 +4483,6 @@ ], "time": "2023-08-05T12:09:49+00:00" }, - { - "name": "league/oauth1-client", - "version": "v1.10.1", - "source": { - "type": "git", - "url": "https://github.com/thephpleague/oauth1-client.git", - "reference": "d6365b901b5c287dd41f143033315e2f777e1167" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/thephpleague/oauth1-client/zipball/d6365b901b5c287dd41f143033315e2f777e1167", - "reference": "d6365b901b5c287dd41f143033315e2f777e1167", - "shasum": "" - }, - "require": { - "ext-json": "*", - "ext-openssl": "*", - "guzzlehttp/guzzle": "^6.0|^7.0", - "guzzlehttp/psr7": "^1.7|^2.0", - "php": ">=7.1||>=8.0" - }, - "require-dev": { - "ext-simplexml": "*", - "friendsofphp/php-cs-fixer": "^2.17", - "mockery/mockery": "^1.3.3", - "phpstan/phpstan": "^0.12.42", - "phpunit/phpunit": "^7.5||9.5" - }, - "suggest": { - "ext-simplexml": "For decoding XML-based responses." - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev", - "dev-develop": "2.0-dev" - } - }, - "autoload": { - "psr-4": { - "League\\OAuth1\\Client\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Ben Corlett", - "email": "bencorlett@me.com", - "homepage": "http://www.webcomm.com.au", - "role": "Developer" - } - ], - "description": "OAuth 1.0 Client Library", - "keywords": [ - "Authentication", - "SSO", - "authorization", - "bitbucket", - "identity", - "idp", - "oauth", - "oauth1", - "single sign on", - "trello", - "tumblr", - "twitter" - ], - "support": { - "issues": "https://github.com/thephpleague/oauth1-client/issues", - "source": "https://github.com/thephpleague/oauth1-client/tree/v1.10.1" - }, - "time": "2022-04-15T14:02:14+00:00" - }, { "name": "league/oauth2-server", "version": "8.5.3", @@ -5405,113 +4823,6 @@ ], "time": "2023-06-21T14:59:35+00:00" }, - { - "name": "markbaker/complex", - "version": "3.0.2", - "source": { - "type": "git", - "url": "https://github.com/MarkBaker/PHPComplex.git", - "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/95c56caa1cf5c766ad6d65b6344b807c1e8405b9", - "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9", - "shasum": "" - }, - "require": { - "php": "^7.2 || ^8.0" - }, - "require-dev": { - "dealerdirect/phpcodesniffer-composer-installer": "dev-master", - "phpcompatibility/php-compatibility": "^9.3", - "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", - "squizlabs/php_codesniffer": "^3.7" - }, - "type": "library", - "autoload": { - "psr-4": { - "Complex\\": "classes/src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Mark Baker", - "email": "mark@lange.demon.co.uk" - } - ], - "description": "PHP Class for working with complex numbers", - "homepage": "https://github.com/MarkBaker/PHPComplex", - "keywords": [ - "complex", - "mathematics" - ], - "support": { - "issues": "https://github.com/MarkBaker/PHPComplex/issues", - "source": "https://github.com/MarkBaker/PHPComplex/tree/3.0.2" - }, - "time": "2022-12-06T16:21:08+00:00" - }, - { - "name": "markbaker/matrix", - "version": "3.0.1", - "source": { - "type": "git", - "url": "https://github.com/MarkBaker/PHPMatrix.git", - "reference": "728434227fe21be27ff6d86621a1b13107a2562c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/728434227fe21be27ff6d86621a1b13107a2562c", - "reference": "728434227fe21be27ff6d86621a1b13107a2562c", - "shasum": "" - }, - "require": { - "php": "^7.1 || ^8.0" - }, - "require-dev": { - "dealerdirect/phpcodesniffer-composer-installer": "dev-master", - "phpcompatibility/php-compatibility": "^9.3", - "phpdocumentor/phpdocumentor": "2.*", - "phploc/phploc": "^4.0", - "phpmd/phpmd": "2.*", - "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", - "sebastian/phpcpd": "^4.0", - "squizlabs/php_codesniffer": "^3.7" - }, - "type": "library", - "autoload": { - "psr-4": { - "Matrix\\": "classes/src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Mark Baker", - "email": "mark@demon-angel.eu" - } - ], - "description": "PHP Class for working with matrices", - "homepage": "https://github.com/MarkBaker/PHPMatrix", - "keywords": [ - "mathematics", - "matrix", - "vector" - ], - "support": { - "issues": "https://github.com/MarkBaker/PHPMatrix/issues", - "source": "https://github.com/MarkBaker/PHPMatrix/tree/3.0.1" - }, - "time": "2022-12-02T22:17:43+00:00" - }, { "name": "mateusjunges/laravel-kafka", "version": "v1.13.2", @@ -6375,61 +5686,6 @@ ], "time": "2023-05-02T11:26:24+00:00" }, - { - "name": "onelogin/php-saml", - "version": "3.6.1", - "source": { - "type": "git", - "url": "https://github.com/onelogin/php-saml.git", - "reference": "a7328b11887660ad248ea10952dd67a5aa73ba3b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/onelogin/php-saml/zipball/a7328b11887660ad248ea10952dd67a5aa73ba3b", - "reference": "a7328b11887660ad248ea10952dd67a5aa73ba3b", - "shasum": "" - }, - "require": { - "php": ">=5.4", - "robrichards/xmlseclibs": ">=3.1.1" - }, - "require-dev": { - "pdepend/pdepend": "^2.5.0", - "php-coveralls/php-coveralls": "^1.0.2 || ^2.0", - "phploc/phploc": "^2.1 || ^3.0 || ^4.0", - "phpunit/phpunit": "<7.5.18", - "sebastian/phpcpd": "^2.0 || ^3.0 || ^4.0", - "squizlabs/php_codesniffer": "^3.1.1" - }, - "suggest": { - "ext-curl": "Install curl lib to be able to use the IdPMetadataParser for parsing remote XMLs", - "ext-gettext": "Install gettext and php5-gettext libs to handle translations", - "ext-openssl": "Install openssl lib in order to handle with x509 certs (require to support sign and encryption)" - }, - "type": "library", - "autoload": { - "psr-4": { - "OneLogin\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "OneLogin PHP SAML Toolkit", - "homepage": "https://developers.onelogin.com/saml/php", - "keywords": [ - "SAML2", - "onelogin", - "saml" - ], - "support": { - "email": "sixto.garcia@onelogin.com", - "issues": "https://github.com/onelogin/php-saml/issues", - "source": "https://github.com/onelogin/php-saml/" - }, - "time": "2021-03-02T10:13:07+00:00" - }, { "name": "openai-php/client", "version": "v0.5.3", @@ -6919,86 +6175,17 @@ "time": "2023-07-01T11:25:08+00:00" }, { - "name": "php-http/client-common", - "version": "2.7.0", + "name": "php-http/discovery", + "version": "1.19.1", "source": { "type": "git", - "url": "https://github.com/php-http/client-common.git", - "reference": "880509727a447474d2a71b7d7fa5d268ddd3db4b" + "url": "https://github.com/php-http/discovery.git", + "reference": "57f3de01d32085fea20865f9b16fb0e69347c39e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/client-common/zipball/880509727a447474d2a71b7d7fa5d268ddd3db4b", - "reference": "880509727a447474d2a71b7d7fa5d268ddd3db4b", - "shasum": "" - }, - "require": { - "php": "^7.1 || ^8.0", - "php-http/httplug": "^2.0", - "php-http/message": "^1.6", - "psr/http-client": "^1.0", - "psr/http-factory": "^1.0", - "psr/http-message": "^1.0 || ^2.0", - "symfony/options-resolver": "~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0 || ^6.0", - "symfony/polyfill-php80": "^1.17" - }, - "require-dev": { - "doctrine/instantiator": "^1.1", - "guzzlehttp/psr7": "^1.4", - "nyholm/psr7": "^1.2", - "phpspec/phpspec": "^5.1 || ^6.3 || ^7.1", - "phpspec/prophecy": "^1.10.2", - "phpunit/phpunit": "^7.5.20 || ^8.5.33 || ^9.6.7" - }, - "suggest": { - "ext-json": "To detect JSON responses with the ContentTypePlugin", - "ext-libxml": "To detect XML responses with the ContentTypePlugin", - "php-http/cache-plugin": "PSR-6 Cache plugin", - "php-http/logger-plugin": "PSR-3 Logger plugin", - "php-http/stopwatch-plugin": "Symfony Stopwatch plugin" - }, - "type": "library", - "autoload": { - "psr-4": { - "Http\\Client\\Common\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Márk Sági-Kazár", - "email": "mark.sagikazar@gmail.com" - } - ], - "description": "Common HTTP Client implementations and tools for HTTPlug", - "homepage": "http://httplug.io", - "keywords": [ - "client", - "common", - "http", - "httplug" - ], - "support": { - "issues": "https://github.com/php-http/client-common/issues", - "source": "https://github.com/php-http/client-common/tree/2.7.0" - }, - "time": "2023-05-17T06:46:59+00:00" - }, - { - "name": "php-http/discovery", - "version": "1.19.1", - "source": { - "type": "git", - "url": "https://github.com/php-http/discovery.git", - "reference": "57f3de01d32085fea20865f9b16fb0e69347c39e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-http/discovery/zipball/57f3de01d32085fea20865f9b16fb0e69347c39e", - "reference": "57f3de01d32085fea20865f9b16fb0e69347c39e", + "url": "https://api.github.com/repos/php-http/discovery/zipball/57f3de01d32085fea20865f9b16fb0e69347c39e", + "reference": "57f3de01d32085fea20865f9b16fb0e69347c39e", "shasum": "" }, "require": { @@ -7122,130 +6309,6 @@ }, "time": "2023-04-14T15:10:03+00:00" }, - { - "name": "php-http/message", - "version": "1.16.0", - "source": { - "type": "git", - "url": "https://github.com/php-http/message.git", - "reference": "47a14338bf4ebd67d317bf1144253d7db4ab55fd" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-http/message/zipball/47a14338bf4ebd67d317bf1144253d7db4ab55fd", - "reference": "47a14338bf4ebd67d317bf1144253d7db4ab55fd", - "shasum": "" - }, - "require": { - "clue/stream-filter": "^1.5", - "php": "^7.2 || ^8.0", - "psr/http-message": "^1.1 || ^2.0" - }, - "provide": { - "php-http/message-factory-implementation": "1.0" - }, - "require-dev": { - "ergebnis/composer-normalize": "^2.6", - "ext-zlib": "*", - "guzzlehttp/psr7": "^1.0 || ^2.0", - "laminas/laminas-diactoros": "^2.0 || ^3.0", - "php-http/message-factory": "^1.0.2", - "phpspec/phpspec": "^5.1 || ^6.3 || ^7.1", - "slim/slim": "^3.0" - }, - "suggest": { - "ext-zlib": "Used with compressor/decompressor streams", - "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories", - "laminas/laminas-diactoros": "Used with Diactoros Factories", - "slim/slim": "Used with Slim Framework PSR-7 implementation" - }, - "type": "library", - "autoload": { - "files": [ - "src/filters.php" - ], - "psr-4": { - "Http\\Message\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Márk Sági-Kazár", - "email": "mark.sagikazar@gmail.com" - } - ], - "description": "HTTP Message related tools", - "homepage": "http://php-http.org", - "keywords": [ - "http", - "message", - "psr-7" - ], - "support": { - "issues": "https://github.com/php-http/message/issues", - "source": "https://github.com/php-http/message/tree/1.16.0" - }, - "time": "2023-05-17T06:43:38+00:00" - }, - { - "name": "php-http/message-factory", - "version": "1.1.0", - "source": { - "type": "git", - "url": "https://github.com/php-http/message-factory.git", - "reference": "4d8778e1c7d405cbb471574821c1ff5b68cc8f57" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-http/message-factory/zipball/4d8778e1c7d405cbb471574821c1ff5b68cc8f57", - "reference": "4d8778e1c7d405cbb471574821c1ff5b68cc8f57", - "shasum": "" - }, - "require": { - "php": ">=5.4", - "psr/http-message": "^1.0 || ^2.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.x-dev" - } - }, - "autoload": { - "psr-4": { - "Http\\Message\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Márk Sági-Kazár", - "email": "mark.sagikazar@gmail.com" - } - ], - "description": "Factory interfaces for PSR-7 HTTP Message", - "homepage": "http://php-http.org", - "keywords": [ - "factory", - "http", - "message", - "stream", - "uri" - ], - "support": { - "issues": "https://github.com/php-http/message-factory/issues", - "source": "https://github.com/php-http/message-factory/tree/1.1.0" - }, - "abandoned": "psr/http-factory", - "time": "2023-04-14T14:16:17+00:00" - }, { "name": "php-http/multipart-stream-builder", "version": "1.3.0", @@ -7360,393 +6423,170 @@ "time": "2020-07-07T09:29:14+00:00" }, { - "name": "php-imap/php-imap", - "version": "4.5.3", + "name": "phpoption/phpoption", + "version": "1.9.1", "source": { "type": "git", - "url": "https://github.com/barbushin/php-imap.git", - "reference": "d4f62bf2103f8bbd3ffe337e4df75e2c6ba6a2e7" + "url": "https://github.com/schmittjoh/php-option.git", + "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/barbushin/php-imap/zipball/d4f62bf2103f8bbd3ffe337e4df75e2c6ba6a2e7", - "reference": "d4f62bf2103f8bbd3ffe337e4df75e2c6ba6a2e7", + "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/dd3a383e599f49777d8b628dadbb90cae435b87e", + "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e", "shasum": "" }, "require": { - "ext-fileinfo": "*", - "ext-iconv": "*", - "ext-imap": "*", - "ext-json": "*", - "ext-mbstring": "*", - "php": "^7.2 || ^8.0" + "php": "^7.2.5 || ^8.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.4", - "maglnet/composer-require-checker": "^2.0|^3.2", - "nikic/php-parser": "^4.3,<4.7|^4.10", - "paragonie/hidden-string": "^1.0", - "php-parallel-lint/php-parallel-lint": "^1.3", - "phpunit/phpunit": "^8.5|^9.5", - "povils/phpmnd": "^2.2", - "psalm/plugin-phpunit": "^0.10.0|^0.15.1", - "roave/security-advisories": "dev-master", - "sebastian/phpcpd": "^4.1|^6.0" - }, - "suggest": { - "ext-fileinfo": "To facilitate IncomingMailAttachment::getFileInfo() auto-detection" + "bamarni/composer-bin-plugin": "^1.8.2", + "phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12" }, "type": "library", + "extra": { + "bamarni-bin": { + "bin-links": true, + "forward-command": true + }, + "branch-alias": { + "dev-master": "1.9-dev" + } + }, "autoload": { "psr-4": { - "PhpImap\\": "src/PhpImap" + "PhpOption\\": "src/PhpOption/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "Apache-2.0" ], "authors": [ { - "name": "Sergey Barbushin", - "email": "barbushin@gmail.com", - "homepage": "http://linkedin.com/in/barbushin" + "name": "Johannes M. Schmitt", + "email": "schmittjoh@gmail.com", + "homepage": "https://github.com/schmittjoh" + }, + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" } ], - "description": "Manage mailboxes, filter/get/delete emails in PHP (supports IMAP/POP3/NNTP)", - "homepage": "https://github.com/barbushin/php-imap", + "description": "Option Type for PHP", "keywords": [ - "imap", - "mail", - "mailbox", + "language", + "option", "php", - "pop3", - "receive emails" + "type" ], "support": { - "issues": "https://github.com/barbushin/php-imap/issues", - "source": "https://github.com/barbushin/php-imap/tree/4.5.3" + "issues": "https://github.com/schmittjoh/php-option/issues", + "source": "https://github.com/schmittjoh/php-option/tree/1.9.1" }, - "time": "2022-03-12T01:38:35+00:00" + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption", + "type": "tidelift" + } + ], + "time": "2023-02-25T19:38:58+00:00" }, { - "name": "phplang/scope-exit", - "version": "1.0.0", + "name": "phpseclib/bcmath_compat", + "version": "2.0.1", "source": { "type": "git", - "url": "https://github.com/phplang/scope-exit.git", - "reference": "239b73abe89f9414aa85a7ca075ec9445629192b" + "url": "https://github.com/phpseclib/bcmath_compat.git", + "reference": "2ffea8bfe1702b4535a7b3c2649c4301968e9a3c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phplang/scope-exit/zipball/239b73abe89f9414aa85a7ca075ec9445629192b", - "reference": "239b73abe89f9414aa85a7ca075ec9445629192b", + "url": "https://api.github.com/repos/phpseclib/bcmath_compat/zipball/2ffea8bfe1702b4535a7b3c2649c4301968e9a3c", + "reference": "2ffea8bfe1702b4535a7b3c2649c4301968e9a3c", "shasum": "" }, + "require": { + "phpseclib/phpseclib": "^3.0" + }, + "provide": { + "ext-bcmath": "8.1.0" + }, "require-dev": { - "phpunit/phpunit": "*" + "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4", + "squizlabs/php_codesniffer": "^3.0" + }, + "suggest": { + "ext-gmp": "Will enable faster math operations" }, "type": "library", "autoload": { + "files": [ + "lib/bcmath.php" + ], "psr-4": { - "PhpLang\\": "src/" + "bcmath_compat\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD" + "MIT" ], "authors": [ { - "name": "Sara Golemon", - "email": "pollita@php.net", - "homepage": "https://twitter.com/SaraMG", - "role": "Developer" + "name": "Jim Wigginton", + "email": "terrafrost@php.net", + "homepage": "http://phpseclib.sourceforge.net" } ], - "description": "Emulation of SCOPE_EXIT construct from C++", - "homepage": "https://github.com/phplang/scope-exit", + "description": "PHP 5.x-8.x polyfill for bcmath extension", "keywords": [ - "cleanup", - "exit", - "scope" + "BigInteger", + "bcmath", + "bigdecimal", + "math", + "polyfill" ], "support": { - "issues": "https://github.com/phplang/scope-exit/issues", - "source": "https://github.com/phplang/scope-exit/tree/master" + "email": "terrafrost@php.net", + "issues": "https://github.com/phpseclib/bcmath_compat/issues", + "source": "https://github.com/phpseclib/bcmath_compat" }, - "time": "2016-09-17T00:15:18+00:00" + "time": "2021-12-16T02:35:52+00:00" }, { - "name": "phpoffice/phpspreadsheet", - "version": "1.29.0", + "name": "phpseclib/phpseclib", + "version": "3.0.21", "source": { "type": "git", - "url": "https://github.com/PHPOffice/PhpSpreadsheet.git", - "reference": "fde2ccf55eaef7e86021ff1acce26479160a0fa0" + "url": "https://github.com/phpseclib/phpseclib.git", + "reference": "4580645d3fc05c189024eb3b834c6c1e4f0f30a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/fde2ccf55eaef7e86021ff1acce26479160a0fa0", - "reference": "fde2ccf55eaef7e86021ff1acce26479160a0fa0", + "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/4580645d3fc05c189024eb3b834c6c1e4f0f30a1", + "reference": "4580645d3fc05c189024eb3b834c6c1e4f0f30a1", "shasum": "" }, "require": { - "ext-ctype": "*", - "ext-dom": "*", - "ext-fileinfo": "*", - "ext-gd": "*", - "ext-iconv": "*", - "ext-libxml": "*", - "ext-mbstring": "*", - "ext-simplexml": "*", - "ext-xml": "*", - "ext-xmlreader": "*", - "ext-xmlwriter": "*", - "ext-zip": "*", - "ext-zlib": "*", - "ezyang/htmlpurifier": "^4.15", - "maennchen/zipstream-php": "^2.1 || ^3.0", - "markbaker/complex": "^3.0", - "markbaker/matrix": "^3.0", - "php": "^7.4 || ^8.0", - "psr/http-client": "^1.0", - "psr/http-factory": "^1.0", - "psr/simple-cache": "^1.0 || ^2.0 || ^3.0" + "paragonie/constant_time_encoding": "^1|^2", + "paragonie/random_compat": "^1.4|^2.0|^9.99.99", + "php": ">=5.6.1" }, "require-dev": { - "dealerdirect/phpcodesniffer-composer-installer": "dev-main", - "dompdf/dompdf": "^1.0 || ^2.0", - "friendsofphp/php-cs-fixer": "^3.2", - "mitoteam/jpgraph": "^10.3", - "mpdf/mpdf": "^8.1.1", - "phpcompatibility/php-compatibility": "^9.3", - "phpstan/phpstan": "^1.1", - "phpstan/phpstan-phpunit": "^1.0", - "phpunit/phpunit": "^8.5 || ^9.0 || ^10.0", - "squizlabs/php_codesniffer": "^3.7", - "tecnickcom/tcpdf": "^6.5" + "phpunit/phpunit": "*" }, "suggest": { - "dompdf/dompdf": "Option for rendering PDF with PDF Writer", - "ext-intl": "PHP Internationalization Functions", - "mitoteam/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers", - "mpdf/mpdf": "Option for rendering PDF with PDF Writer", - "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer" - }, - "type": "library", - "autoload": { - "psr-4": { - "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Maarten Balliauw", - "homepage": "https://blog.maartenballiauw.be" - }, - { - "name": "Mark Baker", - "homepage": "https://markbakeruk.net" - }, - { - "name": "Franck Lefevre", - "homepage": "https://rootslabs.net" - }, - { - "name": "Erik Tilt" - }, - { - "name": "Adrien Crivelli" - } - ], - "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine", - "homepage": "https://github.com/PHPOffice/PhpSpreadsheet", - "keywords": [ - "OpenXML", - "excel", - "gnumeric", - "ods", - "php", - "spreadsheet", - "xls", - "xlsx" - ], - "support": { - "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues", - "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.29.0" - }, - "time": "2023-06-14T22:48:31+00:00" - }, - { - "name": "phpoption/phpoption", - "version": "1.9.1", - "source": { - "type": "git", - "url": "https://github.com/schmittjoh/php-option.git", - "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/dd3a383e599f49777d8b628dadbb90cae435b87e", - "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e", - "shasum": "" - }, - "require": { - "php": "^7.2.5 || ^8.0" - }, - "require-dev": { - "bamarni/composer-bin-plugin": "^1.8.2", - "phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12" - }, - "type": "library", - "extra": { - "bamarni-bin": { - "bin-links": true, - "forward-command": true - }, - "branch-alias": { - "dev-master": "1.9-dev" - } - }, - "autoload": { - "psr-4": { - "PhpOption\\": "src/PhpOption/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache-2.0" - ], - "authors": [ - { - "name": "Johannes M. Schmitt", - "email": "schmittjoh@gmail.com", - "homepage": "https://github.com/schmittjoh" - }, - { - "name": "Graham Campbell", - "email": "hello@gjcampbell.co.uk", - "homepage": "https://github.com/GrahamCampbell" - } - ], - "description": "Option Type for PHP", - "keywords": [ - "language", - "option", - "php", - "type" - ], - "support": { - "issues": "https://github.com/schmittjoh/php-option/issues", - "source": "https://github.com/schmittjoh/php-option/tree/1.9.1" - }, - "funding": [ - { - "url": "https://github.com/GrahamCampbell", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption", - "type": "tidelift" - } - ], - "time": "2023-02-25T19:38:58+00:00" - }, - { - "name": "phpseclib/bcmath_compat", - "version": "2.0.1", - "source": { - "type": "git", - "url": "https://github.com/phpseclib/bcmath_compat.git", - "reference": "2ffea8bfe1702b4535a7b3c2649c4301968e9a3c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpseclib/bcmath_compat/zipball/2ffea8bfe1702b4535a7b3c2649c4301968e9a3c", - "reference": "2ffea8bfe1702b4535a7b3c2649c4301968e9a3c", - "shasum": "" - }, - "require": { - "phpseclib/phpseclib": "^3.0" - }, - "provide": { - "ext-bcmath": "8.1.0" - }, - "require-dev": { - "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4", - "squizlabs/php_codesniffer": "^3.0" - }, - "suggest": { - "ext-gmp": "Will enable faster math operations" - }, - "type": "library", - "autoload": { - "files": [ - "lib/bcmath.php" - ], - "psr-4": { - "bcmath_compat\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Jim Wigginton", - "email": "terrafrost@php.net", - "homepage": "http://phpseclib.sourceforge.net" - } - ], - "description": "PHP 5.x-8.x polyfill for bcmath extension", - "keywords": [ - "BigInteger", - "bcmath", - "bigdecimal", - "math", - "polyfill" - ], - "support": { - "email": "terrafrost@php.net", - "issues": "https://github.com/phpseclib/bcmath_compat/issues", - "source": "https://github.com/phpseclib/bcmath_compat" - }, - "time": "2021-12-16T02:35:52+00:00" - }, - { - "name": "phpseclib/phpseclib", - "version": "3.0.21", - "source": { - "type": "git", - "url": "https://github.com/phpseclib/phpseclib.git", - "reference": "4580645d3fc05c189024eb3b834c6c1e4f0f30a1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/4580645d3fc05c189024eb3b834c6c1e4f0f30a1", - "reference": "4580645d3fc05c189024eb3b834c6c1e4f0f30a1", - "shasum": "" - }, - "require": { - "paragonie/constant_time_encoding": "^1|^2", - "paragonie/random_compat": "^1.4|^2.0|^9.99.99", - "php": ">=5.6.1" - }, - "require-dev": { - "phpunit/phpunit": "*" - }, - "suggest": { - "ext-dom": "Install the DOM extension to load XML formatted public keys.", - "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", - "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.", - "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.", - "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations." + "ext-dom": "Install the DOM extension to load XML formatted public keys.", + "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", + "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.", + "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.", + "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations." }, "type": "library", "autoload": { @@ -7957,368 +6797,118 @@ "time": "2023-08-15T23:01:46+00:00" }, { - "name": "processmaker/connector-docusign", - "version": "1.6.0", + "name": "processmaker/docker-executor-lua", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/ProcessMaker/docker-executor-lua.git", + "reference": "2278b68b63bbce34ce37cf538b43a724304f9562" + }, "dist": { - "type": "path", - "url": "/Users/nolan/src/pm-packages/processmaker/connector-docusign", - "reference": "5e7a1e9481749b9d7098df61d631655c05e5e341" + "type": "zip", + "url": "https://api.github.com/repos/ProcessMaker/docker-executor-lua/zipball/2278b68b63bbce34ce37cf538b43a724304f9562", + "reference": "2278b68b63bbce34ce37cf538b43a724304f9562", + "shasum": "" }, - "type": "project", + "type": "library", "extra": { "laravel": { "providers": [ - "ProcessMaker\\Package\\ConnectorDocusign\\PackageServiceProvider" + "ProcessMaker\\Package\\DockerExecutorLua\\DockerExecutorLuaServiceProvider" ] } }, "autoload": { "psr-4": { - "ProcessMaker\\Package\\ConnectorDocusign\\": "src", - "ProcessMaker\\Package\\ConnectorDocusign\\Seeds\\": "database/seeds", - "Tests\\ConnectorDocusign\\": "tests/" + "ProcessMaker\\ScriptRunners\\": "src/ScriptRunners", + "ProcessMaker\\Package\\DockerExecutorLua\\": "src" } }, - "scripts": { - "post-create-project-cmd": [ - "@php rename-project.php" - ] + "notification-url": "https://packagist.org/downloads/", + "description": "Lua script executor for processmaker 4", + "support": { + "issues": "https://github.com/ProcessMaker/docker-executor-lua/issues", + "source": "https://github.com/ProcessMaker/docker-executor-lua/tree/v1.0.0" }, - "license": [ - "AGPL-3.0-or-later" - ], - "authors": [ - { - "name": "DevOps", - "email": "devops@processmaker.com" - } - ], - "description": "Package skeleton to develop a package for ProcessMaker 4", - "transport-options": { - "symlink": true, - "relative": false - } + "time": "2020-03-31T21:45:44+00:00" }, { - "name": "processmaker/connector-idp", - "version": "1.6.0", - "dist": { - "type": "path", - "url": "/Users/nolan/src/pm-packages/processmaker/connector-idp", - "reference": "8184a10510489f5cac0ed613ae2b6409d347eb23" - }, - "require": { - "mustache/mustache": "^2.12.0" + "name": "processmaker/docker-executor-node", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://github.com/ProcessMaker/docker-executor-node.git", + "reference": "a6aaa10ce65e2dcca0167db3da41865f6319132a" }, - "require-dev": { - "processmaker/processmaker": "4.0.*" + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ProcessMaker/docker-executor-node/zipball/a6aaa10ce65e2dcca0167db3da41865f6319132a", + "reference": "a6aaa10ce65e2dcca0167db3da41865f6319132a", + "shasum": "" }, "type": "library", "extra": { "laravel": { "providers": [ - "ProcessMaker\\Packages\\Connectors\\Idp\\PluginServiceProvider" + "ProcessMaker\\Package\\DockerExecutorNode\\DockerExecutorNodeServiceProvider" ] } }, "autoload": { "psr-4": { - "ProcessMaker\\Packages\\Connectors\\Idp\\": "src/", - "Tests\\ConnectorIdp\\": "tests/" + "ProcessMaker\\ScriptRunners\\": "src/ScriptRunners", + "ProcessMaker\\Package\\DockerExecutorNode\\": "src" } }, - "scripts": { - "post-autoload-dump": [] - }, - "authors": [ - { - "name": "Sanja Cornelius", - "email": "sanja.cornelius@processmaker.com" - } + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GAGPL-3.0-or-later" ], - "description": "ProcessMaker BPM Connector Template", - "transport-options": { - "symlink": true, - "relative": false - } + "description": "Javascript script executor for processmaker 4", + "support": { + "issues": "https://github.com/ProcessMaker/docker-executor-node/issues", + "source": "https://github.com/ProcessMaker/docker-executor-node/tree/v1.1.0" + }, + "time": "2023-02-01T01:24:22+00:00" }, { - "name": "processmaker/connector-pdf-print", - "version": "1.15.3", - "dist": { - "type": "path", - "url": "/Users/nolan/src/pm-packages/processmaker/connector-pdf-print", - "reference": "fb4ed5e7e0b97deba1520f3de6dfc2d8da7b96ad" + "name": "processmaker/docker-executor-php", + "version": "1.2.0", + "source": { + "type": "git", + "url": "https://github.com/ProcessMaker/docker-executor-php.git", + "reference": "92949d9a7524054901926f1523587030f8c5a686" }, - "require": { - "mustache/mustache": "^2.12.0" + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ProcessMaker/docker-executor-php/zipball/92949d9a7524054901926f1523587030f8c5a686", + "reference": "92949d9a7524054901926f1523587030f8c5a686", + "shasum": "" }, "type": "library", "extra": { "laravel": { "providers": [ - "ProcessMaker\\Packages\\Connectors\\Pdf\\PluginServiceProvider" + "ProcessMaker\\Package\\DockerExecutorPhp\\DockerExecutorPhpServiceProvider" ] } }, "autoload": { "psr-4": { - "ProcessMaker\\Packages\\Connectors\\Pdf\\": "src/" + "ProcessMaker\\ScriptRunners\\": "src/ScriptRunners", + "ProcessMaker\\Package\\DockerExecutorPhp\\": "src" } }, - "scripts": { - "post-autoload-dump": [] - }, - "authors": [ - { - "name": "ProcessMaker 4 Development Team", - "email": "support@processmaker.com" - } + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GAGPL-3.0-or-later" ], - "description": "ProcessMaker BPM Connectors that provides PDF integration", - "transport-options": { - "symlink": true, - "relative": false - } - }, - { - "name": "processmaker/connector-send-email", - "version": "1.23.4", - "dist": { - "type": "path", - "url": "/Users/nolan/src/pm-packages/processmaker/connector-send-email", - "reference": "6e716a7fbf7281a3f4798e568e15c0b8868ca8d0" - }, - "require": { - "aws/aws-sdk-php": "^3.183", - "mustache/mustache": "^2.12.0", - "symfony/http-client": "^6.3", - "symfony/postmark-mailer": "^6.3" - }, - "type": "library", - "extra": { - "laravel": { - "providers": [ - "ProcessMaker\\Packages\\Connectors\\Email\\PluginServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "ProcessMaker\\Packages\\Connectors\\Email\\": "src/", - "ProcessMaker\\ScriptRunners\\": "tests/ScriptRunners/", - "ProcessMaker\\Packages\\Connectors\\Email\\Seeds\\": "database/seeds", - "Tests\\ConnectorSendEmail\\": "tests/" - } - }, - "scripts": { - "post-autoload-dump": [] - }, - "authors": [ - { - "name": "ProcessMaker 4 Development Team", - "email": "support@processmaker.com" - } - ], - "description": "ProcessMaker BPM Connectors that provide Email service", - "transport-options": { - "symlink": true, - "relative": false - } - }, - { - "name": "processmaker/connector-slack", - "version": "1.7.0", - "dist": { - "type": "path", - "url": "/Users/nolan/src/pm-packages/processmaker/connector-slack", - "reference": "32b02b92be8cb41ccc360f8ebf90bc217adabc37" - }, - "require-dev": { - "processmaker/processmaker": "4.0.*" - }, - "type": "library", - "extra": { - "laravel": { - "providers": [ - "ProcessMaker\\Packages\\Connectors\\Slack\\PluginServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "ProcessMaker\\Packages\\Connectors\\Slack\\": "src/" - } - }, - "scripts": { - "post-autoload-dump": [] - }, - "authors": [ - { - "name": "ProcessMaker 4 Development Team", - "email": "support@processmaker.com" - } - ], - "description": "ProcessMaker BPM Connectors that provides Slack integration", - "transport-options": { - "symlink": true, - "relative": false - } - }, - { - "name": "processmaker/docker-executor-cdata", - "version": "1.0.1", - "dist": { - "type": "path", - "url": "/Users/nolan/src/pm-packages/processmaker/docker-executor-cdata", - "reference": "ad5485be0bcb2a6c559d5e713c3ad9fb424d8c4e" - }, - "type": "library", - "extra": { - "laravel": { - "providers": [ - "ProcessMaker\\Package\\DockerExecutorCdata\\DockerExecutorCdataServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "ProcessMaker\\Package\\DockerExecutorCdata\\": "src", - "ProcessMaker\\ScriptRunners\\": "src/ScriptRunners" - } - }, - "license": [ - "GAGPL-3.0-or-later" - ], - "description": "CData Executor for ProcessMaker", - "transport-options": { - "symlink": true, - "relative": false - } - }, - { - "name": "processmaker/docker-executor-lua", - "version": "1.0.0", - "dist": { - "type": "path", - "url": "/Users/nolan/src/pm-packages/processmaker/docker-executor-lua", - "reference": "b449360c8bc39037719dbba239fe888fd896705e" - }, - "type": "library", - "extra": { - "laravel": { - "providers": [ - "ProcessMaker\\Package\\DockerExecutorLua\\DockerExecutorLuaServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "ProcessMaker\\Package\\DockerExecutorLua\\": "src", - "ProcessMaker\\ScriptRunners\\": "src/ScriptRunners" - } - }, - "license": [ - "GAGPL-3.0-or-later" - ], - "description": "Lua script executor for processmaker 4", - "transport-options": { - "symlink": true, - "relative": false - } - }, - { - "name": "processmaker/docker-executor-node", - "version": "1.1.0", - "dist": { - "type": "path", - "url": "/Users/nolan/src/pm-packages/processmaker/docker-executor-node", - "reference": "a6aaa10ce65e2dcca0167db3da41865f6319132a" - }, - "type": "library", - "extra": { - "laravel": { - "providers": [ - "ProcessMaker\\Package\\DockerExecutorNode\\DockerExecutorNodeServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "ProcessMaker\\Package\\DockerExecutorNode\\": "src", - "ProcessMaker\\ScriptRunners\\": "src/ScriptRunners" - } - }, - "license": [ - "GAGPL-3.0-or-later" - ], - "description": "Javascript script executor for processmaker 4", - "transport-options": { - "symlink": true, - "relative": false - } - }, - { - "name": "processmaker/docker-executor-node-ssr", - "version": "1.5.0", - "dist": { - "type": "path", - "url": "/Users/nolan/src/pm-packages/processmaker/docker-executor-node-ssr", - "reference": "13f788bbe3efd8f6ae4b73963a12dbf26aea0cb1" - }, - "type": "library", - "extra": { - "laravel": { - "providers": [ - "ProcessMaker\\Package\\DockerExecutorNodeSSR\\DockerExecutorNodeSSRServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "ProcessMaker\\Package\\DockerExecutorNodeSSR\\": "src", - "ProcessMaker\\ScriptRunners\\": "src/ScriptRunners" - } - }, - "license": [ - "GAGPL-3.0-or-later" - ], - "description": "Javascript script executor for processmaker 4 SSR", - "transport-options": { - "symlink": true, - "relative": false - } - }, - { - "name": "processmaker/docker-executor-php", - "version": "1.2.0", - "dist": { - "type": "path", - "url": "/Users/nolan/src/pm-packages/processmaker/docker-executor-php", - "reference": "92949d9a7524054901926f1523587030f8c5a686" - }, - "type": "library", - "extra": { - "laravel": { - "providers": [ - "ProcessMaker\\Package\\DockerExecutorPhp\\DockerExecutorPhpServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "ProcessMaker\\Package\\DockerExecutorPhp\\": "src", - "ProcessMaker\\ScriptRunners\\": "src/ScriptRunners" - } - }, - "license": [ - "GAGPL-3.0-or-later" - ], - "description": "PHP script executor for processmaker 4", - "transport-options": { - "symlink": true, - "relative": false - } + "description": "PHP script executor for processmaker 4", + "support": { + "issues": "https://github.com/ProcessMaker/docker-executor-php/issues", + "source": "https://github.com/ProcessMaker/docker-executor-php/tree/v1.2.0" + }, + "time": "2023-04-29T06:11:07+00:00" }, { "name": "processmaker/laravel-i18next", @@ -8379,11 +6969,17 @@ { "name": "processmaker/nayra", "version": "1.10.0", - "dist": { - "type": "path", - "url": "/Users/nolan/src/pm-packages/processmaker/nayra", + "source": { + "type": "git", + "url": "https://github.com/ProcessMaker/nayra.git", "reference": "62c91962863a628bc332b64252dc68ec5dc64787" }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ProcessMaker/nayra/zipball/62c91962863a628bc332b64252dc68ec5dc64787", + "reference": "62c91962863a628bc332b64252dc68ec5dc64787", + "shasum": "" + }, "require-dev": { "phpunit/phpunit": "^7.5" }, @@ -8393,1757 +6989,186 @@ "ProcessMaker\\": "src/ProcessMaker/" } }, - "autoload-dev": { - "psr-4": { - "Tests\\Feature\\": "tests/Feature/", - "ProcessMaker\\": [ - "src/ProcessMaker/", - "tests/unit/ProcessMaker/", - "tests/ProcessMaker/" - ] - } - }, - "scripts": { - "test": [ - "phpunit" - ], - "coverage": [ - "phpunit -d memory_limit=-1 --coverage-html coverage" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "description": "BPMN compliant engine", - "transport-options": { - "symlink": true, - "relative": false - } + "support": { + "issues": "https://github.com/ProcessMaker/nayra/issues", + "source": "https://github.com/ProcessMaker/nayra/tree/v1.10.0" + }, + "time": "2023-11-01T02:20:26+00:00" }, { - "name": "processmaker/package-actions-by-email", - "version": "1.15.0", + "name": "processmaker/pmql", + "version": "1.12.0", + "source": { + "type": "git", + "url": "https://github.com/ProcessMaker/pmql.git", + "reference": "598ce3c959d625aa95f7dd7a0040d6f02c545536" + }, "dist": { - "type": "path", - "url": "/Users/nolan/src/pm-packages/processmaker/package-actions-by-email", - "reference": "fb429b98db61000c9fdb0c58abdcca9eb0bf9199" + "type": "zip", + "url": "https://api.github.com/repos/ProcessMaker/pmql/zipball/598ce3c959d625aa95f7dd7a0040d6f02c545536", + "reference": "598ce3c959d625aa95f7dd7a0040d6f02c545536", + "shasum": "" }, "require": { - "php-imap/php-imap": "^4.5.1", - "processmaker/connector-send-email": "^1.1.16" + "laravel/framework": "^5.7|^6|^7|^8|^9|^10" + }, + "require-dev": { + "orchestra/testbench": "^4.8.0", + "phpunit/phpunit": "^8.3" }, "type": "project", "extra": { "laravel": { - "providers": [ - "ProcessMaker\\Packages\\Connectors\\ActionsByEmail\\PluginServiceProvider" - ] + "providers": [] } }, "autoload": { "psr-4": { - "ProcessMaker\\Packages\\Connectors\\ActionsByEmail\\": "src/", - "ProcessMaker\\Packages\\Connectors\\ActionsByEmail\\Database\\Seeds\\": "database/seeds", - "Tests\\ActionsByEmail\\": "tests/" + "ProcessMaker\\Query\\": "src" } }, - "scripts": { - "post-autoload-dump": [] - }, + "notification-url": "https://packagist.org/downloads/", "authors": [ { - "name": "ProcessMaker 4 Development Team", - "email": "support@processmaker.com" + "name": "Taylor Dondich", + "email": "taylor@processmaker.com" } ], - "description": "ProcessMaker Connector for Actions By Email", - "transport-options": { - "symlink": true, - "relative": false - } + "description": "An Eloquent trait that provides the pmql scope to allow converting simple sql criteria clauses to Eloquent", + "support": { + "issues": "https://github.com/ProcessMaker/pmql/issues", + "source": "https://github.com/ProcessMaker/pmql/tree/v1.12.0" + }, + "time": "2023-11-21T01:40:42+00:00" }, { - "name": "processmaker/package-advanced-user-manager", - "version": "1.8.0", + "name": "psr/cache", + "version": "3.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/cache.git", + "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf" + }, "dist": { - "type": "path", - "url": "/Users/nolan/src/pm-packages/processmaker/package-advanced-user-manager", - "reference": "7a1fd50b8435ceeba2a397ef925255797187a8ba" + "type": "zip", + "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", + "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", + "shasum": "" }, - "type": "project", + "require": { + "php": ">=8.0.0" + }, + "type": "library", "extra": { - "laravel": { - "providers": [ - "ProcessMaker\\Package\\AdvancedUserManager\\PackageServiceProvider" - ] + "branch-alias": { + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "ProcessMaker\\Package\\AdvancedUserManager\\": "src", - "Tests\\AdvancedUserManager\\": "tests/", - "ProcessMaker\\Package\\AdvancedUserManager\\Database\\Seeds\\": "database/seeds" + "Psr\\Cache\\": "src/" } }, + "notification-url": "https://packagist.org/downloads/", "license": [ - "AGPL-3.0-or-later" + "MIT" ], "authors": [ { - "name": "DevOps", - "email": "devops@processmaker.com" + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" } ], - "description": "Advanced user management for ProcessMaker 4", - "transport-options": { - "symlink": true, - "relative": false - } + "description": "Common interface for caching libraries", + "keywords": [ + "cache", + "psr", + "psr-6" + ], + "support": { + "source": "https://github.com/php-fig/cache/tree/3.0.0" + }, + "time": "2021-02-03T23:26:27+00:00" }, { - "name": "processmaker/package-ai", - "version": "1.3.0", + "name": "psr/clock", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/clock.git", + "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d" + }, "dist": { - "type": "path", - "url": "/Users/nolan/src/pm-packages/processmaker/package-ai", - "reference": "a4bc7f265b4d120d4e964b163915761bedfc842e" + "type": "zip", + "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d", + "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d", + "shasum": "" }, "require": { - "processmaker/processmaker": "^4.7" - }, - "type": "project", - "extra": { - "laravel": { - "providers": [ - "ProcessMaker\\Package\\PackageAi\\AiServiceProvider" - ] - } + "php": "^7.0 || ^8.0" }, + "type": "library", "autoload": { "psr-4": { - "ProcessMaker\\Package\\PackageAi\\": "src", - "Tests\\": "tests/" + "Psr\\Clock\\": "src/" } }, + "notification-url": "https://packagist.org/downloads/", "license": [ - "AGPL-3.0-or-later" + "MIT" ], "authors": [ { - "name": "Agustin Nicolas Busso", - "email": "agustin.busso@processmaker.com" + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" } ], - "description": "This package provides AI features to the users", - "transport-options": { - "symlink": true, - "relative": false - } - }, - { - "name": "processmaker/package-analytics-reporting", - "version": "1.3.1", - "dist": { - "type": "path", - "url": "/Users/nolan/src/pm-packages/processmaker/package-analytics-reporting", - "reference": "3f2d791fd8d96345be46e00df47c2fdb37a1529b" - }, - "type": "project", - "extra": { - "laravel": { - "providers": [ - "ProcessMaker\\Package\\PackageAnalyticsReporting\\PackageServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "ProcessMaker\\Package\\PackageAnalyticsReporting\\": "src", - "Tests\\": "tests/", - "Database\\Factories\\ProcessMaker\\Package\\PackageAnalyticsReporting\\": "database/factories" - } - }, - "scripts": { - "post-create-project-cmd": [ - "@php rename-project.php" - ] - }, - "license": [ - "AGPL-3.0-or-later" - ], - "authors": [ - { - "name": "DevOps", - "email": "devops@processmaker.com" - } - ], - "description": "Reporting for analytics in ProcessMaker 4", - "transport-options": { - "symlink": true, - "relative": false - } - }, - { - "name": "processmaker/package-auth", - "version": "1.15.0", - "dist": { - "type": "path", - "url": "/Users/nolan/src/pm-packages/processmaker/package-auth", - "reference": "cbeb72486dc3d818780b38e2eac9b576b9e98364" - }, - "require": { - "directorytree/ldaprecord": "^2.7.3", - "laravel/socialite": "^5.1", - "socialiteproviders/providers": "dev-saml", - "theiconic/name-parser": "^1.2" - }, - "require-dev": { - "processmaker/processmaker": "^4.2" - }, - "type": "project", - "extra": { - "laravel": { - "providers": [ - "ProcessMaker\\Package\\Auth\\PackageServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "ProcessMaker\\Package\\Auth\\": "src", - "ProcessMaker\\Package\\Auth\\Database\\Seeds\\": "database/seeds", - "Database\\Factories\\ProcessMaker\\Package\\Auth\\": "database/factories", - "Tests\\Auth\\": "tests" - } - }, - "license": [ - "AGPL-3.0-or-later" - ], - "authors": [ - { - "name": "DevOps", - "email": "devops@processmaker.com" - } - ], - "description": "Authentication package for ProcessMaker 4", - "transport-options": { - "symlink": true, - "relative": false - } - }, - { - "name": "processmaker/package-cdata", - "version": "1.0.2", - "dist": { - "type": "path", - "url": "/Users/nolan/src/pm-packages/processmaker/package-cdata", - "reference": "d019ada1a6fe6b1ab9b9cb38e6fef35893d6acf3" - }, - "require": { - "processmaker/docker-executor-cdata": "*" - }, - "type": "library", - "extra": { - "laravel": { - "providers": [ - "ProcessMaker\\Package\\Cdata\\PluginServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "ProcessMaker\\Package\\Cdata\\": "src", - "Tests\\": "tests/" - } - }, - "authors": [ - { - "name": "DevOps", - "email": "devops@processmaker.com" - } - ], - "description": "ProcessMaker 4 Plugin that provides CData integration", - "transport-options": { - "symlink": true, - "relative": false - } - }, - { - "name": "processmaker/package-collections", - "version": "2.13.0", - "dist": { - "type": "path", - "url": "/Users/nolan/src/pm-packages/processmaker/package-collections", - "reference": "b50ee7ce5fd13bc8f4f992b2ea4db6e52742b1b9" - }, - "require": { - "processmaker/packages": "*", - "processmaker/processmaker": "^4.1" - }, - "type": "project", - "extra": { - "laravel": { - "providers": [ - "ProcessMaker\\Plugins\\Collections\\PluginServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "ProcessMaker\\Plugins\\Collections\\": "src", - "Tests\\Collections\\": "tests/", - "Database\\Factories\\ProcessMaker\\Plugins\\Collections\\": "database/factories", - "Database\\Seeders\\ProcessMaker\\Plugins\\Collections\\": "database/seeders" - } - }, - "authors": [ - { - "name": "ProcessMaker 4 Development Team", - "email": "support@processmaker.com" - } - ], - "description": "ProcessMaker Collections", - "transport-options": { - "symlink": true, - "relative": false - } - }, - { - "name": "processmaker/package-comments", - "version": "1.9.2", - "dist": { - "type": "path", - "url": "/Users/nolan/src/pm-packages/processmaker/package-comments", - "reference": "d08e3803567c2de4154bf2968d34b74ecaba910e" - }, - "type": "project", - "extra": { - "laravel": { - "providers": [ - "ProcessMaker\\Package\\PackageComments\\PackageServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "ProcessMaker\\Package\\PackageComments\\": "src" - } - }, - "scripts": { - "post-create-project-cmd": [ - "@php rename-project.php" - ] - }, - "license": [ - "AGPL-3.0-or-later" - ], - "authors": [ - { - "name": "DevOps", - "email": "devops@processmaker.com" - } - ], - "description": "Add comments to your ProcessMaker 4 project", - "transport-options": { - "symlink": true, - "relative": false - } - }, - { - "name": "processmaker/package-conversational-forms", - "version": "1.6.0", - "dist": { - "type": "path", - "url": "/Users/nolan/src/pm-packages/processmaker/package-conversational-forms", - "reference": "7cc92602d6acbcddf6d047b5fc354d22bd975ff0" - }, - "type": "project", - "extra": { - "laravel": { - "providers": [ - "ProcessMaker\\Package\\ConversationalForms\\PackageServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "ProcessMaker\\Package\\ConversationalForms\\": "src" - } - }, - "license": [ - "AGPL-3.0-or-later" - ], - "authors": [ - { - "name": "DevOps", - "email": "devops@processmaker.com" - } - ], - "description": "Create conversational forms in ProcessMaker 4", - "transport-options": { - "symlink": true, - "relative": false - } - }, - { - "name": "processmaker/package-data-sources", - "version": "1.23.1", - "dist": { - "type": "path", - "url": "/Users/nolan/src/pm-packages/processmaker/package-data-sources", - "reference": "eabf2826204e7adba6a45b0dfd833e16dd1614c7" - }, - "require": { - "vyuldashev/xml-to-array": "9999999-dev" - }, - "type": "library", - "extra": { - "laravel": { - "providers": [ - "ProcessMaker\\Packages\\Connectors\\DataSources\\PluginServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "ProcessMaker\\Packages\\Connectors\\DataSources\\": "src/", - "ProcessMaker\\ScriptRunners\\": "tests/ScriptRunners/", - "Tests\\DataSources\\": "tests/", - "Database\\Factories\\ProcessMaker\\Plugins\\DataSources\\": "database/factories" - } - }, - "scripts": { - "post-autoload-dump": [] - }, - "authors": [ - { - "name": "ProcessMaker 4 Development Team", - "email": "support@processmaker.com" - } - ], - "description": "ProcessMaker BPM Connectors that provide package-data-sources service", - "transport-options": { - "symlink": true, - "relative": false - } - }, - { - "name": "processmaker/package-decision-engine", - "version": "1.6.2", - "dist": { - "type": "path", - "url": "/Users/nolan/src/pm-packages/processmaker/package-decision-engine", - "reference": "a38b5174d74529d916772958202e60697dd51817" - }, - "require": { - "phpoffice/phpspreadsheet": "^1.28" - }, - "type": "project", - "extra": { - "laravel": { - "providers": [ - "ProcessMaker\\Package\\PackageDecisionEngine\\PackageServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "ProcessMaker\\Package\\PackageDecisionEngine\\": "src", - "Tests\\PackageDecisionEngine\\": "tests/", - "Database\\Factories\\ProcessMaker\\Package\\PackageDecisionEngine\\": "database/factories" - } - }, - "scripts": { - "post-create-project-cmd": [ - "@php rename-project.php" - ] - }, - "license": [ - "AGPL-3.0-or-later" - ], - "authors": [ - { - "name": "DevOps", - "email": "devops@processmaker.com" - } - ], - "description": "Package decision engine to develop a package for ProcessMaker 4", - "transport-options": { - "symlink": true, - "relative": false - } - }, - { - "name": "processmaker/package-dynamic-ui", - "version": "1.15.1", - "dist": { - "type": "path", - "url": "/Users/nolan/src/pm-packages/processmaker/package-dynamic-ui", - "reference": "91e5b2e89caf58fbe105766ebb5122cb390b2e23" - }, - "type": "project", - "extra": { - "laravel": { - "providers": [ - "ProcessMaker\\Package\\PackageDynamicUI\\PackageServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "ProcessMaker\\Package\\PackageDynamicUI\\": "src", - "Tests\\DynamicUI\\": "tests/", - "Database\\Factories\\ProcessMaker\\Package\\PackageDynamicUI\\": "database/factories", - "Database\\Seeders\\ProcessMaker\\Package\\PackageDynamicUI\\": "database/seeders" - } - }, - "scripts": { - "post-create-project-cmd": [ - "@php rename-project.php" - ] - }, - "license": [ - "AGPL-3.0-or-later" - ], - "authors": [ - { - "name": "DevOps", - "email": "devops@processmaker.com" - } - ], - "description": "Allows to use custom dashboards and menus in ProcessMaker", - "transport-options": { - "symlink": true, - "relative": false - } - }, - { - "name": "processmaker/package-files", - "version": "1.11.2", - "dist": { - "type": "path", - "url": "/Users/nolan/src/pm-packages/processmaker/package-files", - "reference": "18c22bb7ac1ae10fd799df0c61c9d3e7b87e343f" - }, - "type": "project", - "extra": { - "laravel": { - "providers": [ - "ProcessMaker\\Package\\Files\\FilesServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "ProcessMaker\\Package\\Files\\": "src", - "Tests\\": "tests/", - "Database\\Factories\\ProcessMaker\\Package\\Files\\": "database/factories" - } - }, - "description": "File manager package for ProcessMaker 4", - "transport-options": { - "symlink": true, - "relative": false - } - }, - { - "name": "processmaker/package-googleplaces", - "version": "1.9.0", - "dist": { - "type": "path", - "url": "/Users/nolan/src/pm-packages/processmaker/package-googleplaces", - "reference": "7310c7bfde714278a31082b4e1a658a62eb7571c" - }, - "type": "library", - "extra": { - "laravel": { - "providers": [ - "ProcessMaker\\Package\\GooglePlaces\\PluginServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "ProcessMaker\\Package\\GooglePlaces\\": "src" - } - }, - "authors": [ - { - "name": "DevOps", - "email": "devops@processmaker.com" - } - ], - "description": "ProcessMaker 4 Plugin that provides Google Places component in the screen builder", - "transport-options": { - "symlink": true, - "relative": false - } - }, - { - "name": "processmaker/package-photo-video", - "version": "1.2.0", - "dist": { - "type": "path", - "url": "/Users/nolan/src/pm-packages/processmaker/package-photo-video", - "reference": "334440dca47448732f5ebf9a1c64c14b6cec794c" - }, - "type": "library", - "extra": { - "laravel": { - "providers": [ - "ProcessMaker\\Package\\PhotoVideo\\PluginServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "ProcessMaker\\Package\\PhotoVideo\\": "src" - } - }, - "authors": [ - { - "name": "Sanja Cornelius", - "email": "sanja.cornelius@processmaker.com" - } - ], - "description": "ProcessMaker 4 Plugin that provides a photo/video capture screen builder component", - "transport-options": { - "symlink": true, - "relative": false - } - }, - { - "name": "processmaker/package-pm-blocks", - "version": "1.3.2", - "dist": { - "type": "path", - "url": "/Users/nolan/src/pm-packages/processmaker/package-pm-blocks", - "reference": "5f4a9dc352e56ccb02ed86b3f148cf025a692c93" - }, - "type": "library", - "extra": { - "laravel": { - "providers": [ - "ProcessMaker\\Package\\PackagePmBlocks\\PackageServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "ProcessMaker\\Package\\PackagePmBlocks\\": "src", - "Tests\\": "tests/", - "Database\\Factories\\ProcessMaker\\Package\\PackagePmBlocks\\": "database/factories" - } - }, - "scripts": { - "post-create-project-cmd": [ - "@php rename-project.php" - ] - }, - "authors": [ - { - "name": "ProcessMaker 4 Development Team", - "email": "support@processmaker.com" - } - ], - "description": "ProcessMaker plugin that provides PM Blocks.", - "transport-options": { - "symlink": true, - "relative": false - } - }, - { - "name": "processmaker/package-process-documenter", - "version": "1.8.0", - "dist": { - "type": "path", - "url": "/Users/nolan/src/pm-packages/processmaker/package-process-documenter", - "reference": "2a619ef22c5cc3e880372c0fd0ff04c9d806c1bd" - }, - "type": "project", - "extra": { - "laravel": { - "providers": [ - "ProcessMaker\\Package\\PackageProcessDocumenter\\PackageServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "ProcessMaker\\Package\\PackageProcessDocumenter\\": "src" - } - }, - "authors": [ - { - "name": "ProcessMaker 4 Team", - "email": "support@processmaker.com" - } - ], - "description": "Generate a printable view of a process", - "transport-options": { - "symlink": true, - "relative": false - } - }, - { - "name": "processmaker/package-process-optimization", - "version": "1.8.0", - "dist": { - "type": "path", - "url": "/Users/nolan/src/pm-packages/processmaker/package-process-optimization", - "reference": "733b6260f7c41fbc36b23c5922cf8f4aad4fdea1" - }, - "type": "project", - "extra": { - "laravel": { - "providers": [ - "ProcessMaker\\Package\\PackageProcessOptimization\\PackageServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "ProcessMaker\\Package\\PackageProcessOptimization\\": "src" - } - }, - "scripts": { - "post-create-project-cmd": [ - "@php rename-project.php" - ] - }, - "license": [ - "AGPL-3.0-or-later" - ], - "authors": [ - { - "name": "DevOps", - "email": "devops@processmaker.com" - } - ], - "description": "Process optimization package adds functionality to test a process in the ProcessMaker 4 modeler", - "transport-options": { - "symlink": true, - "relative": false - } - }, - { - "name": "processmaker/package-product-analytics", - "version": "1.5.8", - "dist": { - "type": "path", - "url": "/Users/nolan/src/pm-packages/processmaker/package-product-analytics", - "reference": "1584a22079780bf6699b72129d9df96b07dad0e6" - }, - "type": "project", - "extra": { - "laravel": { - "providers": [ - "ProcessMaker\\Package\\ProductAnalytics\\PackageServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "ProcessMaker\\Package\\ProductAnalytics\\": "src", - "Tests\\": "tests/" - } - }, - "license": [ - "AGPL-3.0-or-later" - ], - "authors": [ - { - "name": "DevOps", - "email": "devops@processmaker.com" - } - ], - "description": "Provides the ProcessMaker Product department with usage analytics.", - "transport-options": { - "symlink": true, - "relative": false - } - }, - { - "name": "processmaker/package-projects", - "version": "1.0.2", - "dist": { - "type": "path", - "url": "/Users/nolan/src/pm-packages/processmaker/package-projects", - "reference": "9db4882b34b99f21805e591ed5d9331423a983dc" - }, - "type": "project", - "extra": { - "laravel": { - "providers": [ - "ProcessMaker\\Package\\Projects\\PackageServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "ProcessMaker\\Package\\Projects\\": "src", - "Tests\\": "tests/", - "Database\\Factories\\ProcessMaker\\Package\\Projects\\": "database/factories" - } - }, - "license": [ - "AGPL-3.0-or-later" - ], - "authors": [ - { - "name": "DevOps", - "email": "devops@processmaker.com" - } - ], - "description": "This package provides the ability to manage projects within ProcessMaker.", - "transport-options": { - "symlink": true, - "relative": false - } - }, - { - "name": "processmaker/package-savedsearch", - "version": "1.29.1", - "dist": { - "type": "path", - "url": "/Users/nolan/src/pm-packages/processmaker/package-savedsearch", - "reference": "2ff7f889a7b390bb77631ae784d271f9d979fd66" - }, - "require": { - "adbario/php-dot-notation": "2.x-dev", - "phpoffice/phpspreadsheet": "^1.7", - "processmaker/processmaker": "^4.1" - }, - "type": "library", - "extra": { - "laravel": { - "providers": [ - "ProcessMaker\\Package\\SavedSearch\\SavedSearchServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "ProcessMaker\\Package\\SavedSearch\\": "src", - "Tests\\SavedSearch\\": "tests/", - "Database\\Factories\\ProcessMaker\\Package\\SavedSearch\\": "database/factories" - } - }, - "authors": [ - { - "name": "DevOps", - "email": "devops@processmaker.com" - } - ], - "description": "ProcessMaker package to save searches", - "transport-options": { - "symlink": true, - "relative": false - } - }, - { - "name": "processmaker/package-sentry", - "version": "1.7.0", - "dist": { - "type": "path", - "url": "/Users/nolan/src/pm-packages/processmaker/package-sentry", - "reference": "41c46e282156ce11a206f2c98c45bad4c83d3db9" - }, - "require": { - "sentry/sentry-laravel": "^3.7" - }, - "type": "project", - "extra": { - "laravel": { - "providers": [ - "ProcessMaker\\Package\\PackageSentry\\PackageServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "ProcessMaker\\Package\\PackageSentry\\": "src" - } - }, - "scripts": { - "post-create-project-cmd": [ - "@php rename-project.php" - ] - }, - "license": [ - "Apache-2.0" - ], - "authors": [ - { - "name": "ProcessMaker, Inc.", - "email": "support@processmaker.com" - } - ], - "description": "Integrates Sentry.io exception tracking into ProcesMaker 4.0", - "transport-options": { - "symlink": true, - "relative": false - } - }, - { - "name": "processmaker/package-signature", - "version": "1.10.0", - "dist": { - "type": "path", - "url": "/Users/nolan/src/pm-packages/processmaker/package-signature", - "reference": "c0dd9e1930e2880d8beb4054aec2968890a0e06d" - }, - "require-dev": { - "processmaker/processmaker": "4.0.*" - }, - "type": "library", - "extra": { - "laravel": { - "providers": [ - "ProcessMaker\\Package\\Signature\\PluginServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "ProcessMaker\\Package\\Signature\\": "src/" - } - }, - "scripts": { - "post-autoload-dump": [] - }, - "authors": [ - { - "name": "Sanja Cornelius", - "email": "sanja.cornelius@processmaker.com" - } - ], - "description": "ProcessMaker 4 Plugin that provides a signature component in the screen builder", - "transport-options": { - "symlink": true, - "relative": false - } - }, - { - "name": "processmaker/package-testing", - "version": "1.0.1", - "dist": { - "type": "path", - "url": "/Users/nolan/src/pm-packages/processmaker/package-testing", - "reference": "f58b5b0a0166d38dd38ab95fa9b8e9c553952243" - }, - "require": { - "processmaker/nayra": "^1.9" - }, - "require-dev": { - "phpunit/phpunit": "^10.4" - }, - "type": "project", - "extra": { - "laravel": { - "providers": [ - "ProcessMaker\\Package\\PackageTesting\\PackageServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "ProcessMaker\\Package\\PackageTesting\\": "src" - } - }, - "scripts": { - "post-create-project-cmd": [ - "@php rename-project.php" - ] - }, - "license": [ - "AGPL-3.0-or-later" - ], - "authors": [ - { - "name": "DevOps", - "email": "devops@processmaker.com" - } - ], - "description": "Package to provide Process testing capabilities to ProcessMaker", - "transport-options": { - "symlink": true, - "relative": false - } - }, - { - "name": "processmaker/package-translations", - "version": "2.7.0", - "dist": { - "type": "path", - "url": "/Users/nolan/src/pm-packages/processmaker/package-translations", - "reference": "4b2b8c2d66563c6cb11f0a3c691fdc3a789fc128" - }, - "require": { - "processmaker/packages": "*", - "processmaker/processmaker": "@dev" - }, - "type": "library", - "extra": { - "laravel": { - "providers": [ - "ProcessMaker\\Package\\Translations\\PackageServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "ProcessMaker\\Package\\Translations\\": "src", - "Tests\\Translations\\": "tests/" - } - }, - "authors": [ - { - "name": "ProcessMaker 4 Development Team", - "email": "support@processmaker.com" - } - ], - "description": "Additional language support for ProcessMaker 4", - "transport-options": { - "symlink": true, - "relative": false - } - }, - { - "name": "processmaker/package-versions", - "version": "1.8.1", - "dist": { - "type": "path", - "url": "/Users/nolan/src/pm-packages/processmaker/package-versions", - "reference": "dcfd00387182c7be9785124a2c61e13b35f28c7e" - }, - "type": "library", - "extra": { - "laravel": { - "providers": [ - "ProcessMaker\\Package\\Versions\\PluginServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "ProcessMaker\\Package\\Versions\\": "src", - "Tests\\Versions\\": "tests/", - "Database\\Factories\\ProcessMaker\\Package\\Versions\\": "database/factories" - } - }, - "authors": [ - { - "name": "Marco A. Nina Mena", - "email": "marco.antonio.nina@processmaker.com" - } - ], - "description": "ProcessMaker Versions", - "transport-options": { - "symlink": true, - "relative": false - } - }, - { - "name": "processmaker/package-vocabularies", - "version": "2.13.0", - "dist": { - "type": "path", - "url": "/Users/nolan/src/pm-packages/processmaker/package-vocabularies", - "reference": "0216fbb073b09810c15b1d1173eddda0d14de5c6" - }, - "require": { - "processmaker/packages": "*", - "processmaker/processmaker": "^4.0", - "swaggest/json-schema": "^0.12.15" - }, - "type": "project", - "extra": { - "laravel": { - "providers": [ - "ProcessMaker\\Package\\PackageVocabularies\\PackageServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "ProcessMaker\\Package\\PackageVocabularies\\": "src", - "Database\\Factories\\ProcessMaker\\Package\\PackageVocabularies\\": "database/factories" - } - }, - "autoload-dev": { - "psr-4": { - "Tests\\": "tests/" - } - }, - "authors": [ - { - "name": "ProcessMaker 4 Development Team", - "email": "support@processmaker.com" - } - ], - "description": "Package vocabularies for processmaker", - "transport-options": { - "symlink": true, - "relative": false - } - }, - { - "name": "processmaker/package-webentry", - "version": "2.18.1", - "dist": { - "type": "path", - "url": "/Users/nolan/src/pm-packages/processmaker/package-webentry", - "reference": "130a8394fab30f6e5c551e3d14de7a2706d19f2b" - }, - "require-dev": { - "processmaker/processmaker": "^4.1" - }, - "type": "project", - "extra": { - "laravel": { - "providers": [ - "ProcessMaker\\Package\\WebEntry\\WebEntryServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "ProcessMaker\\Package\\WebEntry\\": "src", - "Tests\\": "tests/", - "TestHelpers\\": "tests/Helpers" - } - }, - "authors": [ - { - "name": "Nolan Ehrstrom", - "email": "nolan.ehrstrom@processmaker.com" - }, - { - "name": "Dante Loayza", - "email": "dante.loayza@processmaker.com" - } - ], - "description": "Provide to end users the ability to complete tasks from outside the core system", - "transport-options": { - "symlink": true, - "relative": false - } - }, - { - "name": "processmaker/packages", - "version": "4.2.30-RC3", - "dist": { - "type": "path", - "url": "/Users/nolan/src/pm-packages/processmaker/packages", - "reference": "8d7b29120e9bc3b115f59bff7af267973e35d92a" - }, - "type": "project", - "extra": { - "processmaker": { - "enterprise": { - "connector-docusign": "0.1.8", - "connector-pdf-print": "1.7.7", - "connector-send-email": "1.9.14", - "connector-slack": "1.1.3", - "docker-executor-node-ssr": "1.0.1", - "package-actions-by-email": "1.3.13", - "package-advanced-user-manager": "0.1.2", - "package-auth": "1.4.12", - "package-collections": "2.5.16", - "package-comments": "1.2.1-RC3", - "package-conversational-forms": "1.1.7", - "package-data-sources": "1.9.15", - "package-dynamic-ui": "1.3.7", - "package-files": "1.3.10", - "package-googleplaces": "1.1.7", - "package-process-documenter": "1.0.3-RC1", - "package-process-optimization": "1.1.1-RC1", - "package-savedsearch": "1.16.11", - "package-sentry": "1.1.2", - "package-signature": "1.2.2-RC", - "package-translations": "2.1.3", - "package-versions": "1.1.4-RC", - "package-vocabularies": "2.5.6-RC", - "package-webentry": "2.3.9" - } - }, - "laravel": { - "providers": [ - "ProcessMaker\\Package\\Packages\\PackageServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "ProcessMaker\\Package\\Packages\\": "src" - } - }, - "authors": [ - { - "name": "DevOps", - "email": "devops@processmaker.com" - } - ], - "description": "Package to manage packages", - "transport-options": { - "symlink": true, - "relative": false - } - }, - { - "name": "processmaker/pmql", - "version": "1.12.0", - "dist": { - "type": "path", - "url": "/Users/nolan/src/pm-packages/processmaker/pmql", - "reference": "598ce3c959d625aa95f7dd7a0040d6f02c545536" - }, - "require": { - "laravel/framework": "^5.7|^6|^7|^8|^9|^10" - }, - "require-dev": { - "orchestra/testbench": "^4.8.0", - "phpunit/phpunit": "^8.3" - }, - "type": "project", - "extra": { - "laravel": { - "providers": [] - } - }, - "autoload": { - "psr-4": { - "ProcessMaker\\Query\\": "src" - } - }, - "autoload-dev": { - "psr-4": { - "ProcessMaker\\Query\\Tests\\": "tests/" - } - }, - "authors": [ - { - "name": "Taylor Dondich", - "email": "taylor@processmaker.com" - } - ], - "description": "An Eloquent trait that provides the pmql scope to allow converting simple sql criteria clauses to Eloquent", - "transport-options": { - "symlink": true, - "relative": false - } - }, - { - "name": "psr/cache", - "version": "3.0.0", - "source": { - "type": "git", - "url": "https://github.com/php-fig/cache.git", - "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", - "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", - "shasum": "" - }, - "require": { - "php": ">=8.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\Cache\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" - } - ], - "description": "Common interface for caching libraries", - "keywords": [ - "cache", - "psr", - "psr-6" - ], - "support": { - "source": "https://github.com/php-fig/cache/tree/3.0.0" - }, - "time": "2021-02-03T23:26:27+00:00" - }, - { - "name": "psr/clock", - "version": "1.0.0", - "source": { - "type": "git", - "url": "https://github.com/php-fig/clock.git", - "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d", - "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d", - "shasum": "" - }, - "require": { - "php": "^7.0 || ^8.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Psr\\Clock\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" - } - ], - "description": "Common interface for reading the clock.", - "homepage": "https://github.com/php-fig/clock", - "keywords": [ - "clock", - "now", - "psr", - "psr-20", - "time" - ], - "support": { - "issues": "https://github.com/php-fig/clock/issues", - "source": "https://github.com/php-fig/clock/tree/1.0.0" - }, - "time": "2022-11-25T14:36:26+00:00" - }, - { - "name": "psr/container", - "version": "2.0.2", - "source": { - "type": "git", - "url": "https://github.com/php-fig/container.git", - "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963" - }, - "dist": { - "type": "zip", - "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/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" - } - ], - "description": "Common Container Interface (PHP FIG PSR-11)", - "homepage": "https://github.com/php-fig/container", - "keywords": [ - "PSR-11", - "container", - "container-interface", - "container-interop", - "psr" - ], - "support": { - "issues": "https://github.com/php-fig/container/issues", - "source": "https://github.com/php-fig/container/tree/2.0.2" - }, - "time": "2021-11-05T16:47:00+00:00" - }, - { - "name": "psr/event-dispatcher", - "version": "1.0.0", - "source": { - "type": "git", - "url": "https://github.com/php-fig/event-dispatcher.git", - "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0", - "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0", - "shasum": "" - }, - "require": { - "php": ">=7.2.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\EventDispatcher\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" - } - ], - "description": "Standard interfaces for event handling.", - "keywords": [ - "events", - "psr", - "psr-14" - ], - "support": { - "issues": "https://github.com/php-fig/event-dispatcher/issues", - "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0" - }, - "time": "2019-01-08T18:20:26+00:00" - }, - { - "name": "psr/http-client", - "version": "1.0.2", - "source": { - "type": "git", - "url": "https://github.com/php-fig/http-client.git", - "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-client/zipball/0955afe48220520692d2d09f7ab7e0f93ffd6a31", - "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31", - "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/tree/1.0.2" - }, - "time": "2023-04-10T20:12:12+00:00" - }, - { - "name": "psr/http-factory", - "version": "1.0.2", - "source": { - "type": "git", - "url": "https://github.com/php-fig/http-factory.git", - "reference": "e616d01114759c4c489f93b099585439f795fe35" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35", - "reference": "e616d01114759c4c489f93b099585439f795fe35", - "shasum": "" - }, - "require": { - "php": ">=7.0.0", - "psr/http-message": "^1.0 || ^2.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\Http\\Message\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" - } - ], - "description": "Common interfaces for PSR-7 HTTP message factories", - "keywords": [ - "factory", - "http", - "message", - "psr", - "psr-17", - "psr-7", - "request", - "response" - ], - "support": { - "source": "https://github.com/php-fig/http-factory/tree/1.0.2" - }, - "time": "2023-04-10T20:10:41+00:00" - }, - { - "name": "psr/http-message", - "version": "1.1", - "source": { - "type": "git", - "url": "https://github.com/php-fig/http-message.git", - "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba", - "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba", - "shasum": "" - }, - "require": { - "php": "^7.2 || ^8.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.1.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\Http\\Message\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "http://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/1.1" - }, - "time": "2023-04-04T09:50:52+00:00" - }, - { - "name": "psr/log", - "version": "3.0.0", - "source": { - "type": "git", - "url": "https://github.com/php-fig/log.git", - "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001", - "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001", - "shasum": "" - }, - "require": { - "php": ">=8.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\Log\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" - } - ], - "description": "Common interface for logging libraries", - "homepage": "https://github.com/php-fig/log", - "keywords": [ - "log", - "psr", - "psr-3" - ], - "support": { - "source": "https://github.com/php-fig/log/tree/3.0.0" - }, - "time": "2021-07-14T16:46:02+00:00" - }, - { - "name": "psr/simple-cache", - "version": "2.0.0", - "source": { - "type": "git", - "url": "https://github.com/php-fig/simple-cache.git", - "reference": "8707bf3cea6f710bf6ef05491234e3ab06f6432a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/8707bf3cea6f710bf6ef05491234e3ab06f6432a", - "reference": "8707bf3cea6f710bf6ef05491234e3ab06f6432a", - "shasum": "" - }, - "require": { - "php": ">=8.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\SimpleCache\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" - } - ], - "description": "Common interfaces for simple caching", + "description": "Common interface for reading the clock.", + "homepage": "https://github.com/php-fig/clock", "keywords": [ - "cache", - "caching", + "clock", + "now", "psr", - "psr-16", - "simple-cache" + "psr-20", + "time" ], "support": { - "source": "https://github.com/php-fig/simple-cache/tree/2.0.0" + "issues": "https://github.com/php-fig/clock/issues", + "source": "https://github.com/php-fig/clock/tree/1.0.0" }, - "time": "2021-10-29T13:22:09+00:00" + "time": "2022-11-25T14:36:26+00:00" }, { - "name": "psy/psysh", - "version": "v0.11.20", + "name": "psr/container", + "version": "2.0.2", "source": { "type": "git", - "url": "https://github.com/bobthecow/psysh.git", - "reference": "0fa27040553d1d280a67a4393194df5228afea5b" + "url": "https://github.com/php-fig/container.git", + "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/0fa27040553d1d280a67a4393194df5228afea5b", - "reference": "0fa27040553d1d280a67a4393194df5228afea5b", + "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963", + "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963", "shasum": "" }, "require": { - "ext-json": "*", - "ext-tokenizer": "*", - "nikic/php-parser": "^4.0 || ^3.1", - "php": "^8.0 || ^7.0.8", - "symfony/console": "^6.0 || ^5.0 || ^4.0 || ^3.4", - "symfony/var-dumper": "^6.0 || ^5.0 || ^4.0 || ^3.4" - }, - "conflict": { - "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4" - }, - "require-dev": { - "bamarni/composer-bin-plugin": "^1.2" - }, - "suggest": { - "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)", - "ext-pdo-sqlite": "The doc command requires SQLite to work.", - "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.", - "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history." + "php": ">=7.4.0" }, - "bin": [ - "bin/psysh" - ], "type": "library", "extra": { "branch-alias": { - "dev-main": "0.11.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { - "files": [ - "src/functions.php" - ], "psr-4": { - "Psy\\": "src/" + "Psr\\Container\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -10152,112 +7177,103 @@ ], "authors": [ { - "name": "Justin Hileman", - "email": "justin@justinhileman.info", - "homepage": "http://justinhileman.com" + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" } ], - "description": "An interactive shell for modern PHP.", - "homepage": "http://psysh.org", + "description": "Common Container Interface (PHP FIG PSR-11)", + "homepage": "https://github.com/php-fig/container", "keywords": [ - "REPL", - "console", - "interactive", - "shell" + "PSR-11", + "container", + "container-interface", + "container-interop", + "psr" ], "support": { - "issues": "https://github.com/bobthecow/psysh/issues", - "source": "https://github.com/bobthecow/psysh/tree/v0.11.20" + "issues": "https://github.com/php-fig/container/issues", + "source": "https://github.com/php-fig/container/tree/2.0.2" }, - "time": "2023-07-31T14:32:22+00:00" + "time": "2021-11-05T16:47:00+00:00" }, { - "name": "pusher/pusher-php-server", - "version": "7.2.3", + "name": "psr/event-dispatcher", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/pusher/pusher-http-php.git", - "reference": "416e68dd5f640175ad5982131c42a7a666d1d8e9" + "url": "https://github.com/php-fig/event-dispatcher.git", + "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pusher/pusher-http-php/zipball/416e68dd5f640175ad5982131c42a7a666d1d8e9", - "reference": "416e68dd5f640175ad5982131c42a7a666d1d8e9", + "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0", + "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0", "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" + "php": ">=7.2.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "5.0-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Pusher\\": "src/" + "Psr\\EventDispatcher\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], - "description": "Library for interacting with the Pusher REST API", + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Standard interfaces for event handling.", "keywords": [ "events", - "messaging", - "php-pusher-server", - "publish", - "push", - "pusher", - "real time", - "real-time", - "realtime", - "rest", - "trigger" + "psr", + "psr-14" ], "support": { - "issues": "https://github.com/pusher/pusher-http-php/issues", - "source": "https://github.com/pusher/pusher-http-php/tree/7.2.3" + "issues": "https://github.com/php-fig/event-dispatcher/issues", + "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0" }, - "time": "2023-05-17T16:00:06+00:00" + "time": "2019-01-08T18:20:26+00:00" }, { - "name": "ralouphie/getallheaders", - "version": "3.0.3", + "name": "psr/http-client", + "version": "1.0.2", "source": { "type": "git", - "url": "https://github.com/ralouphie/getallheaders.git", - "reference": "120b605dfeb996808c31b6477290a714d356e822" + "url": "https://github.com/php-fig/http-client.git", + "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", - "reference": "120b605dfeb996808c31b6477290a714d356e822", + "url": "https://api.github.com/repos/php-fig/http-client/zipball/0955afe48220520692d2d09f7ab7e0f93ffd6a31", + "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31", "shasum": "" }, "require": { - "php": ">=5.6" - }, - "require-dev": { - "php-coveralls/php-coveralls": "^2.1", - "phpunit/phpunit": "^5 || ^6.5" + "php": "^7.0 || ^8.0", + "psr/http-message": "^1.0 || ^2.0" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, "autoload": { - "files": [ - "src/getallheaders.php" - ] + "psr-4": { + "Psr\\Http\\Client\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -10265,68 +7281,50 @@ ], "authors": [ { - "name": "Ralph Khattar", - "email": "ralph.khattar@gmail.com" + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" } ], - "description": "A polyfill for getallheaders.", + "description": "Common interface for HTTP clients", + "homepage": "https://github.com/php-fig/http-client", + "keywords": [ + "http", + "http-client", + "psr", + "psr-18" + ], "support": { - "issues": "https://github.com/ralouphie/getallheaders/issues", - "source": "https://github.com/ralouphie/getallheaders/tree/develop" + "source": "https://github.com/php-fig/http-client/tree/1.0.2" }, - "time": "2019-03-08T08:55:37+00:00" + "time": "2023-04-10T20:12:12+00:00" }, { - "name": "ramsey/collection", - "version": "2.0.0", + "name": "psr/http-factory", + "version": "1.0.2", "source": { "type": "git", - "url": "https://github.com/ramsey/collection.git", - "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5" + "url": "https://github.com/php-fig/http-factory.git", + "reference": "e616d01114759c4c489f93b099585439f795fe35" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ramsey/collection/zipball/a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5", - "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5", + "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35", + "reference": "e616d01114759c4c489f93b099585439f795fe35", "shasum": "" }, "require": { - "php": "^8.1" - }, - "require-dev": { - "captainhook/plugin-composer": "^5.3", - "ergebnis/composer-normalize": "^2.28.3", - "fakerphp/faker": "^1.21", - "hamcrest/hamcrest-php": "^2.0", - "jangregor/phpstan-prophecy": "^1.0", - "mockery/mockery": "^1.5", - "php-parallel-lint/php-console-highlighter": "^1.0", - "php-parallel-lint/php-parallel-lint": "^1.3", - "phpcsstandards/phpcsutils": "^1.0.0-rc1", - "phpspec/prophecy-phpunit": "^2.0", - "phpstan/extension-installer": "^1.2", - "phpstan/phpstan": "^1.9", - "phpstan/phpstan-mockery": "^1.1", - "phpstan/phpstan-phpunit": "^1.3", - "phpunit/phpunit": "^9.5", - "psalm/plugin-mockery": "^1.1", - "psalm/plugin-phpunit": "^0.18.4", - "ramsey/coding-standard": "^2.0.3", - "ramsey/conventional-commits": "^1.3", - "vimeo/psalm": "^5.4" + "php": ">=7.0.0", + "psr/http-message": "^1.0 || ^2.0" }, "type": "library", "extra": { - "captainhook": { - "force-install": true - }, - "ramsey/conventional-commits": { - "configFile": "conventional-commits.json" + "branch-alias": { + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Ramsey\\Collection\\": "src/" + "Psr\\Http\\Message\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -10335,288 +7333,229 @@ ], "authors": [ { - "name": "Ben Ramsey", - "email": "ben@benramsey.com", - "homepage": "https://benramsey.com" + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" } ], - "description": "A PHP library for representing and manipulating collections.", + "description": "Common interfaces for PSR-7 HTTP message factories", "keywords": [ - "array", - "collection", - "hash", - "map", - "queue", - "set" + "factory", + "http", + "message", + "psr", + "psr-17", + "psr-7", + "request", + "response" ], "support": { - "issues": "https://github.com/ramsey/collection/issues", - "source": "https://github.com/ramsey/collection/tree/2.0.0" + "source": "https://github.com/php-fig/http-factory/tree/1.0.2" }, - "funding": [ - { - "url": "https://github.com/ramsey", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/ramsey/collection", - "type": "tidelift" - } - ], - "time": "2022-12-31T21:50:55+00:00" + "time": "2023-04-10T20:10:41+00:00" }, { - "name": "ramsey/uuid", - "version": "4.7.4", + "name": "psr/http-message", + "version": "1.1", "source": { "type": "git", - "url": "https://github.com/ramsey/uuid.git", - "reference": "60a4c63ab724854332900504274f6150ff26d286" + "url": "https://github.com/php-fig/http-message.git", + "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ramsey/uuid/zipball/60a4c63ab724854332900504274f6150ff26d286", - "reference": "60a4c63ab724854332900504274f6150ff26d286", - "shasum": "" - }, - "require": { - "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11", - "ext-json": "*", - "php": "^8.0", - "ramsey/collection": "^1.2 || ^2.0" - }, - "replace": { - "rhumsaa/uuid": "self.version" - }, - "require-dev": { - "captainhook/captainhook": "^5.10", - "captainhook/plugin-composer": "^5.3", - "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", - "doctrine/annotations": "^1.8", - "ergebnis/composer-normalize": "^2.15", - "mockery/mockery": "^1.3", - "paragonie/random-lib": "^2", - "php-mock/php-mock": "^2.2", - "php-mock/php-mock-mockery": "^1.3", - "php-parallel-lint/php-parallel-lint": "^1.1", - "phpbench/phpbench": "^1.0", - "phpstan/extension-installer": "^1.1", - "phpstan/phpstan": "^1.8", - "phpstan/phpstan-mockery": "^1.1", - "phpstan/phpstan-phpunit": "^1.1", - "phpunit/phpunit": "^8.5 || ^9", - "ramsey/composer-repl": "^1.4", - "slevomat/coding-standard": "^8.4", - "squizlabs/php_codesniffer": "^3.5", - "vimeo/psalm": "^4.9" + "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba", + "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba", + "shasum": "" }, - "suggest": { - "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.", - "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.", - "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.", - "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter", - "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." + "require": { + "php": "^7.2 || ^8.0" }, "type": "library", "extra": { - "captainhook": { - "force-install": true + "branch-alias": { + "dev-master": "1.1.x-dev" } }, "autoload": { - "files": [ - "src/functions.php" - ], "psr-4": { - "Ramsey\\Uuid\\": "src/" + "Psr\\Http\\Message\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], - "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).", + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interface for HTTP messages", + "homepage": "https://github.com/php-fig/http-message", "keywords": [ - "guid", - "identifier", - "uuid" + "http", + "http-message", + "psr", + "psr-7", + "request", + "response" ], "support": { - "issues": "https://github.com/ramsey/uuid/issues", - "source": "https://github.com/ramsey/uuid/tree/4.7.4" + "source": "https://github.com/php-fig/http-message/tree/1.1" }, - "funding": [ - { - "url": "https://github.com/ramsey", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid", - "type": "tidelift" - } - ], - "time": "2023-04-15T23:01:58+00:00" + "time": "2023-04-04T09:50:52+00:00" }, { - "name": "robrichards/xmlseclibs", - "version": "3.1.1", + "name": "psr/log", + "version": "3.0.0", "source": { "type": "git", - "url": "https://github.com/robrichards/xmlseclibs.git", - "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df" + "url": "https://github.com/php-fig/log.git", + "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/f8f19e58f26cdb42c54b214ff8a820760292f8df", - "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df", + "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001", + "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001", "shasum": "" }, "require": { - "ext-openssl": "*", - "php": ">= 5.4" + "php": ">=8.0.0" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.x-dev" + } + }, "autoload": { "psr-4": { - "RobRichards\\XMLSecLibs\\": "src" + "Psr\\Log\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } ], - "description": "A PHP library for XML Security", - "homepage": "https://github.com/robrichards/xmlseclibs", + "description": "Common interface for logging libraries", + "homepage": "https://github.com/php-fig/log", "keywords": [ - "security", - "signature", - "xml", - "xmldsig" + "log", + "psr", + "psr-3" ], "support": { - "issues": "https://github.com/robrichards/xmlseclibs/issues", - "source": "https://github.com/robrichards/xmlseclibs/tree/3.1.1" + "source": "https://github.com/php-fig/log/tree/3.0.0" }, - "time": "2020-09-05T13:00:25+00:00" + "time": "2021-07-14T16:46:02+00:00" }, { - "name": "sentry/sdk", - "version": "3.5.0", + "name": "psr/simple-cache", + "version": "2.0.0", "source": { "type": "git", - "url": "https://github.com/getsentry/sentry-php-sdk.git", - "reference": "cd91b752f07c4bab9fb3b173f81af68a78a78d6d" + "url": "https://github.com/php-fig/simple-cache.git", + "reference": "8707bf3cea6f710bf6ef05491234e3ab06f6432a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/getsentry/sentry-php-sdk/zipball/cd91b752f07c4bab9fb3b173f81af68a78a78d6d", - "reference": "cd91b752f07c4bab9fb3b173f81af68a78a78d6d", + "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/8707bf3cea6f710bf6ef05491234e3ab06f6432a", + "reference": "8707bf3cea6f710bf6ef05491234e3ab06f6432a", "shasum": "" }, "require": { - "http-interop/http-factory-guzzle": "^1.0", - "sentry/sentry": "^3.19", - "symfony/http-client": "^4.3|^5.0|^6.0" + "php": ">=8.0.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\SimpleCache\\": "src/" + } }, - "type": "metapackage", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { - "name": "Sentry", - "email": "accounts@sentry.io" + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" } ], - "description": "This is a metapackage shipping sentry/sentry with a recommended HTTP client.", - "homepage": "http://sentry.io", + "description": "Common interfaces for simple caching", "keywords": [ - "crash-reporting", - "crash-reports", - "error-handler", - "error-monitoring", - "log", - "logging", - "sentry" + "cache", + "caching", + "psr", + "psr-16", + "simple-cache" ], "support": { - "issues": "https://github.com/getsentry/sentry-php-sdk/issues", - "source": "https://github.com/getsentry/sentry-php-sdk/tree/3.5.0" + "source": "https://github.com/php-fig/simple-cache/tree/2.0.0" }, - "funding": [ - { - "url": "https://sentry.io/", - "type": "custom" - }, - { - "url": "https://sentry.io/pricing/", - "type": "custom" - } - ], - "time": "2023-06-12T17:50:36+00:00" + "time": "2021-10-29T13:22:09+00:00" }, { - "name": "sentry/sentry", - "version": "3.22.1", + "name": "psy/psysh", + "version": "v0.11.20", "source": { "type": "git", - "url": "https://github.com/getsentry/sentry-php.git", - "reference": "8859631ba5ab15bc1af420b0eeed19ecc6c9d81d" + "url": "https://github.com/bobthecow/psysh.git", + "reference": "0fa27040553d1d280a67a4393194df5228afea5b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/8859631ba5ab15bc1af420b0eeed19ecc6c9d81d", - "reference": "8859631ba5ab15bc1af420b0eeed19ecc6c9d81d", + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/0fa27040553d1d280a67a4393194df5228afea5b", + "reference": "0fa27040553d1d280a67a4393194df5228afea5b", "shasum": "" }, "require": { "ext-json": "*", - "ext-mbstring": "*", - "guzzlehttp/promises": "^1.5.3|^2.0", - "jean85/pretty-package-versions": "^1.5|^2.0.4", - "php": "^7.2|^8.0", - "php-http/async-client-implementation": "^1.0", - "php-http/client-common": "^1.5|^2.0", - "php-http/discovery": "^1.15", - "php-http/httplug": "^1.1|^2.0", - "php-http/message": "^1.5", - "php-http/message-factory": "^1.1", - "psr/http-factory": "^1.0", - "psr/http-factory-implementation": "^1.0", - "psr/log": "^1.0|^2.0|^3.0", - "symfony/options-resolver": "^3.4.43|^4.4.30|^5.0.11|^6.0|^7.0", - "symfony/polyfill-php80": "^1.17" + "ext-tokenizer": "*", + "nikic/php-parser": "^4.0 || ^3.1", + "php": "^8.0 || ^7.0.8", + "symfony/console": "^6.0 || ^5.0 || ^4.0 || ^3.4", + "symfony/var-dumper": "^6.0 || ^5.0 || ^4.0 || ^3.4" }, "conflict": { - "php-http/client-common": "1.8.0", - "raven/raven": "*" + "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^2.19|3.4.*", - "guzzlehttp/psr7": "^1.8.4|^2.1.1", - "http-interop/http-factory-guzzle": "^1.0", - "monolog/monolog": "^1.6|^2.0|^3.0", - "nikic/php-parser": "^4.10.3", - "php-http/mock-client": "^1.3", - "phpbench/phpbench": "^1.0", - "phpstan/extension-installer": "^1.0", - "phpstan/phpstan": "^1.3", - "phpstan/phpstan-phpunit": "^1.0", - "phpunit/phpunit": "^8.5.14|^9.4", - "symfony/phpunit-bridge": "^5.2|^6.0", - "vimeo/psalm": "^4.17" + "bamarni/composer-bin-plugin": "^1.2" }, "suggest": { - "monolog/monolog": "Allow sending log messages to Sentry by using the included Monolog handler." + "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)", + "ext-pdo-sqlite": "The doc command requires SQLite to work.", + "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.", + "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history." }, + "bin": [ + "bin/psysh" + ], "type": "library", + "extra": { + "branch-alias": { + "dev-main": "0.11.x-dev" + } + }, "autoload": { "files": [ "src/functions.php" ], "psr-4": { - "Sentry\\": "src/" + "Psy\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -10625,90 +7564,112 @@ ], "authors": [ { - "name": "Sentry", - "email": "accounts@sentry.io" + "name": "Justin Hileman", + "email": "justin@justinhileman.info", + "homepage": "http://justinhileman.com" } ], - "description": "A PHP SDK for Sentry (http://sentry.io)", - "homepage": "http://sentry.io", + "description": "An interactive shell for modern PHP.", + "homepage": "http://psysh.org", "keywords": [ - "crash-reporting", - "crash-reports", - "error-handler", - "error-monitoring", - "log", - "logging", - "sentry" + "REPL", + "console", + "interactive", + "shell" ], "support": { - "issues": "https://github.com/getsentry/sentry-php/issues", - "source": "https://github.com/getsentry/sentry-php/tree/3.22.1" + "issues": "https://github.com/bobthecow/psysh/issues", + "source": "https://github.com/bobthecow/psysh/tree/v0.11.20" }, - "funding": [ - { - "url": "https://sentry.io/", - "type": "custom" - }, - { - "url": "https://sentry.io/pricing/", - "type": "custom" - } - ], - "time": "2023-11-13T11:47:28+00:00" + "time": "2023-07-31T14:32:22+00:00" }, { - "name": "sentry/sentry-laravel", - "version": "3.8.2", + "name": "pusher/pusher-php-server", + "version": "7.2.3", "source": { "type": "git", - "url": "https://github.com/getsentry/sentry-laravel.git", - "reference": "1293e5732f8405e12f000cdf5dee78c927a18de0" + "url": "https://github.com/pusher/pusher-http-php.git", + "reference": "416e68dd5f640175ad5982131c42a7a666d1d8e9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/getsentry/sentry-laravel/zipball/1293e5732f8405e12f000cdf5dee78c927a18de0", - "reference": "1293e5732f8405e12f000cdf5dee78c927a18de0", + "url": "https://api.github.com/repos/pusher/pusher-http-php/zipball/416e68dd5f640175ad5982131c42a7a666d1d8e9", + "reference": "416e68dd5f640175ad5982131c42a7a666d1d8e9", "shasum": "" }, "require": { - "illuminate/support": "^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0", - "nyholm/psr7": "^1.0", - "php": "^7.2 | ^8.0", - "sentry/sdk": "^3.4", - "sentry/sentry": "^3.20.1", - "symfony/psr-http-message-bridge": "^1.0 | ^2.0" + "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": { - "friendsofphp/php-cs-fixer": "^3.11", - "laravel/folio": "^1.0", - "laravel/framework": "^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0", - "mockery/mockery": "^1.3", - "orchestra/testbench": "^4.7 | ^5.1 | ^6.0 | ^7.0 | ^8.0", - "phpstan/phpstan": "^1.10", - "phpunit/phpunit": "^8.4 | ^9.3" + "overtrue/phplint": "^2.3", + "phpunit/phpunit": "^9.3" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.x-dev", - "dev-2.x": "2.x-dev", - "dev-1.x": "1.x-dev", - "dev-0.x": "0.x-dev" - }, - "laravel": { - "providers": [ - "Sentry\\Laravel\\ServiceProvider", - "Sentry\\Laravel\\Tracing\\ServiceProvider" - ], - "aliases": { - "Sentry": "Sentry\\Laravel\\Facade" - } + "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": { - "psr-0": { - "Sentry\\Laravel\\": "src/" - } + "files": [ + "src/getallheaders.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -10716,72 +7677,68 @@ ], "authors": [ { - "name": "Sentry", - "email": "accounts@sentry.io" + "name": "Ralph Khattar", + "email": "ralph.khattar@gmail.com" } ], - "description": "Laravel SDK for Sentry (https://sentry.io)", - "homepage": "https://sentry.io", - "keywords": [ - "crash-reporting", - "crash-reports", - "error-handler", - "error-monitoring", - "laravel", - "log", - "logging", - "sentry" - ], + "description": "A polyfill for getallheaders.", "support": { - "issues": "https://github.com/getsentry/sentry-laravel/issues", - "source": "https://github.com/getsentry/sentry-laravel/tree/3.8.2" + "issues": "https://github.com/ralouphie/getallheaders/issues", + "source": "https://github.com/ralouphie/getallheaders/tree/develop" }, - "funding": [ - { - "url": "https://sentry.io/", - "type": "custom" - }, - { - "url": "https://sentry.io/pricing/", - "type": "custom" - } - ], - "time": "2023-10-12T14:38:46+00:00" + "time": "2019-03-08T08:55:37+00:00" }, { - "name": "socialiteproviders/manager", - "version": "v4.4.0", + "name": "ramsey/collection", + "version": "2.0.0", "source": { "type": "git", - "url": "https://github.com/SocialiteProviders/Manager.git", - "reference": "df5e45b53d918ec3d689f014d98a6c838b98ed96" + "url": "https://github.com/ramsey/collection.git", + "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/SocialiteProviders/Manager/zipball/df5e45b53d918ec3d689f014d98a6c838b98ed96", - "reference": "df5e45b53d918ec3d689f014d98a6c838b98ed96", + "url": "https://api.github.com/repos/ramsey/collection/zipball/a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5", + "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5", "shasum": "" }, "require": { - "illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0", - "laravel/socialite": "~5.0", - "php": "^8.0" + "php": "^8.1" }, "require-dev": { - "mockery/mockery": "^1.2", - "phpunit/phpunit": "^6.0 || ^9.0" + "captainhook/plugin-composer": "^5.3", + "ergebnis/composer-normalize": "^2.28.3", + "fakerphp/faker": "^1.21", + "hamcrest/hamcrest-php": "^2.0", + "jangregor/phpstan-prophecy": "^1.0", + "mockery/mockery": "^1.5", + "php-parallel-lint/php-console-highlighter": "^1.0", + "php-parallel-lint/php-parallel-lint": "^1.3", + "phpcsstandards/phpcsutils": "^1.0.0-rc1", + "phpspec/prophecy-phpunit": "^2.0", + "phpstan/extension-installer": "^1.2", + "phpstan/phpstan": "^1.9", + "phpstan/phpstan-mockery": "^1.1", + "phpstan/phpstan-phpunit": "^1.3", + "phpunit/phpunit": "^9.5", + "psalm/plugin-mockery": "^1.1", + "psalm/plugin-phpunit": "^0.18.4", + "ramsey/coding-standard": "^2.0.3", + "ramsey/conventional-commits": "^1.3", + "vimeo/psalm": "^5.4" }, "type": "library", "extra": { - "laravel": { - "providers": [ - "SocialiteProviders\\Manager\\ServiceProvider" - ] + "captainhook": { + "force-install": true + }, + "ramsey/conventional-commits": { + "configFile": "conventional-commits.json" } }, "autoload": { "psr-4": { - "SocialiteProviders\\Manager\\": "src/" + "Ramsey\\Collection\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -10790,85 +7747,127 @@ ], "authors": [ { - "name": "Andy Wendt", - "email": "andy@awendt.com" - }, - { - "name": "Anton Komarev", - "email": "a.komarev@cybercog.su" - }, - { - "name": "Miguel Piedrafita", - "email": "soy@miguelpiedrafita.com" - }, - { - "name": "atymic", - "email": "atymicq@gmail.com", - "homepage": "https://atymic.dev" + "name": "Ben Ramsey", + "email": "ben@benramsey.com", + "homepage": "https://benramsey.com" } ], - "description": "Easily add new or override built-in providers in Laravel Socialite.", - "homepage": "https://socialiteproviders.com", + "description": "A PHP library for representing and manipulating collections.", "keywords": [ - "laravel", - "manager", - "oauth", - "providers", - "socialite" + "array", + "collection", + "hash", + "map", + "queue", + "set" ], "support": { - "issues": "https://github.com/socialiteproviders/manager/issues", - "source": "https://github.com/socialiteproviders/manager" + "issues": "https://github.com/ramsey/collection/issues", + "source": "https://github.com/ramsey/collection/tree/2.0.0" }, - "time": "2023-08-27T23:46:34+00:00" + "funding": [ + { + "url": "https://github.com/ramsey", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/ramsey/collection", + "type": "tidelift" + } + ], + "time": "2022-12-31T21:50:55+00:00" }, { - "name": "socialiteproviders/providers", - "version": "dev-saml", + "name": "ramsey/uuid", + "version": "4.7.4", "source": { "type": "git", - "url": "https://github.com/ProcessMaker/SocialiteProviders.git", - "reference": "b8b89005968c4cac7da237dcee3c51fe66925207" + "url": "https://github.com/ramsey/uuid.git", + "reference": "60a4c63ab724854332900504274f6150ff26d286" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ProcessMaker/SocialiteProviders/zipball/b8b89005968c4cac7da237dcee3c51fe66925207", - "reference": "b8b89005968c4cac7da237dcee3c51fe66925207", + "url": "https://api.github.com/repos/ramsey/uuid/zipball/60a4c63ab724854332900504274f6150ff26d286", + "reference": "60a4c63ab724854332900504274f6150ff26d286", "shasum": "" }, "require": { - "aacotroneo/laravel-saml2": "^2.1", + "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11", "ext-json": "*", - "league/oauth1-client": "^1.9", - "php": "^7.2 || ^8.0", - "socialiteproviders/manager": "~4.0" + "php": "^8.0", + "ramsey/collection": "^1.2 || ^2.0" + }, + "replace": { + "rhumsaa/uuid": "self.version" }, "require-dev": { - "kitetail/zttp": "^0.6.0", - "symplify/monorepo-builder": "^6.1 || ^8.0" + "captainhook/captainhook": "^5.10", + "captainhook/plugin-composer": "^5.3", + "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", + "doctrine/annotations": "^1.8", + "ergebnis/composer-normalize": "^2.15", + "mockery/mockery": "^1.3", + "paragonie/random-lib": "^2", + "php-mock/php-mock": "^2.2", + "php-mock/php-mock-mockery": "^1.3", + "php-parallel-lint/php-parallel-lint": "^1.1", + "phpbench/phpbench": "^1.0", + "phpstan/extension-installer": "^1.1", + "phpstan/phpstan": "^1.8", + "phpstan/phpstan-mockery": "^1.1", + "phpstan/phpstan-phpunit": "^1.1", + "phpunit/phpunit": "^8.5 || ^9", + "ramsey/composer-repl": "^1.4", + "slevomat/coding-standard": "^8.4", + "squizlabs/php_codesniffer": "^3.5", + "vimeo/psalm": "^4.9" + }, + "suggest": { + "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.", + "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.", + "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.", + "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter", + "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." }, "type": "library", - "autoload": { - "psr-4": { - "SocialiteProviders\\": "src/" + "extra": { + "captainhook": { + "force-install": true } }, - "scripts": { - "test": [ - "phpunit" + "autoload": { + "files": [ + "src/functions.php" ], - "test:ci": [ - "phpunit --coverage-clover build/logs/clover.xml" - ] + "psr-4": { + "Ramsey\\Uuid\\": "src/" + } }, + "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], - "description": "Collection of all OAuth2 Providers for Laravel Socialite", + "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).", + "keywords": [ + "guid", + "identifier", + "uuid" + ], "support": { - "source": "https://github.com/ProcessMaker/SocialiteProviders/tree/saml" + "issues": "https://github.com/ramsey/uuid/issues", + "source": "https://github.com/ramsey/uuid/tree/4.7.4" }, - "time": "2023-09-13T03:23:38+00:00" + "funding": [ + { + "url": "https://github.com/ramsey", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid", + "type": "tidelift" + } + ], + "time": "2023-04-15T23:01:58+00:00" }, { "name": "spatie/fractalistic", @@ -11387,138 +8386,44 @@ "authors": [ { "name": "Anna Bodnia", - "email": "anna.bodnia@gmail.com" - }, - { - "name": "Buu Nguyen", - "email": "buunguyen@gmail.com" - }, - { - "name": "Josh Ponelat", - "email": "jponelat@gmail.com" - }, - { - "name": "Kyle Shockey", - "email": "kyleshockey1@gmail.com" - }, - { - "name": "Robert Barnwell", - "email": "robert@robertismy.name" - }, - { - "name": "Sahar Jafari", - "email": "shr.jafari@gmail.com" - } - ], - "description": " Swagger UI is a collection of HTML, Javascript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.", - "homepage": "http://swagger.io", - "keywords": [ - "api", - "documentation", - "openapi", - "specification", - "swagger", - "ui" - ], - "support": { - "issues": "https://github.com/swagger-api/swagger-ui/issues", - "source": "https://github.com/swagger-api/swagger-ui/tree/v5.4.2" - }, - "time": "2023-08-17T19:09:58+00:00" - }, - { - "name": "swaggest/json-diff", - "version": "v3.10.5", - "source": { - "type": "git", - "url": "https://github.com/swaggest/json-diff.git", - "reference": "17bfc66b330f46e12a7e574133497a290cd79ba5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/swaggest/json-diff/zipball/17bfc66b330f46e12a7e574133497a290cd79ba5", - "reference": "17bfc66b330f46e12a7e574133497a290cd79ba5", - "shasum": "" - }, - "require": { - "ext-json": "*" - }, - "require-dev": { - "phperf/phpunit": "4.8.37" - }, - "type": "library", - "autoload": { - "psr-4": { - "Swaggest\\JsonDiff\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Viacheslav Poturaev", - "email": "vearutop@gmail.com" - } - ], - "description": "JSON diff/rearrange/patch/pointer library for PHP", - "support": { - "issues": "https://github.com/swaggest/json-diff/issues", - "source": "https://github.com/swaggest/json-diff/tree/v3.10.5" - }, - "time": "2023-11-17T11:12:46+00:00" - }, - { - "name": "swaggest/json-schema", - "version": "v0.12.42", - "source": { - "type": "git", - "url": "https://github.com/swaggest/php-json-schema.git", - "reference": "d23adb53808b8e2da36f75bc0188546e4cbe3b45" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/swaggest/php-json-schema/zipball/d23adb53808b8e2da36f75bc0188546e4cbe3b45", - "reference": "d23adb53808b8e2da36f75bc0188546e4cbe3b45", - "shasum": "" - }, - "require": { - "ext-json": "*", - "php": ">=5.4", - "phplang/scope-exit": "^1.0", - "swaggest/json-diff": "^3.8.2", - "symfony/polyfill-mbstring": "^1.19" - }, - "require-dev": { - "phperf/phpunit": "4.8.37" - }, - "suggest": { - "ext-mbstring": "For better performance" - }, - "type": "library", - "autoload": { - "psr-4": { - "Swaggest\\JsonSchema\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ + "email": "anna.bodnia@gmail.com" + }, + { + "name": "Buu Nguyen", + "email": "buunguyen@gmail.com" + }, + { + "name": "Josh Ponelat", + "email": "jponelat@gmail.com" + }, + { + "name": "Kyle Shockey", + "email": "kyleshockey1@gmail.com" + }, + { + "name": "Robert Barnwell", + "email": "robert@robertismy.name" + }, { - "name": "Viacheslav Poturaev", - "email": "vearutop@gmail.com" + "name": "Sahar Jafari", + "email": "shr.jafari@gmail.com" } ], - "description": "High definition PHP structures with JSON-schema based validation", + "description": " Swagger UI is a collection of HTML, Javascript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.", + "homepage": "http://swagger.io", + "keywords": [ + "api", + "documentation", + "openapi", + "specification", + "swagger", + "ui" + ], "support": { - "email": "vearutop@gmail.com", - "issues": "https://github.com/swaggest/php-json-schema/issues", - "source": "https://github.com/swaggest/php-json-schema/tree/v0.12.42" + "issues": "https://github.com/swagger-api/swagger-ui/issues", + "source": "https://github.com/swagger-api/swagger-ui/tree/v5.4.2" }, - "time": "2023-09-12T14:43:42+00:00" + "time": "2023-08-17T19:09:58+00:00" }, { "name": "symfony/cache", @@ -12272,176 +9177,6 @@ ], "time": "2023-07-31T08:31:44+00:00" }, - { - "name": "symfony/http-client", - "version": "v6.3.8", - "source": { - "type": "git", - "url": "https://github.com/symfony/http-client.git", - "reference": "0314e2d49939a9831929d6fc81c01c6df137fd0a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client/zipball/0314e2d49939a9831929d6fc81c01c6df137fd0a", - "reference": "0314e2d49939a9831929d6fc81c01c6df137fd0a", - "shasum": "" - }, - "require": { - "php": ">=8.1", - "psr/log": "^1|^2|^3", - "symfony/deprecation-contracts": "^2.5|^3", - "symfony/http-client-contracts": "^3", - "symfony/service-contracts": "^2.5|^3" - }, - "conflict": { - "php-http/discovery": "<1.15", - "symfony/http-foundation": "<6.3" - }, - "provide": { - "php-http/async-client-implementation": "*", - "php-http/client-implementation": "*", - "psr/http-client-implementation": "1.0", - "symfony/http-client-implementation": "3.0" - }, - "require-dev": { - "amphp/amp": "^2.5", - "amphp/http-client": "^4.2.1", - "amphp/http-tunnel": "^1.0", - "amphp/socket": "^1.1", - "guzzlehttp/promises": "^1.4", - "nyholm/psr7": "^1.0", - "php-http/httplug": "^1.0|^2.0", - "psr/http-client": "^1.0", - "symfony/dependency-injection": "^5.4|^6.0", - "symfony/http-kernel": "^5.4|^6.0", - "symfony/process": "^5.4|^6.0", - "symfony/stopwatch": "^5.4|^6.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\HttpClient\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously", - "homepage": "https://symfony.com", - "keywords": [ - "http" - ], - "support": { - "source": "https://github.com/symfony/http-client/tree/v6.3.8" - }, - "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-11-06T18:31:59+00:00" - }, - { - "name": "symfony/http-client-contracts", - "version": "v3.4.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/http-client-contracts.git", - "reference": "1ee70e699b41909c209a0c930f11034b93578654" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/1ee70e699b41909c209a0c930f11034b93578654", - "reference": "1ee70e699b41909c209a0c930f11034b93578654", - "shasum": "" - }, - "require": { - "php": ">=8.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "3.4-dev" - }, - "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Contracts\\HttpClient\\": "" - }, - "exclude-from-classmap": [ - "/Test/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Generic abstractions related to HTTP clients", - "homepage": "https://symfony.com", - "keywords": [ - "abstractions", - "contracts", - "decoupling", - "interfaces", - "interoperability", - "standards" - ], - "support": { - "source": "https://github.com/symfony/http-client-contracts/tree/v3.4.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-07-30T20:28:31+00:00" - }, { "name": "symfony/http-foundation", "version": "v6.3.2", @@ -12710,114 +9445,48 @@ "type": "tidelift" } ], - "time": "2023-05-29T12:49:39+00:00" - }, - { - "name": "symfony/mime", - "version": "v6.3.3", - "source": { - "type": "git", - "url": "https://github.com/symfony/mime.git", - "reference": "9a0cbd52baa5ba5a5b1f0cacc59466f194730f98" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/9a0cbd52baa5ba5a5b1f0cacc59466f194730f98", - "reference": "9a0cbd52baa5ba5a5b1f0cacc59466f194730f98", - "shasum": "" - }, - "require": { - "php": ">=8.1", - "symfony/deprecation-contracts": "^2.5|^3", - "symfony/polyfill-intl-idn": "^1.10", - "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": "<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": "^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": { - "psr-4": { - "Symfony\\Component\\Mime\\": "" - }, - "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": "Allows manipulating MIME messages", - "homepage": "https://symfony.com", - "keywords": [ - "mime", - "mime-type" - ], - "support": { - "source": "https://github.com/symfony/mime/tree/v6.3.3" - }, - "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-07-31T07:08:24+00:00" + "time": "2023-05-29T12:49:39+00:00" }, { - "name": "symfony/options-resolver", - "version": "v6.3.0", + "name": "symfony/mime", + "version": "v6.3.3", "source": { "type": "git", - "url": "https://github.com/symfony/options-resolver.git", - "reference": "a10f19f5198d589d5c33333cffe98dc9820332dd" + "url": "https://github.com/symfony/mime.git", + "reference": "9a0cbd52baa5ba5a5b1f0cacc59466f194730f98" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/options-resolver/zipball/a10f19f5198d589d5c33333cffe98dc9820332dd", - "reference": "a10f19f5198d589d5c33333cffe98dc9820332dd", + "url": "https://api.github.com/repos/symfony/mime/zipball/9a0cbd52baa5ba5a5b1f0cacc59466f194730f98", + "reference": "9a0cbd52baa5ba5a5b1f0cacc59466f194730f98", "shasum": "" }, "require": { "php": ">=8.1", - "symfony/deprecation-contracts": "^2.5|^3" + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/polyfill-intl-idn": "^1.10", + "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": "<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": "^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": { "psr-4": { - "Symfony\\Component\\OptionsResolver\\": "" + "Symfony\\Component\\Mime\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -12837,15 +9506,14 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Provides an improved replacement for the array_replace PHP function", + "description": "Allows manipulating MIME messages", "homepage": "https://symfony.com", "keywords": [ - "config", - "configuration", - "options" + "mime", + "mime-type" ], "support": { - "source": "https://github.com/symfony/options-resolver/tree/v6.3.0" + "source": "https://github.com/symfony/mime/tree/v6.3.3" }, "funding": [ { @@ -12861,7 +9529,7 @@ "type": "tidelift" } ], - "time": "2023-05-12T14:21:09+00:00" + "time": "2023-07-31T07:08:24+00:00" }, { "name": "symfony/polyfill-ctype", @@ -13598,76 +10266,6 @@ ], "time": "2022-11-03T14:55:06+00:00" }, - { - "name": "symfony/postmark-mailer", - "version": "v6.3.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/postmark-mailer.git", - "reference": "3294c1b98fbc53fdd149f947c209b4503de77797" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/postmark-mailer/zipball/3294c1b98fbc53fdd149f947c209b4503de77797", - "reference": "3294c1b98fbc53fdd149f947c209b4503de77797", - "shasum": "" - }, - "require": { - "php": ">=8.1", - "psr/event-dispatcher": "^1", - "symfony/mailer": "^5.4.21|^6.2.7" - }, - "conflict": { - "symfony/http-foundation": "<6.2" - }, - "require-dev": { - "symfony/http-client": "^5.4|^6.0", - "symfony/webhook": "^6.3" - }, - "type": "symfony-mailer-bridge", - "autoload": { - "psr-4": { - "Symfony\\Component\\Mailer\\Bridge\\Postmark\\": "" - }, - "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": "Symfony Postmark Mailer Bridge", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/postmark-mailer/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-21T14:42:22+00:00" - }, { "name": "symfony/process", "version": "v6.3.2", @@ -14694,108 +11292,6 @@ ], "time": "2023-05-04T09:38:01+00:00" }, - { - "name": "theiconic/name-parser", - "version": "v1.2.11", - "source": { - "type": "git", - "url": "https://github.com/theiconic/name-parser.git", - "reference": "9a54a713bf5b2e7fd990828147d42de16bf8a253" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/theiconic/name-parser/zipball/9a54a713bf5b2e7fd990828147d42de16bf8a253", - "reference": "9a54a713bf5b2e7fd990828147d42de16bf8a253", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "require-dev": { - "php-coveralls/php-coveralls": "^2.1", - "php-mock/php-mock-phpunit": "^2.1", - "phpunit/phpunit": "^7.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "TheIconic\\NameParser\\": [ - "src/", - "tests/" - ] - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "The Iconic", - "email": "engineering@theiconic.com.au" - } - ], - "description": "PHP library for parsing a string containing a full name into its parts", - "support": { - "issues": "https://github.com/theiconic/name-parser/issues", - "source": "https://github.com/theiconic/name-parser/tree/v1.2.11" - }, - "time": "2019-11-14T14:08:48+00:00" - }, - { - "name": "tightenco/collect", - "version": "v9.52.7", - "source": { - "type": "git", - "url": "https://github.com/tighten/collect.git", - "reference": "b15143cd11fe01a700fcc449df61adc64452fa6d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/tighten/collect/zipball/b15143cd11fe01a700fcc449df61adc64452fa6d", - "reference": "b15143cd11fe01a700fcc449df61adc64452fa6d", - "shasum": "" - }, - "require": { - "php": "^8.0", - "symfony/var-dumper": "^3.4 || ^4.0 || ^5.0 || ^6.0" - }, - "require-dev": { - "mockery/mockery": "^1.0", - "nesbot/carbon": "^2.23.0", - "phpunit/phpunit": "^8.3" - }, - "type": "library", - "autoload": { - "files": [ - "src/Collect/Support/helpers.php", - "src/Collect/Support/alias.php" - ], - "psr-4": { - "Tightenco\\Collect\\": "src/Collect" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Taylor Otwell", - "email": "taylorotwell@gmail.com" - } - ], - "description": "Collect - Illuminate Collections as a separate package.", - "keywords": [ - "collection", - "laravel" - ], - "support": { - "issues": "https://github.com/tighten/collect/issues", - "source": "https://github.com/tighten/collect/tree/v9.52.7" - }, - "time": "2023-04-14T21:51:36+00:00" - }, { "name": "tijsverkoyen/css-to-inline-styles", "version": "2.2.6", @@ -15069,52 +11565,6 @@ ], "time": "2022-03-08T17:03:00+00:00" }, - { - "name": "vyuldashev/xml-to-array", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://github.com/vyuldashev/xml-to-array.git", - "reference": "28542261014674a3e9615da335dba43c9dcf304b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/vyuldashev/xml-to-array/zipball/28542261014674a3e9615da335dba43c9dcf304b", - "reference": "28542261014674a3e9615da335dba43c9dcf304b", - "shasum": "" - }, - "require": { - "php": "^7.1|^8.0" - }, - "require-dev": { - "larapack/dd": "^1.1", - "phpunit/phpunit": "^7.5|^9.5", - "spatie/array-to-xml": "^2.7" - }, - "default-branch": true, - "type": "library", - "autoload": { - "psr-4": { - "Vyuldashev\\XmlToArray\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Vladimir Yuldashev", - "email": "misterio92@gmail.com" - } - ], - "description": "Convert xml to an array", - "support": { - "issues": "https://github.com/vyuldashev/xml-to-array/issues", - "source": "https://github.com/vyuldashev/xml-to-array/tree/v1.1.0" - }, - "time": "2022-08-23T23:18:27+00:00" - }, { "name": "webmozart/assert", "version": "1.11.0", @@ -15776,6 +12226,65 @@ }, "time": "2020-07-09T08:09:16+00:00" }, + { + "name": "jean85/pretty-package-versions", + "version": "2.0.5", + "source": { + "type": "git", + "url": "https://github.com/Jean85/pretty-package-versions.git", + "reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/ae547e455a3d8babd07b96966b17d7fd21d9c6af", + "reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af", + "shasum": "" + }, + "require": { + "composer-runtime-api": "^2.0.0", + "php": "^7.1|^8.0" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^2.17", + "jean85/composer-provided-replaced-stub-package": "^1.0", + "phpstan/phpstan": "^0.12.66", + "phpunit/phpunit": "^7.5|^8.5|^9.4", + "vimeo/psalm": "^4.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Jean85\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Alessandro Lai", + "email": "alessandro.lai85@gmail.com" + } + ], + "description": "A library to get pretty versions strings of installed dependencies", + "keywords": [ + "composer", + "package", + "release", + "versions" + ], + "support": { + "issues": "https://github.com/Jean85/pretty-package-versions/issues", + "source": "https://github.com/Jean85/pretty-package-versions/tree/2.0.5" + }, + "time": "2021-10-08T21:21:46+00:00" + }, { "name": "laravel/dusk", "version": "v7.9.3", @@ -18261,5 +14770,5 @@ "php": "^8.2" }, "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" } From 47afa5ec076650f58362b30f3f6713be1ef5411d Mon Sep 17 00:00:00 2001 From: Nolan Ehrstrom Date: Wed, 22 Nov 2023 17:01:26 -0800 Subject: [PATCH 4/4] Use hasPackage helper instead of class exists --- ProcessMaker/Http/Controllers/HomeController.php | 2 +- ProcessMaker/Http/Middleware/GenerateMenus.php | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/ProcessMaker/Http/Controllers/HomeController.php b/ProcessMaker/Http/Controllers/HomeController.php index da07bf0ab7..02b48877f8 100644 --- a/ProcessMaker/Http/Controllers/HomeController.php +++ b/ProcessMaker/Http/Controllers/HomeController.php @@ -20,7 +20,7 @@ public function index(Request $request) return redirect('/requests'); } // Redirect to home dynamic only if the package was enable - if (!$isMobile && class_exists(\ProcessMaker\Package\PackageDynamicUI\Models\DynamicUI::class)) { + if (!$isMobile && hasPackage('package-dynamic-ui')) { $user = \Auth::user(); $homePage = \ProcessMaker\Package\PackageDynamicUI\Models\DynamicUI::getHomePage($user); diff --git a/ProcessMaker/Http/Middleware/GenerateMenus.php b/ProcessMaker/Http/Middleware/GenerateMenus.php index fae364d68b..a915842d42 100644 --- a/ProcessMaker/Http/Middleware/GenerateMenus.php +++ b/ProcessMaker/Http/Middleware/GenerateMenus.php @@ -21,12 +21,14 @@ public function handle(Request $request, Closure $next) Menu::make('topnav', function ($menu) { // The home will display the dynamic ui view // @todo home will replace the request and task - $menu->group(['prefix' => 'home'], function ($request_items) { - $request_items->add( - __('Home'), - ['route' => 'home', 'id' => 'home'] - )->active('home/*'); - }); + if (hasPackage('package-dynamic-ui')) { + $menu->group(['prefix' => 'home'], function ($request_items) { + $request_items->add( + __('Home'), + ['route' => 'home', 'id' => 'home'] + )->active('home/*'); + }); + } $menu->group(['prefix' => 'requests'], function ($request_items) { $request_items->add( __('Requests'),