- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
Latest commit
24 lines (24 loc) · 558 Bytes
/
Copy pathcomposer.json
File metadata and controls
24 lines (24 loc) · 558 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
{
"name": "codenom/framework",
"description": "N/A",
"type": "codeshop-library",
"homepage": "https://github.com/codenomdev/framework",
"license": [
"MIT"
],
"require": {
"php": "~7.2||~7.3.0",
"knplabs/knp-menu": ">=2.1.1",
"ext-mbstring": "*",
"laminas/laminas-json": ">=3.1",
"symfony/yaml": "^5.2"
},
"require-dev": {
"codeigniter4/codeigniter4": "dev-develop"
},
"autoload": {
"psr-4": {
"Codenom\\Framework\\": "/"
}
}
}