Skip to content

Commit

Permalink
Merge pull request #145 from siketyan/dependabot/composer/quartetcom/…
Browse files Browse the repository at this point in the history
…static-analysis-kit-8.1.19

build(deps-dev): Bump quartetcom/static-analysis-kit from 8.1.16 to 8.1.19
  • Loading branch information
siketyan authored Dec 3, 2023
2 parents 880dd7e + 5af9b8e commit d2cf933
Show file tree
Hide file tree
Showing 10 changed files with 209 additions and 285 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
strategy:
matrix:
php:
- '8.1'
- '8.2'
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -49,7 +48,7 @@ jobs:
run: composer run-script codecov

- uses: codecov/codecov-action@v3
if: ${{ matrix.php }} == '8.1'
if: ${{ matrix.php }} == '8.2'
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
Expand Down
30 changes: 0 additions & 30 deletions .github/workflows/qodana.yml

This file was deleted.

1 change: 0 additions & 1 deletion .idea/loxcan.iml

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

48 changes: 1 addition & 47 deletions .idea/php.xml

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

1 change: 1 addition & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
->addRiskyRules([
'no_trailing_whitespace_in_string' => false,
'php_unit_data_provider_return_type' => false,
'static_lambda' => false,
])
->setFinder($finder)
;
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
],
"minimum-stability": "stable",
"require": {
"php": "^8.1",
"php": "^8.2",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.7",
"jetbrains/phpstorm-attributes": "^1.0",
"mschop/pathogen": "^0.7.1",
"siketyan/yarn-lock": "^1.0",
"symfony/config": "^6.3",
"symfony/console": "^6.3",
"symfony/dependency-injection": "^6.3",
"symfony/process": "^6.3",
"symfony/yaml": "^6.3",
"siketyan/yarn-lock": "^1.1",
"symfony/config": "^7.0",
"symfony/console": "^7.0",
"symfony/dependency-injection": "^7.0",
"symfony/process": "^7.0",
"symfony/yaml": "^7.0",
"yosymfony/toml": "^1.0"
},
"require-dev": {
Expand All @@ -32,7 +32,7 @@
"phpunit/phpunit": "^9.5",
"psr/cache": "^3",
"psr/log": "^3",
"quartetcom/static-analysis-kit": "~8.1.16"
"quartetcom/static-analysis-kit": "~8.2.7"
},
"repositories": [
{
Expand Down
Loading

0 comments on commit d2cf933

Please sign in to comment.