forked from rezzza/Formulate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 734 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 734 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
{
"name": "rezzza/formulate",
"description": "Making life easier while writing complex math formulas, take a breath",
"keywords": ["math", "formula", "standalone"],
"type": "standalone",
"homepage": "https://github.com/rezzza/Formulate",
"license": "MIT",
"authors": [{
"name": "Community contributors",
"homepage": "https://github.com/rezzza/Formulate/contributors"
}],
"require": {
"php": ">=5.3.2",
"hoa/math" : "~0.1"
},
"require-dev": {
"atoum/atoum": "~2.0"
},
"autoload": {
"psr-0": {
"Rezzza\\Formulate": "src/"
}
},
"config": {
"bin-dir": "bin"
},
"minimum-stability": "dev"
}