-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·44 lines (44 loc) · 979 Bytes
/
composer.json
File metadata and controls
executable file
·44 lines (44 loc) · 979 Bytes
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
{
"name": "phpzm/simples",
"description": "Simples Core package",
"minimum-stability": "dev",
"keywords": [
"php",
"framework",
"api",
"simples"
],
"homepage": "https://github.com/phpzm/core",
"license": "MIT",
"version": "1.6.28",
"type": "package",
"authors": [
{
"name": "William",
"email": "wilcorrea@gmail.com"
},
{
"name": "Ezio",
"email": "ezioadsr@gmail.com"
}
],
"require": {
"php": ">=7.0",
"phpzm/console": "^1.6.31",
"phpzm/controller": "^1.7.21",
"phpzm/data": "^1.10.21",
"phpzm/helper": "^1.6.29",
"phpzm/http": "^1.7.31",
"phpzm/kernel": "^1.11.22",
"phpzm/message": "^1.5.27",
"phpzm/migration": "^0.5.27",
"phpzm/model": "^1.14.21",
"phpzm/persistence": "^1.13.21",
"phpzm/route": "^1.8.22",
"phpzm/security": "^1.5.27",
"phpzm/template": "^1.5.27"
},
"scripts": {
"sami": "php sami.phar update config/sami.php"
}
}