Skip to content

Commit 0cc4f58

Browse files
authored
[12.x] Add Dependency in JsonSchema (#57942)
* Update composer.json to require illuminate/contracts * Update correct versions
1 parent 3d80cba commit 0cc4f58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Illuminate/JsonSchema/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
}
1515
],
1616
"require": {
17-
"php": "^8.1"
17+
"php": "^8.1",
18+
"illuminate/contracts": "^10.50.0|^11.47.0|^12.40.2"
1819
},
1920
"autoload": {
2021
"psr-4": {

0 commit comments

Comments
 (0)