Skip to content

Commit 1bcc68d

Browse files
committed
chore: remove banner and add ext-json requirement
1 parent 864bd94 commit 1bcc68d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
![banner](https://github.com/user-attachments/assets/ec631b0d-103b-46c4-864e-d5b85eb17597)
2-
31
# Fluently build and validate JSON Schemas
42

53
[![Latest Version](https://img.shields.io/packagist/v/cortexphp/json-schema.svg?style=flat-square&logo=composer)](https://packagist.org/packages/cortexphp/json-schema)

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
],
2121
"require": {
2222
"php": "^8.3",
23+
"ext-json": "*",
2324
"opis/json-schema": "^2.4",
2425
"phpstan/phpdoc-parser": "^2.3"
2526
},

0 commit comments

Comments
 (0)