Upgrading to v2 issues (Unable to install module simplesamlphp/simplesamlphp-assets-base)

113 views
Skip to first unread message

Tormi Tabor

unread,
Mar 7, 2024, 3:42:23 AM3/7/24
to SimpleSAMLphp
Hi!

Just wanted to describe my solution to https://github.com/simplesamlphp/simplesamlphp/issues/1853, especially this:
"I can confirm that you must upgrade simplesamlphp/composer-module-installer first before you do any composer updates on simplesamlphp/simplesamlphp"

The solution to upgrade simplesamlphp was using several versions as valid in `composer.json`:

```sh
"simplesamlphp/simplesamlphp": "^1 || ^2",
"symfony/console": "^4 || ^5 || ^6",
"twig/twig": "^2 || ^3",
```

Peter Uherkovich

unread,
Mar 23, 2025, 2:43:56 PMMar 23
to SimpleSAMLphp
My solution is:
1. run `composer install` -- note: it does not installs 'simplesamlphp/simplesamlphp-assets-base'
2. run  `composer install` again -- it installs 'simplesamlphp/simplesamlphp-assets-base'

Reply all
Reply to author
Forward
0 new messages