Skip to content

Commit 08b11bb

Browse files
committed
Updated deps:
- Removing symfony/polyfill-php72 (v1.30.0) - Upgrading aws/aws-sdk-php (3.316.1 => 3.322.7) - Upgrading bitexpert/phpstan-magento (v0.31.0 => v0.32.0) - Upgrading composer/ca-bundle (1.5.1 => 1.5.2) - Upgrading composer/composer (2.7.7 => 2.7.9) - Upgrading composer/pcre (3.1.4 => 3.3.1) - Upgrading composer/semver (3.4.0 => 3.4.3) - Upgrading ergebnis/json (1.2.0 => 1.3.0) - Upgrading ergebnis/json-normalizer (4.5.0 => 4.6.0) - Upgrading ergebnis/json-pointer (3.4.0 => 3.5.0) - Upgrading ergebnis/json-printer (3.5.0 => 3.6.0) - Upgrading ergebnis/json-schema-validator (4.2.0 => 4.3.0) - Upgrading fidry/cpu-core-counter (1.1.0 => 1.2.0) - Upgrading friendsofphp/php-cs-fixer (v3.59.3 => v3.64.0) - Upgrading guzzlehttp/guzzle (7.8.1 => 7.9.2) - Upgrading guzzlehttp/promises (2.0.2 => 2.0.3) - Upgrading guzzlehttp/psr7 (2.6.2 => 2.7.0) - Upgrading laminas/laminas-crypt (3.11.0 => 3.12.0) - Upgrading laminas/laminas-filter (2.36.0 => 2.37.0) - Upgrading laminas/laminas-i18n (2.27.1 => 2.28.1) - Upgrading laminas/laminas-uri (2.11.0 => 2.12.0) - Upgrading laminas/laminas-validator (2.60.0 => 2.64.1) - Upgrading league/mime-type-detection (1.15.0 => 1.16.0) - Upgrading magento/magento-coding-standard (33 => 34) - Upgrading magento/module-catalog (104.0.7-p1 => 104.0.7-p2) - Upgrading magento/module-config (101.2.7 => 101.2.7-p2) - Upgrading magento/module-customer (103.0.7-p1 => 103.0.7-p2) - Upgrading magento/module-import-export (101.0.7 => 101.0.7-p2) - Upgrading magento/module-integration (100.4.7 => 100.4.7-p2) - Upgrading magento/module-newsletter (100.4.7 => 100.4.7-p2) - Upgrading magento/module-reports (100.4.7 => 100.4.7-p2) - Upgrading magento/module-sales (103.0.7-p1 => 103.0.7-p2) - Upgrading magento/module-shipping (100.4.7 => 100.4.7-p2) - Upgrading mikey179/vfsstream (v1.6.11 => v1.6.12) - Upgrading mtdowling/jmespath.php (2.7.0 => 2.8.0) - Upgrading nikic/php-parser (v5.1.0 => v5.2.0) - Upgrading phpseclib/phpseclib (3.0.39 => 3.0.42) - Upgrading phpstan/extension-installer (1.4.1 => 1.4.3) - Upgrading phpstan/phpstan (1.11.7 => 1.12.5) - Upgrading phpstan/phpstan-deprecation-rules (1.2.0 => 1.2.1) - Upgrading phpunit/php-code-coverage (11.0.5 => 11.0.6) - Upgrading phpunit/php-file-iterator (5.0.1 => 5.1.0) - Upgrading phpunit/phpunit (11.2.6 => 11.3.6) - Upgrading psr/log (3.0.0 => 3.0.2) - Upgrading react/socket (v1.15.0 => v1.16.0) - Upgrading rector/rector (0.17.13 => 1.2.5) - Upgrading sebastian/comparator (6.0.1 => 6.1.0) - Upgrading sebastian/type (5.0.1 => 5.1.0) - Upgrading seld/jsonlint (1.10.2 => 1.11.0) - Upgrading squizlabs/php_codesniffer (3.10.1 => 3.10.3) - Upgrading symfony/console (v6.4.9 => v6.4.12) - Upgrading symfony/console (v7.1.2 => v7.1.5) - Upgrading symfony/filesystem (v7.1.2 => v7.1.5) - Upgrading symfony/finder (v6.4.8 => v6.4.11) - Upgrading symfony/finder (v7.1.1 => v7.1.4) - Upgrading symfony/intl (v6.4.8 => v6.4.12) - Upgrading symfony/polyfill-ctype (v1.30.0 => v1.31.0) - Upgrading symfony/polyfill-intl-grapheme (v1.30.0 => v1.31.0) - Upgrading symfony/polyfill-intl-idn (v1.30.0 => v1.31.0) - Upgrading symfony/polyfill-intl-normalizer (v1.30.0 => v1.31.0) - Upgrading symfony/polyfill-mbstring (v1.30.0 => v1.31.0) - Upgrading symfony/polyfill-php73 (v1.30.0 => v1.31.0) - Upgrading symfony/polyfill-php80 (v1.30.0 => v1.31.0) - Upgrading symfony/polyfill-php81 (v1.30.0 => v1.31.0) - Upgrading symfony/process (v6.4.8 => v6.4.12) - Upgrading symfony/process (v7.1.1 => v7.1.5) - Upgrading symfony/string (v7.1.2 => v7.1.5) - Upgrading webonyx/graphql-php (v15.12.5 => v15.14.1)
1 parent aaf49a8 commit 08b11bb

File tree

6 files changed

+616
-657
lines changed

6 files changed

+616
-657
lines changed

.php-cs-fixer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
'binary_operator_spaces' => ['default' => 'at_least_single_space', 'operators' => ['=>' => 'align']],
1919
'declare_strict_types' => true,
2020
'no_alias_functions' => true,
21+
'no_unused_imports' => true,
2122
'no_useless_sprintf' => true,
2223
'nullable_type_declaration_for_default_null_value' => true,
2324
'ordered_imports' => ['sort_algorithm' => 'alpha'],

0 commit comments

Comments
 (0)