- Mar 12, 2025
-
-
David Prévot authored
-
David Prévot authored
-
David Prévot authored
This reverts commit 5d0a4330.
-
David Prévot authored
- Nov 18, 2024
-
-
James Valleroy authored
-
James Valleroy authored
-
James Valleroy authored
- Mar 08, 2024
-
-
David Prévot authored
- Sep 19, 2022
-
-
James Valleroy authored
-
James Valleroy authored
Repository configured to use: recipes/debian.yml@salsa-ci-team/pipeline
-
James Valleroy authored
-
James Valleroy authored
Update to upstream version 'v3.5.0' with Debian dir 9167846d964750474c5379674362f89e99180ddb
-
James Valleroy authored
Create tag 3.5.0
- Nov 26, 2021
-
-
David Prévot authored
-
David Prévot authored
- Nov 24, 2021
-
-
David Prévot authored
-
- Oct 28, 2021
-
-
Fabien Potencier authored
This PR was merged into the main branch. Discussion ---------- Fix support for PHP 8.1 Avoid deprecated warnings about Iterator and ArrayAccess interfaces methods typing. Commits ------- 7a4a44b1 Fix return types dade71d5 Fix support for PHP 8.1 8c28b6e4 Add php 8.1 to CI testing
-
Fabien Potencier authored
-
Côme Chilliet authored
-
Elan Ruusamäe authored
-
- Oct 27, 2021
-
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was merged into the main branch. Discussion ---------- Allow psr/container 2.x Replaces #265, Obsoletes #267 - [x] Composer: Allow psr/container ^2.0 - [x] Depends on https://github.com/silexphp/Pimple/pull/269 being merged - [x] CI: test Pimple with version 1 AND version 2 of the PSR to be sure that both work well. Commits ------- 1c74901a CI: Test psr/container ^1.1 and ^2.0 3eb5ba65 Allow psr/container ^2.0 dependency
-
Elan Ruusamäe authored
-
Greg ORIOL authored
Signed-off-by:
Elan Ruusamäe <glen@delfi.ee> Co-authored-by:
Elan Ruusamäe <glen@delfi.ee>
-
Fabien Potencier authored
This PR was squashed before being merged into the main branch. Discussion ---------- Replace Travis with GitHub Actions Based on my previous work on https://github.com/zf1s/zf1 PHP 8.1 is omitted, it should be added via https://github.com/silexphp/Pimple/pull/266 refs: - https://github.com/silexphp/Pimple/pull/268#issuecomment-952059965 Commits ------- 0e037487 Replace Travis with GitHub Actions
-
Elan Ruusamäe authored
-
- Mar 06, 2021
-
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was merged into the 3.3.x-dev branch. Discussion ---------- Implement psr/container 1.1 This PR proposes to upgrade Pimple's PSR-11 implementation with parameter type declarations from `psr/container` 1.1. Since the `Container` class is `final`, I have also added a return type to the `has()` method as a preparation for version 2 of the interfaces. Unfortunately, the `ServiceLocator` class is not final, so I could not add the return type here as that would be a BC break. If I'm not mistaken, this would be the only change necessary for `psr/container` 2. Commits ------- 966b7921 Implement psr/container 1.1
-
Fabien Potencier authored
This PR was merged into the 3.3.x-dev branch. Discussion ---------- Run the tests on PHP 8.0 The test suite is currently run on PHP 7.2, 7.3, 7.4 and 8.1-dev (`nightly`). I think it should be run on PHP 8.0 too, which is the current stable PHP release. Commits ------- 3f7cb93b Run the tests on PHP 8.0
-
- Mar 05, 2021
-
-
Alexander M. Turek authored
-
Alexander M. Turek authored
-
- Jan 04, 2021
-
-
Fabien Potencier authored
This PR was merged into the 3.3.x-dev branch. Discussion ---------- Fix compatibility typo Commits ------- 4711b2ae Fix compatibility typo
-
- Dec 22, 2020
-
-
Sam Reed authored
-
- Nov 30, 2020
-
-
Fabien Potencier authored
-