Skip to content

Commit

Permalink
Upgrade vipwpcs and wp-coding-standards for PHP 8+
Browse files Browse the repository at this point in the history
  • Loading branch information
Camwyn committed Nov 7, 2023
1 parent 10f4f15 commit f90ea7b
Show file tree
Hide file tree
Showing 3 changed files with 538 additions and 223 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Thumbs.db
# Testing #
#######################
codeception.yml
env.testing.slic
tests/_output/*
tests/*.suite.yml
!tests/_data/dump.sql
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
"stellarwp/container-contract": "^1.0"
},
"require-dev": {
"automattic/vipwpcs": "^2.3",
"automattic/vipwpcs": "^3.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
"lucatume/di52": "3.0.0",
"lucatume/wp-browser": "^4.0",
"phpcompatibility/phpcompatibility-wp": "*",
"phpunit/php-code-coverage": "^9.2",
"szepeviktor/phpstan-wordpress": "^1.1",
"the-events-calendar/coding-standards": "dev-master",
"wp-coding-standards/wpcs": "^2.3"
"wp-coding-standards/wpcs": "^3.0"
},
"repositories": [
{
Expand Down
Loading

0 comments on commit f90ea7b

Please sign in to comment.