This repository was archived by the owner on Jan 30, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
56 lines (56 loc) · 1.53 KB
/
composer.json
File metadata and controls
56 lines (56 loc) · 1.53 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "evosys21/portphp-steps",
"description": "Step aggregator for Port",
"license": "MIT",
"homepage": "https://github.com/evosys21/portphp-portphp",
"authors": [
{
"name": "David de Boer",
"email": "david@ddeboer.nl"
},
{
"name": "Markus Bachmann",
"email": "markus.bachmann@bachi.biz"
},
{
"name": "Andrei Bintintan",
"email": "andy@interpid.eu"
},
{
"name": "Community contributors",
"homepage": "https://github.com/evosys21/portphp-portphp/boilerplate/graphs/contributors"
}
],
"support": {
"issues": "https://github.com/evosys21/portphp-portphp/issues",
"source": "https://github.com/evosys21/portphp-portphp/boilerplate",
"docs": "https://portphp.readthedocs.org"
},
"require": {
"php": ">=5.4.0",
"evosys/portphp-portphp": "^2.0.0"
},
"autoload": {
"psr-4": {
"Port\\Steps\\": "src/"
}
},
"conflict": {
"symfony/validator": "<2.5"
},
"require-dev": {
"symfony/property-access": "^2.3",
"symfony/validator": "^2.5",
"phpspec/phpspec": "^2.2",
"henrikbjorn/phpspec-code-coverage" : "^1.0"
},
"suggest": {
"symfony/property-access": "Used in MappingStep",
"symfony/validator": "Used in ValidatorStep"
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}