Package: php-slim / 3.12.5-4
Metadata
| Package | Version | Patches format |
|---|---|---|
| php-slim | 3.12.5-4 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| support phpunit 6 and later.patch | (download) |
tests/AppTest.php |
21 11 + 10 - 0 ! |
modify tests for phpunit >= 6 |
| 0002 example Use installed autoloader.patch | (download) |
example/README.md |
14 3 + 11 - 0 ! |
example: use installed autoloader Signed-off-by: James Valleroy <jvalleroy@mailbox.org> |
| 0003 Adapt to recent version of PHPUnit 9.patch | (download) |
tests/AppTest.php |
489 409 + 80 - 0 ! |
adapt to recent version of phpunit (9) |
| 0004 Slim Http Handle strict type checking in method_exis.patch | (download) |
Slim/Http/Response.php |
3 2 + 1 - 0 ! |
slim/http: handle strict type checking in method_exists for php 8.0 These functions accept either strings or objects that can convert to strings. If the parameter is not a string, check if it is an object before calling method_exists. |
| 0005 Change setMethods to addMethods onlyMethods.patch | (download) |
tests/AppTest.php |
4 2 + 2 - 0 ! |
change setmethods to addmethods/onlymethods |
| 0006 Make test providers static.patch | (download) |
tests/Handlers/ErrorTest.php |
2 1 + 1 - 0 ! |
make test providers static |
| 0007 Update regex assertions.patch | (download) |
tests/AppTest.php |
6 3 + 3 - 0 ! |
update regex assertions |
| 0008 Use ProphecyTrait.patch | (download) |
tests/Http/RequestTest.php |
3 3 + 0 - 0 ! |
use prophecytrait |
| 0009 Use assertFileDoesNotExist.patch | (download) |
tests/Http/UploadedFilesTest.php |
2 1 + 1 - 0 ! |
use assertfiledoesnotexist |
| 0010 Exclude Mocks folder from tests.patch | (download) |
phpunit.xml.dist |
1 1 + 0 - 0 ! |
exclude mocks folder from tests |
| 0011 Modernize PHPUnit syntax.patch | (download) |
tests/AppTest.php |
4 4 + 0 - 0 ! |
modernize phpunit syntax |
| 0012 Mark the Collection class as ReturnTypeWillChange fo.patch | (download) |
Slim/Collection.php |
6 6 + 0 - 0 ! |
mark the collection class as returntypewillchange for php deprecations |
| 0013 Add support for PSR container v2.patch | (download) |
Slim/Container.php |
2 1 + 1 - 0 ! |
add support for psr container v2 |
| 0015 Compatibility with recent PHPUnit 13.patch | (download) |
tests/AppTest.php |
4 2 + 2 - 0 ! |
compatibility with recent phpunit (13) |
