Skip to content

Commit 883f7e9

Browse files
committed
added minimum-stability and branch-alias
1 parent fb4216d commit 883f7e9

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

composer.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"require": {
1414
"php": ">=5.5",
1515
"symfony/symfony": "~2.7|~3.0",
16-
"ongr/elasticsearch-bundle": "dev-master"
16+
"ongr/elasticsearch-bundle": "~1.0"
1717
},
1818
"require-dev": {
1919
"monolog/monolog": "~1.0",
@@ -22,6 +22,13 @@
2222
"satooshi/php-coveralls": "~1.0"
2323
},
2424
"autoload": {
25-
"psr-4": { "ONGR\\FilterManagerBundle\\": "" }
25+
"psr-4": { "ONGR\\FilterManagerBundle\\": "" },
26+
"exclude-from-classmap": ["/Test/", "/Tests/"]
27+
},
28+
"minimum-stability": "dev",
29+
"extra": {
30+
"branch-alias": {
31+
"dev-master": "1.0-dev"
32+
}
2633
}
2734
}

0 commit comments

Comments
 (0)