This repository has been archived by the owner on Dec 15, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
64 lines (64 loc) · 1.74 KB
/
composer.json
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "mreg/ḿreg",
"description": "Trade union registry",
"license": "AGPL-3.0",
"authors": [
{
"name": "Hannes Forsgård"
}
],
"require": {
"php": ">=5.3.3",
"itbz/httpio": "dev-master",
"itbz/cache": "dev-master",
"itbz/utils": "dev-master",
"itbz/datamapper": "2.*",
"itbz/phplibphone": "dev-master",
"itbz/phplibaddress": "dev-master",
"itbz/libmergepdf": "2.*",
"itbz/stb": "dev-master",
"monolog/monolog": "1.1.*",
"emberlabs/gravatarlib": "dev-master",
"twig/twig": "1.*",
"swiftmailer/swiftmailer": "4.1.*",
"Aura/Router": "dev-master",
"Aura/Cli": "dev-master",
"AddedBytes/EmailAddressValidator": "*",
"pimple/pimple": "1.*",
"rych/phpass": "2.0.1"
},
"config": {
"vendor-dir": "libs"
},
"autoload": {
"psr-0": {
"": "src/"
},
"classmap": [
"libs/AddedBytes/EmailAddressValidator",
"libs/emberlabs/gravatarlib/emberlabs/gravatarlib"
]
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/itbz/Aura.Cli"
},
{
"type": "vcs",
"url": "https://github.com/itbz/Aura.Router"
},
{
"type": "package",
"package": {
"name": "AddedBytes/EmailAddressValidator",
"version": "1.0.0",
"source": {
"url": "http://php-email-address-validation.googlecode.com/svn/",
"type": "svn",
"reference": "trunk/"
}
}
}
]
}