Skip to content

Commit

Permalink
Merge tag 'v2.4.4' into develop
Browse files Browse the repository at this point in the history
v2.4.4
  • Loading branch information
ambroisemaupate committed Jan 6, 2025
2 parents 18d8ba3 + fc79a4e commit 8035f29
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 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.4](https://github.com/roadiz/skeleton/compare/v2.4.3...v2.4.4) - 2025-01-06

### Bug Fixes

- Prevent `phpstan/phpdoc-parser` to bump to v2 because of https://github.com/api-platform/core/discussions/6793 - ([e8ccb7b](https://github.com/roadiz/skeleton/commit/e8ccb7bf232db89abf509ef4c0ebee2ceef7b179)) - Ambroise Maupate

## [2.4.3](https://github.com/roadiz/skeleton/compare/v2.4.2...v2.4.3) - 2024-12-16

### Bug Fixes
Expand Down
7 changes: 4 additions & 3 deletions composer.json.dist
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
7 changes: 4 additions & 3 deletions composer_dev.json.dist
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,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 8035f29

Please sign in to comment.