Update changelog

main
Jordi Boggiano 4 years ago
parent 93502eed68
commit 547763ab67
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC

@ -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
* 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
[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.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

15
composer.lock generated

@ -1345,23 +1345,23 @@
},
{
"name": "symfony/phpunit-bridge",
"version": "v3.4.39",
"version": "v3.4.41",
"source": {
"type": "git",
"url": "https://github.com/symfony/phpunit-bridge.git",
"reference": "c02893ae43532b46a4f0e0f207d088b939f278d9"
"reference": "f926812c6b3d456dfbd13c706293f49e9a10bc2a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/c02893ae43532b46a4f0e0f207d088b939f278d9",
"reference": "c02893ae43532b46a4f0e0f207d088b939f278d9",
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/f926812c6b3d456dfbd13c706293f49e9a10bc2a",
"reference": "f926812c6b3d456dfbd13c706293f49e9a10bc2a",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"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": {
"symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
@ -1406,9 +1406,6 @@
],
"description": "Symfony PHPUnit Bridge",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/phpunit-bridge/tree/v3.4.38"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
@ -1423,7 +1420,7 @@
"type": "tidelift"
}
],
"time": "2020-02-21T08:01:47+00:00"
"time": "2020-05-21T18:33:26+00:00"
}
],
"aliases": [],

Loading…
Cancel
Save