Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Adapt to More Current Avatar Filters #40

Merged
merged 11 commits into from
Aug 19, 2020
16 changes: 14 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,17 @@
},
"require": {
"php": ">=5.3"
}
}
},
"require-dev": {
"10up/phpcs-composer": "dev-master"
},
"scripts": {
"lint": [
"phpcs ."
],
"lint-fix": [
"phpcbf ."
]
},
"minimum-stability": "dev"
}
378 changes: 378 additions & 0 deletions composer.lock

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

Loading