Commit 804be674 authored by Dorian Villet's avatar Dorian Villet

Add PHPUnit as a dev requirement in Composer.

parent 0766401c
......@@ -15,6 +15,9 @@
"php": ">=5.3.2",
"symfony/event-dispatcher": "~2.1"
},
"require-dev": {
"phpunit/phpunit": "~3.7"
},
"autoload": {
"psr-0": { "Solarium\\": "library/" }
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment