Commits on Source (9)
-
Verifiedcafbecce
-
4f865f00
-
Merge branch 'renovate/lock-file-maintenance' into 'main' · e0946ca6Pavel Břoušek authored
chore(deps): lock file maintenance See merge request perun-proxy-aai/simplesamlphp/simplesamlphp-module-campususerpass!2
e0946ca6 -
7a13b5c8
-
25cd0f99
-
Merge branch 'renovate/lock-file-maintenance' into 'main' · 9f6c5888Pavel Břoušek authored
chore(deps): lock file maintenance See merge request perun-proxy-aai/simplesamlphp/simplesamlphp-module-campususerpass!3
9f6c5888 -
Verified3f47962a
-
Merge branch 'renovate/php-8.x' into 'main' · 905deb36Pavel Břoušek authored
fix(deps): update dependency php to v8 See merge request perun-proxy-aai/simplesamlphp/simplesamlphp-module-campususerpass!4
905deb36 -
chore(release): 2.0.0 [skip ci] · 97a76006semantic-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 with 216 additions and 11547 deletions
- CHANGELOG.md +12 -0 12 additions, 0 deletionsCHANGELOG.md
- composer.json +2 -2 2 additions, 2 deletionscomposer.json
- composer.lock +198 -199 198 additions, 199 deletionscomposer.lock
- package-lock.json +0 -11341 0 additions, 11341 deletionspackage-lock.json
- package.json +0 -5 0 additions, 5 deletionspackage.json
- renovate.json +4 -0 4 additions, 0 deletionsrenovate.json
This diff is collapsed.
... | ... | @@ -7,7 +7,7 @@ |
], | ||
"license": "BSD-3-Clause", | ||
"require": { | ||
"php": "^7.4", | ||
"php": "^8.1", | ||
"simplesamlphp/composer-module-installer": "~1.0", | ||
"simplesamlphp/simplesamlphp": "^1.19", | ||
"ext-soap": "*", | ||
... | ... | @@ -15,7 +15,7 @@ |
}, | ||
"config": { | ||
"platform": { | ||
"php": "7.4" | ||
"php": "8.1" | ||
}, | ||
"allow-plugins": { | ||
"simplesamlphp/composer-module-installer": true | ||
... | ... |
This diff is collapsed.
This diff is collapsed.
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" | ||
} | ||
} |
This diff is collapsed.