Skip to content

Commit

Permalink
Merge pull request #374 from pjeby/patch-1
Browse files Browse the repository at this point in the history
Fix #247 - unneeded symfony/yaml dependency
  • Loading branch information
jacobbednarz authored Feb 16, 2021
2 parents bba146a + caae8a1 commit f4c6740
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 129 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"type": "wordpress-plugin",
"require": {
"cloudflare/cf-ip-rewrite": "^1.0.0",
"cloudflare/cloudflare-plugin-backend": "2.4.0",
"symfony/yaml": "~2.6"
"cloudflare/cloudflare-plugin-backend": "2.4.0"
},
"require-dev": {
"symfony/yaml": "~2.6",
"johnkary/phpunit-speedtrap": "^3",
"php-mock/php-mock-phpunit": "^2",
"phpunit/phpunit": "^8",
Expand Down
257 changes: 130 additions & 127 deletions composer.lock

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

0 comments on commit f4c6740

Please sign in to comment.