Skip to content

Commit

Permalink
Bare minimum to update to woohoolabs/yin:^4.0 (#16)
Browse files Browse the repository at this point in the history
* Updated composer packages to latest versions

* Rewrote QP\WoohoolabsYinBundle\Request\Request.

extend WoohooLabs\Yin\JsonApi\Request\JsonApiRequest instead of implementing WoohooLabs\Yin\JsonApi\Request\JsonApiRequestInterface

* Revert bump of phpspec version

* fixed typo + preemptively added major version bump.

See discussion at #16 (comment)
  • Loading branch information
Doqnach authored and qpautrat committed Jul 16, 2019
1 parent 2b38b49 commit eafb8e2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 758 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
],
"require": {
"php": "^7.1.0",
"symfony/psr-http-message-bridge": "^1.0.2",
"woohoolabs/yin": "^3.0",
"symfony/psr-http-message-bridge": "^1.2",
"woohoolabs/yin": "^4.0",
"nyholm/psr7": "^1.1",
"sensio/framework-extra-bundle": "^5.4"
},
Expand Down
Loading

0 comments on commit eafb8e2

Please sign in to comment.