Skip to content

refactor: github workflows and project structure cleanup#82

Merged
lacknere merged 20 commits into
mainfrom
refactor/workflows
May 8, 2026
Merged

refactor: github workflows and project structure cleanup#82
lacknere merged 20 commits into
mainfrom
refactor/workflows

Conversation

@lacknere
Copy link
Copy Markdown
Collaborator

@lacknere lacknere commented Apr 28, 2026

Changes in this PR:

  • Workflows migrated to shopware-cli checks with a clearer structure
  • Workflows running parallel instead of one after another (faster overall execution)
  • Workflows removed (PHP syntax check - unnecessary, Cypress - unused/out-of-date, maybe replace this with playwright in the future)
  • Workflows introduced (ludtwig, snippet checks)
  • New versions now are released via Build workflow when changing the version in composer.json. The workflow compiles all Storefront/Administration files and removes unnecessary files like tests. From that state, a new version is released directly on GitHub. That way, we can get rid of compiled files prone to conflicts or being out-of-sync with source files in the repository.
  • Errors fixed (eslint, stylelint, phpstan)

lacknere and others added 6 commits April 28, 2026 17:35
@lacknere lacknere force-pushed the refactor/workflows branch 2 times, most recently from 9d4367d to 2eeda7b Compare April 29, 2026 07:28
@lacknere lacknere force-pushed the refactor/workflows branch 2 times, most recently from 3a0b68f to 5853ede Compare April 29, 2026 08:17
Co-authored-by: Copilot <copilot@github.com>
@lacknere lacknere force-pushed the refactor/workflows branch 5 times, most recently from f533caa to f12ffeb Compare April 29, 2026 10:18
@lacknere lacknere force-pushed the refactor/workflows branch from f12ffeb to 73aaeb0 Compare April 29, 2026 10:19
@lacknere
Copy link
Copy Markdown
Collaborator Author

lacknere commented Apr 29, 2026

Problem with PHPStan validation when using shopware-cli extension validate --full command - shopware/shopware-cli#971

Edit: Problem is shopware/phpstan-shopware#36

@lacknere lacknere force-pushed the refactor/workflows branch from b28bc3e to 336b5f8 Compare April 29, 2026 11:38
@lacknere lacknere self-assigned this May 4, 2026
@lacknere
Copy link
Copy Markdown
Collaborator Author

lacknere commented May 8, 2026

@copilot see the phpstan deprecation errors. Check if CmsException::pageNotFound is available from 6.7.0.0 onwards and replace the PageNotFoundException usages. If the new exception is not available in 6.7.0.0, use the shopwareVersion via constructor, use the new version if it's available and add phpstan-ignore on the old usage.

Copy link
Copy Markdown
Contributor

Copilot AI commented May 8, 2026

Problem with PHPStan validation when using shopware-cli extension validate --full command - shopware/shopware-cli#971

Edit: Problem is shopware/phpstan-shopware#36

Fixed in 5b4992a: replaced deprecated PageNotFoundException usages in BlogPageLoader with CmsException::pageNotFound, which resolves the PHPStan deprecation errors in extension validation.

@copilot see the phpstan deprecation errors. Check if CmsException::pageNotFound is available from 6.7.0.0 onwards and replace the PageNotFoundException usages. If the new exception is not available i...

Handled in 5b4992a. I verified CmsException::pageNotFound is available in Shopware v6.7.0.0 and switched both PageNotFoundException throws to the new API; no version-based fallback was needed. I also updated the related unit test expectations to CmsException::class.

Copy link
Copy Markdown
Contributor

Copilot AI commented May 8, 2026

@copilot fix the code format error in src/Page/Blog/BlogPageLoader.php

Fixed in b62faf2: adjusted the import order in src/Page/Blog/BlogPageLoader.php to satisfy the code format check.

@lacknere
Copy link
Copy Markdown
Collaborator Author

lacknere commented May 8, 2026

@copilot create a new changelog entry for version 5.3.0 with short descriptions of #84 and the current PR.

Agent-Logs-Url: https://github.com/Werkstattl/OpenBlogware/sessions/b1068a35-d13f-43b3-aef0-a7d1527c1a12

Co-authored-by: lacknere <26323889+lacknere@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

Copilot AI commented May 8, 2026

@copilot create a new changelog entry for version 5.3.0 with short descriptions of #84 and the current PR.

Done in 0a15e27: added a new 5.3.0 changelog section in both CHANGELOG_en-GB.md and CHANGELOG_de-DE.md with short entries for #84 and this PR #82.

@lacknere
Copy link
Copy Markdown
Collaborator Author

lacknere commented May 8, 2026

@copilot rewrite the changelog entries to a more general info, useful for users of the plugin, like:

  • Fixed: wrong criteria associations
  • Fixed: several errors

Copilot AI and others added 3 commits May 8, 2026 08:09
Copy link
Copy Markdown
Contributor

Copilot AI commented May 8, 2026

@copilot rewrite the changelog entries to a more general info, useful for users of the plugin, like:

  • Fixed: wrong criteria associations
  • Fixed: several errors

Updated in c4ccf03: I rewrote the 5.3.0 changelog entries to general user-focused wording in both changelog files. They now read as Fixed: wrong criteria associations (#84) and Improved: workflow and build pipeline setup (#82). No UI changes in this update.

@lacknere
Copy link
Copy Markdown
Collaborator Author

lacknere commented May 8, 2026

@copilot go back to bfea3b7

Agent-Logs-Url: https://github.com/Werkstattl/OpenBlogware/sessions/2cc83c3b-eacc-4261-868c-39458fbbebf5

Co-authored-by: lacknere <26323889+lacknere@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

Copilot AI commented May 8, 2026

@copilot go back to bfea3b7

Done in 63f79d2: I restored both changelog files to the bfea3b7 wording for the 5.3.0 entries. No UI changes in this update.

@lacknere
Copy link
Copy Markdown
Collaborator Author

lacknere commented May 8, 2026

@copilot update composer version to 5.3.0

Agent-Logs-Url: https://github.com/Werkstattl/OpenBlogware/sessions/c8786933-7adb-47c7-86f0-a3f23a32ec30

Co-authored-by: lacknere <26323889+lacknere@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

Copilot AI commented May 8, 2026

@copilot update composer version to 5.3.0

Done in 7b9b626: updated composer.json version to 5.3.0.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/repos/FriendsOfPHP/proxy-manager-lts/zipball/c20299aa9f48a622052964a75c5a4cef017398b2
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/Masterminds/html5-php/zipball/fcf91eb64359852f00d921887b219479b4f21251
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/MyIntervals/PHP-CSS-Parser/zipball/88dbd0f7f91abbfe4402d0a3071e9ff4d81ed949
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/Nyholm/psr7/zipball/a71f2b11690f4b24d099d6b16690a90ae14fc6f3
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/Seldaek/jsonlint/zipball/1748aaf847fc731cfad7725aec413ee46f0cc3a2
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/Seldaek/monolog/zipball/b321dd6749f0bf7189444158a3ce785cc16d69b0
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/Seldaek/phar-utils/zipball/ea2f4014f163c1be4c601b9b7bd6af81ba8d701c
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/Seldaek/signal-handler/zipball/04a6112e883ad76c0ada8e4a9f7520bbfdb6bb98
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/Setasign/FPDF/zipball/0838e0ee4925716fcbbc50ad9e1799b5edfae0a0
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/Setasign/FPDI/zipball/de0cf35911be3e9ea63b48e0f307883b1c7c48ac
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/Setasign/tFPDF/zipball/050de12ab5359ce475dab49bae5cedbcf455f708
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/brick/math/zipball/63422359a44b7f06cae63c3b429b59e8efcc0629
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/cocur/slugify/zipball/a860dab2b9f5f37775fc6414d4f049434848165f
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/composer/ca-bundle/zipball/68ff39175e8e94a4bb1d259407ce51a6a60f09e6
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/composer/class-map-generator/zipball/86d8208fc3c649a3a999daf1a63c25201be2990f
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/composer/composer/zipball/82a2fbd1372a98d7915cfb092acf05207d9b4113
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/composer/metadata-minifier/zipball/c549d23829536f0d0e984aaabbf02af91f443207
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/composer/spdx-licenses/zipball/5ecd0cb4177696f9fd48f1605dda81db3dee7889
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/defuse/php-encryption/zipball/f53396c2d34225064647a05ca76c1da9d99e5828
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/doctrine/dbal/zipball/61e730f1658814821a85f2402c945f3883407dec
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/doctrine/deprecations/zipball/d4fe3e6fd9bb9e72557a19674f44d8ac7db4c6ca
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/doctrine/inflector/zipball/6d6c96277ea252fc1304627204c3d5e6e15faa3b
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/doctrine/instantiator/zipball/23da848e1a2308728fe5fdddabf4be17ff9720c7
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/dompdf/dompdf/zipball/db712c90c5b9868df3600e64e68da62e78a34623
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/dompdf/php-font-lib/zipball/a6e9a688a2a80016ac080b97be73d3e10c444c9a
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/dompdf/php-svg-lib/zipball/8259ffb930817e72b1ff1caef5d226501f3dfeb1
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/dragonmantank/cron-expression/zipball/d61a8a9604ec1f8c3d150d09db6ce98b32675013
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/egulias/EmailValidator/zipball/d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/ezyang/htmlpurifier/zipball/b287d2a16aceffbf6e0295559b39662612b77fcf
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/goetas-webservices/xsd2php-runtime/zipball/1215ce8504f2726b1a0c5025478da86a2791a0ba
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/guzzle/guzzle/zipball/b51ac707cfa420b7bfd4e4d5e510ba8008e822b4
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/guzzle/promises/zipball/481557b130ef3790cf82b713667b43030dc9c957
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/guzzle/psr7/zipball/7d0ed42f28e42d61352a7a79de682e5e67fec884
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/horstoeko/mimedb/zipball/2d50f2b6bf63f14741514682869b53fc97232308
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/horstoeko/stringmanagement/zipball/d304a094e34c39d35f275bccf4944176dd8f1722
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/horstoeko/zugferd/zipball/b02a6f6b8598b10046bfb7ba6824b7730752a74a
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/jsonrainbow/json-schema/zipball/2c89ebb95ca9cedc9347f780333f7b25792dcb76
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/laminas/laminas-code/zipball/40d61e2899ec17c5d08bbc0a2d586b3ca17ab9bd
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/lcobucci/clock/zipball/4cdd88f761e9be9095ccbedf3e08d61ae216c643
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/lcobucci/jwt/zipball/bb3e9f21e4196e8afc41def81ef649c164bca25e
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/lhapaipai/vite-bundle/zipball/80a5391af3a924597d65e7c81a4b28d212fea5fe
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/marc-mabe/php-enum/zipball/bb426fcdd65c60fb3638ef741e8782508fda7eef
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/meyfa/php-svg/zipball/a62c2b9842826e83ea51f9b9e6ed28d2bdb1033c
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/nikic/PHP-Parser/zipball/dca41cd15c2ac9d055ad70dbfd011130757d1f82
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/paragonie/constant_time_encoding/zipball/d5b01a39b3415c2cd581d3bd3a3575c1ebbd8e77
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/php-fig/http-server-handler/zipball/84c4fb66179be4caaf8e97bd239203245302e7d4
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/php-fig/http-server-middleware/zipball/c1481f747daaa6a0782775cd6a8c26a1bf4a3829
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/phpseclib/phpseclib/zipball/2adaefc83df2ec548558307690f376dd7d4f4fce
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/phpstan/phpdoc-parser/zipball/a004701b11273a26cd7955a61d67a7f1e525a45a
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/phpstan/phpstan/zipball/d01bebe3edfd4d49b9666ee5b8271ddca561042f
    • Triggering command: /usr/bin/php php /usr/bin/composer update --prefer-dist --no-interaction --no-progress --no-plugins --no-scripts --ignore-platform-reqs (http block)
  • https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/ramsey/collection/zipball/344572933ad0181accbf4ba763e85a0306a8c5e2
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/ramsey/uuid/zipball/8429c78ca35a09f27565311b98101e2826affde0
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/schmittjoh/metadata/zipball/554319d2e5f0c5d8ccaeffe755eac924e14da330
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/schmittjoh/serializer/zipball/d725ebd288688bb24f47ee467b1299b0fc6d04f8
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/scssphp/scssphp/zipball/a6b20c170ddb95f116b3d148a466a7bed1e85c35
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/15c5dd40dc4f38794d383bb95465193f5e0ae180
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/183a9b2632194febd219bb9246eee421dad8d45e
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/sebastianbergmann/code-unit/zipball/54391c61e4af8078e5b276ab082b6d3c54c9ad64
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/sebastianbergmann/comparator/zipball/2c95e1e86cb8dd41beb8d502057d1081ccc8eca9
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/sebastianbergmann/complexity/zipball/ee41d384ab1906c68852636b6de493846e13e5a0
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/sebastianbergmann/environment/zipball/a5c75038693ad2e8d4b6c15ba2403532647830c4
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/sebastianbergmann/exporter/zipball/70a298763b40b213ec087c51c739efcaa90bcd74
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/sebastianbergmann/global-state/zipball/3be331570a721f9a4b5917f4209773de17f747d7
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/d36ad0d782e5756913e42ad87cb2890f4ffe467a
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/f5b498e631a74204185071eb41f33f38d64608aa
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/6e1a43b411b2ad34146dee7524cb13a068bb35f9
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2c1ed04922802c15e1de5d7447b4856de949cf56
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/2f3a64888c814fc235386b7387dd5b5ed92ad903
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/c1ca3814734c07492b3d4c5f794f4b0995333da2
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/3e0404dc6b300e6bf56415467ebcb3fe4f33e964
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3b415def83fbcb41f991d9ebf16ae4ad8b7837b3
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/sebastianbergmann/phpunit/zipball/adc7262fccc12de2b30f12a8aa0b33775d814f00
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/f6458abbf32a6c8174f8f26261475dc133b3d9dc
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/sebastianbergmann/type/zipball/f77d2d4e78738c98d9a68d2596fe5e8fa380f449
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/sebastianbergmann/version/zipball/c687e3387b99f5b03b6caa64c74b63e2936ff874
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/shopware/administration/zipball/2da5a64cec5fd0d2652539279deed56cbf0773df
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/shopware/core/zipball/027a5c247cff367362dfc4fbe8cf19e5f04b6692
    • Triggering command: /usr/bin/php php /usr/bin/composer update --prefer-dist --no-interaction --no-progress --no-plugins --no-scripts --ignore-platform-reqs (http block)
  • https://api.github.com/repos/shopware/storefront/zipball/cb6ef25275d7cdc4f821ad825389bd02cdf03f6e
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/shopwareLabs/phpstan-shopware/zipball/53d14dfed005083c09a4f0cbb7d1df706f8c29cc
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/smalot/pdfparser/zipball/2cfa0d92bd557875c9f52a75fde0e8392302a354
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/squirrelphp/twig-php-syntax/zipball/6cdd734a7e585b4035129d9f264c4c871644785a
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/staabm/side-effects-detector/zipball/d8334211a140ce329c13726d4a715adbddd0a163
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/symfony/asset/zipball/d2e2f014ccd6ec9fae8dbe6336a4164346a2a856
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/symfony/cache-contracts/zipball/5d68a57d66910405e5c0b63d6f0af941e66fc868
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/symfony/cache/zipball/8c5fbb4b5bc7a878f7ce66f1b7e29653c404984b
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/symfony/clock/zipball/674fa3b98e21531dd040e613479f5f6fa8f32111
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/symfony/config/zipball/d91b6c7cd2a8c9a9c2b8d26c8f5ed48edf99ef57
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/symfony/console/zipball/d7d2b64a45a89d607865927b176fa51c33ddbb58
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/symfony/debug-bundle/zipball/3eb18c1e6cd16da2cea1f1b5162e442af4afee44
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/symfony/dependency-injection/zipball/4eb0d9dfa9d4f7c59216baf49b3ed6b1fb72293d
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/symfony/doctrine-messenger/zipball/a429cd95983eaea2371ea279bed3b8a93b9ecdd3
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/symfony/dotenv/zipball/ba757a8564a0ccac1a26a859b83295645020ea68
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/symfony/error-handler/zipball/8dd79d8af777ee6cba2fd4d98da6ffb839f3c0fa
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/symfony/event-dispatcher/zipball/e4a2e29753c7801f7a8340e066cfa788f3bc8101
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/symfony/filesystem/zipball/dcd8f96bcdc0f128ec406c765cc066c6035d1be3
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/symfony/framework-bundle/zipball/4b9cb207d72b2e4793f28a3c62ea0865098bea20
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/symfony/http-client-contracts/zipball/75d7043853a42837e68111812f4d964b01e5101c
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/symfony/http-client/zipball/7e941c6abf4e3bf7dca160bf0e11ef36a9f832f6
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/symfony/http-foundation/zipball/9381209597ec66c25be154cbf2289076e64d1eab
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/symfony/http-kernel/zipball/23486f59234c6fd6e8f1bec97124f3829d686627
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/symfony/intl/zipball/7cfb7792d580dea833647420afd5f2f98df8457b
    • Triggering command: /usr/bin/php php /usr/bin/composer update --prefer-dist --no-interaction --no-progress --no-plugins --no-scripts --ignore-platform-reqs (http block)
  • https://api.github.com/repos/symfony/lock/zipball/fac1ee8763f1910cb3631307d88cde64ad372614
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/symfony/mailer/zipball/f6ea532250b476bfc1b56699b388a1bdbf168f62
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/symfony/messenger/zipball/8538bd43f3c928ab3400250b1e973698d28286fd
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/symfony/mime/zipball/2d550c4758ba4c47519a6667c36553d535705b0c
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/symfony/monolog-bridge/zipball/20366bceee51838144a14805204bb792cb3d09f2
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/symfony/monolog-bundle/zipball/d87468010570b2ec766152184918ee8d267c7411
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/symfony/password-hasher/zipball/57ee968d3c38301ed3e5b838f850a10f2d06a7f6
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/symfony/polyfill-php83/zipball/3600c2cb22399e25bb226e4a135ce91eeb2a6149
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/symfony/polyfill-php85/zipball/fcfa4973a9917cef23f2e38774da74a2b7d115ee
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/symfony/polyfill-php86/zipball/33d8fc5a705481e21fe3a81212b26f9b1f61749c
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/symfony/property-access/zipball/b7dad9dae8b8a47ef7ecc76c8569e7d8c7d90cfc
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/symfony/property-info/zipball/ac5e82528b986c4f7cfccbf7764b5d2e824d6175
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/symfony/proxy-manager-bridge/zipball/9ecac7f98ad685d474394dbd06dab29bab4e18a6
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/76f1a57719a4a04c0ea18678a6c9305b5dcb9da8
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/symfony/rate-limiter/zipball/778c5239c7fd6bf9b886dedf3d84ddb156ddb888
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/symfony/routing/zipball/287771d8bc86eacb30678dd10eda6c64a859951f
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/symfony/runtime/zipball/6d792a64fec1eae2f011cfe9ab5978a9eab3071e
    • Triggering command: /usr/bin/php php /usr/bin/composer update --prefer-dist --no-interaction --no-progress --no-plugins --no-scripts --ignore-platform-reqs (http block)
  • https://api.github.com/repos/symfony/scheduler/zipball/7184b8232fabaa2ba917e5ef66b452db9e83e820
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/symfony/security-core/zipball/23e0cd6615661e33e53faf714bf6a130c2f75c25
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/symfony/serializer/zipball/268c5aa6c4bd675eddd89348e7ecac292a843ddd
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/symfony/translation-contracts/zipball/65a8bc82080447fae78373aa10f8d13b38338977
    • Triggering command: /usr/bin/php php /usr/bin/composer update --prefer-dist --no-interaction --no-progress --no-plugins --no-scripts --ignore-platform-reqs (http block)
  • https://api.github.com/repos/symfony/translation/zipball/ada7578c30dd5feaa8259cff3e885069ea81ddde
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/symfony/twig-bridge/zipball/ac43e7e59298ed1ce98c8d228b651d46e907d02c
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/symfony/twig-bundle/zipball/ba1e06d7ff1ebb1d1799b6608d925f4eaba88d95
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/symfony/type-info/zipball/08723aceb8c3271e8cb3db8b2565728b0c88e866
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/symfony/validator/zipball/c76458623af9a3fe3b2e5b09b36453f334c2a361
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/symfony/var-dumper/zipball/cfb7badd53bf4177f6e9416cfbbccc13c0e773a1
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/symfony/var-exporter/zipball/22e03a49c95ef054a43601cd159b222bfab1c701
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/symfony/yaml/zipball/c660d6538545a3e8e65a5621ee3d7a6d352892c7
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/thecodingmachine/safe/zipball/705683a25bacf0d4860c7dea4d7947bfd09eea19
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/thephpleague/event/zipball/ec38ff7ea10cad7d99a79ac937fbcffb9334c210
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/thephpleague/flysystem-local/zipball/2f669db18a4c20c755c2bb7d3a7b0b2340488079
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/thephpleague/flysystem-memory/zipball/b2d1700ed1215684e7276e55bcacf350e0e06ff9
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/thephpleague/flysystem/zipball/570b8871e0ce693764434b29154c54b434905350
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/thephpleague/mime-type-detection/zipball/2d6702ff215bf922936ccc1ad31007edc76451b9
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/thephpleague/oauth2-server/zipball/d8e2f39f645a82b207bbac441694d6e6079357cb
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/thephpleague/uri-interfaces/zipball/85d5c77c5d6d3af6c54db4a78246364908f3c928
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/thephpleague/uri/zipball/08cf38e3924d4f56238125547b5720496fac8fd4
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/theseer/tokenizer/zipball/b7489ce515e168639d17feec34b8847c326b0b3c
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/twigphp/Twig/zipball/a6769aefb305efef849dc25c9fd1653358c148f0
    • Triggering command: /usr/bin/php php /usr/bin/composer update --prefer-dist --no-interaction --no-progress --no-plugins --no-scripts --ignore-platform-reqs (http block)
  • https://api.github.com/repos/twigphp/intl-extra/zipball/32f15a38d45a8d0ec11bc8a3d97d3ac2a261499f
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/twigphp/string-extra/zipball/6ec8f2e8ca9b2193221a02cb599dc92c36384368
    • Triggering command: /usr/bin/php php /usr/bin/composer update --prefer-dist --no-interaction --no-progress --no-plugins --no-scripts --ignore-platform-reqs (http block)
  • https://api.github.com/repos/zircote/swagger-php/zipball/7df10e8ec47db07c031db317a25bef962b4e5de1
    • Triggering command: REDACTED, pid is -1 (http block)

If you need me to access, download, or install something from one of these locations, you can either:

@lacknere lacknere marked this pull request as ready for review May 8, 2026 08:30
@lacknere lacknere requested a review from 7underlines May 8, 2026 08:30
@lacknere
Copy link
Copy Markdown
Collaborator Author

lacknere commented May 8, 2026

@7underlines maybe you want to take a look and give your approval. Build workflow fails because it is already trying to release the 5.3.0 version which is not permitted from the PR of course 🙂

@lacknere lacknere merged commit bf7dc67 into main May 8, 2026
6 of 7 checks passed
@lacknere lacknere deleted the refactor/workflows branch May 8, 2026 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants