File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 88
99This library implements [ RFC6902] ( https://tools.ietf.org/html/rfc6902 ) -compliant JSON patch tool.
1010
11- ##Requirements
11+ ## Requirements
1212* PHP 7.0+
1313
14- ##Features
14+ ## Features
1515* Supports PHP 7.0
1616* No PHP extensions required
1717* Throws SPL exceptions
1818
19- #License
19+ # License
2020PHP JSON Patch is licensed under MIT license.
2121
22- #Installation
22+ # Installation
2323You will need [ composer] ( https://getcomposer.org ) to perform install.
2424```
2525composer require remorhaz/php-json-patch
2626```
2727
28- #Documentation
28+ # Documentation
2929## Data accessors
3030Patch tool utilizes JSON data accessor interfaces defined in package
3131** [ remorhaz/php-json-data] ( https://github.com/remorhaz/php-json-data ) ** . Read more about them in package documentation.
@@ -42,7 +42,7 @@ To apply JSON Patch to the JSON document you need just 4 simple steps:
42423 . Create an object of ` \Remorhaz\JSON\Patch\Patch ` by calling it's constructor with a document accessor as an argument.
43434 . Call its ` apply() ` method with patch accessor as an argument.
4444
45- ##Example of usage
45+ ## Example of usage
4646``` php
4747<?php
4848
You can’t perform that action at this time.
0 commit comments