Skip to content

Commit cb37386

Browse files
authored
Merge pull request #326 from norkunas/changelog
Prepare new version
2 parents a935c99 + 7ee4449 commit cb37386

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: "Install Composer dependencies"
2121
run: |
22-
composer install --prefer-dist --no-progress --no-suggest --no-interaction --optimize-autoloader
22+
composer install --prefer-dist --no-progress --no-interaction --optimize-autoloader
2323
2424
- name: "Run PHPStan"
2525
run: vendor/bin/phpstan analyse --no-progress --error-format=checkstyle | cs2pr
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: "Install Composer dependencies"
4343
run: |
44-
composer install --prefer-dist --no-progress --no-suggest --no-interaction --optimize-autoloader
44+
composer install --prefer-dist --no-progress --no-interaction --optimize-autoloader
4545
4646
- name: "Run PHP-CS-Fixer"
4747
run: vendor/bin/php-cs-fixer fix -v --dry-run --using-cache=no --format=checkstyle | cs2pr

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
The changelog describes what have been "Added", "Changed", "Removed" or "Fixed" between versions.
44

5+
## Version 5.16.2
6+
7+
- Fix deprecations with Symfony 6.1
8+
59
## Version 5.16.1
610

711
### Fixed

composer.json

+3
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@
7575
"test": "vendor/bin/simple-phpunit --testsuite main"
7676
},
7777
"config": {
78+
"allow-plugins": {
79+
"symfony/flex": true
80+
},
7881
"sort-packages": true
7982
},
8083
"minimum-stability": "dev",

0 commit comments

Comments
 (0)