Skip to content

Commit e8532f0

Browse files
committed
add phpecc library to composer require
1 parent d099062 commit e8532f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
],
1515
"require": {
1616
"php": ">=5.4",
17-
"kriswallsmith/buzz": ">=0.6"
17+
"kriswallsmith/buzz": ">=0.6",
18+
"mdanter/ecc": "^0.3.0"
1819
},
1920
"require-dev": {
2021
"phpunit/phpunit": "4.8.*"

0 commit comments

Comments
 (0)