|
18 | 18 | ], |
19 | 19 | "test:json-schema-lint": "@php -f json-schema-lint-tests.php --", |
20 | 20 | "test:json-schema-functional": [ |
| 21 | + "@test:json-schema-functional:1.5", |
21 | 22 | "@test:json-schema-functional:1.4", |
22 | 23 | "@test:json-schema-functional:1.3", |
23 | 24 | "@test:json-schema-functional:1.2" |
24 | 25 | ], |
| 26 | + "test:json-schema-functional:1.5": "@php -f json-schema-functional-tests.php -- -v 1.5 --", |
25 | 27 | "test:json-schema-functional:1.4": "@php -f json-schema-functional-tests.php -- -v 1.4 --", |
26 | 28 | "test:json-schema-functional:1.3": "@php -f json-schema-functional-tests.php -- -v 1.3 --", |
27 | 29 | "test:json-schema-functional:1.2": "@php -f json-schema-functional-tests.php -- -v 1.2 --", |
28 | 30 | "test:xml-schema-functional": [ |
| 31 | + "@test:xml-schema-functional:1.5", |
29 | 32 | "@test:xml-schema-functional:1.4", |
30 | 33 | "@test:xml-schema-functional:1.3", |
31 | 34 | "@test:xml-schema-functional:1.2", |
32 | 35 | "@test:xml-schema-functional:1.1", |
33 | 36 | "@test:xml-schema-functional:1.0" |
34 | 37 | ], |
| 38 | + "test:xml-schema-functional:1.5": "@php -f xml-schema-functional-tests.php -- -v 1.5 --", |
35 | 39 | "test:xml-schema-functional:1.4": "@php -f xml-schema-functional-tests.php -- -v 1.4 --", |
36 | 40 | "test:xml-schema-functional:1.3": "@php -f xml-schema-functional-tests.php -- -v 1.3 --", |
37 | 41 | "test:xml-schema-functional:1.2": "@php -f xml-schema-functional-tests.php -- -v 1.2 --", |
|
0 commit comments