vivekrajenderan / simplesamlphp

Automatically exported from code.google.com/p/simplesamlphp
Other
0 stars 0 forks source link

Installation fails with composer #611

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have a working composer install for TYPO3 FLOW

then i added:       "simplesamlphp/simplesamlphp": "dev-trunk"

I get:

---
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for simplesamlphp/simplesamlphp dev-trunk -> satisfiable by simplesamlphp/simplesamlphp[dev-trunk].
    - simplesamlphp/simplesamlphp dev-trunk requires openid/php-openid dev-master#ee669c6a9d4d95b58ecd9b6945627276807694fb as 2.2.2 -> no matching package found.

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your minimum-stability setting
   see <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> for more details.

Read <http://getcomposer.org/doc/articles/troubleshooting.md> for further 
common problems.

---

Is there any chance to fix that? Perhaps you just need to adjust the version of 
php-openid

Original issue reported on code.google.com by kay.stro...@gmail.com on 23 Jan 2014 at 7:53

GoogleCodeExporter commented 9 years ago
Hi Kay,

Unfortunately Marco hasn't tagged his library properly (or updated packagist, 
one of the two), adding the following to your requires should work:

        "openid/php-openid": "dev-master#a287b2d85e753c84b3b883ed8ee3ffe8692c8477 as 2.2.2",

See also how we do it in OpenConext:

https://github.com/OpenConext/OpenConext-engineblock/blob/develop/composer.json

Original comment by boy@ibuildings.nl on 23 Jan 2014 at 8:29

GoogleCodeExporter commented 9 years ago
I added an issue on their GitHub: 
https://github.com/openid/php-openid/issues/116

Original comment by boy@ibuildings.nl on 23 Jan 2014 at 8:36

GoogleCodeExporter commented 9 years ago

Original comment by jaim...@gmail.com on 26 Feb 2014 at 4:22

GoogleCodeExporter commented 9 years ago
This is something that we cannot do much about, I'm afraid. I'm leaving it open 
as a reminder that we should move the openID module outside of SimpleSAMLphp, 
and therefore remove the dependency that's causing trouble here.

Original comment by jaim...@gmail.com on 26 Feb 2014 at 4:23

GoogleCodeExporter commented 9 years ago
Closing the issue here, moved to:

https://github.com/simplesamlphp/simplesamlphp/issues/52

Original comment by jaim...@gmail.com on 27 Feb 2014 at 7:20