- Apr 18, 2018
-
-
Thijs Kinkhorst authored
-
- Mar 05, 2018
-
-
Jaime Pérez Crespo authored
-
- Feb 26, 2018
-
-
Jaime Pérez Crespo authored
-
- Jan 31, 2018
-
-
Jaime Pérez Crespo authored
-
- Dec 29, 2017
-
-
Thijs Kinkhorst authored
-
- Nov 29, 2017
-
-
Gabriel Caruso authored
-
- Nov 10, 2017
-
-
Thijs Kinkhorst authored
This prevents a lot of -dev dependencies in composer.lock which are not used otherwise and generate 'scary' warnings like "Package x is abandoned". Closes #718
-
- Oct 18, 2017
-
-
Виталий Акмашев authored
-
- Sep 01, 2017
-
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
-
- Aug 31, 2017
-
-
Thijs Kinkhorst authored
-
- Aug 17, 2017
-
-
Thijs Kinkhorst authored
-
Thijs Kinkhorst authored
This reverts commit b9f92f33.
-
- Aug 03, 2017
-
-
Jaime Pérez Crespo authored
This reverts commit 82a46a7c.
-
Jaime Pérez Crespo authored
This removes the dependency on mcrypt for good, closes #660 and resolves #615.
-
- May 31, 2017
-
-
John Maguire authored
I believe #592 broke unit tests by adding a dev-dependency to `composer.json` but forgot to update `composer.lock`. Therefore, `composer install` does not install all the necessary dependencies for tests.
-
- Apr 26, 2017
-
-
Jaime Pérez Crespo authored
-
- Jan 11, 2017
-
-
Jaime Pérez Crespo authored
This enables too the implementation of additional contact attributes, as requested in #509 to support the SIRTFI framework.
-
- Oct 04, 2016
-
-
Jaime Pérez authored
-
- Sep 16, 2016
-
-
Patrick Radtke authored
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.
-
- Aug 31, 2016
-
-
Hanne Moa authored
-
- Jul 26, 2016
-
-
Jaime Pérez authored
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.
-
Jaime Pérez authored
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.
-
- Mar 16, 2016
-
-
Jaime Perez Crespo authored
-
- Feb 26, 2016
-
-
Hanne Moa authored
-
- Feb 04, 2016
-
-
Jaime Perez Crespo authored
-
- Feb 03, 2016
-
-
Jaime Perez Crespo authored
-
- Dec 29, 2015
-
-
Thijs Kinkhorst authored
-
- Dec 24, 2015
-
-
Jaime Perez Crespo authored
-
- Oct 21, 2015
-
-
Jaime Perez Crespo authored
-
- Oct 16, 2015
-
-
Sergio Gómez authored
-
- Oct 11, 2015
-
-
Sergio Gómez authored
-
- Aug 05, 2015
-
-
Jaime Perez Crespo authored
-
- May 27, 2015
-
-
Maks3w authored
Implies update simplesamlphp/saml2 because share the same dependency
-
- May 26, 2015
-
-
Olav Morken authored
-
- May 13, 2015
-
-
Jaime Perez Crespo authored
-
- Jan 12, 2015
-
-
Thijs Kinkhorst authored
& make phpunit dev dependency explicit.
-
Brook Schofield authored
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!
-
- Nov 12, 2014
-
-
Jaime Perez authored
-
- Nov 05, 2014
-
-
Jaime Perez authored
-