Changes between Version 1 and Version 2 of Ticket #46815, comment 7
- Timestamp:
- 04/06/2019 02:54:05 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #46815, comment 7
v1 v2 1 This could be handled with Composer. You could specify version `^5.0 || ^6.0 || ^7.0 || ^8.0` for PHPUnit and Composer will figure out which version to use depending on the current PHP version. 2 3 Off topic; is WordPress adding Composer support? 1 Specify version `^5.0 || ^6.0 || ^7.0 || ^8.0` for `phpunit/phpunit` and Composer will figure out which version to use.