summaryrefslogtreecommitdiffstats
path: root/composer.lock
Commit message (Collapse)AuthorAgeFilesLines
* Update the SAML2 library and start using the new \SAML2\XML\saml\NameID objects.Jaime Pérez Crespo2017-01-111-45/+44
| | | | This enables too the implementation of additional contact attributes, as requested in #509 to support the SIRTFI framework.
* Update composer.lock to properly reflect the contents of composer.json.Jaime Pérez2016-10-041-7/+7
|
* Merge branch 'twig-i18n'Hanne Moa2016-09-301-46/+265
|\
| * Use jaimeperez/twig-configurable-i18n for i18nHanne Moa2016-08-311-28/+238
| |
* | Update to phpunit 4.8. Last version with php 5.3 supportPatrick Radtke2016-09-151-70/+768
|/ | | | | Update test notes to point to the 4.8 documentation and describe how to run an old version of phpunit from composer's bin dir.
* Update the SAML2 library.Jaime Pérez2016-07-261-9/+18
| | | | Now that the SAML2 library has been updated to use the new SimpleSAML\Logger, we can update the dependency here. Since both libraries are interdependent, we are pointing to a specific commit in master, aliasing it to 2.2. That way we can keep business as usual for any other package which may depend on 2.2, while getting the changes into SimpleSAMLphp.
* Bump the version of the SAML2 library.Jaime Pérez2016-07-261-19/+23
| | | | Now we are finally using the 2.x branch of the SAML2 library, which was also migrated to use namespaces. Even though the library provides an autoloader that allows loading the classes with the old names using class aliasing, we need to do the migration in one commit (at least for most part of it). This is due to the way SimpleSAMLphp checks data types, using inheritance to check objects agains abstract or more general classes. Even though class aliasing works, there's no way to replicate those relationships, and type checks that use the old class names will fail because the aliases are virtually new classes that don't inherit from others.
* Merge branch 'twigification'Hanne Moa2016-07-131-47/+111
|\ | | | | | | | | This allows for using twig templates, but does not include code for localizing twig templates.
| * Use twigHanne Moa2016-02-261-2/+63
| |
* | Bump the version of the SAML2 library used. This fixes #19.Jaime Perez Crespo2016-03-161-34/+37
|/
* Update composer configuration.Jaime Perez Crespo2016-02-041-79/+2
|
* Update composer configuration.Jaime Perez Crespo2016-02-031-57/+131
|
* Set php-coveralls dep to version 1.0 to fix build for PHP 5.3 and 5.4.Thijs Kinkhorst2015-12-291-37/+38
|
* Update composer.lock.Jaime Perez Crespo2015-12-241-99/+148
|
* Update composer.lock.Jaime Perez Crespo2015-10-211-32/+32
|
* Required simplesamlphp/saml2 ~1.7 than fix #241 issueSergio Gómez2015-10-161-8/+7
|
* Updated simplesamlphp/saml2 dependency versionSergio Gómez2015-10-111-14/+15
|
* Update the xmlseclibs dependency. This resolves #227.Jaime Perez Crespo2015-08-051-86/+77
|
* Use robrichards/xmlseclibs instead simplesamlphp/xmlseclibsMaks3w2015-05-271-58/+45
| | | | Implies update simplesamlphp/saml2 because share the same dependency
* Also update composer.lock when updating composer.jsonOlav Morken2015-05-261-2/+2
|
* Fix build.Jaime Perez Crespo2015-05-131-82/+146
|
* Only submit results for PHP 5.6 to coverallsThijs Kinkhorst2015-01-121-48/+419
| | | | & make phpunit dev dependency explicit.
* Add coveralls supportBrook Schofield2015-01-121-3/+474
| | | | | | | | | | | | | | | | | | | | | | | | | | Updated the composer.lock to install satooshi/php-coveralls Add .coveralls.yml to stop errors. Added coverage_clover pointing to correct location. json_path now... anything to get bin/vendor/coveralls to actually execute! Only push coverage reports for a single version of PHP Add whitelist + exclusion files to coverage. Reduce code coverage % by processing all files :-) Beware adding additional directories for tests without setting up config + mocking the rest of the environment. Don't show uncovered files. Attempt upload for all PHP versions. Is this stacktrace always generated? Return to "true" for uncovered files. There is a path problem somewhere!
* Removing the dependency for openid/php-openid. This resolves #92 and fixes #52.Jaime Perez2014-11-121-61/+3
|
* Update composer.lock.Jaime Perez2014-11-051-3/+3
|
* Update composer.lock.Jaime Perez2014-11-051-3/+3
|
* Update composer.lock.Jaime Perez2014-11-051-33/+65
|
* Automatically updating composer.lock.Jaime Pérez Crespo2014-02-281-1/+1
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3405 44740490-163a-0410-bde0-09ae8108e29a
* Update composer.lock with new saml2lib 0.4.1.Jaime Pérez Crespo2014-02-271-5/+5
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3397 44740490-163a-0410-bde0-09ae8108e29a
* Update composer.lock file.Jaime Pérez Crespo2014-02-241-8/+8
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3377 44740490-163a-0410-bde0-09ae8108e29a
* Start using latest 0.3.0 version of the SAML2 lib.Jaime Pérez Crespo2014-01-281-54/+11
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3337 44740490-163a-0410-bde0-09ae8108e29a
* Start using SAML2 library from GitHub.Olav Morken2013-11-151-0/+225
This patch also starts using Composer for other dependencies (i.e. php-openid and xmlseclibs). Thanks to Boy Baukema for implementing this! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3290 44740490-163a-0410-bde0-09ae8108e29a