Skip to content

Commit 0a2bcf4

Browse files
chore(release): version 1.3.4
## [1.3.4](1.3.3...1.3.4) (2026-04-14) ### Bug Fixes * **container:** ensure has() returns false on circular aliases to satisfy PSR-11 ([828941c](828941c)) * **container:** ensure last registration wins and simplify spec path resolution ([1c95b65](1c95b65)) * **container:** revert circular alias to plain RuntimeException ([83f12c9](83f12c9)) * **container:** support factories with 0, 1, or 2 arguments using reflection ([9dc1596](9dc1596)) * **container:** use ContainerExceptionInterface for non-NotFound errors ([d88dfa2](d88dfa2)) * **phpstan:** fix phpstan issues ([79450df](79450df))
1 parent 1c95b65 commit 0a2bcf4

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.3.4](https://github.com/WebProject-xyz/php-openapi-mock-server/compare/1.3.3...1.3.4) (2026-04-14)
7+
8+
### Bug Fixes
9+
10+
* **container:** ensure has() returns false on circular aliases to satisfy PSR-11 ([828941c](https://github.com/WebProject-xyz/php-openapi-mock-server/commit/828941cda8adf8beaca33ec23db2f2d34c516943))
11+
* **container:** ensure last registration wins and simplify spec path resolution ([1c95b65](https://github.com/WebProject-xyz/php-openapi-mock-server/commit/1c95b65995fb4755938131cffd4a04f65c6c2199))
12+
* **container:** revert circular alias to plain RuntimeException ([83f12c9](https://github.com/WebProject-xyz/php-openapi-mock-server/commit/83f12c9900cb57e8808023eb231c06fde3c68cca))
13+
* **container:** support factories with 0, 1, or 2 arguments using reflection ([9dc1596](https://github.com/WebProject-xyz/php-openapi-mock-server/commit/9dc15966133194ab6dbe6edccac8951fcab5327f))
14+
* **container:** use ContainerExceptionInterface for non-NotFound errors ([d88dfa2](https://github.com/WebProject-xyz/php-openapi-mock-server/commit/d88dfa2a33a9518930e9552a8abf08c991580eee))
15+
* **phpstan:** fix phpstan issues ([79450df](https://github.com/WebProject-xyz/php-openapi-mock-server/commit/79450df8c5f0abbaa89778b51a2b635eb4bf51cd))
16+
617
## [1.3.3](https://github.com/WebProject-xyz/php-openapi-mock-server/compare/1.3.2...1.3.3) (2026-03-30)
718

819
### Bug Fixes

0 commit comments

Comments
 (0)