Skip to content

Commit

Permalink
chore: Update laminas/laminas-escaper to 2.13.0 for PHP 8.1 and newer
Browse files Browse the repository at this point in the history
  • Loading branch information
mitelg committed Nov 6, 2023
1 parent 3e3c9aa commit 2336294
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- run: devenv shell info-setup
- run: sudo mount -t tmpfs tmpfs $(pwd)/.devenv/profile/lib/mysql -o size=4G
- run: devenv up &
- run: devenv shell composer update laminas/laminas-code cocur/slugify
- run: devenv shell composer update 'laminas/*' cocur/slugify
- run: devenv shell test-phpunit

mysql:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ debug-config-test: .make.config.build.debug
touch $@

.make.install.composer-dependencies:
composer update laminas/laminas-code cocur/slugify
composer update 'laminas/*' cocur/slugify
composer install
composer install -d recovery/common
composer bin all install
Expand Down
1 change: 1 addition & 0 deletions UPGRADE-5.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ This changelog references changes done in Shopware 5.7 patch versions.
* Updated `monolog/monolog` to version 2.9.2
* Updated `mpdf/mpdf` to version 8.2.0
* Updated `laminas/laminas-code` to version 4.13.0 for PHP 8.1 and newer
* Updated `laminas/laminas-escaper` to version 2.13.0 for PHP 8.1 and newer
* Updated `phpunit/phpuit` to version 9.6.11
* Updated `setasign/fpdf` to version 1.8.6
* Updated `setasign/fpdi` to version 2.5.0
Expand Down
2 changes: 1 addition & 1 deletion build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<exec executable="${script.php}" failonerror="true">
<arg value="composer.phar"/>
<arg value="update"/>
<arg value="laminas/laminas-code cocur/slugify"/>
<arg value="'laminas/*' cocur/slugify"/>
</exec>

<exec executable="${script.php}" failonerror="true">
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"guzzlehttp/guzzle": "~7.8.0",
"guzzlehttp/psr7": "~2.6.1",
"laminas/laminas-code": "4.7.1 || 4.13.0",
"laminas/laminas-escaper": "2.12.0",
"laminas/laminas-escaper": "2.12.0 || 2.13.0",
"league/flysystem": "~1.1.4",
"league/flysystem-aws-s3-v3": "1.0.30",
"monolog/monolog": "2.9.2",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2336294

Please sign in to comment.