Skip to content
Snippets Groups Projects
  1. Mar 12, 2025
  2. Nov 18, 2024
  3. Mar 08, 2024
  4. Sep 19, 2022
  5. Nov 26, 2021
  6. Nov 24, 2021
  7. Oct 28, 2021
  8. Oct 27, 2021
  9. Mar 06, 2021
    • Fabien Potencier's avatar
      Bump to 3.4 · 86406047
      Fabien Potencier authored
      86406047
    • Fabien Potencier's avatar
      Update CHANGELOG · 9ef5c7f1
      Fabien Potencier authored
      9ef5c7f1
    • Fabien Potencier's avatar
      feature #262 Implement psr/container 1.1 (derrabus) · 15077931
      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
      15077931
    • Fabien Potencier's avatar
      minor #263 Run the tests on PHP 8.0 (derrabus) · 02472216
      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
      02472216
  10. Mar 05, 2021
  11. Jan 04, 2021
  12. Dec 22, 2020
  13. Nov 30, 2020
Loading