Tags: mougrim/php-xdebug-proxy
Tags
(#37) v0.5.0 There are next changes: - Minimum PHP version supported upgraded to 7.4 (#29) - PHPUnit version upgraded to 9 (#29) - Add run unit tests Github action (#30, #31) - Remove travis (#30) - Fix code style issues (#32) - Fix by workaround grumphp issue with TypeError, see phpro/grumphp#957 (#32) - Update friendsofphp/php-cs-fixer to 3 (#33) - Add psalm (#34, #35) - Add check cs github action (#36)
(#23) v0.4.0 There are next changes: - next methods were added (#21): - `\Mougrim\XdebugProxy\Xml\XmlDocument::toArray()` - `\Mougrim\XdebugProxy\Xml\XmlContainer::toArray()` - `\Mougrim\XdebugProxy\Xml\XmlContainer::getAttribute()` - [config](softMocksConfig) for soft-mocks was added (#22) - parameter $config was added to method `\Mougrim\XdebugProxy\Factory\Factory::createRequestPreparers()` (#22) - now `\Mougrim\XdebugProxy\Factory\SoftMocksFactory::createConfig()` should return `\Mougrim\XdebugProxy\Config\SoftMocksConfig` (#22)
(#20) v0.3.0 There are next changes: - there were code style fixes (#14) - more info about default IDE in config was added to README.md (#15) - now request preparers are called on request to xdebug from last to first (#16) - minimum php version now is 7.1 (#18) - constants visibility was added (#18) - deprecated interface \Mougrim\XdebugProxy\RequestPreparer was removed (#18)