Merge remote-tracking branch 'mainrepo/develop' into fix-document-typehint
Conflicts: library/Solarium/QueryType/Analysis/Query/Document.php
Showing
... | ... | @@ -15,6 +15,9 @@ |
"php": ">=5.3.2", | ||
"symfony/event-dispatcher": "~2.1" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "~3.7" | ||
}, | ||
"autoload": { | ||
"psr-0": { "Solarium\\": "library/" } | ||
} | ||
... | ... |
Please register or sign in to comment