forked from calinpristavu/future-proofing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 762 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 762 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": "calinpristavu/future-proofing",
"type": "project",
"license": "proprietary",
"minimum-stability": "stable",
"prefer-stable": true,
"authors": [
{
"name": "Calin Pristavu",
"email": "calinpristavu@gmail.com "
},
{
"name": "Ioan Ovidiu Enache",
"email": "i.ovidiuenache@gmail.com"
}
],
"bin": [
"bin/future"
],
"require": {
"rector/rector": "0.15.*"
},
"suggest": {
"phpunit/phpunit": "The Future project requires a test suite in order to validate your app's functionality"
},
"config": {
"sort-packages": true,
"preferred-install": {
"*": "dist"
}
}
}