|
29 | 29 | } |
30 | 30 | }, |
31 | 31 | "require": { |
32 | | - "php": "^8.1", |
| 32 | + "php": "^8.2", |
33 | 33 | "ext-ctype": "*", |
34 | 34 | "ext-dom": "*", |
35 | 35 | "ext-filter": "*", |
36 | 36 | "ext-libxml": "*", |
37 | 37 | "ext-SimpleXML": "*", |
38 | 38 | "ext-session": "*", |
39 | 39 |
|
40 | | - "simplesamlphp/assert": "~1.8", |
41 | | - "simplesamlphp/composer-module-installer": "~1.4", |
42 | | - "simplesamlphp/simplesamlphp": "~2.4", |
43 | | - "simplesamlphp/xml-cas": "~1.3", |
44 | | - "simplesamlphp/xml-common": "~1.17", |
45 | | - "simplesamlphp/xml-soap": "~1.5", |
46 | | - "symfony/http-foundation": "~6.4", |
47 | | - "symfony/http-kernel": "~6.4", |
48 | | - "simplesamlphp/saml11": "~1.3" |
| 40 | + "simplesamlphp/assert": "~1.9", |
| 41 | + "simplesamlphp/composer-module-installer": "~1.6", |
| 42 | + "simplesamlphp/simplesamlphp": "~2.5@dev", |
| 43 | + "simplesamlphp/xml-cas": "~2.0", |
| 44 | + "simplesamlphp/xml-common": "~2.0", |
| 45 | + "simplesamlphp/xml-soap": "~2.0", |
| 46 | + "symfony/http-foundation": "~7.4", |
| 47 | + "symfony/http-kernel": "~7.4", |
| 48 | + "simplesamlphp/saml11": "~2.0" |
49 | 49 | }, |
50 | 50 | "require-dev": { |
51 | | - "simplesamlphp/simplesamlphp-test-framework": "~1.9" |
| 51 | + "simplesamlphp/simplesamlphp-test-framework": "~1.10" |
52 | 52 | }, |
53 | 53 | "support": { |
54 | 54 | "issues": "https://github.com/simplesamlphp/simplesamlphp-module-casserver/issues", |
|
0 commit comments