Releases: mcustiel/phiremock
Releases · mcustiel/phiremock
Improvements
- Added support for pcntl_signal in case extension is installed.
- Added some logging messages.
First complete version
This is the first full version of Phiremock.
- Added support to load files defining expectations from a directory.
- Added phar installation option.
- Fixed issues.
Fixed versions operator in composer schema file
changed ~ for ^
Fixed router config
Fixed misconfiguration for reset scenarios api.
Fixed filename problem on windows
In Config folder there was a Dependencies file and a dependencies file, for windows it is the same file name.
Bugfix in processing time logging
v0.8.1 Update README.md
Improvements
- Added Monolog to log to stdout and -d parameter to enable debug mode (info by default).
- Fixed Issue #1
- Using dependency injection throug php-simple-di.