<#318 Support Pact Specification v4 > Issue create...
# pact-php
g
#318 Support Pact Specification v4 Issue created by judimator Hi there, I am wondering if PHP library is going to support Pact Specification v4 soon? If it is no, I guess, changing implementation of PhpPact\Consumer\Model\Interaction will help me to send, say, params for providerState (see Example 1): Example 1:
Copy code
{
  "providerStates": [
    {
      "name": "an alligator with the given name exists",
      "params": {
        "name": "Mary"
      }
    },
    {
      "name": "the user is logged in",
      "params": {
        "username": "Fred"
      }
    }
  ]
}
Thank you! pact-foundation/pact-php