Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
Fixed incorrect requirement of phpunit, should be in development only
Browse files Browse the repository at this point in the history
  • Loading branch information
RonRademaker committed Feb 8, 2016
1 parent 261e067 commit 4ae2b7b
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 @@ -19,8 +19,10 @@
"tests/"
]
},
"require-dev": {
"phpunit/phpunit": "^4.0"
},
"require": {
"phpunit/phpunit": "^4.0",
"league/csv": "^7.2"
}
}

0 comments on commit 4ae2b7b

Please sign in to comment.