|
1 | 1 | { |
2 | 2 | "name": "surfnet/stepup-saml-bundle", |
3 | 3 | "type": "symfony-bundle", |
4 | | - "description": "A Symfony 6 bundle that integrates the simplesamlphp\\saml2 library with Symfony.", |
| 4 | + "description": "A Symfony 7 bundle that integrates the simplesamlphp\\saml2 library with Symfony.", |
5 | 5 | "keywords": ["surfnet", "StepUp", "simplesamlphp", "SAML", "SAML2"], |
6 | 6 | "license": "Apache-2.0", |
7 | 7 | "minimum-stability": "stable", |
|
12 | 12 | "psr/log": "^3.0", |
13 | 13 | "robrichards/xmlseclibs": "^3.1.1", |
14 | 14 | "simplesamlphp/saml2": "^4.6", |
15 | | - "symfony/dependency-injection": "^6.3", |
16 | | - "symfony/framework-bundle": "^6.3", |
17 | | - "symfony/security-bundle": "^6.3", |
18 | | - "symfony/templating": "^6.3", |
| 15 | + "symfony/dependency-injection": "^6.3|^7.0", |
| 16 | + "symfony/framework-bundle": "^6.3|^7.0", |
| 17 | + "symfony/security-bundle": "^6.3|^7.0", |
| 18 | + "symfony/templating": "^6.3|7.0", |
19 | 19 | "twig/twig": "^3" |
20 | 20 | }, |
21 | 21 | "require-dev": { |
22 | 22 | "ext-libxml": "*", |
23 | 23 | "ext-zlib": "*", |
| 24 | + "irstea/phpcpd-shim": "^6.0", |
| 25 | + "malukenho/docheader": "^1.1", |
24 | 26 | "mockery/mockery": "^1.5", |
25 | 27 | "overtrue/phplint": "*", |
26 | 28 | "phpmd/phpmd": "^2.6", |
|
31 | 33 | "sebastian/exporter": "^6.3", |
32 | 34 | "slevomat/coding-standard": "^8.24", |
33 | 35 | "squizlabs/php_codesniffer": "^4.0", |
34 | | - "symfony/phpunit-bridge": "^6.3" |
| 36 | + "symfony/phpunit-bridge": "^7.3.4" |
35 | 37 | }, |
36 | 38 | "scripts": { |
37 | 39 | "check": [ |
38 | | - "@composer-validate", |
39 | | - "@phplint", |
40 | | - "@phpcs", |
41 | | - "@phpmd", |
42 | | - "@phpstan", |
43 | | - "@test" |
| 40 | + "@check-ci", |
| 41 | + "@rector" |
| 42 | + ], |
| 43 | + "check-ci": [ |
| 44 | + "@composer-validate", |
| 45 | + "@license-headers", |
| 46 | + "@phplint", |
| 47 | + "@phpcpd", |
| 48 | + "@phpcs", |
| 49 | + "@phpmd", |
| 50 | + "@test", |
| 51 | + "@phpstan", |
| 52 | + "@composer audit" |
44 | 53 | ], |
45 | 54 | "composer-validate": "./ci/qa/validate", |
46 | 55 | "phplint": "./ci/qa/phplint", |
|
50 | 59 | "phpstan": "./ci/qa/phpstan", |
51 | 60 | "phpstan-baseline": "./ci/qa/phpstan-update-baseline", |
52 | 61 | "test": "./ci/qa/phpunit", |
| 62 | + "license-headers": "./ci/qa/docheader", |
53 | 63 | "phpcbf": "./ci/qa/phpcbf", |
54 | 64 | "rector": "./ci/qa/rector.sh --dry-run", |
55 | 65 | "rector-fix": "./ci/qa/rector.sh" |
|
70 | 80 | "sort-packages": true, |
71 | 81 | "allow-plugins": { |
72 | 82 | "dealerdirect/phpcodesniffer-composer-installer": true, |
73 | | - "phpstan/extension-installer": true |
| 83 | + "phpstan/extension-installer": true, |
| 84 | + "simplesamlphp/composer-xmlprovider-installer": true |
74 | 85 | } |
75 | 86 | } |
76 | 87 | } |
0 commit comments