Skip to content

Commit

Permalink
Add correct dev-develop package for PHPCompatibility to check 8.3 sup…
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Feb 25, 2024
1 parent bbacf60 commit e53cc14
Show file tree
Hide file tree
Showing 2 changed files with 138 additions and 20 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
},
"require-dev": {
"wp-coding-standards/wpcs": "^2.3.0",
"phpcompatibility/php-compatibility": "dev-develop",
"phpcompatibility/php-compatibility": "dev-develop as 9.3.5",
"phpcsstandards/phpcsutils": "^1.0",
"squizlabs/php_codesniffer": "*",
"phpcsstandards/phpcsextra": "^1.2.0"
"phpcsstandards/phpcsextra": "^1.2.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
"phpcompatibility/phpcompatibility-wp": "*"
}
}
152 changes: 134 additions & 18 deletions composer.lock

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

0 comments on commit e53cc14

Please sign in to comment.