We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f056af2 commit 8a8e656Copy full SHA for 8a8e656
1 file changed
composer.json
@@ -12,15 +12,15 @@
12
"class": "SimpleSAML\\Composer\\ModuleInstallerPlugin"
13
},
14
"require": {
15
- "php": "^8.2",
+ "php": "^8.3",
16
"ext-mbstring": "*",
17
18
- "composer-plugin-api": "~2.9.0",
19
- "simplesamlphp/assert": "~1.9.1"
+ "composer-plugin-api": "~2.9",
+ "simplesamlphp/assert": "~2.0"
20
21
"require-dev": {
22
- "composer/composer": "~2.8.12",
23
- "simplesamlphp/simplesamlphp-test-framework": "~1.10.3"
+ "composer/composer": "~2.8",
+ "simplesamlphp/simplesamlphp-test-framework": "~1.11"
24
25
"config": {
26
"allow-plugins": {
0 commit comments