Mika56 / PHP-SPF-Check

Simple library to check an IP address against a domain's SPF record
MIT License
44 stars 25 forks source link

Dependency: symfony/phpunit-bridge #37

Closed repat closed 4 years ago

repat commented 4 years ago

Please allow symfony/phpunit-bridge ^5.0, thanks! :)

Mika56 commented 4 years ago

Hi repat, I've added symfony/phpunit-bridge 5.* as an allowed dependency. You can now install version 1.1.5, enjoy!

repat commented 4 years ago

Ah, sorry, actually, the problem was also symfony/http-foundation: 2.8.* || ^3.0 || ^4.0 since the new Laravel has all the ^5.0 symfony components

Mika56 commented 4 years ago

What about version 1.1.6 ? :)

repat commented 4 years ago

That did the trick, thanks for the fast help :)