Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit d10f6ec

Browse files
committed
Fix: dev dependencies
* add phpunit (stable) * add .lock for predictable results
1 parent 79d6bb9 commit d10f6ec

File tree

3 files changed

+1535
-2
lines changed

3 files changed

+1535
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
.*.sw*
77
.*.un~
88
build/
9-
composer.lock
109
nbproject
1110
tmp/
1211
vendor/

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"guzzle/http" : "3.*",
2525
"guzzle/plugin-mock" : "3.*",
2626
"videlalvaro/php-amqplib" : "2.*",
27-
"predis/predis" : "0.8.*"
27+
"predis/predis" : "0.8.*",
28+
"phpunit/phpunit" : "4.7.*"
2829
},
2930
"suggest" : {
3031
"ext-bcmath" : "Required by Check\\CpuPerformance",

0 commit comments

Comments
 (0)