Skip to content

Commit c2f0945

Browse files
committed
Update packages
`slevomat/coding-standard` `surfnet/stepup-bundle` `surfnet/stepup-saml-bundle` and requirements. Remove phpcpd as it is abandoned.
1 parent 8a1d398 commit c2f0945

File tree

2 files changed

+9
-21
lines changed

2 files changed

+9
-21
lines changed

ci/qa/phpcpd

Lines changed: 0 additions & 10 deletions
This file was deleted.

composer.json

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,18 @@
1111
},
1212
"require": {
1313
"php": "^8.1",
14-
"psr/log": "~2.0",
15-
"surfnet/stepup-bundle": "^6.0",
14+
"beberlei/assert": "~2.0",
15+
"brick/math": "^0.11.0",
16+
"guzzlehttp/guzzle": "^7.8",
17+
"psr/log": "^3.0",
18+
"ramsey/uuid": "^4.7",
19+
"surfnet/stepup-bundle": "^7.0.1",
20+
"surfnet/stepup-saml-bundle": "^7.0.1",
1621
"symfony/config": "^5.4|^6.3",
1722
"symfony/dependency-injection": "^5.4|^6.3",
1823
"symfony/framework-bundle": "^5.4|^6.3",
1924
"symfony/http-kernel": "^5.4|^6.3",
20-
"symfony/validator": "^5.4|^6.3",
21-
"guzzlehttp/guzzle": "^7.8",
22-
"beberlei/assert": "~2.0",
23-
"ramsey/uuid": "^4.7",
24-
"brick/math": "^0.11.0"
25+
"symfony/validator": "^5.4|^6.3"
2526
},
2627
"require-dev": {
2728
"matthiasnoback/symfony-config-test": "^4.0|^v5.0.0",
@@ -31,16 +32,14 @@
3132
"phpstan/phpstan": "^1.10",
3233
"phpstan/phpstan-symfony": "^1.3",
3334
"phpunit/phpunit": "^9.6",
34-
"sebastian/phpcpd": "^6.0",
35-
"slevomat/coding-standard": "^8.13",
35+
"slevomat/coding-standard": "^8.22",
3636
"squizlabs/php_codesniffer": "^3.7.1",
3737
"symfony/phpunit-bridge": "^5.4|^6.3"
3838
},
3939
"scripts": {
4040
"check": [
4141
"@composer-validate",
4242
"@phplint",
43-
"@phpcpd",
4443
"@phpcs",
4544
"@phpmd",
4645
"@phpstan",
@@ -49,7 +48,6 @@
4948
"composer-validate": "./ci/qa/validate",
5049
"phplint": "./ci/qa/phplint",
5150
"phpcs": "./ci/qa/phpcs",
52-
"phpcpd": "./ci/qa/phpcpd",
5351
"phpmd": "./ci/qa/phpmd",
5452
"phpstan": "./ci/qa/phpstan",
5553
"phpstan-baseline": "./ci/qa/phpstan-update-baseline",

0 commit comments

Comments
 (0)