Skip to content

Commit

Permalink
Prepare 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstevenson committed Apr 10, 2023
1 parent 8d91dbb commit db02b24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ if (!$document->validate()) {
You can also validate data whilst building a document. The following example schema describes an
array containing objects whose properties are all required and whose types are defined.

```json
```jsonc
// schemas can be very simple
{
"items": {
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "1.2-dev"
"dev-main": "2.1-dev"
}
}
}

0 comments on commit db02b24

Please sign in to comment.