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 8d91dbb commit db02b24Copy full SHA for db02b24
README.md
@@ -118,7 +118,7 @@ if (!$document->validate()) {
118
You can also validate data whilst building a document. The following example schema describes an
119
array containing objects whose properties are all required and whose types are defined.
120
121
-```json
+```jsonc
122
// schemas can be very simple
123
{
124
"items": {
composer.json
@@ -36,7 +36,7 @@
36
},
37
"extra": {
38
"branch-alias": {
39
- "dev-main": "1.2-dev"
+ "dev-main": "2.1-dev"
40
}
41
42
0 commit comments