diff --git a/composer.json b/composer.json index 07d006c0f0..0ca64fe18d 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,8 @@ "fakerphp/faker": "^1.24", "google/apiclient": "^2.18", "google/protobuf": "^4.33.6", - "guzzlehttp/guzzle": "^7.9", + "guzzlehttp/guzzle": "^7.12.3", + "guzzlehttp/psr7": "^2.12.3", "igaster/laravel-theme": "^2.0", "jenssegers/agent": "^2.6", "laravel/framework": "^13.0", @@ -52,7 +53,7 @@ "predis/predis": "^2.3", "processmaker/docker-executor-lua": "1.0.1", "processmaker/docker-executor-node": "1.1.0", - "processmaker/docker-executor-php": "1.4.4", + "processmaker/docker-executor-php": "1.4.5", "processmaker/laravel-i18next": "dev-master", "processmaker/nayra": "1.12.4", "processmaker/pmql": "1.13.3", @@ -178,7 +179,7 @@ "package-rpa": "1.1.2", "package-savedsearch": "1.43.13", "package-slideshow": "1.4.3", - "package-smart-extract": "0.0.7", + "package-smart-extract": "1.0.0", "package-signature": "1.15.5", "package-testing": "1.8.2", "package-translations": "2.14.6", diff --git a/composer.lock b/composer.lock index 861ff1e369..1ef5d1767f 100644 --- a/composer.lock +++ b/composer.lock @@ -4,11 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], -<<<<<<< HEAD - "content-hash": "6be548482e9eed8cf76133efa71960c9", -======= "content-hash": "76500b7c1afb221780da95028f4e4fd2", ->>>>>>> 42617e31a (feat(FOUR-31695): add support for Laravel Octane in core) "packages": [ { "name": "babenkoivan/elastic-adapter", @@ -2136,26 +2132,26 @@ }, { "name": "guzzlehttp/guzzle", - "version": "7.11.0", + "version": "7.12.3", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "c987f8ce84b8434fa430795eca0f3430663da72b" + "reference": "9aa17bcdd777ee31df9fc83c337ca4ca2340def3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/c987f8ce84b8434fa430795eca0f3430663da72b", - "reference": "c987f8ce84b8434fa430795eca0f3430663da72b", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9aa17bcdd777ee31df9fc83c337ca4ca2340def3", + "reference": "9aa17bcdd777ee31df9fc83c337ca4ca2340def3", "shasum": "" }, "require": { "ext-json": "*", "guzzlehttp/promises": "^2.5", - "guzzlehttp/psr7": "^2.11", + "guzzlehttp/psr7": "^2.12.3", "php": "^7.2.5 || ^8.0", "psr/http-client": "^1.0", "symfony/deprecation-contracts": "^2.5 || ^3.0", - "symfony/polyfill-php80": "^1.24" + "symfony/polyfill-php80": "^1.25" }, "provide": { "psr/http-client-implementation": "1.0" @@ -2164,7 +2160,7 @@ "bamarni/composer-bin-plugin": "^1.8.2", "ext-curl": "*", "guzzle/client-integration-tests": "3.0.2", - "guzzlehttp/test-server": "^0.4", + "guzzlehttp/test-server": "^0.5.1", "php-http/message-factory": "^1.1", "phpunit/phpunit": "^8.5.52 || ^9.6.34", "psr/log": "^1.1 || ^2.0 || ^3.0" @@ -2244,7 +2240,7 @@ ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/7.11.0" + "source": "https://github.com/guzzle/guzzle/tree/7.12.3" }, "funding": [ { @@ -2260,7 +2256,7 @@ "type": "tidelift" } ], - "time": "2026-06-02T12:40:51+00:00" + "time": "2026-06-23T15:29:02+00:00" }, { "name": "guzzlehttp/promises", @@ -2348,16 +2344,16 @@ }, { "name": "guzzlehttp/psr7", - "version": "2.11.0", + "version": "2.12.3", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "bbb5e61349fa5cb822b3e87842b951088b76b81f" + "reference": "7ec62dc3f44aa218487dbed81a9bf9bc647be55d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/bbb5e61349fa5cb822b3e87842b951088b76b81f", - "reference": "bbb5e61349fa5cb822b3e87842b951088b76b81f", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/7ec62dc3f44aa218487dbed81a9bf9bc647be55d", + "reference": "7ec62dc3f44aa218487dbed81a9bf9bc647be55d", "shasum": "" }, "require": { @@ -2366,7 +2362,7 @@ "psr/http-message": "^1.1 || ^2.0", "ralouphie/getallheaders": "^3.0", "symfony/deprecation-contracts": "^2.5 || ^3.0", - "symfony/polyfill-php80": "^1.24" + "symfony/polyfill-php80": "^1.25" }, "provide": { "psr/http-factory-implementation": "1.0", @@ -2447,7 +2443,7 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/2.11.0" + "source": "https://github.com/guzzle/psr7/tree/2.12.3" }, "funding": [ { @@ -2463,7 +2459,7 @@ "type": "tidelift" } ], - "time": "2026-06-02T12:30:48+00:00" + "time": "2026-06-23T15:21:08+00:00" }, { "name": "guzzlehttp/uri-template", @@ -7684,16 +7680,16 @@ }, { "name": "processmaker/docker-executor-php", - "version": "1.4.4", + "version": "1.4.5", "source": { "type": "git", "url": "https://github.com/ProcessMaker/docker-executor-php.git", - "reference": "f080ee9e64c7fbee0977d47303d74eb8fbe1bb37" + "reference": "5b9fc7a848106c46abe3c535a0f797bce7e6c8bf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ProcessMaker/docker-executor-php/zipball/f080ee9e64c7fbee0977d47303d74eb8fbe1bb37", - "reference": "f080ee9e64c7fbee0977d47303d74eb8fbe1bb37", + "url": "https://api.github.com/repos/ProcessMaker/docker-executor-php/zipball/5b9fc7a848106c46abe3c535a0f797bce7e6c8bf", + "reference": "5b9fc7a848106c46abe3c535a0f797bce7e6c8bf", "shasum": "" }, "type": "library", @@ -7717,9 +7713,9 @@ "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.4.4" + "source": "https://github.com/ProcessMaker/docker-executor-php/tree/v1.4.5" }, - "time": "2026-06-17T18:27:14+00:00" + "time": "2026-06-23T21:44:58+00:00" }, { "name": "processmaker/laravel-i18next",