This repository was archived by the owner on Jun 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackages.json
More file actions
38 lines (37 loc) · 1.44 KB
/
packages.json
File metadata and controls
38 lines (37 loc) · 1.44 KB
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
31
32
33
34
35
36
37
38
{
"packages": {
"monarc/migrationtools": {
"dev-master": {
"name": "monarc/migrationtools",
"type": "library",
"version": "dev-master",
"description": "Monarc migration tools",
"authors": [
{"name": "Cyril Rouyer", "email": "cyril@netlor.fr"},
{"name": "Guillaume Lesniak", "email": "guillaume@netlor.fr"},
{"name": "Jerôme De Almeida", "email": "jerome.dealmeida@vesperiagroup.com"},
{"name": "Benjamin Ganivet", "email": "benjamin@netlor.fr"},
{"name": "Thomas Metois", "email": "thomas@netlor.fr"}
],
"source": {
"url": "https://github.com/monarc-project/zm-core",
"type": "git",
"reference": "master"
},
"require": {
"php": ">=5.5",
"monarc/core": "dev-master"
},
"autoload": {
"psr-0": {"MonarcMigrationTool\\":"/"}
},
"repositories":[
{
"type": "composer",
"url": "https://github.com/monarc-project/zm-core/blob/master/packages.json"
}
]
}
}
}
}