Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BREAKING CHANGE: Upgrade libraries, changing interfaces and introduci… #19

Merged
merged 2 commits into from Oct 26, 2018

Commits on Oct 26, 2018

  1. BREAKING CHANGE: Upgrade libraries, changing interfaces and introduci…

    …ng schema storage
    
    * `justinrainbow/json-schema` has been upgraded to the latest version (5.x)
    * Interface for `assertJsonMatchesSchema` has changed from `assertJsonMatchesSchema($schema, $content)` to `assertJsonMatchesSchema($content, $schema = null)`
    * Support for schema storage within traits (see README.md)
    estahn committed Oct 26, 2018
    Copy the full SHA
    00b9440 View commit details
    Browse the repository at this point in the history
  2. Apply fixes from StyleCI (#20)

    estahn committed Oct 26, 2018
    Copy the full SHA
    820010f View commit details
    Browse the repository at this point in the history