Skip to content

Commit

Permalink
Allow phpunit 5
Browse files Browse the repository at this point in the history
  • Loading branch information
garak committed Apr 21, 2016
1 parent b81ad7d commit 45dbdc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@
"bin-dir": "bin/"
},
"require-dev": {
"phpunit/phpunit": "~4.7",
"phpunit/phpunit": "~4.7|~5.0",
"symfony/http-foundation": "^3.0"
},
"autoload": {

0 comments on commit 45dbdc3

Please sign in to comment.