This commit is contained in:
Javier Casares 2026-08-24 13:41:08 +00:00
commit 476389b914
93 changed files with 1864 additions and 305 deletions

View file

@ -607,6 +607,7 @@ return array(
'Aws\\HandlerList' => $vendorDir . '/aws/aws-sdk-php/src/HandlerList.php',
'Aws\\Handler\\Guzzle\\GuzzleHandler' => $vendorDir . '/aws/aws-sdk-php/src/Handler/Guzzle/GuzzleHandler.php',
'Aws\\Handler\\HttpHandlerError' => $vendorDir . '/aws/aws-sdk-php/src/Handler/HttpHandlerError.php',
'Aws\\Handler\\HttpTransportSharing' => $vendorDir . '/aws/aws-sdk-php/src/Handler/HttpTransportSharing.php',
'Aws\\HasDataTrait' => $vendorDir . '/aws/aws-sdk-php/src/HasDataTrait.php',
'Aws\\HasMonitoringEventsTrait' => $vendorDir . '/aws/aws-sdk-php/src/HasMonitoringEventsTrait.php',
'Aws\\HashInterface' => $vendorDir . '/aws/aws-sdk-php/src/HashInterface.php',
@ -1335,9 +1336,11 @@ return array(
'GuzzleHttp\\Handler\\ProxyEnv' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/ProxyEnv.php',
'GuzzleHttp\\Handler\\RequestFraming' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/RequestFraming.php',
'GuzzleHttp\\Handler\\StreamHandler' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/StreamHandler.php',
'GuzzleHttp\\Handler\\StreamTlsSessionCache' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/StreamTlsSessionCache.php',
'GuzzleHttp\\Handler\\Timeout' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/Timeout.php',
'GuzzleHttp\\Handler\\TlsVersion' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/TlsVersion.php',
'GuzzleHttp\\Handler\\TransferByteCounter' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/TransferByteCounter.php',
'GuzzleHttp\\Handler\\UriDiagnostic' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/UriDiagnostic.php',
'GuzzleHttp\\HostIdentity' => $vendorDir . '/guzzlehttp/guzzle/src/HostIdentity.php',
'GuzzleHttp\\Idn' => $vendorDir . '/guzzlehttp/guzzle/src/Idn.php',
'GuzzleHttp\\MessageFormatter' => $vendorDir . '/guzzlehttp/guzzle/src/MessageFormatter.php',

View file

@ -700,6 +700,7 @@ class ComposerStaticInit85325c0f13ef626582fea9d1df635a9d
'Aws\\HandlerList' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/HandlerList.php',
'Aws\\Handler\\Guzzle\\GuzzleHandler' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Handler/Guzzle/GuzzleHandler.php',
'Aws\\Handler\\HttpHandlerError' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Handler/HttpHandlerError.php',
'Aws\\Handler\\HttpTransportSharing' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Handler/HttpTransportSharing.php',
'Aws\\HasDataTrait' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/HasDataTrait.php',
'Aws\\HasMonitoringEventsTrait' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/HasMonitoringEventsTrait.php',
'Aws\\HashInterface' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/HashInterface.php',
@ -1428,9 +1429,11 @@ class ComposerStaticInit85325c0f13ef626582fea9d1df635a9d
'GuzzleHttp\\Handler\\ProxyEnv' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Handler/ProxyEnv.php',
'GuzzleHttp\\Handler\\RequestFraming' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Handler/RequestFraming.php',
'GuzzleHttp\\Handler\\StreamHandler' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Handler/StreamHandler.php',
'GuzzleHttp\\Handler\\StreamTlsSessionCache' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Handler/StreamTlsSessionCache.php',
'GuzzleHttp\\Handler\\Timeout' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Handler/Timeout.php',
'GuzzleHttp\\Handler\\TlsVersion' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Handler/TlsVersion.php',
'GuzzleHttp\\Handler\\TransferByteCounter' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Handler/TransferByteCounter.php',
'GuzzleHttp\\Handler\\UriDiagnostic' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Handler/UriDiagnostic.php',
'GuzzleHttp\\HostIdentity' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/HostIdentity.php',
'GuzzleHttp\\Idn' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Idn.php',
'GuzzleHttp\\MessageFormatter' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/MessageFormatter.php',

View file

@ -59,17 +59,17 @@
},
{
"name": "aws/aws-sdk-php",
"version": "3.392.3",
"version_normalized": "3.392.3.0",
"version": "3.393.4",
"version_normalized": "3.393.4.0",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "0ca19a44856b2497ae426f800d35ad97ee179d1a"
"reference": "a5880510e500aa0fe13a6410183cd222b3263890"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/0ca19a44856b2497ae426f800d35ad97ee179d1a",
"reference": "0ca19a44856b2497ae426f800d35ad97ee179d1a",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/a5880510e500aa0fe13a6410183cd222b3263890",
"reference": "a5880510e500aa0fe13a6410183cd222b3263890",
"shasum": ""
},
"require": {
@ -109,7 +109,7 @@
"ext-pcntl": "To use client-side monitoring",
"ext-sockets": "To use client-side monitoring"
},
"time": "2026-08-14T18:11:43+00:00",
"time": "2026-08-21T18:24:57+00:00",
"type": "library",
"extra": {
"branch-alias": {
@ -153,29 +153,29 @@
"support": {
"forum": "https://github.com/aws/aws-sdk-php/discussions",
"issues": "https://github.com/aws/aws-sdk-php/issues",
"source": "https://github.com/aws/aws-sdk-php/tree/3.392.3"
"source": "https://github.com/aws/aws-sdk-php/tree/3.393.4"
},
"install-path": "../aws/aws-sdk-php"
},
{
"name": "guzzlehttp/guzzle",
"version": "8.0.2",
"version_normalized": "8.0.2.0",
"version": "8.1.0",
"version_normalized": "8.1.0.0",
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
"reference": "d1cbca76970939a9c2ced55b1e25ea26f34fc773"
"reference": "2cdae51a4a02c3fe2c38d42e25a7bb952e27b768"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/d1cbca76970939a9c2ced55b1e25ea26f34fc773",
"reference": "d1cbca76970939a9c2ced55b1e25ea26f34fc773",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/2cdae51a4a02c3fe2c38d42e25a7bb952e27b768",
"reference": "2cdae51a4a02c3fe2c38d42e25a7bb952e27b768",
"shasum": ""
},
"require": {
"ext-json": "*",
"guzzlehttp/promises": "^3.0.1",
"guzzlehttp/psr7": "^3.0",
"guzzlehttp/promises": "^3.0.2",
"guzzlehttp/psr7": "^3.1",
"php": "^7.4 || ^8.0",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
@ -199,7 +199,7 @@
"ext-intl": "Required for Internationalized Domain Name (IDN) support",
"psr/log": "Required for using the Log middleware"
},
"time": "2026-08-05T19:50:26+00:00",
"time": "2026-08-24T11:07:02+00:00",
"type": "library",
"extra": {
"bamarni-bin": {
@ -268,7 +268,7 @@
],
"support": {
"issues": "https://github.com/guzzle/guzzle/issues",
"source": "https://github.com/guzzle/guzzle/tree/8.0.2"
"source": "https://github.com/guzzle/guzzle/tree/8.1.0"
},
"funding": [
{
@ -288,17 +288,17 @@
},
{
"name": "guzzlehttp/promises",
"version": "3.0.1",
"version_normalized": "3.0.1.0",
"version": "3.0.2",
"version_normalized": "3.0.2.0",
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
"reference": "64f38b87fa7d371853804161bfc701c9bc2cc00a"
"reference": "42118e66a53c492effaf92bc357e931985d5c6f9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/promises/zipball/64f38b87fa7d371853804161bfc701c9bc2cc00a",
"reference": "64f38b87fa7d371853804161bfc701c9bc2cc00a",
"url": "https://api.github.com/repos/guzzle/promises/zipball/42118e66a53c492effaf92bc357e931985d5c6f9",
"reference": "42118e66a53c492effaf92bc357e931985d5c6f9",
"shasum": ""
},
"require": {
@ -308,7 +308,7 @@
"bamarni/composer-bin-plugin": "^1.8.2",
"phpunit/phpunit": "^9.6.34"
},
"time": "2026-08-05T19:35:04+00:00",
"time": "2026-08-24T10:00:26+00:00",
"type": "library",
"extra": {
"bamarni-bin": {
@ -354,7 +354,7 @@
],
"support": {
"issues": "https://github.com/guzzle/promises/issues",
"source": "https://github.com/guzzle/promises/tree/3.0.1"
"source": "https://github.com/guzzle/promises/tree/3.0.2"
},
"funding": [
{
@ -374,17 +374,17 @@
},
{
"name": "guzzlehttp/psr7",
"version": "3.0.0",
"version_normalized": "3.0.0.0",
"version": "3.1.0",
"version_normalized": "3.1.0.0",
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
"reference": "b094ded77ee97a6027ad6cf0e8c7b9f88381814c"
"reference": "a3059ba1a84c9139c4ae03cf0f45bea276c97c74"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/b094ded77ee97a6027ad6cf0e8c7b9f88381814c",
"reference": "b094ded77ee97a6027ad6cf0e8c7b9f88381814c",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/a3059ba1a84c9139c4ae03cf0f45bea276c97c74",
"reference": "a3059ba1a84c9139c4ae03cf0f45bea276c97c74",
"shasum": ""
},
"require": {
@ -408,7 +408,7 @@
"suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
},
"time": "2026-07-20T13:48:31+00:00",
"time": "2026-08-24T11:02:13+00:00",
"type": "library",
"extra": {
"bamarni-bin": {
@ -476,7 +476,7 @@
],
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
"source": "https://github.com/guzzle/psr7/tree/3.0.0"
"source": "https://github.com/guzzle/psr7/tree/3.1.0"
},
"funding": [
{
@ -808,17 +808,17 @@
},
{
"name": "symfony/filesystem",
"version": "v8.1.2",
"version_normalized": "8.1.2.0",
"version": "v8.1.5",
"version_normalized": "8.1.5.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
"reference": "17856b7a222664a26a5ea1cb06ee0721c2438217"
"reference": "6b2f4a0eeb28b5d74f90862592923a654bc629b3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/17856b7a222664a26a5ea1cb06ee0721c2438217",
"reference": "17856b7a222664a26a5ea1cb06ee0721c2438217",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/6b2f4a0eeb28b5d74f90862592923a654bc629b3",
"reference": "6b2f4a0eeb28b5d74f90862592923a654bc629b3",
"shasum": ""
},
"require": {
@ -830,7 +830,7 @@
"require-dev": {
"symfony/process": "^7.4|^8.0"
},
"time": "2026-07-22T15:42:13+00:00",
"time": "2026-08-21T12:16:08+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@ -858,7 +858,7 @@
"description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/filesystem/tree/v8.1.2"
"source": "https://github.com/symfony/filesystem/tree/v8.1.5"
},
"funding": [
{

View file

@ -3,7 +3,7 @@
'name' => 'robotstxt/robotstxt-smtp-amazonses',
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '93d4bb9a81c0312101aa481dfc9024939d5f3f8d',
'reference' => 'b9acd96e5f784f4f7d6c26807a76adc62b05d0de',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
@ -20,36 +20,36 @@
'dev_requirement' => false,
),
'aws/aws-sdk-php' => array(
'pretty_version' => '3.392.3',
'version' => '3.392.3.0',
'reference' => '0ca19a44856b2497ae426f800d35ad97ee179d1a',
'pretty_version' => '3.393.4',
'version' => '3.393.4.0',
'reference' => 'a5880510e500aa0fe13a6410183cd222b3263890',
'type' => 'library',
'install_path' => __DIR__ . '/../aws/aws-sdk-php',
'aliases' => array(),
'dev_requirement' => false,
),
'guzzlehttp/guzzle' => array(
'pretty_version' => '8.0.2',
'version' => '8.0.2.0',
'reference' => 'd1cbca76970939a9c2ced55b1e25ea26f34fc773',
'pretty_version' => '8.1.0',
'version' => '8.1.0.0',
'reference' => '2cdae51a4a02c3fe2c38d42e25a7bb952e27b768',
'type' => 'library',
'install_path' => __DIR__ . '/../guzzlehttp/guzzle',
'aliases' => array(),
'dev_requirement' => false,
),
'guzzlehttp/promises' => array(
'pretty_version' => '3.0.1',
'version' => '3.0.1.0',
'reference' => '64f38b87fa7d371853804161bfc701c9bc2cc00a',
'pretty_version' => '3.0.2',
'version' => '3.0.2.0',
'reference' => '42118e66a53c492effaf92bc357e931985d5c6f9',
'type' => 'library',
'install_path' => __DIR__ . '/../guzzlehttp/promises',
'aliases' => array(),
'dev_requirement' => false,
),
'guzzlehttp/psr7' => array(
'pretty_version' => '3.0.0',
'version' => '3.0.0.0',
'reference' => 'b094ded77ee97a6027ad6cf0e8c7b9f88381814c',
'pretty_version' => '3.1.0',
'version' => '3.1.0.0',
'reference' => 'a3059ba1a84c9139c4ae03cf0f45bea276c97c74',
'type' => 'library',
'install_path' => __DIR__ . '/../guzzlehttp/psr7',
'aliases' => array(),
@ -112,7 +112,7 @@
'robotstxt/robotstxt-smtp-amazonses' => array(
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '93d4bb9a81c0312101aa481dfc9024939d5f3f8d',
'reference' => 'b9acd96e5f784f4f7d6c26807a76adc62b05d0de',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
@ -128,9 +128,9 @@
'dev_requirement' => false,
),
'symfony/filesystem' => array(
'pretty_version' => 'v8.1.2',
'version' => '8.1.2.0',
'reference' => '17856b7a222664a26a5ea1cb06ee0721c2438217',
'pretty_version' => 'v8.1.5',
'version' => '8.1.5.0',
'reference' => '6b2f4a0eeb28b5d74f90862592923a654bc629b3',
'type' => 'library',
'install_path' => __DIR__ . '/../symfony/filesystem',
'aliases' => array(),