Skip to content

Commit db02b24

Browse files
committed
Prepare 2.0.0
1 parent 8d91dbb commit db02b24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ if (!$document->validate()) {
118118
You can also validate data whilst building a document. The following example schema describes an
119119
array containing objects whose properties are all required and whose types are defined.
120120

121-
```json
121+
```jsonc
122122
// schemas can be very simple
123123
{
124124
"items": {

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"extra": {
3838
"branch-alias": {
39-
"dev-main": "1.2-dev"
39+
"dev-main": "2.1-dev"
4040
}
4141
}
4242
}

0 commit comments

Comments
 (0)