Skip to content
This repository was archived by the owner on Dec 26, 2017. It is now read-only.

Commit f723810

Browse files
author
Cliff Odijk
committed
Reformated composer.json / fixed suggests to suggest
1 parent d4195a9 commit f723810

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

composer.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
"homepage": "https://github.com/SimpleBus/SimpleBusBernardBundleBridge",
77
"license": "MIT",
88
"authors": [
9-
{ "name": "Dmitri Lakachauskis", "email": "dmitri@devmachine.net" }
9+
{
10+
"name": "Dmitri Lakachauskis",
11+
"email": "dmitri@devmachine.net"
12+
}
1013
],
1114
"require": {
1215
"php": "^5.4|^7.0",
@@ -27,15 +30,19 @@
2730
"symfony/finder": "~2.4",
2831
"doctrine/dbal": "~2.4"
2932
},
30-
"suggests": {
33+
"suggest": {
3134
"ext-mcrypt": "Allows encryption of messages.",
3235
"simple-bus/jms-serializer-bundle-bridge": "Serialization of messages with JMS serializer."
3336
},
3437
"autoload": {
35-
"psr-4": { "SimpleBus\\BernardBundleBridge\\": "src" }
38+
"psr-4": {
39+
"SimpleBus\\BernardBundleBridge\\": "src"
40+
}
3641
},
3742
"autoload-dev": {
38-
"psr-4": { "SimpleBus\\BernardBundleBridge\\Tests\\": "tests" }
43+
"psr-4": {
44+
"SimpleBus\\BernardBundleBridge\\Tests\\": "tests"
45+
}
3946
},
4047
"config": {
4148
"bin-dir": "bin"

0 commit comments

Comments
 (0)