-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 899 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 899 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
{
"name": "arikaim/framework",
"type": "library",
"description": "Arikam CMS Framework",
"keywords": ["Arikaim"],
"license": "GPL-3.0-or-later",
"homepage": "http://arikaim.com",
"authors": [{
"name": "Konstantin Atanasov",
"email": "info@arikaim.com",
"homepage": "http://arikaim.com"
}],
"require": {
"php": "^7.4|^8.0",
"psr/http-message": "^1.0",
"psr/http-server-middleware": "^1.0",
"psr/http-server-handler": "^1.0",
"nyholm/psr7-server": "^1.0",
"nyholm/psr7": "1.8.*",
"nikic/fast-route": "^1.3",
"arikaim/container": "^1.1",
"arikaim/http": "^1.0",
"arikaim/validator": "^1.2"
},
"autoload": {
"psr-4": {
"Arikaim\\Core\\Framework\\": ""
}
}
}