Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit ea42a6d

Browse files
author
Jamie Snape
committed
Add basic composer.json file
1 parent 831c158 commit ea42a6d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

composer.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "midas-platform/midas-server",
3+
"description": "Midas Platform",
4+
"type": "project",
5+
"homepage": "http://www.midasplatform.org",
6+
"license": "Apache-2.0",
7+
"support": {
8+
"email": "kitware@kitware.com",
9+
"issues": "https://github.com/midasplatform/Midas/issues",
10+
"wiki": "http://www.kitware.com/midaswiki",
11+
"source": "https://github.com/midasplatform/Midas"
12+
},
13+
"require": {
14+
"php": ">=5.3"
15+
}
16+
}

0 commit comments

Comments
 (0)