Skip to content

Commit

Permalink
Merge pull request #10 from sasezaki/requrie-ext-filter
Browse files Browse the repository at this point in the history
adding missing dependency
  • Loading branch information
sj-i committed Jul 20, 2020
2 parents d34868b + abcf0cf commit 08d1d7e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"ext-ffi": "*",
"ext-pcntl": "*",
"symfony/console": "^5.0",
"php-di/php-di": "^6.1"
"php-di/php-di": "^6.1",
"ext-filter": "*"
},
"require-dev": {
"ext-posix": "*",
Expand Down
8 changes: 5 additions & 3 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 08d1d7e

Please sign in to comment.