Plugin Directory

Changeset 3344470


Ignore:
Timestamp:
08/14/2025 08:56:03 AM (4 months ago)
Author:
staatic
Message:

Releasing version 1.11.4

Location:
staatic
Files:
20 edited
1 copied

Legend:

Unmodified
Added
Removed
  • staatic/tags/1.11.4/generated/container.php

    r3309167 r3344470  
    844844            yield 5 => $this->privates['Staatic\WordPress\Module\RegisterSettings'] ?? $this->getRegisterSettingsService();
    845845            yield 6 => $this->privates['Staatic\WordPress\Module\Admin\RegisterAssets'] = $this->privates['Staatic\WordPress\Module\Admin\RegisterAssets'] ?? new RegisterAssets(
    846                 '1.11.3'
     846                '1.11.4'
    847847            );
    848848            yield 7 => $this->privates['Staatic\WordPress\Module\Admin\RegisterNavigation'] ?? $this->getRegisterNavigationService();
     
    17991799        return $this->privates['Staatic\WordPress\Migrations\MigrationCoordinatorFactory'] = new MigrationCoordinatorFactory(
    18001800            $this->privates['wpdb'] ?? $this->getWpdbService(),
    1801             '1.11.3'
     1801            '1.11.4'
    18021802        );
    18031803    }
     
    34483448    {
    34493449        return [
    3450             'staatic.version' => '1.11.3'
     3450            'staatic.version' => '1.11.4'
    34513451        ];
    34523452    }
  • staatic/tags/1.11.4/languages/staatic.pot

    r3309167 r3344470  
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2025-06-10T11:10:53+00:00\n"
     12"POT-Creation-Date: 2025-08-14T08:42:25+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.12.0\n"
  • staatic/tags/1.11.4/readme.txt

    r3309167 r3344470  
    22Contributors: staatic
    33Tags: performance, seo, security, static, speed
    4 Stable tag: 1.11.3
    5 Tested up to: 6.8.1
     4Stable tag: 1.11.4
     5Tested up to: 6.8.2
    66Requires at least: 5.0
    77Requires PHP: 7.1
     
    9999== Changelog ==
    100100
     101= 1.11.4 =
     102
     103Release date: August 14th, 2025.
     104
     105**Improvements**
     106
     107* Updates external dependencies.
     108
     109**Bug Fixes**
     110
     111* Fixes an issue causing Safe Redirect Manager integration to not be activated.
     112
     113== Changelog ==
     114
    101115= 1.11.3 =
    102116
  • staatic/tags/1.11.4/src/Module/Integration/SafeRedirectManagerPlugin.php

    r3112562 r3344470  
    7171            return \false;
    7272        }
    73         if (!function_exists('Staatic\Vendor\srm_get_redirects')) {
     73        if (!function_exists('srm_get_redirects')) {
    7474            return \false;
    7575        }
    76         if (!function_exists('Staatic\Vendor\srm_get_max_redirects')) {
     76        if (!function_exists('srm_get_max_redirects')) {
    7777            return \false;
    7878        }
  • staatic/tags/1.11.4/staatic.php

    r3309167 r3344470  
    77 * Plugin URI:        https://staatic.com/wordpress
    88 * Description:       Staatic for WordPress allows you to generate a highly optimized static version of your WordPress site.
    9  * Version:           1.11.3
     9 * Version:           1.11.4
    1010 * Requires at least: 5.0
    1111 * Requires PHP:      7.1
     
    2525}
    2626
    27 define('STAATIC_VERSION', '1.11.3');
     27define('STAATIC_VERSION', '1.11.4');
    2828
    2929define('STAATIC_FILE', __FILE__);
  • staatic/tags/1.11.4/vendor/composer/installed.php

    r3309167 r3344470  
    33namespace Staatic\Vendor;
    44
    5 return array('root' => array('name' => 'staatic/staatic-wordpress', 'pretty_version' => 'v1.11.3', 'version' => '1.11.3.0', 'reference' => '9fda71b21e2e551fb9bedfc2a2be21245cc37981', 'type' => 'project', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev' => \false), 'versions' => array('async-aws/cloud-front' => array('pretty_version' => '1.0.3', 'version' => '1.0.3.0', 'reference' => '548dd74259aeb1a6d99f5928918402766bb82927', 'type' => 'library', 'install_path' => __DIR__ . '/../async-aws/cloud-front', 'aliases' => array(), 'dev_requirement' => \false), 'async-aws/core' => array('pretty_version' => '1.24.1', 'version' => '1.24.1.0', 'reference' => '241c8ab0e4cd4f47b2226a31a5132fb36a73a57b', 'type' => 'library', 'install_path' => __DIR__ . '/../async-aws/core', 'aliases' => array(), 'dev_requirement' => \false), 'async-aws/s3' => array('pretty_version' => '2.7.0', 'version' => '2.7.0.0', 'reference' => 'd6556d0088a2778e61e17ab71ca7336ad65d082b', 'type' => 'library', 'install_path' => __DIR__ . '/../async-aws/s3', 'aliases' => array(), 'dev_requirement' => \false), 'brick/math' => array('pretty_version' => '0.12.1', 'version' => '0.12.1.0', 'reference' => 'f510c0a40911935b77b86859eb5223d58d660df1', 'type' => 'library', 'install_path' => __DIR__ . '/../brick/math', 'aliases' => array(), 'dev_requirement' => \false), 'caseyamcl/guzzle_retry_middleware' => array('pretty_version' => 'v2.12.1', 'version' => '2.12.1.0', 'reference' => '362bdd5e6d19e54e1f4c8c27757e7598201efa3c', 'type' => 'library', 'install_path' => __DIR__ . '/../caseyamcl/guzzle_retry_middleware', 'aliases' => array(), 'dev_requirement' => \false), 'deliciousbrains/wp-background-processing' => array('pretty_version' => '1.4.0', 'version' => '1.4.0.0', 'reference' => '7ca7cc3504333db3a291bbab7f1917124fba4816', 'type' => 'library', 'install_path' => __DIR__ . '/../deliciousbrains/wp-background-processing', 'aliases' => array(), 'dev_requirement' => \false), 'guzzlehttp/guzzle' => array('pretty_version' => '7.9.2', 'version' => '7.9.2.0', 'reference' => 'd281ed313b989f213357e3be1a179f02196ac99b', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/guzzle', 'aliases' => array(), 'dev_requirement' => \false), 'guzzlehttp/promises' => array('pretty_version' => '2.0.4', 'version' => '2.0.4.0', 'reference' => 'f9c436286ab2892c7db7be8c8da4ef61ccf7b455', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/promises', 'aliases' => array(), 'dev_requirement' => \false), 'guzzlehttp/psr7' => array('pretty_version' => '2.7.0', 'version' => '2.7.0.0', 'reference' => 'a70f5c95fb43bc83f07c9c948baa0dc1829bf201', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/psr7', 'aliases' => array(), 'dev_requirement' => \false), 'maennchen/zipstream-php' => array('pretty_version' => '2.4.0', 'version' => '2.4.0.0', 'reference' => '3fa72e4c71a43f9e9118752a5c90e476a8dc9eb3', 'type' => 'library', 'install_path' => __DIR__ . '/../maennchen/zipstream-php', 'aliases' => array(), 'dev_requirement' => \false), 'masterminds/html5' => array('pretty_version' => '2.9.0', 'version' => '2.9.0.0', 'reference' => 'f5ac2c0b0a2eefca70b2ce32a5809992227e75a6', 'type' => 'library', 'install_path' => __DIR__ . '/../masterminds/html5', 'aliases' => array(), 'dev_requirement' => \false), 'myclabs/php-enum' => array('pretty_version' => '1.8.5', 'version' => '1.8.5.0', 'reference' => 'e7be26966b7398204a234f8673fdad5ac6277802', 'type' => 'library', 'install_path' => __DIR__ . '/../myclabs/php-enum', 'aliases' => array(), 'dev_requirement' => \false), 'paragonie/constant_time_encoding' => array('pretty_version' => 'v3.0.0', 'version' => '3.0.0.0', 'reference' => 'df1e7fde177501eee2037dd159cf04f5f301a512', 'type' => 'library', 'install_path' => __DIR__ . '/../paragonie/constant_time_encoding', 'aliases' => array(), 'dev_requirement' => \false), 'paragonie/random_compat' => array('pretty_version' => 'v9.99.100', 'version' => '9.99.100.0', 'reference' => '996434e5492cb4c3edcb9168db6fbb1359ef965a', 'type' => 'library', 'install_path' => __DIR__ . '/../paragonie/random_compat', 'aliases' => array(), 'dev_requirement' => \false), 'php-http/async-client-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '*')), 'php-http/client-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '*')), 'phpseclib/phpseclib' => array('pretty_version' => '3.0.43', 'version' => '3.0.43.0', 'reference' => '709ec107af3cb2f385b9617be72af8cf62441d02', 'type' => 'library', 'install_path' => __DIR__ . '/../phpseclib/phpseclib', 'aliases' => array(), 'dev_requirement' => \false), 'psr/cache' => array('pretty_version' => '3.0.0', 'version' => '3.0.0.0', 'reference' => 'aa5030cfa5405eccfdcb1083ce040c2cb8d253bf', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/cache', 'aliases' => array(), 'dev_requirement' => \false), 'psr/container' => array('pretty_version' => '2.0.2', 'version' => '2.0.2.0', 'reference' => 'c71ecc56dfe541dbd90c5360474fbc405f8d5963', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/container', 'aliases' => array(), 'dev_requirement' => \false), 'psr/container-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.1|2.0')), 'psr/http-client' => array('pretty_version' => '1.0.3', 'version' => '1.0.3.0', 'reference' => 'bb5906edc1c324c9a05aa0873d40117941e5fa90', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-client', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-client-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0')), 'psr/http-factory' => array('pretty_version' => '1.1.0', 'version' => '1.1.0.0', 'reference' => '2b4765fddfe3b508ac62f829e852b1501d3f6e8a', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-factory', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-factory-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0')), 'psr/http-message' => array('pretty_version' => '1.1', 'version' => '1.1.0.0', 'reference' => 'cb6ce4845ce34a8ad9e68117c10ee90a29919eba', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-message', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-message-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0')), 'psr/log' => array('pretty_version' => '3.0.2', 'version' => '3.0.2.0', 'reference' => 'f16e1d5863e37f8d8c2a01719f5b34baa2b714d3', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/log', 'aliases' => array(), 'dev_requirement' => \false), 'psr/simple-cache' => array('pretty_version' => '1.0.1', 'version' => '1.0.1.0', 'reference' => '408d5eafb83c57f6365a3ca330ff23aa4a5fa39b', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/simple-cache', 'aliases' => array(), 'dev_requirement' => \false), 'ralouphie/getallheaders' => array('pretty_version' => '3.0.3', 'version' => '3.0.3.0', 'reference' => '120b605dfeb996808c31b6477290a714d356e822', 'type' => 'library', 'install_path' => __DIR__ . '/../ralouphie/getallheaders', 'aliases' => array(), 'dev_requirement' => \false), 'ramsey/collection' => array('pretty_version' => '2.0.0', 'version' => '2.0.0.0', 'reference' => 'a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5', 'type' => 'library', 'install_path' => __DIR__ . '/../ramsey/collection', 'aliases' => array(), 'dev_requirement' => \false), 'ramsey/uuid' => array('pretty_version' => '4.7.6', 'version' => '4.7.6.0', 'reference' => '91039bc1faa45ba123c4328958e620d382ec7088', 'type' => 'library', 'install_path' => __DIR__ . '/../ramsey/uuid', 'aliases' => array(), 'dev_requirement' => \false), 'rhumsaa/uuid' => array('dev_requirement' => \false, 'replaced' => array(0 => '4.7.6')), 'scotteh/php-dom-wrapper' => array('pretty_version' => '2.0.5', 'version' => '2.0.5.0', 'reference' => '351e9c635c9aa65c8cedaeefcac3a49581ad2529', 'type' => 'library', 'install_path' => __DIR__ . '/../scotteh/php-dom-wrapper', 'aliases' => array(), 'dev_requirement' => \false), 'staatic/crawler' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => 'a24093bf5691cc6e68167e83974341837a28d58a', 'type' => 'library', 'install_path' => __DIR__ . '/../staatic/crawler', 'aliases' => array(0 => '1.x-dev'), 'dev_requirement' => \false), 'staatic/framework' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => '288bff665d3c0c62164071dd8dbb4a2ca1880cd6', 'type' => 'library', 'install_path' => __DIR__ . '/../staatic/framework', 'aliases' => array(0 => '1.x-dev'), 'dev_requirement' => \false), 'staatic/staatic-wordpress' => array('pretty_version' => 'v1.11.3', 'version' => '1.11.3.0', 'reference' => '9fda71b21e2e551fb9bedfc2a2be21245cc37981', 'type' => 'project', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/config' => array('pretty_version' => 'v6.4.14', 'version' => '6.4.14.0', 'reference' => '4e55e7e4ffddd343671ea972216d4509f46c22ef', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/config', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/css-selector' => array('pretty_version' => 'v6.4.13', 'version' => '6.4.13.0', 'reference' => 'cb23e97813c5837a041b73a6d63a9ddff0778f5e', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/css-selector', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/dependency-injection' => array('pretty_version' => 'v6.2.13', 'version' => '6.2.13.0', 'reference' => 'd977404486b419bedf450739a9f8992a88c1d6e3', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/dependency-injection', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/deprecation-contracts' => array('pretty_version' => 'v3.5.1', 'version' => '3.5.1.0', 'reference' => '74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/deprecation-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/filesystem' => array('pretty_version' => 'v6.4.13', 'version' => '6.4.13.0', 'reference' => '4856c9cf585d5a0313d8d35afd681a526f038dd3', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/filesystem', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/http-client' => array('pretty_version' => 'v6.2.13', 'version' => '6.2.13.0', 'reference' => '297374a399ce6852d5905d92a1351df00bb9dd10', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/http-client', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/http-client-contracts' => array('pretty_version' => 'v3.5.2', 'version' => '3.5.2.0', 'reference' => 'ee8d807ab20fcb51267fdace50fbe3494c31e645', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/http-client-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/http-client-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '3.0')), 'symfony/polyfill-ctype' => array('pretty_version' => 'v1.32.0', 'version' => '1.32.0.0', 'reference' => 'a3cc8b044a6ea513310cbd48ef7333b384945638', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-ctype', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-mbstring' => array('pretty_version' => 'v1.32.0', 'version' => '1.32.0.0', 'reference' => '6d857f4d76bd4b343eac26d6b539585d2bc56493', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php71' => array('dev_requirement' => \false, 'replaced' => array(0 => '*')), 'symfony/polyfill-php72' => array('pretty_version' => 'v1.31.0', 'version' => '1.31.0.0', 'reference' => 'fa2ae56c44f03bed91a39bfc9822e31e7c5c38ce', 'type' => 'metapackage', 'install_path' => null, 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php73' => array('pretty_version' => 'v1.32.0', 'version' => '1.32.0.0', 'reference' => '0f68c03565dcaaf25a890667542e8bd75fe7e5bb', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php73', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php74' => array('pretty_version' => 'v1.32.0', 'version' => '1.32.0.0', 'reference' => '9589537d05325fb5d88a20d8926823e5b827a43e', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php74', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php80' => array('pretty_version' => 'v1.32.0', 'version' => '1.32.0.0', 'reference' => '0cc9dd0f17f61d8131e7df6b84bd344899fe2608', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php80', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php81' => array('pretty_version' => 'v1.32.0', 'version' => '1.32.0.0', 'reference' => '4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php81', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/service-contracts' => array('pretty_version' => 'v3.5.1', 'version' => '3.5.1.0', 'reference' => 'e53260aabf78fb3d63f8d79d69ece59f80d5eda0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/service-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/service-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.1|2.0|3.0')), 'symfony/var-exporter' => array('pretty_version' => 'v6.4.13', 'version' => '6.4.13.0', 'reference' => '0f605f72a363f8743001038a176eeb2a11223b51', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/var-exporter', 'aliases' => array(), 'dev_requirement' => \false), 'voku/simple_html_dom' => array('pretty_version' => '4.8.10', 'version' => '4.8.10.0', 'reference' => '716822ed52ed3a1881542be07a786270de390e99', 'type' => 'library', 'install_path' => __DIR__ . '/../voku/simple_html_dom', 'aliases' => array(), 'dev_requirement' => \false)));
     5return array('root' => array('name' => 'staatic/staatic-wordpress', 'pretty_version' => 'v1.11.4', 'version' => '1.11.4.0', 'reference' => 'e47120f157543fd6e0f76c3e5ca6839cdcf4ad16', 'type' => 'project', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev' => \false), 'versions' => array('async-aws/cloud-front' => array('pretty_version' => '1.0.3', 'version' => '1.0.3.0', 'reference' => '548dd74259aeb1a6d99f5928918402766bb82927', 'type' => 'library', 'install_path' => __DIR__ . '/../async-aws/cloud-front', 'aliases' => array(), 'dev_requirement' => \false), 'async-aws/core' => array('pretty_version' => '1.24.1', 'version' => '1.24.1.0', 'reference' => '241c8ab0e4cd4f47b2226a31a5132fb36a73a57b', 'type' => 'library', 'install_path' => __DIR__ . '/../async-aws/core', 'aliases' => array(), 'dev_requirement' => \false), 'async-aws/s3' => array('pretty_version' => '2.7.0', 'version' => '2.7.0.0', 'reference' => 'd6556d0088a2778e61e17ab71ca7336ad65d082b', 'type' => 'library', 'install_path' => __DIR__ . '/../async-aws/s3', 'aliases' => array(), 'dev_requirement' => \false), 'brick/math' => array('pretty_version' => '0.12.1', 'version' => '0.12.1.0', 'reference' => 'f510c0a40911935b77b86859eb5223d58d660df1', 'type' => 'library', 'install_path' => __DIR__ . '/../brick/math', 'aliases' => array(), 'dev_requirement' => \false), 'caseyamcl/guzzle_retry_middleware' => array('pretty_version' => 'v2.12.1', 'version' => '2.12.1.0', 'reference' => '362bdd5e6d19e54e1f4c8c27757e7598201efa3c', 'type' => 'library', 'install_path' => __DIR__ . '/../caseyamcl/guzzle_retry_middleware', 'aliases' => array(), 'dev_requirement' => \false), 'deliciousbrains/wp-background-processing' => array('pretty_version' => '1.4.0', 'version' => '1.4.0.0', 'reference' => '7ca7cc3504333db3a291bbab7f1917124fba4816', 'type' => 'library', 'install_path' => __DIR__ . '/../deliciousbrains/wp-background-processing', 'aliases' => array(), 'dev_requirement' => \false), 'guzzlehttp/guzzle' => array('pretty_version' => '7.9.2', 'version' => '7.9.2.0', 'reference' => 'd281ed313b989f213357e3be1a179f02196ac99b', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/guzzle', 'aliases' => array(), 'dev_requirement' => \false), 'guzzlehttp/promises' => array('pretty_version' => '2.0.4', 'version' => '2.0.4.0', 'reference' => 'f9c436286ab2892c7db7be8c8da4ef61ccf7b455', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/promises', 'aliases' => array(), 'dev_requirement' => \false), 'guzzlehttp/psr7' => array('pretty_version' => '2.7.0', 'version' => '2.7.0.0', 'reference' => 'a70f5c95fb43bc83f07c9c948baa0dc1829bf201', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/psr7', 'aliases' => array(), 'dev_requirement' => \false), 'maennchen/zipstream-php' => array('pretty_version' => '2.4.0', 'version' => '2.4.0.0', 'reference' => '3fa72e4c71a43f9e9118752a5c90e476a8dc9eb3', 'type' => 'library', 'install_path' => __DIR__ . '/../maennchen/zipstream-php', 'aliases' => array(), 'dev_requirement' => \false), 'masterminds/html5' => array('pretty_version' => '2.9.0', 'version' => '2.9.0.0', 'reference' => 'f5ac2c0b0a2eefca70b2ce32a5809992227e75a6', 'type' => 'library', 'install_path' => __DIR__ . '/../masterminds/html5', 'aliases' => array(), 'dev_requirement' => \false), 'myclabs/php-enum' => array('pretty_version' => '1.8.5', 'version' => '1.8.5.0', 'reference' => 'e7be26966b7398204a234f8673fdad5ac6277802', 'type' => 'library', 'install_path' => __DIR__ . '/../myclabs/php-enum', 'aliases' => array(), 'dev_requirement' => \false), 'paragonie/constant_time_encoding' => array('pretty_version' => 'v3.0.0', 'version' => '3.0.0.0', 'reference' => 'df1e7fde177501eee2037dd159cf04f5f301a512', 'type' => 'library', 'install_path' => __DIR__ . '/../paragonie/constant_time_encoding', 'aliases' => array(), 'dev_requirement' => \false), 'paragonie/random_compat' => array('pretty_version' => 'v9.99.100', 'version' => '9.99.100.0', 'reference' => '996434e5492cb4c3edcb9168db6fbb1359ef965a', 'type' => 'library', 'install_path' => __DIR__ . '/../paragonie/random_compat', 'aliases' => array(), 'dev_requirement' => \false), 'php-http/async-client-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '*')), 'php-http/client-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '*')), 'phpseclib/phpseclib' => array('pretty_version' => '3.0.43', 'version' => '3.0.43.0', 'reference' => '709ec107af3cb2f385b9617be72af8cf62441d02', 'type' => 'library', 'install_path' => __DIR__ . '/../phpseclib/phpseclib', 'aliases' => array(), 'dev_requirement' => \false), 'psr/cache' => array('pretty_version' => '3.0.0', 'version' => '3.0.0.0', 'reference' => 'aa5030cfa5405eccfdcb1083ce040c2cb8d253bf', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/cache', 'aliases' => array(), 'dev_requirement' => \false), 'psr/container' => array('pretty_version' => '2.0.2', 'version' => '2.0.2.0', 'reference' => 'c71ecc56dfe541dbd90c5360474fbc405f8d5963', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/container', 'aliases' => array(), 'dev_requirement' => \false), 'psr/container-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.1|2.0')), 'psr/http-client' => array('pretty_version' => '1.0.3', 'version' => '1.0.3.0', 'reference' => 'bb5906edc1c324c9a05aa0873d40117941e5fa90', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-client', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-client-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0')), 'psr/http-factory' => array('pretty_version' => '1.1.0', 'version' => '1.1.0.0', 'reference' => '2b4765fddfe3b508ac62f829e852b1501d3f6e8a', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-factory', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-factory-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0')), 'psr/http-message' => array('pretty_version' => '1.1', 'version' => '1.1.0.0', 'reference' => 'cb6ce4845ce34a8ad9e68117c10ee90a29919eba', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-message', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-message-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0')), 'psr/log' => array('pretty_version' => '3.0.2', 'version' => '3.0.2.0', 'reference' => 'f16e1d5863e37f8d8c2a01719f5b34baa2b714d3', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/log', 'aliases' => array(), 'dev_requirement' => \false), 'psr/simple-cache' => array('pretty_version' => '1.0.1', 'version' => '1.0.1.0', 'reference' => '408d5eafb83c57f6365a3ca330ff23aa4a5fa39b', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/simple-cache', 'aliases' => array(), 'dev_requirement' => \false), 'ralouphie/getallheaders' => array('pretty_version' => '3.0.3', 'version' => '3.0.3.0', 'reference' => '120b605dfeb996808c31b6477290a714d356e822', 'type' => 'library', 'install_path' => __DIR__ . '/../ralouphie/getallheaders', 'aliases' => array(), 'dev_requirement' => \false), 'ramsey/collection' => array('pretty_version' => '2.0.0', 'version' => '2.0.0.0', 'reference' => 'a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5', 'type' => 'library', 'install_path' => __DIR__ . '/../ramsey/collection', 'aliases' => array(), 'dev_requirement' => \false), 'ramsey/uuid' => array('pretty_version' => '4.7.6', 'version' => '4.7.6.0', 'reference' => '91039bc1faa45ba123c4328958e620d382ec7088', 'type' => 'library', 'install_path' => __DIR__ . '/../ramsey/uuid', 'aliases' => array(), 'dev_requirement' => \false), 'rhumsaa/uuid' => array('dev_requirement' => \false, 'replaced' => array(0 => '4.7.6')), 'scotteh/php-dom-wrapper' => array('pretty_version' => '2.0.5', 'version' => '2.0.5.0', 'reference' => '351e9c635c9aa65c8cedaeefcac3a49581ad2529', 'type' => 'library', 'install_path' => __DIR__ . '/../scotteh/php-dom-wrapper', 'aliases' => array(), 'dev_requirement' => \false), 'staatic/crawler' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => 'a24093bf5691cc6e68167e83974341837a28d58a', 'type' => 'library', 'install_path' => __DIR__ . '/../staatic/crawler', 'aliases' => array(0 => '1.x-dev'), 'dev_requirement' => \false), 'staatic/framework' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => '288bff665d3c0c62164071dd8dbb4a2ca1880cd6', 'type' => 'library', 'install_path' => __DIR__ . '/../staatic/framework', 'aliases' => array(0 => '1.x-dev'), 'dev_requirement' => \false), 'staatic/staatic-wordpress' => array('pretty_version' => 'v1.11.4', 'version' => '1.11.4.0', 'reference' => 'e47120f157543fd6e0f76c3e5ca6839cdcf4ad16', 'type' => 'project', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/config' => array('pretty_version' => 'v6.4.14', 'version' => '6.4.14.0', 'reference' => '4e55e7e4ffddd343671ea972216d4509f46c22ef', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/config', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/css-selector' => array('pretty_version' => 'v6.4.13', 'version' => '6.4.13.0', 'reference' => 'cb23e97813c5837a041b73a6d63a9ddff0778f5e', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/css-selector', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/dependency-injection' => array('pretty_version' => 'v6.2.13', 'version' => '6.2.13.0', 'reference' => 'd977404486b419bedf450739a9f8992a88c1d6e3', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/dependency-injection', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/deprecation-contracts' => array('pretty_version' => 'v3.5.1', 'version' => '3.5.1.0', 'reference' => '74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/deprecation-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/filesystem' => array('pretty_version' => 'v6.4.13', 'version' => '6.4.13.0', 'reference' => '4856c9cf585d5a0313d8d35afd681a526f038dd3', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/filesystem', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/http-client' => array('pretty_version' => 'v6.2.13', 'version' => '6.2.13.0', 'reference' => '297374a399ce6852d5905d92a1351df00bb9dd10', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/http-client', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/http-client-contracts' => array('pretty_version' => 'v3.5.2', 'version' => '3.5.2.0', 'reference' => 'ee8d807ab20fcb51267fdace50fbe3494c31e645', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/http-client-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/http-client-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '3.0')), 'symfony/polyfill-ctype' => array('pretty_version' => 'v1.32.0', 'version' => '1.32.0.0', 'reference' => 'a3cc8b044a6ea513310cbd48ef7333b384945638', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-ctype', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-mbstring' => array('pretty_version' => 'v1.32.0', 'version' => '1.32.0.0', 'reference' => '6d857f4d76bd4b343eac26d6b539585d2bc56493', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php71' => array('dev_requirement' => \false, 'replaced' => array(0 => '*')), 'symfony/polyfill-php72' => array('pretty_version' => 'v1.31.0', 'version' => '1.31.0.0', 'reference' => 'fa2ae56c44f03bed91a39bfc9822e31e7c5c38ce', 'type' => 'metapackage', 'install_path' => null, 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php73' => array('pretty_version' => 'v1.32.0', 'version' => '1.32.0.0', 'reference' => '0f68c03565dcaaf25a890667542e8bd75fe7e5bb', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php73', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php74' => array('pretty_version' => 'v1.32.0', 'version' => '1.32.0.0', 'reference' => '9589537d05325fb5d88a20d8926823e5b827a43e', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php74', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php80' => array('pretty_version' => 'v1.32.0', 'version' => '1.32.0.0', 'reference' => '0cc9dd0f17f61d8131e7df6b84bd344899fe2608', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php80', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php81' => array('pretty_version' => 'v1.32.0', 'version' => '1.32.0.0', 'reference' => '4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php81', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/service-contracts' => array('pretty_version' => 'v3.5.1', 'version' => '3.5.1.0', 'reference' => 'e53260aabf78fb3d63f8d79d69ece59f80d5eda0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/service-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/service-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.1|2.0|3.0')), 'symfony/var-exporter' => array('pretty_version' => 'v6.4.13', 'version' => '6.4.13.0', 'reference' => '0f605f72a363f8743001038a176eeb2a11223b51', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/var-exporter', 'aliases' => array(), 'dev_requirement' => \false), 'voku/simple_html_dom' => array('pretty_version' => '4.8.10', 'version' => '4.8.10.0', 'reference' => '716822ed52ed3a1881542be07a786270de390e99', 'type' => 'library', 'install_path' => __DIR__ . '/../voku/simple_html_dom', 'aliases' => array(), 'dev_requirement' => \false)));
  • staatic/tags/1.11.4/vendor/symfony/config/Definition/Builder/BooleanNodeDefinition.php

    r3309167 r3344470  
    33namespace Staatic\Vendor\Symfony\Component\Config\Definition\Builder;
    44
    5 use Staatic\Vendor\Symfony\Component\Config\Definition\VariableNode;
     5use Staatic\Vendor\Symfony\Component\Config\Definition\ScalarNode;
    66use Staatic\Vendor\Symfony\Component\Config\Definition\BooleanNode;
    77use Staatic\Vendor\Symfony\Component\Config\Definition\Exception\InvalidDefinitionException;
     
    1313        $this->nullEquivalent = \true;
    1414    }
    15     protected function instantiateNode(): VariableNode
     15    protected function instantiateNode(): ScalarNode
    1616    {
    1717        return new BooleanNode($this->name, $this->parent, $this->pathSeparator);
  • staatic/tags/1.11.4/vendor/symfony/config/Definition/Builder/EnumNodeDefinition.php

    r3309167 r3344470  
    44
    55use InvalidArgumentException;
    6 use Staatic\Vendor\Symfony\Component\Config\Definition\VariableNode;
     6use Staatic\Vendor\Symfony\Component\Config\Definition\ScalarNode;
    77use RuntimeException;
    88use Staatic\Vendor\Symfony\Component\Config\Definition\EnumNode;
     
    2525        return $this;
    2626    }
    27     protected function instantiateNode(): VariableNode
     27    protected function instantiateNode(): ScalarNode
    2828    {
    2929        if (!isset($this->values)) {
  • staatic/tags/1.11.4/vendor/symfony/config/Definition/Builder/FloatNodeDefinition.php

    r3309167 r3344470  
    33namespace Staatic\Vendor\Symfony\Component\Config\Definition\Builder;
    44
    5 use Staatic\Vendor\Symfony\Component\Config\Definition\VariableNode;
     5use Staatic\Vendor\Symfony\Component\Config\Definition\ScalarNode;
    66use Staatic\Vendor\Symfony\Component\Config\Definition\FloatNode;
    77class FloatNodeDefinition extends NumericNodeDefinition
    88{
    9     protected function instantiateNode(): VariableNode
     9    protected function instantiateNode(): ScalarNode
    1010    {
    1111        return new FloatNode($this->name, $this->parent, $this->min, $this->max, $this->pathSeparator);
  • staatic/tags/1.11.4/vendor/symfony/config/Definition/Builder/IntegerNodeDefinition.php

    r3309167 r3344470  
    33namespace Staatic\Vendor\Symfony\Component\Config\Definition\Builder;
    44
    5 use Staatic\Vendor\Symfony\Component\Config\Definition\VariableNode;
     5use Staatic\Vendor\Symfony\Component\Config\Definition\ScalarNode;
    66use Staatic\Vendor\Symfony\Component\Config\Definition\IntegerNode;
    77class IntegerNodeDefinition extends NumericNodeDefinition
    88{
    9     protected function instantiateNode(): VariableNode
     9    protected function instantiateNode(): ScalarNode
    1010    {
    1111        return new IntegerNode($this->name, $this->parent, $this->min, $this->max, $this->pathSeparator);
  • staatic/trunk/generated/container.php

    r3309167 r3344470  
    844844            yield 5 => $this->privates['Staatic\WordPress\Module\RegisterSettings'] ?? $this->getRegisterSettingsService();
    845845            yield 6 => $this->privates['Staatic\WordPress\Module\Admin\RegisterAssets'] = $this->privates['Staatic\WordPress\Module\Admin\RegisterAssets'] ?? new RegisterAssets(
    846                 '1.11.3'
     846                '1.11.4'
    847847            );
    848848            yield 7 => $this->privates['Staatic\WordPress\Module\Admin\RegisterNavigation'] ?? $this->getRegisterNavigationService();
     
    17991799        return $this->privates['Staatic\WordPress\Migrations\MigrationCoordinatorFactory'] = new MigrationCoordinatorFactory(
    18001800            $this->privates['wpdb'] ?? $this->getWpdbService(),
    1801             '1.11.3'
     1801            '1.11.4'
    18021802        );
    18031803    }
     
    34483448    {
    34493449        return [
    3450             'staatic.version' => '1.11.3'
     3450            'staatic.version' => '1.11.4'
    34513451        ];
    34523452    }
  • staatic/trunk/languages/staatic.pot

    r3309167 r3344470  
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2025-06-10T11:10:53+00:00\n"
     12"POT-Creation-Date: 2025-08-14T08:42:25+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.12.0\n"
  • staatic/trunk/readme.txt

    r3309167 r3344470  
    22Contributors: staatic
    33Tags: performance, seo, security, static, speed
    4 Stable tag: 1.11.3
    5 Tested up to: 6.8.1
     4Stable tag: 1.11.4
     5Tested up to: 6.8.2
    66Requires at least: 5.0
    77Requires PHP: 7.1
     
    9999== Changelog ==
    100100
     101= 1.11.4 =
     102
     103Release date: August 14th, 2025.
     104
     105**Improvements**
     106
     107* Updates external dependencies.
     108
     109**Bug Fixes**
     110
     111* Fixes an issue causing Safe Redirect Manager integration to not be activated.
     112
     113== Changelog ==
     114
    101115= 1.11.3 =
    102116
  • staatic/trunk/src/Module/Integration/SafeRedirectManagerPlugin.php

    r3112562 r3344470  
    7171            return \false;
    7272        }
    73         if (!function_exists('Staatic\Vendor\srm_get_redirects')) {
     73        if (!function_exists('srm_get_redirects')) {
    7474            return \false;
    7575        }
    76         if (!function_exists('Staatic\Vendor\srm_get_max_redirects')) {
     76        if (!function_exists('srm_get_max_redirects')) {
    7777            return \false;
    7878        }
  • staatic/trunk/staatic.php

    r3309167 r3344470  
    77 * Plugin URI:        https://staatic.com/wordpress
    88 * Description:       Staatic for WordPress allows you to generate a highly optimized static version of your WordPress site.
    9  * Version:           1.11.3
     9 * Version:           1.11.4
    1010 * Requires at least: 5.0
    1111 * Requires PHP:      7.1
     
    2525}
    2626
    27 define('STAATIC_VERSION', '1.11.3');
     27define('STAATIC_VERSION', '1.11.4');
    2828
    2929define('STAATIC_FILE', __FILE__);
  • staatic/trunk/vendor/composer/installed.php

    r3309167 r3344470  
    33namespace Staatic\Vendor;
    44
    5 return array('root' => array('name' => 'staatic/staatic-wordpress', 'pretty_version' => 'v1.11.3', 'version' => '1.11.3.0', 'reference' => '9fda71b21e2e551fb9bedfc2a2be21245cc37981', 'type' => 'project', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev' => \false), 'versions' => array('async-aws/cloud-front' => array('pretty_version' => '1.0.3', 'version' => '1.0.3.0', 'reference' => '548dd74259aeb1a6d99f5928918402766bb82927', 'type' => 'library', 'install_path' => __DIR__ . '/../async-aws/cloud-front', 'aliases' => array(), 'dev_requirement' => \false), 'async-aws/core' => array('pretty_version' => '1.24.1', 'version' => '1.24.1.0', 'reference' => '241c8ab0e4cd4f47b2226a31a5132fb36a73a57b', 'type' => 'library', 'install_path' => __DIR__ . '/../async-aws/core', 'aliases' => array(), 'dev_requirement' => \false), 'async-aws/s3' => array('pretty_version' => '2.7.0', 'version' => '2.7.0.0', 'reference' => 'd6556d0088a2778e61e17ab71ca7336ad65d082b', 'type' => 'library', 'install_path' => __DIR__ . '/../async-aws/s3', 'aliases' => array(), 'dev_requirement' => \false), 'brick/math' => array('pretty_version' => '0.12.1', 'version' => '0.12.1.0', 'reference' => 'f510c0a40911935b77b86859eb5223d58d660df1', 'type' => 'library', 'install_path' => __DIR__ . '/../brick/math', 'aliases' => array(), 'dev_requirement' => \false), 'caseyamcl/guzzle_retry_middleware' => array('pretty_version' => 'v2.12.1', 'version' => '2.12.1.0', 'reference' => '362bdd5e6d19e54e1f4c8c27757e7598201efa3c', 'type' => 'library', 'install_path' => __DIR__ . '/../caseyamcl/guzzle_retry_middleware', 'aliases' => array(), 'dev_requirement' => \false), 'deliciousbrains/wp-background-processing' => array('pretty_version' => '1.4.0', 'version' => '1.4.0.0', 'reference' => '7ca7cc3504333db3a291bbab7f1917124fba4816', 'type' => 'library', 'install_path' => __DIR__ . '/../deliciousbrains/wp-background-processing', 'aliases' => array(), 'dev_requirement' => \false), 'guzzlehttp/guzzle' => array('pretty_version' => '7.9.2', 'version' => '7.9.2.0', 'reference' => 'd281ed313b989f213357e3be1a179f02196ac99b', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/guzzle', 'aliases' => array(), 'dev_requirement' => \false), 'guzzlehttp/promises' => array('pretty_version' => '2.0.4', 'version' => '2.0.4.0', 'reference' => 'f9c436286ab2892c7db7be8c8da4ef61ccf7b455', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/promises', 'aliases' => array(), 'dev_requirement' => \false), 'guzzlehttp/psr7' => array('pretty_version' => '2.7.0', 'version' => '2.7.0.0', 'reference' => 'a70f5c95fb43bc83f07c9c948baa0dc1829bf201', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/psr7', 'aliases' => array(), 'dev_requirement' => \false), 'maennchen/zipstream-php' => array('pretty_version' => '2.4.0', 'version' => '2.4.0.0', 'reference' => '3fa72e4c71a43f9e9118752a5c90e476a8dc9eb3', 'type' => 'library', 'install_path' => __DIR__ . '/../maennchen/zipstream-php', 'aliases' => array(), 'dev_requirement' => \false), 'masterminds/html5' => array('pretty_version' => '2.9.0', 'version' => '2.9.0.0', 'reference' => 'f5ac2c0b0a2eefca70b2ce32a5809992227e75a6', 'type' => 'library', 'install_path' => __DIR__ . '/../masterminds/html5', 'aliases' => array(), 'dev_requirement' => \false), 'myclabs/php-enum' => array('pretty_version' => '1.8.5', 'version' => '1.8.5.0', 'reference' => 'e7be26966b7398204a234f8673fdad5ac6277802', 'type' => 'library', 'install_path' => __DIR__ . '/../myclabs/php-enum', 'aliases' => array(), 'dev_requirement' => \false), 'paragonie/constant_time_encoding' => array('pretty_version' => 'v3.0.0', 'version' => '3.0.0.0', 'reference' => 'df1e7fde177501eee2037dd159cf04f5f301a512', 'type' => 'library', 'install_path' => __DIR__ . '/../paragonie/constant_time_encoding', 'aliases' => array(), 'dev_requirement' => \false), 'paragonie/random_compat' => array('pretty_version' => 'v9.99.100', 'version' => '9.99.100.0', 'reference' => '996434e5492cb4c3edcb9168db6fbb1359ef965a', 'type' => 'library', 'install_path' => __DIR__ . '/../paragonie/random_compat', 'aliases' => array(), 'dev_requirement' => \false), 'php-http/async-client-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '*')), 'php-http/client-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '*')), 'phpseclib/phpseclib' => array('pretty_version' => '3.0.43', 'version' => '3.0.43.0', 'reference' => '709ec107af3cb2f385b9617be72af8cf62441d02', 'type' => 'library', 'install_path' => __DIR__ . '/../phpseclib/phpseclib', 'aliases' => array(), 'dev_requirement' => \false), 'psr/cache' => array('pretty_version' => '3.0.0', 'version' => '3.0.0.0', 'reference' => 'aa5030cfa5405eccfdcb1083ce040c2cb8d253bf', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/cache', 'aliases' => array(), 'dev_requirement' => \false), 'psr/container' => array('pretty_version' => '2.0.2', 'version' => '2.0.2.0', 'reference' => 'c71ecc56dfe541dbd90c5360474fbc405f8d5963', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/container', 'aliases' => array(), 'dev_requirement' => \false), 'psr/container-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.1|2.0')), 'psr/http-client' => array('pretty_version' => '1.0.3', 'version' => '1.0.3.0', 'reference' => 'bb5906edc1c324c9a05aa0873d40117941e5fa90', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-client', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-client-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0')), 'psr/http-factory' => array('pretty_version' => '1.1.0', 'version' => '1.1.0.0', 'reference' => '2b4765fddfe3b508ac62f829e852b1501d3f6e8a', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-factory', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-factory-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0')), 'psr/http-message' => array('pretty_version' => '1.1', 'version' => '1.1.0.0', 'reference' => 'cb6ce4845ce34a8ad9e68117c10ee90a29919eba', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-message', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-message-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0')), 'psr/log' => array('pretty_version' => '3.0.2', 'version' => '3.0.2.0', 'reference' => 'f16e1d5863e37f8d8c2a01719f5b34baa2b714d3', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/log', 'aliases' => array(), 'dev_requirement' => \false), 'psr/simple-cache' => array('pretty_version' => '1.0.1', 'version' => '1.0.1.0', 'reference' => '408d5eafb83c57f6365a3ca330ff23aa4a5fa39b', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/simple-cache', 'aliases' => array(), 'dev_requirement' => \false), 'ralouphie/getallheaders' => array('pretty_version' => '3.0.3', 'version' => '3.0.3.0', 'reference' => '120b605dfeb996808c31b6477290a714d356e822', 'type' => 'library', 'install_path' => __DIR__ . '/../ralouphie/getallheaders', 'aliases' => array(), 'dev_requirement' => \false), 'ramsey/collection' => array('pretty_version' => '2.0.0', 'version' => '2.0.0.0', 'reference' => 'a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5', 'type' => 'library', 'install_path' => __DIR__ . '/../ramsey/collection', 'aliases' => array(), 'dev_requirement' => \false), 'ramsey/uuid' => array('pretty_version' => '4.7.6', 'version' => '4.7.6.0', 'reference' => '91039bc1faa45ba123c4328958e620d382ec7088', 'type' => 'library', 'install_path' => __DIR__ . '/../ramsey/uuid', 'aliases' => array(), 'dev_requirement' => \false), 'rhumsaa/uuid' => array('dev_requirement' => \false, 'replaced' => array(0 => '4.7.6')), 'scotteh/php-dom-wrapper' => array('pretty_version' => '2.0.5', 'version' => '2.0.5.0', 'reference' => '351e9c635c9aa65c8cedaeefcac3a49581ad2529', 'type' => 'library', 'install_path' => __DIR__ . '/../scotteh/php-dom-wrapper', 'aliases' => array(), 'dev_requirement' => \false), 'staatic/crawler' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => 'a24093bf5691cc6e68167e83974341837a28d58a', 'type' => 'library', 'install_path' => __DIR__ . '/../staatic/crawler', 'aliases' => array(0 => '1.x-dev'), 'dev_requirement' => \false), 'staatic/framework' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => '288bff665d3c0c62164071dd8dbb4a2ca1880cd6', 'type' => 'library', 'install_path' => __DIR__ . '/../staatic/framework', 'aliases' => array(0 => '1.x-dev'), 'dev_requirement' => \false), 'staatic/staatic-wordpress' => array('pretty_version' => 'v1.11.3', 'version' => '1.11.3.0', 'reference' => '9fda71b21e2e551fb9bedfc2a2be21245cc37981', 'type' => 'project', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/config' => array('pretty_version' => 'v6.4.14', 'version' => '6.4.14.0', 'reference' => '4e55e7e4ffddd343671ea972216d4509f46c22ef', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/config', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/css-selector' => array('pretty_version' => 'v6.4.13', 'version' => '6.4.13.0', 'reference' => 'cb23e97813c5837a041b73a6d63a9ddff0778f5e', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/css-selector', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/dependency-injection' => array('pretty_version' => 'v6.2.13', 'version' => '6.2.13.0', 'reference' => 'd977404486b419bedf450739a9f8992a88c1d6e3', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/dependency-injection', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/deprecation-contracts' => array('pretty_version' => 'v3.5.1', 'version' => '3.5.1.0', 'reference' => '74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/deprecation-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/filesystem' => array('pretty_version' => 'v6.4.13', 'version' => '6.4.13.0', 'reference' => '4856c9cf585d5a0313d8d35afd681a526f038dd3', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/filesystem', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/http-client' => array('pretty_version' => 'v6.2.13', 'version' => '6.2.13.0', 'reference' => '297374a399ce6852d5905d92a1351df00bb9dd10', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/http-client', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/http-client-contracts' => array('pretty_version' => 'v3.5.2', 'version' => '3.5.2.0', 'reference' => 'ee8d807ab20fcb51267fdace50fbe3494c31e645', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/http-client-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/http-client-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '3.0')), 'symfony/polyfill-ctype' => array('pretty_version' => 'v1.32.0', 'version' => '1.32.0.0', 'reference' => 'a3cc8b044a6ea513310cbd48ef7333b384945638', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-ctype', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-mbstring' => array('pretty_version' => 'v1.32.0', 'version' => '1.32.0.0', 'reference' => '6d857f4d76bd4b343eac26d6b539585d2bc56493', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php71' => array('dev_requirement' => \false, 'replaced' => array(0 => '*')), 'symfony/polyfill-php72' => array('pretty_version' => 'v1.31.0', 'version' => '1.31.0.0', 'reference' => 'fa2ae56c44f03bed91a39bfc9822e31e7c5c38ce', 'type' => 'metapackage', 'install_path' => null, 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php73' => array('pretty_version' => 'v1.32.0', 'version' => '1.32.0.0', 'reference' => '0f68c03565dcaaf25a890667542e8bd75fe7e5bb', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php73', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php74' => array('pretty_version' => 'v1.32.0', 'version' => '1.32.0.0', 'reference' => '9589537d05325fb5d88a20d8926823e5b827a43e', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php74', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php80' => array('pretty_version' => 'v1.32.0', 'version' => '1.32.0.0', 'reference' => '0cc9dd0f17f61d8131e7df6b84bd344899fe2608', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php80', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php81' => array('pretty_version' => 'v1.32.0', 'version' => '1.32.0.0', 'reference' => '4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php81', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/service-contracts' => array('pretty_version' => 'v3.5.1', 'version' => '3.5.1.0', 'reference' => 'e53260aabf78fb3d63f8d79d69ece59f80d5eda0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/service-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/service-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.1|2.0|3.0')), 'symfony/var-exporter' => array('pretty_version' => 'v6.4.13', 'version' => '6.4.13.0', 'reference' => '0f605f72a363f8743001038a176eeb2a11223b51', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/var-exporter', 'aliases' => array(), 'dev_requirement' => \false), 'voku/simple_html_dom' => array('pretty_version' => '4.8.10', 'version' => '4.8.10.0', 'reference' => '716822ed52ed3a1881542be07a786270de390e99', 'type' => 'library', 'install_path' => __DIR__ . '/../voku/simple_html_dom', 'aliases' => array(), 'dev_requirement' => \false)));
     5return array('root' => array('name' => 'staatic/staatic-wordpress', 'pretty_version' => 'v1.11.4', 'version' => '1.11.4.0', 'reference' => 'e47120f157543fd6e0f76c3e5ca6839cdcf4ad16', 'type' => 'project', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev' => \false), 'versions' => array('async-aws/cloud-front' => array('pretty_version' => '1.0.3', 'version' => '1.0.3.0', 'reference' => '548dd74259aeb1a6d99f5928918402766bb82927', 'type' => 'library', 'install_path' => __DIR__ . '/../async-aws/cloud-front', 'aliases' => array(), 'dev_requirement' => \false), 'async-aws/core' => array('pretty_version' => '1.24.1', 'version' => '1.24.1.0', 'reference' => '241c8ab0e4cd4f47b2226a31a5132fb36a73a57b', 'type' => 'library', 'install_path' => __DIR__ . '/../async-aws/core', 'aliases' => array(), 'dev_requirement' => \false), 'async-aws/s3' => array('pretty_version' => '2.7.0', 'version' => '2.7.0.0', 'reference' => 'd6556d0088a2778e61e17ab71ca7336ad65d082b', 'type' => 'library', 'install_path' => __DIR__ . '/../async-aws/s3', 'aliases' => array(), 'dev_requirement' => \false), 'brick/math' => array('pretty_version' => '0.12.1', 'version' => '0.12.1.0', 'reference' => 'f510c0a40911935b77b86859eb5223d58d660df1', 'type' => 'library', 'install_path' => __DIR__ . '/../brick/math', 'aliases' => array(), 'dev_requirement' => \false), 'caseyamcl/guzzle_retry_middleware' => array('pretty_version' => 'v2.12.1', 'version' => '2.12.1.0', 'reference' => '362bdd5e6d19e54e1f4c8c27757e7598201efa3c', 'type' => 'library', 'install_path' => __DIR__ . '/../caseyamcl/guzzle_retry_middleware', 'aliases' => array(), 'dev_requirement' => \false), 'deliciousbrains/wp-background-processing' => array('pretty_version' => '1.4.0', 'version' => '1.4.0.0', 'reference' => '7ca7cc3504333db3a291bbab7f1917124fba4816', 'type' => 'library', 'install_path' => __DIR__ . '/../deliciousbrains/wp-background-processing', 'aliases' => array(), 'dev_requirement' => \false), 'guzzlehttp/guzzle' => array('pretty_version' => '7.9.2', 'version' => '7.9.2.0', 'reference' => 'd281ed313b989f213357e3be1a179f02196ac99b', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/guzzle', 'aliases' => array(), 'dev_requirement' => \false), 'guzzlehttp/promises' => array('pretty_version' => '2.0.4', 'version' => '2.0.4.0', 'reference' => 'f9c436286ab2892c7db7be8c8da4ef61ccf7b455', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/promises', 'aliases' => array(), 'dev_requirement' => \false), 'guzzlehttp/psr7' => array('pretty_version' => '2.7.0', 'version' => '2.7.0.0', 'reference' => 'a70f5c95fb43bc83f07c9c948baa0dc1829bf201', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/psr7', 'aliases' => array(), 'dev_requirement' => \false), 'maennchen/zipstream-php' => array('pretty_version' => '2.4.0', 'version' => '2.4.0.0', 'reference' => '3fa72e4c71a43f9e9118752a5c90e476a8dc9eb3', 'type' => 'library', 'install_path' => __DIR__ . '/../maennchen/zipstream-php', 'aliases' => array(), 'dev_requirement' => \false), 'masterminds/html5' => array('pretty_version' => '2.9.0', 'version' => '2.9.0.0', 'reference' => 'f5ac2c0b0a2eefca70b2ce32a5809992227e75a6', 'type' => 'library', 'install_path' => __DIR__ . '/../masterminds/html5', 'aliases' => array(), 'dev_requirement' => \false), 'myclabs/php-enum' => array('pretty_version' => '1.8.5', 'version' => '1.8.5.0', 'reference' => 'e7be26966b7398204a234f8673fdad5ac6277802', 'type' => 'library', 'install_path' => __DIR__ . '/../myclabs/php-enum', 'aliases' => array(), 'dev_requirement' => \false), 'paragonie/constant_time_encoding' => array('pretty_version' => 'v3.0.0', 'version' => '3.0.0.0', 'reference' => 'df1e7fde177501eee2037dd159cf04f5f301a512', 'type' => 'library', 'install_path' => __DIR__ . '/../paragonie/constant_time_encoding', 'aliases' => array(), 'dev_requirement' => \false), 'paragonie/random_compat' => array('pretty_version' => 'v9.99.100', 'version' => '9.99.100.0', 'reference' => '996434e5492cb4c3edcb9168db6fbb1359ef965a', 'type' => 'library', 'install_path' => __DIR__ . '/../paragonie/random_compat', 'aliases' => array(), 'dev_requirement' => \false), 'php-http/async-client-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '*')), 'php-http/client-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '*')), 'phpseclib/phpseclib' => array('pretty_version' => '3.0.43', 'version' => '3.0.43.0', 'reference' => '709ec107af3cb2f385b9617be72af8cf62441d02', 'type' => 'library', 'install_path' => __DIR__ . '/../phpseclib/phpseclib', 'aliases' => array(), 'dev_requirement' => \false), 'psr/cache' => array('pretty_version' => '3.0.0', 'version' => '3.0.0.0', 'reference' => 'aa5030cfa5405eccfdcb1083ce040c2cb8d253bf', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/cache', 'aliases' => array(), 'dev_requirement' => \false), 'psr/container' => array('pretty_version' => '2.0.2', 'version' => '2.0.2.0', 'reference' => 'c71ecc56dfe541dbd90c5360474fbc405f8d5963', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/container', 'aliases' => array(), 'dev_requirement' => \false), 'psr/container-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.1|2.0')), 'psr/http-client' => array('pretty_version' => '1.0.3', 'version' => '1.0.3.0', 'reference' => 'bb5906edc1c324c9a05aa0873d40117941e5fa90', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-client', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-client-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0')), 'psr/http-factory' => array('pretty_version' => '1.1.0', 'version' => '1.1.0.0', 'reference' => '2b4765fddfe3b508ac62f829e852b1501d3f6e8a', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-factory', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-factory-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0')), 'psr/http-message' => array('pretty_version' => '1.1', 'version' => '1.1.0.0', 'reference' => 'cb6ce4845ce34a8ad9e68117c10ee90a29919eba', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-message', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-message-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0')), 'psr/log' => array('pretty_version' => '3.0.2', 'version' => '3.0.2.0', 'reference' => 'f16e1d5863e37f8d8c2a01719f5b34baa2b714d3', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/log', 'aliases' => array(), 'dev_requirement' => \false), 'psr/simple-cache' => array('pretty_version' => '1.0.1', 'version' => '1.0.1.0', 'reference' => '408d5eafb83c57f6365a3ca330ff23aa4a5fa39b', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/simple-cache', 'aliases' => array(), 'dev_requirement' => \false), 'ralouphie/getallheaders' => array('pretty_version' => '3.0.3', 'version' => '3.0.3.0', 'reference' => '120b605dfeb996808c31b6477290a714d356e822', 'type' => 'library', 'install_path' => __DIR__ . '/../ralouphie/getallheaders', 'aliases' => array(), 'dev_requirement' => \false), 'ramsey/collection' => array('pretty_version' => '2.0.0', 'version' => '2.0.0.0', 'reference' => 'a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5', 'type' => 'library', 'install_path' => __DIR__ . '/../ramsey/collection', 'aliases' => array(), 'dev_requirement' => \false), 'ramsey/uuid' => array('pretty_version' => '4.7.6', 'version' => '4.7.6.0', 'reference' => '91039bc1faa45ba123c4328958e620d382ec7088', 'type' => 'library', 'install_path' => __DIR__ . '/../ramsey/uuid', 'aliases' => array(), 'dev_requirement' => \false), 'rhumsaa/uuid' => array('dev_requirement' => \false, 'replaced' => array(0 => '4.7.6')), 'scotteh/php-dom-wrapper' => array('pretty_version' => '2.0.5', 'version' => '2.0.5.0', 'reference' => '351e9c635c9aa65c8cedaeefcac3a49581ad2529', 'type' => 'library', 'install_path' => __DIR__ . '/../scotteh/php-dom-wrapper', 'aliases' => array(), 'dev_requirement' => \false), 'staatic/crawler' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => 'a24093bf5691cc6e68167e83974341837a28d58a', 'type' => 'library', 'install_path' => __DIR__ . '/../staatic/crawler', 'aliases' => array(0 => '1.x-dev'), 'dev_requirement' => \false), 'staatic/framework' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => '288bff665d3c0c62164071dd8dbb4a2ca1880cd6', 'type' => 'library', 'install_path' => __DIR__ . '/../staatic/framework', 'aliases' => array(0 => '1.x-dev'), 'dev_requirement' => \false), 'staatic/staatic-wordpress' => array('pretty_version' => 'v1.11.4', 'version' => '1.11.4.0', 'reference' => 'e47120f157543fd6e0f76c3e5ca6839cdcf4ad16', 'type' => 'project', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/config' => array('pretty_version' => 'v6.4.14', 'version' => '6.4.14.0', 'reference' => '4e55e7e4ffddd343671ea972216d4509f46c22ef', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/config', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/css-selector' => array('pretty_version' => 'v6.4.13', 'version' => '6.4.13.0', 'reference' => 'cb23e97813c5837a041b73a6d63a9ddff0778f5e', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/css-selector', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/dependency-injection' => array('pretty_version' => 'v6.2.13', 'version' => '6.2.13.0', 'reference' => 'd977404486b419bedf450739a9f8992a88c1d6e3', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/dependency-injection', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/deprecation-contracts' => array('pretty_version' => 'v3.5.1', 'version' => '3.5.1.0', 'reference' => '74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/deprecation-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/filesystem' => array('pretty_version' => 'v6.4.13', 'version' => '6.4.13.0', 'reference' => '4856c9cf585d5a0313d8d35afd681a526f038dd3', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/filesystem', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/http-client' => array('pretty_version' => 'v6.2.13', 'version' => '6.2.13.0', 'reference' => '297374a399ce6852d5905d92a1351df00bb9dd10', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/http-client', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/http-client-contracts' => array('pretty_version' => 'v3.5.2', 'version' => '3.5.2.0', 'reference' => 'ee8d807ab20fcb51267fdace50fbe3494c31e645', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/http-client-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/http-client-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '3.0')), 'symfony/polyfill-ctype' => array('pretty_version' => 'v1.32.0', 'version' => '1.32.0.0', 'reference' => 'a3cc8b044a6ea513310cbd48ef7333b384945638', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-ctype', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-mbstring' => array('pretty_version' => 'v1.32.0', 'version' => '1.32.0.0', 'reference' => '6d857f4d76bd4b343eac26d6b539585d2bc56493', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php71' => array('dev_requirement' => \false, 'replaced' => array(0 => '*')), 'symfony/polyfill-php72' => array('pretty_version' => 'v1.31.0', 'version' => '1.31.0.0', 'reference' => 'fa2ae56c44f03bed91a39bfc9822e31e7c5c38ce', 'type' => 'metapackage', 'install_path' => null, 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php73' => array('pretty_version' => 'v1.32.0', 'version' => '1.32.0.0', 'reference' => '0f68c03565dcaaf25a890667542e8bd75fe7e5bb', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php73', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php74' => array('pretty_version' => 'v1.32.0', 'version' => '1.32.0.0', 'reference' => '9589537d05325fb5d88a20d8926823e5b827a43e', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php74', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php80' => array('pretty_version' => 'v1.32.0', 'version' => '1.32.0.0', 'reference' => '0cc9dd0f17f61d8131e7df6b84bd344899fe2608', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php80', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php81' => array('pretty_version' => 'v1.32.0', 'version' => '1.32.0.0', 'reference' => '4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php81', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/service-contracts' => array('pretty_version' => 'v3.5.1', 'version' => '3.5.1.0', 'reference' => 'e53260aabf78fb3d63f8d79d69ece59f80d5eda0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/service-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/service-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.1|2.0|3.0')), 'symfony/var-exporter' => array('pretty_version' => 'v6.4.13', 'version' => '6.4.13.0', 'reference' => '0f605f72a363f8743001038a176eeb2a11223b51', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/var-exporter', 'aliases' => array(), 'dev_requirement' => \false), 'voku/simple_html_dom' => array('pretty_version' => '4.8.10', 'version' => '4.8.10.0', 'reference' => '716822ed52ed3a1881542be07a786270de390e99', 'type' => 'library', 'install_path' => __DIR__ . '/../voku/simple_html_dom', 'aliases' => array(), 'dev_requirement' => \false)));
  • staatic/trunk/vendor/symfony/config/Definition/Builder/BooleanNodeDefinition.php

    r3309167 r3344470  
    33namespace Staatic\Vendor\Symfony\Component\Config\Definition\Builder;
    44
    5 use Staatic\Vendor\Symfony\Component\Config\Definition\VariableNode;
     5use Staatic\Vendor\Symfony\Component\Config\Definition\ScalarNode;
    66use Staatic\Vendor\Symfony\Component\Config\Definition\BooleanNode;
    77use Staatic\Vendor\Symfony\Component\Config\Definition\Exception\InvalidDefinitionException;
     
    1313        $this->nullEquivalent = \true;
    1414    }
    15     protected function instantiateNode(): VariableNode
     15    protected function instantiateNode(): ScalarNode
    1616    {
    1717        return new BooleanNode($this->name, $this->parent, $this->pathSeparator);
  • staatic/trunk/vendor/symfony/config/Definition/Builder/EnumNodeDefinition.php

    r3309167 r3344470  
    44
    55use InvalidArgumentException;
    6 use Staatic\Vendor\Symfony\Component\Config\Definition\VariableNode;
     6use Staatic\Vendor\Symfony\Component\Config\Definition\ScalarNode;
    77use RuntimeException;
    88use Staatic\Vendor\Symfony\Component\Config\Definition\EnumNode;
     
    2525        return $this;
    2626    }
    27     protected function instantiateNode(): VariableNode
     27    protected function instantiateNode(): ScalarNode
    2828    {
    2929        if (!isset($this->values)) {
  • staatic/trunk/vendor/symfony/config/Definition/Builder/FloatNodeDefinition.php

    r3309167 r3344470  
    33namespace Staatic\Vendor\Symfony\Component\Config\Definition\Builder;
    44
    5 use Staatic\Vendor\Symfony\Component\Config\Definition\VariableNode;
     5use Staatic\Vendor\Symfony\Component\Config\Definition\ScalarNode;
    66use Staatic\Vendor\Symfony\Component\Config\Definition\FloatNode;
    77class FloatNodeDefinition extends NumericNodeDefinition
    88{
    9     protected function instantiateNode(): VariableNode
     9    protected function instantiateNode(): ScalarNode
    1010    {
    1111        return new FloatNode($this->name, $this->parent, $this->min, $this->max, $this->pathSeparator);
  • staatic/trunk/vendor/symfony/config/Definition/Builder/IntegerNodeDefinition.php

    r3309167 r3344470  
    33namespace Staatic\Vendor\Symfony\Component\Config\Definition\Builder;
    44
    5 use Staatic\Vendor\Symfony\Component\Config\Definition\VariableNode;
     5use Staatic\Vendor\Symfony\Component\Config\Definition\ScalarNode;
    66use Staatic\Vendor\Symfony\Component\Config\Definition\IntegerNode;
    77class IntegerNodeDefinition extends NumericNodeDefinition
    88{
    9     protected function instantiateNode(): VariableNode
     9    protected function instantiateNode(): ScalarNode
    1010    {
    1111        return new IntegerNode($this->name, $this->parent, $this->min, $this->max, $this->pathSeparator);
Note: See TracChangeset for help on using the changeset viewer.