Skip to content

Commit e6aba5a

Browse files
authored
Create composer.json
1 parent 5eb0673 commit e6aba5a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

composer.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "arfeen/json-schema-validator",
3+
"description": "Validates JSON using predefined schema based on data types and constraints.",
4+
"version": "1.0",
5+
"type": "library",
6+
"autoload": {
7+
"psr-4": {
8+
"JSONSchema\\": "JSONSchema/"
9+
}
10+
},
11+
"require": {
12+
"php": "^5.3.0"
13+
}
14+
}

0 commit comments

Comments
 (0)