mikemccabe / json-patch-php

PHP implementation of JSON-patch (IETF RFC 6902)
112 stars 27 forks source link

Not compatible with draft 10 #1

Closed warpech closed 11 years ago

warpech commented 11 years ago

I love this library, but it is not compatible with the current version of the draft: http://tools.ietf.org/html/draft-ietf-appsawg-json-patch-10

Do you have a fixed version that you could upload? If not then I can work on that.

I saw that tests are already updated.

warpech commented 11 years ago

I made a pull request that fixes this issue: #2