Skip to content

Commit

Permalink
fix: Raise minimum php versions, enable prior broken phpcs rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Wentz authored and pl-github committed Feb 23, 2024
1 parent 0c14c79 commit 181ca68
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
30 changes: 15 additions & 15 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@
"psr/clock": "^1.0"
},
"require-dev": {
"brainbits/phpcs-standard": "^7.0",
"brainbits/phpstan-rules": "^3.0",
"matthiasnoback/symfony-config-test": "^4.3",
"matthiasnoback/symfony-dependency-injection-test": "^4.3",
"mikey179/vfsstream": "^1.6.10",
"phpstan/phpstan": "^1.0",
"phpunit/phpunit": "^10.1",
"brainbits/phpcs-standard": "^7.0.1",
"brainbits/phpstan-rules": "^3.1",
"matthiasnoback/symfony-config-test": "^5.1",
"matthiasnoback/symfony-dependency-injection-test": "^5.1",
"mikey179/vfsstream": "^1.6.11",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^10.5",
"predis/predis": "^2.2",
"symfony/clock": "^6.3",
"symfony/config": "^6.3",
"symfony/dependency-injection": "^6.3",
"symfony/http-foundation": "^6.3",
"symfony/http-kernel": "^6.3",
"symfony/routing": "^6.3",
"symfony/security-core": "^6.3",
"symfony/clock": "^6.4|^7.0",
"symfony/config": "^6.4|^7.0",
"symfony/dependency-injection": "^6.4|^7.0",
"symfony/http-foundation": "^6.4|^7.0",
"symfony/http-kernel": "^6.4|^7.0",
"symfony/routing": "^6.4|^7.0",
"symfony/security-core": "^6.4|^7.0",
"phpstan/phpstan-phpunit": "^1.3",
"phpstan/phpstan-symfony": "^1.3"
},
Expand All @@ -46,7 +46,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
"dev-master": "6.0-dev"
}
},
"config": {
Expand Down
1 change: 0 additions & 1 deletion phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<arg value="s"/>

<rule ref="Brainbits">
<exclude name="PSR1.Files.SideEffects.FoundWithSymbols" />
<exclude name="SlevomatCodingStandard.Classes.SuperfluousExceptionNaming.SuperfluousSuffix" />
<exclude name="SlevomatCodingStandard.Classes.SuperfluousInterfaceNaming.SuperfluousSuffix" />
</rule>
Expand Down

0 comments on commit 181ca68

Please sign in to comment.