vivekrajenderan / simplesamlphp

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

Use tilde operator on saml2 dependency #622

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
At OpenConext we depend both on simplesamlphp/saml2 and simplesamlphp, however 
sometimes we need a slightly higher version. Fortunately Composer has the handy 
Tilde operator for this:

"Tilde Operator ~1.2    Very useful for projects that follow semantic versioning. 
~1.2 is equivalent to >=1.2,<2.0. For more details, read the next section 
below."
- https://getcomposer.org/doc/01-basic-usage.md

Could you modify composer.json to depend on ~0.3 ?

Original issue reported on code.google.com by boy@ibuildings.nl on 21 Feb 2014 at 10:37

GoogleCodeExporter commented 9 years ago
Because I wanted to fix OpenConext-engineblock I forked SSP and applied the 
change at: https://github.com/relaxnow/simplesamlphp-fork-r3374

Original comment by boy@ibuildings.nl on 21 Feb 2014 at 2:56

GoogleCodeExporter commented 9 years ago
Hi Boy,

Just committed in r3376.

Original comment by jaim...@gmail.com on 24 Feb 2014 at 12:55

GoogleCodeExporter commented 9 years ago
Thank!

Original comment by boy@ibuildings.nl on 24 Feb 2014 at 2:17