Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: mougrim/php-xdebug-proxy

Tags

0.6.0

Toggle 0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
(#45) v0.6.0

There are next changes:
- Update minimum php version from 7.4 to 8.1 (#44)
- Remove psalm, now phpstan is used (#44)

0.5.1

Toggle 0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
(#43) v0.5.1

There are next changes:

- Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows (#41)
- Bump symfony/process from 5.4.3 to 5.4.46 (#42)

0.5.0

Toggle 0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
(#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)

0.4.1

Toggle 0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
(#27) v0.4.1

There are next changes:

- Fix changes in grumphp and bad composer.lock (#26)

0.4.0

Toggle 0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
(#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)

0.3.0

Toggle 0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
(#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)

0.2.1

Toggle 0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
(#13) Version v0.2.1

0.2.0

Toggle 0.2.0's commit message
Version v0.2.0

0.1.0

Toggle 0.1.0's commit message
(#7) Add CHANGELOG.md, UPGRADE.md, update README.md - add info about …

…soft-mocks support

0.0.1

Toggle 0.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
(#3) readme