We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df961c5 commit ccfa715Copy full SHA for ccfa715
src/JsonSchema/Uri/UriRetriever.php
@@ -31,7 +31,7 @@ class UriRetriever implements BaseUriRetrieverInterface
31
*/
32
protected $translationMap = [
33
// use local copies of the spec schemas
34
- '|^https?://json-schema.org/draft-(0[34])/schema#?|' => 'package://dist/schema/json-schema-draft-$1.json'
+ '|^https?://json-schema.org/draft-(0[346])/schema#?|' => 'package://dist/schema/json-schema-draft-$1.json'
35
];
36
37
/**
0 commit comments