Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wppunk committed Oct 14, 2021
1 parent ae565b5 commit d639bc7
Show file tree
Hide file tree
Showing 2 changed files with 1,527 additions and 466 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@
]
},
"require-dev": {
"wp-coding-standards/wpcs": "^2.3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"brain/monkey": "^2.6",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
"php-coveralls/php-coveralls": "^2.4",
"phpcompatibility/php-compatibility": "^9.3",
"brain/monkey": "^2.5",
"phpunit/phpunit": "^9.4",
"php-coveralls/php-coveralls": "^2.4"
"phpunit/phpunit": "^9.5",
"wp-coding-standards/wpcs": "^2.3"
},
"scripts": {
"cs": "phpcs --standard=phpcs.xml .",
"unit": "phpunit -c tests/phpunit/phpunit.xml"
},
"require": {
"php": "^5.6|^7.0",
"composer/composer": "^1.10"
"php": "^5.6|^7.0|^8.0",
"composer/composer": "^2.1"
}
}
Loading

0 comments on commit d639bc7

Please sign in to comment.