Skip to content

Commit

Permalink
Merge pull request #326 from norkunas/changelog
Browse files Browse the repository at this point in the history
Prepare new version
  • Loading branch information
norkunas committed May 27, 2022
2 parents a935c99 + 7ee4449 commit cb37386
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

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

- name: "Install Composer dependencies"
run: |
composer install --prefer-dist --no-progress --no-suggest --no-interaction --optimize-autoloader
composer install --prefer-dist --no-progress --no-interaction --optimize-autoloader
- name: "Run PHP-CS-Fixer"
run: vendor/bin/php-cs-fixer fix -v --dry-run --using-cache=no --format=checkstyle | cs2pr
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## Version 5.16.2

- Fix deprecations with Symfony 6.1

## Version 5.16.1

### Fixed
Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@
"test": "vendor/bin/simple-phpunit --testsuite main"
},
"config": {
"allow-plugins": {
"symfony/flex": true
},
"sort-packages": true
},
"minimum-stability": "dev",
Expand Down

0 comments on commit cb37386

Please sign in to comment.