|
17 | 17 | } |
18 | 18 | ], |
19 | 19 | "require": { |
20 | | - "php": "^8.2", |
| 20 | + "php": "^8.3", |
21 | 21 | "ext-curl": "*", |
22 | 22 | "ext-json": "*", |
23 | 23 | "ext-openssl": "*", |
|
33 | 33 | "simplesamlphp/composer-module-installer": "^1.3", |
34 | 34 | "simplesamlphp/openid": "~v0.1.1", |
35 | 35 | "spomky-labs/base64url": "^2.0", |
36 | | - "symfony/expression-language": "^6.3", |
37 | | - "symfony/psr-http-message-bridge": "^7.1", |
| 36 | + "symfony/expression-language": "^7.4", |
| 37 | + "symfony/psr-http-message-bridge": "^7.4", |
38 | 38 | "web-token/jwt-framework": "^3", |
39 | | - "symfony/cache": "^6.4", |
| 39 | + "symfony/cache": "^7.4", |
40 | 40 | "psr/simple-cache": "^3" |
41 | 41 | }, |
42 | 42 | "require-dev": { |
43 | 43 | "friendsofphp/php-cs-fixer": "^3", |
44 | | - "phpunit/phpunit": "^10", |
45 | | - "rector/rector": "^0.18.3", |
46 | | - "simplesamlphp/simplesamlphp": "2.3.*", |
47 | | - "simplesamlphp/simplesamlphp-test-framework": "^1.5", |
48 | | - "squizlabs/php_codesniffer": "^3", |
49 | | - "vimeo/psalm": "^5", |
50 | | - "testcontainers/testcontainers": "^0.2", |
| 44 | + "rector/rector": "^1.2.10", |
| 45 | + "simplesamlphp/simplesamlphp": "2.5.*", |
| 46 | + "simplesamlphp/simplesamlphp-test-framework": "^1.9.3", |
| 47 | + "vimeo/psalm": "^6.15.1", |
| 48 | + "testcontainers/testcontainers": "^1.0.8", |
51 | 49 | "nimut/phpunit-merger": "^2.0" |
52 | 50 | }, |
53 | 51 | "config": { |
|
57 | 55 | "sort-packages": true, |
58 | 56 | "allow-plugins": { |
59 | 57 | "dealerdirect/phpcodesniffer-composer-installer": true, |
| 58 | + "php-http/discovery": true, |
60 | 59 | "phpstan/extension-installer": true, |
61 | 60 | "simplesamlphp/composer-module-installer": true, |
62 | 61 | "simplesamlphp/composer-xmlprovider-installer": true |
|
0 commit comments