Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): Bump quartetcom/static-analysis-kit from 8.1.16 to 8.1.19 #145

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading