-
-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 764 Bytes
/
composer.json
File metadata and controls
26 lines (26 loc) · 764 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
{
"name": "iceframework/framework",
"description": "Simple and fast PHP framework frozen in C extension.",
"keywords": ["extension", "php", "framework", "ice"],
"homepage": "https://www.iceframework.org",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Ice Team",
"email": "info@iceframework.org"
}
],
"require": {
"php": ">=8.0"
},
"require-dev": {
"phpunit/phpunit": ">=8.0.0",
"iceframework/zephir-parser": "1.7.0",
"phalcon/zephir": "dev-+2440-php84#c79b710cf6bae85d928da95c02d2ab8a140ce33f",
"mongodb/mongodb": "^1.2.0"
},
"scripts": {
"post-install-cmd": ["./install"],
"post-update-cmd": ["./install"]
}
}