Skip to content

Commit

Permalink
update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stklcode committed Aug 5, 2024
1 parent ffe4e40 commit 82b8bb3
Show file tree
Hide file tree
Showing 3 changed files with 299 additions and 59 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.2'
tools: composer
- name: Code style checks for PHP
run: |
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
},
"require-dev": {
"php": ">=7.3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
"dealerdirect/phpcodesniffer-composer-installer": "^v1.0",
"phpcompatibility/phpcompatibility-wp": "^2.1",
"squizlabs/php_codesniffer": "^3.7",
"wp-coding-standards/wpcs": "^2.3"
"squizlabs/php_codesniffer": "^3.10",
"wp-coding-standards/wpcs": "^3.1"
},
"scripts": {
"cs": [
Expand Down
Loading

0 comments on commit 82b8bb3

Please sign in to comment.