Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #46815, comment 7


Ignore:
Timestamp:
04/06/2019 02:54:05 PM (6 years ago)
Author:
vinkla
Comment:

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?
     1Specify version `^5.0 || ^6.0 || ^7.0 || ^8.0` for `phpunit/phpunit` and Composer will figure out which version to use.