-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 817 Bytes
/
Copy pathcomposer.json
File metadata and controls
32 lines (32 loc) · 817 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
29
30
31
32
{
"name": "pomm/pomm-service-provider",
"replace": {
"ghub/pomm-service-provider": "*"
},
"type": "library",
"description": "Pomm service provider for the Silex µframwork.",
"keywords": ["orm", "postgresql", "database", "pomm", "silex"],
"homepage": "https://github.com/chanmix51/PommServiceProvider",
"license": "MIT",
"authors": [
{
"name": "Grégoire HUBERT",
"email": "hubert.greg@gmail.com",
"homepage": "http://pomm.coolkeums.org"
}
],
"require": {
"pomm/pomm": "1.2.*@dev",
"silex/silex": "~1.0"
},
"autoload": {
"psr-0": {
"Pomm\\Silex": "src"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
}
}