Skip to content

Commit

Permalink
Merge pull request #675 from mimmi20/dependabot/composer/master/minor…
Browse files Browse the repository at this point in the history
…-patch-dependencies-29ec5e305b

composer(deps-dev): update mimmi20/coding-standard requirement from ^5.2.32 to ^5.2.33 in the minor-patch-dependencies group
  • Loading branch information
mimmi20 committed May 30, 2024
2 parents 905bc10 + 4af3650 commit 02fe207
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ updates:
- dependency-name: "nikic/php-parser"
versions:
- ">= 0"
# - dependency-name: phpunit/phpunit
# versions:
# - ">= 0"
- dependency-name: "infection/infection"
versions:
- ">= 0"

- package-ecosystem: "github-actions"

Expand Down
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencyDashboard": false,
"dependencyDashboardApproval": false,
"dependencyDashboardOSVVulnerabilitySummary": "all",
//"enabledManagers": ["composer", "github-actions", "npm"],
// "enabledManagers": ["composer", "github-actions", "npm"],
"ignoreTests": false,
"ignoreUnstable": true,
"internalChecksFilter": "strict",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
#
# needs: "install"
#
# uses: "mimmi20/ci/.github/workflows/analytics.yml@master"
# uses: "mimmi20/ci/.github/workflows/analytics.yml@8.1"
# with:
# extensions: "ctype, curl, dom, iconv, intl, mbstring, simplexml, tokenizer, xml, xmlwriter"
# ini-values: "opcache.enable=1, opcache.fast_shutdown=0, zend.assertions=1, assert.exception=On, intl.default_locale=de, intl.use_exceptions=1, zend.exception_ignore_args=0"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"ext-xml": "*",
"ext-xmlwriter": "*",
"infection/infection": "^0.29.0",
"mimmi20/coding-standard": "^5.2.32",
"mimmi20/coding-standard": "^5.2.33",
"nikic/php-parser": "^4.19.1 || ^5.0.2",
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan": "^1.11.2",
Expand Down
1 change: 0 additions & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ rules:

# paths
- Symplify\PHPStanRules\Rules\NoMissingDirPathRule
- Symplify\PHPStanRules\Rules\NoAbstractMethodRule
- Symplify\PHPStanRules\Rules\NoReferenceRule # References are required
- Symplify\PHPStanRules\Rules\NoArrayAccessOnObjectRule

Expand Down

0 comments on commit 02fe207

Please sign in to comment.