Skip to content

Commit

Permalink
make phpunit a dev req only
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlmoon committed Jul 5, 2019
1 parent 39eab89 commit 312304f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"description": "PHP Library for implementing the Data Mapper pattern",
"require": {
"php": ">=7.1.0",
"phpunit/phpunit": "^7.5",
"dealnews/repository": "^1.0"
},
"autoload": {
Expand All @@ -17,5 +16,8 @@
"psr-4": {
"DealNews\\DataMapper\\Tests\\": "tests/"
}
},
"require-dev": {
"phpunit/phpunit": "^7.5"
}
}

0 comments on commit 312304f

Please sign in to comment.