We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b07664b commit 73435f4Copy full SHA for 73435f4
ChangeLog-8.5.md
@@ -4,6 +4,10 @@ All notable changes of the PHPUnit 8.5 release series are documented in this fil
4
5
## [8.5.12] - 2020-MM-DD
6
7
+### Changed
8
+
9
+* Changed PHP version constraint in `composer.json` from `^7.2` to `>=7.2`
10
11
### Fixed
12
13
* [#4529](https://github.com/sebastianbergmann/phpunit/issues/4529): Debug mode of Xdebug 2 is not disabled for PHPT tests
composer.json
@@ -21,7 +21,7 @@
21
},
22
"prefer-stable": true,
23
"require": {
24
- "php": "^7.2",
+ "php": ">=7.2",
25
"ext-dom": "*",
26
"ext-json": "*",
27
"ext-libxml": "*",
0 commit comments