Commits on Source (9)
-
Pavel Břoušek authored
-
Jednotné přihlášení test authored
-
Pavel Břoušek authored
chore(deps): lock file maintenance See merge request perun-proxy-aai/simplesamlphp/simplesamlphp-module-campususerpass!2
-
Jednotné přihlášení test authored
-
Pavel Břoušek authored
-
Pavel Břoušek authored
chore(deps): lock file maintenance See merge request perun-proxy-aai/simplesamlphp/simplesamlphp-module-campususerpass!3
-
BREAKING CHANGE: PHP ^8.1 is required
-
Pavel Břoušek authored
fix(deps): update dependency php to v8 See merge request perun-proxy-aai/simplesamlphp/simplesamlphp-module-campususerpass!4
-
semantic-release-bot authored
# [2.0.0](https://gitlab.ics.muni.cz/perun-proxy-aai/simplesamlphp/simplesamlphp-module-campususerpass/compare/v1.0.1...v2.0.0) (2022-11-07) ### Bug Fixes * **deps:** update dependency php to 8.1 ([3f47962a](https://gitlab.ics.muni.cz/perun-proxy-aai/simplesamlphp/simplesamlphp-module-campususerpass/commit/3f47962afbfeff11d4db2345e09e597f1708db84)) ### BREAKING CHANGES * **deps:** PHP ^8.1 is required
Showing
- CHANGELOG.md 12 additions, 0 deletionsCHANGELOG.md
- composer.json 2 additions, 2 deletionscomposer.json
- composer.lock 198 additions, 199 deletionscomposer.lock
- package-lock.json 0 additions, 11341 deletionspackage-lock.json
- package.json 0 additions, 5 deletionspackage.json
- renovate.json 4 additions, 0 deletionsrenovate.json
... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
], | ], | ||
"license": "BSD-3-Clause", | "license": "BSD-3-Clause", | ||
"require": { | "require": { | ||
"php": "^7.4", | "php": "^8.1", | ||
"simplesamlphp/composer-module-installer": "~1.0", | "simplesamlphp/composer-module-installer": "~1.0", | ||
"simplesamlphp/simplesamlphp": "^1.19", | "simplesamlphp/simplesamlphp": "^1.19", | ||
"ext-soap": "*", | "ext-soap": "*", | ||
... | @@ -15,7 +15,7 @@ | ... | @@ -15,7 +15,7 @@ |
}, | }, | ||
"config": { | "config": { | ||
"platform": { | "platform": { | ||
"php": "7.4" | "php": "8.1" | ||
}, | }, | ||
"allow-plugins": { | "allow-plugins": { | ||
"simplesamlphp/composer-module-installer": true | "simplesamlphp/composer-module-installer": true | ||
... | ... |
package-lock.json
deleted
100644 → 0
This diff is collapsed.
package.json
deleted
100644 → 0
{ | |||
"dependencies": { | |||
"@perun-proxy-aai/semantic-release-proxy-config": "^1.0.3" | |||
} | |||
} |
renovate.json
0 → 100644