<#193 phpunit versions should be constrained throu...
# pact-php
g
#193 phpunit versions should be constrained through composer.json Issue created by ctrl-f5 phpunit should be moved from `require-dev`to
require
so this package can constrain which versions of phpunit it supports. Currently the support is documented in the readme file, but one can install it with unsupported versions. by moving phpunit into
require
composer can check supported versions during install. pact-foundation/pact-php