Skip to content

Conversation

@sidz
Copy link
Collaborator

@sidz sidz commented Feb 8, 2025

This PR adds supprot for phpunit/php-timer 8 which was release a day ago.

@hopeseekr
Copy link

hopeseekr commented Mar 13, 2025

Well, PHPExperts/SimpleDTO got hit by this... Can't upgrade to PHPUnit v12 and use phpmnd at the same time :-/

I was able to resolve this by:

composer remove --dev phpunit/phpunit
composer remove --dev phpmnd/phpmnd
composer require --dev phpunit/phpunit '12.*'
curl https://www.bettergist.dev/phars/phpmnd.phar -o vendor/bin/phpmnd && chmod +x vendor/bin/phpmnd

I made a phar containing the latest master of phpmnd, including php 8.4 support, and am hosting it on my bettergist website along with all the phars of now-dead projects.

@sidz
Copy link
Collaborator Author

sidz commented Mar 14, 2025

@sasezaki, @exussum12 hey guys, May I get at least one approve from you?

@exussum12 exussum12 merged commit 1c45028 into master Mar 15, 2025
25 checks passed
@sidz sidz deleted the support-php-timer-8 branch March 15, 2025 12:16
@sidz
Copy link
Collaborator Author

sidz commented Mar 15, 2025

cheers @exussum12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants