Update changelog
parent
93502eed68
commit
547763ab67
|
@ -1,3 +1,8 @@
|
||||||
|
### [1.10.7] 2020-06-03
|
||||||
|
|
||||||
|
* Fix PHP 8 deprecations
|
||||||
|
* Fixed detection of pcntl_signal being in disabled_functions when pcntl_async_signal is allowed
|
||||||
|
|
||||||
### [1.10.6] 2020-05-06
|
### [1.10.6] 2020-05-06
|
||||||
|
|
||||||
* Fixed version guessing to take composer-runtime-api and composer-plugin-api requirements into account to avoid selecting packages which require Composer 2
|
* Fixed version guessing to take composer-runtime-api and composer-plugin-api requirements into account to avoid selecting packages which require Composer 2
|
||||||
|
@ -855,6 +860,7 @@
|
||||||
|
|
||||||
* Initial release
|
* Initial release
|
||||||
|
|
||||||
|
[1.10.7]: https://github.com/composer/composer/compare/1.10.6...1.10.7
|
||||||
[1.10.6]: https://github.com/composer/composer/compare/1.10.5...1.10.6
|
[1.10.6]: https://github.com/composer/composer/compare/1.10.5...1.10.6
|
||||||
[1.10.5]: https://github.com/composer/composer/compare/1.10.4...1.10.5
|
[1.10.5]: https://github.com/composer/composer/compare/1.10.4...1.10.5
|
||||||
[1.10.4]: https://github.com/composer/composer/compare/1.10.3...1.10.4
|
[1.10.4]: https://github.com/composer/composer/compare/1.10.3...1.10.4
|
||||||
|
|
|
@ -1345,23 +1345,23 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/phpunit-bridge",
|
"name": "symfony/phpunit-bridge",
|
||||||
"version": "v3.4.39",
|
"version": "v3.4.41",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/phpunit-bridge.git",
|
"url": "https://github.com/symfony/phpunit-bridge.git",
|
||||||
"reference": "c02893ae43532b46a4f0e0f207d088b939f278d9"
|
"reference": "f926812c6b3d456dfbd13c706293f49e9a10bc2a"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/c02893ae43532b46a4f0e0f207d088b939f278d9",
|
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/f926812c6b3d456dfbd13c706293f49e9a10bc2a",
|
||||||
"reference": "c02893ae43532b46a4f0e0f207d088b939f278d9",
|
"reference": "f926812c6b3d456dfbd13c706293f49e9a10bc2a",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.3"
|
"php": ">=5.3.3"
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0|<6.4,>=6.0"
|
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0|<6.4,>=6.0|9.1.2"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
|
"symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
|
||||||
|
@ -1406,9 +1406,6 @@
|
||||||
],
|
],
|
||||||
"description": "Symfony PHPUnit Bridge",
|
"description": "Symfony PHPUnit Bridge",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"support": {
|
|
||||||
"source": "https://github.com/symfony/phpunit-bridge/tree/v3.4.38"
|
|
||||||
},
|
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
"url": "https://symfony.com/sponsor",
|
"url": "https://symfony.com/sponsor",
|
||||||
|
@ -1423,7 +1420,7 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2020-02-21T08:01:47+00:00"
|
"time": "2020-05-21T18:33:26+00:00"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"aliases": [],
|
"aliases": [],
|
||||||
|
|
Loading…
Reference in New Issue