Skip to content
This repository has been archived by the owner on Jun 6, 2020. It is now read-only.

Commit

Permalink
richsage#167 - specify Buzz lib version; add appropriate phpunit lock…
Browse files Browse the repository at this point in the history
…ed version for dev unit testing
  • Loading branch information
NoelLH committed Apr 5, 2018
1 parent 3432bca commit 7daa211
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
vendor
composer.lock
vendor

.idea/
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@
],
"require": {
"php": ">=5.3.0",
"kriswallsmith/buzz": "*",
"kriswallsmith/buzz": "~0.17.1",
"psr/log": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "5.*",
"symfony/symfony": "^2.0 || ^3.0"
},
"suggest": {
Expand Down

0 comments on commit 7daa211

Please sign in to comment.