Skip to content

Commit 33ce6f1

Browse files
authored
Merge pull request #31 from carsdotcom/allow-schema-3
feat: permit laravel-json-schema ^3
2 parents 875f9b2 + 4426780 commit 33ce6f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"license": "MIT",
1111
"require": {
12-
"carsdotcom/laravel-json-schema": "^v2.3",
12+
"carsdotcom/laravel-json-schema": "^v2.3 || ^3.0",
1313
"ext-simplexml": "*",
1414
"php": "^8.1",
1515
"guzzlehttp/guzzle": "^7.5",

0 commit comments

Comments
 (0)