Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
tymondesigns committed Jan 13, 2025
1 parent d81b5ad commit ad08846
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ $schema
->description('Schema description')
->default('default value')
->examples(['example1', 'example2'])
->comment('Schema comment')
->readOnly()
->writeOnly();
```
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"require": {
"php": "^8.3",
"opis/json-schema": "^2.3"
"opis/json-schema": "^2.4"
},
"require-dev": {
"pestphp/pest": "^3.0",
Expand Down

0 comments on commit ad08846

Please sign in to comment.