Skip to content

Commit

Permalink
Merge branch 'hotfix/v2.4.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisemaupate committed Jan 6, 2025
2 parents fc79a4e + f60a636 commit 34adf8d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to project will be documented in this file.

## [2.4.5](https://github.com/roadiz/skeleton/compare/v2.4.4...v2.4.5) - 2025-01-06

### Bug Fixes

- Prevent `phpstan/phpdoc-parser` to bump to v2 (composer.json) - ([d0b8484](https://github.com/roadiz/skeleton/commit/d0b84840975dc0b67decab07e5dcf435776d2a40)) - Ambroise Maupate

## [2.4.4](https://github.com/roadiz/skeleton/compare/v2.4.3...v2.4.4) - 2025-01-06

### Bug Fixes
Expand Down
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.64",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-doctrine": "^1.3.1",
"phpstan/phpstan-symfony": "^1.3.7",
"phpstan/phpstan": "<2",
"phpstan/phpdoc-parser": "<2",
"phpstan/phpstan-doctrine": "<2",
"phpstan/phpstan-symfony": "<2",
"phpunit/phpunit": "^9.5",
"rezozero/intervention-request-bundle": "~3.0.0",
"symfony/browser-kit": "6.4.*",
Expand Down

0 comments on commit 34adf8d

Please sign in to comment.