acquia / drupal-environment-detector

Provides common methods for detecting the current Acquia environment
GNU General Public License v2.0
10 stars 13 forks source link

PHPUnit 10 #90

Closed danepowell closed 4 weeks ago

danepowell commented 4 weeks ago

Removing the php platform constraint is necessary since PHPUnit 10 only supports PHP 8. This shouldn't cause a problem since this project has no dependencies of its own (which could inadvertently break PHP 7 installs).

danepowell commented 4 weeks ago

We'll do this in #89