Skip to content

Commit

Permalink
Merge pull request #84 from skaut/composer-updates
Browse files Browse the repository at this point in the history
Composer updates
  • Loading branch information
marekdedic authored Dec 23, 2023
2 parents 607ca04 + 531f566 commit 3983ea4
Show file tree
Hide file tree
Showing 7 changed files with 647 additions and 176 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches: "*"
pull_request:
env:
php-version: 8.1
php-version: 8.2
cache-version: 1
jobs:
lint:
Expand Down
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
"wiki": "https://github.com/skaut/wordpress-stubs/wiki",
"source": "https://github.com/skaut/wordpress-stubs"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"require": {
"php": "^7.0 || ^8.0"
},
Expand All @@ -34,8 +39,9 @@
"phpstan/phpstan": "PHPStan - PHP Static Analysis Tool"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"squizlabs/php_codesniffer": "^3.0",
"wp-coding-standards/wpcs": "^2.1",
"wp-coding-standards/wpcs": "^3.0",
"phan/phan": "^5.0",
"phpstan/phpstan": "^1.4"
},
Expand Down
Loading

0 comments on commit 3983ea4

Please sign in to comment.