-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
54 lines (54 loc) · 1.36 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "maatify/json",
"description": "maatify.dev JSON handler, known by our team",
"version": "1.1.0009",
"type": "library",
"keywords": [
"PHP",
"maatify",
"Json",
"Handler"
],
"homepage": "https://github.com/Maatify/",
"license": "proprietary",
"authors": [
{
"name": "Mohamed Abdulalim",
"email": "[email protected]",
"homepage": "https://www.maatify.com/",
"role": "Backend Developer"
},
{
"name": "Ahmed Fawzy",
"email": "[email protected]",
"homepage": "https://www.maatify.com/",
"role": "Frontend Developer"
},
{
"name": "Ahmed Abdullah",
"email": "[email protected]",
"homepage": "https://www.maatify.com/",
"role": "Android Developer"
},
{
"name": "Elmokhtar Ahmed",
"email": "[email protected]",
"homepage": "https://www.maatify.com/",
"role": "IOS Developer"
}
],
"config": {
"platform": {
"php": "8.0.0"
}
},
"require": {
"maatify/functions": "^1.0",
"maatify/logger": "^1.0"
},
"autoload": {
"psr-4": {
"Maatify\\Json\\": "json/"
}
}
}