File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 24
24
"phpunit/phpunit" : " ^10" ,
25
25
"swaggest/json-diff" : " ^3.11" ,
26
26
"remorhaz/php-json-patch" : " ^0.6.1"
27
+ },
28
+ "scripts" : {
29
+ "blancks/fast-jsonpatch-php" : " phpunit --no-configuration --test-suffix Blancks_fast_jsonpatchTest.php .\\ tests" ,
30
+ "remorhaz/php-json-patch" : " phpunit --no-configuration --test-suffix Remorhaz_php_json_patchTest.php .\\ tests" ,
31
+ "mikemccabe/json-patch-php" : " phpunit --no-configuration --test-suffix Mikemccabe_json_patch_phpTest.php .\\ tests" ,
32
+ "php-jsonpatch/php-jsonpatch" : " phpunit --no-configuration --test-suffix Php_jsonpatch_php_jsonpatchTest.php .\\ tests" ,
33
+ "xp-forge/json-patch" : " phpunit --no-configuration --test-suffix Xp_forge_json_patchTest.php .\\ tests" ,
34
+ "gamringer/php-json-patch" : " phpunit --no-configuration --test-suffix Gamringer_php_json_patchTest.php .\\ tests" ,
35
+ "swaggest/json-diff" : " phpunit --no-configuration --test-suffix Swaggest_json_diffTest.php .\\ tests"
27
36
}
28
37
}
You can’t perform that action at this time.
0 commit comments