Skip to content

Commit 181ca68

Browse files
Stephan Wentzpl-github
Stephan Wentz
authored andcommitted
fix: Raise minimum php versions, enable prior broken phpcs rule
1 parent 0c14c79 commit 181ca68

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

composer.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@
1515
"psr/clock": "^1.0"
1616
},
1717
"require-dev": {
18-
"brainbits/phpcs-standard": "^7.0",
19-
"brainbits/phpstan-rules": "^3.0",
20-
"matthiasnoback/symfony-config-test": "^4.3",
21-
"matthiasnoback/symfony-dependency-injection-test": "^4.3",
22-
"mikey179/vfsstream": "^1.6.10",
23-
"phpstan/phpstan": "^1.0",
24-
"phpunit/phpunit": "^10.1",
18+
"brainbits/phpcs-standard": "^7.0.1",
19+
"brainbits/phpstan-rules": "^3.1",
20+
"matthiasnoback/symfony-config-test": "^5.1",
21+
"matthiasnoback/symfony-dependency-injection-test": "^5.1",
22+
"mikey179/vfsstream": "^1.6.11",
23+
"phpstan/phpstan": "^1.10",
24+
"phpunit/phpunit": "^10.5",
2525
"predis/predis": "^2.2",
26-
"symfony/clock": "^6.3",
27-
"symfony/config": "^6.3",
28-
"symfony/dependency-injection": "^6.3",
29-
"symfony/http-foundation": "^6.3",
30-
"symfony/http-kernel": "^6.3",
31-
"symfony/routing": "^6.3",
32-
"symfony/security-core": "^6.3",
26+
"symfony/clock": "^6.4|^7.0",
27+
"symfony/config": "^6.4|^7.0",
28+
"symfony/dependency-injection": "^6.4|^7.0",
29+
"symfony/http-foundation": "^6.4|^7.0",
30+
"symfony/http-kernel": "^6.4|^7.0",
31+
"symfony/routing": "^6.4|^7.0",
32+
"symfony/security-core": "^6.4|^7.0",
3333
"phpstan/phpstan-phpunit": "^1.3",
3434
"phpstan/phpstan-symfony": "^1.3"
3535
},
@@ -46,7 +46,7 @@
4646
},
4747
"extra": {
4848
"branch-alias": {
49-
"dev-master": "4.0-dev"
49+
"dev-master": "6.0-dev"
5050
}
5151
},
5252
"config": {

phpcs.xml.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
<arg value="s"/>
2121

2222
<rule ref="Brainbits">
23-
<exclude name="PSR1.Files.SideEffects.FoundWithSymbols" />
2423
<exclude name="SlevomatCodingStandard.Classes.SuperfluousExceptionNaming.SuperfluousSuffix" />
2524
<exclude name="SlevomatCodingStandard.Classes.SuperfluousInterfaceNaming.SuperfluousSuffix" />
2625
</rule>

0 commit comments

Comments
 (0)