Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Slim Framework

Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.
Collective - Host: opensource - https://opencollective.com/slimphp - Code: https://github.com/slimphp/Slim

Merge pull request #3308 from slimphp/dependabot/composer/squizlabs/php_codesniffer-tw-3.8

Update squizlabs/php_codesniffer requirement from ^3.7 to ^3.8

github.com/slimphp/Slim - 7354f85722b89ac08763baf326a15cc11c162837 authored 12 months ago by Pierre B <[email protected]>
Update squizlabs/php_codesniffer requirement from ^3.7 to ^3.8

Updates the requirements on [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_Co...

github.com/slimphp/Slim - ae3a7f5ccf313b8003fc7825d2943823590f4f2f authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3306 from slimphp/dependabot/composer/phpspec/prophecy-tw-1.18

Update phpspec/prophecy requirement from ^1.17 to ^1.18

github.com/slimphp/Slim - 627d9a17581e7d22a4e1d116b78cc3f77973aac1 authored 12 months ago by Pierre B <[email protected]>
Update phpspec/prophecy requirement from ^1.17 to ^1.18

Updates the requirements on [phpspec/prophecy](https://github.com/phpspec/prophecy) to permit th...

github.com/slimphp/Slim - b491c8b83082b492957b562961a48b237f642a3b authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3305 from slimphp/dependabot/composer/phpspec/prophecy-phpunit-tw-2.1

Update phpspec/prophecy-phpunit requirement from ^2.0 to ^2.1

github.com/slimphp/Slim - c8ab84b22e624c1b247fb87a6d55b2d7eaa6a391 authored 12 months ago by Pierre B <[email protected]>
Update phpspec/prophecy-phpunit requirement from ^2.0 to ^2.1

Updates the requirements on [phpspec/prophecy-phpunit](https://github.com/phpspec/prophecy-phpun...

github.com/slimphp/Slim - 1005adcbb47b63abbc067a74f37ee82933b9ac5a authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3302 from rotexdegba/github-issue-3296-psr-http-message-version-requirement-bump-up

Add support for psr/http-message ^2.0

github.com/slimphp/Slim - 917c9df1d5e9f47f18f444aa6dbdaba0246f3cb8 authored about 1 year ago by Pierre B <[email protected]>
Merge branch '4.x' into github-issue-3296-psr-http-message-version-requirement-bump-up

github.com/slimphp/Slim - 187172d286e9bac3d9bb752d6df28b601f3b8be9 authored about 1 year ago by Pierre B <[email protected]>
Merge pull request #3299 from akrabat/update-for-php83

Update tests and add PHP 8.3 to the CI matrix

github.com/slimphp/Slim - 56ead41467e94bff4541adb53f88ccb57ebafdb0 authored about 1 year ago by Pierre B <[email protected]>
Bumped psr/http-message requirement from '^1.1' to '^1.1 || ^2.0'

github.com/slimphp/Slim - e7de12b9bc699abe1530ba8965c892b61215d56e authored about 1 year ago by rotimi <[email protected]>
Bumped psr/http-message requirement from '^1.1' to '^1.1 || ^2.0'

github.com/slimphp/Slim - 538998a1b1670067a01e5107c830bcd491bb9dcc authored about 1 year ago by rotimi <[email protected]>
Import ReflectionClass

github.com/slimphp/Slim - 4bfb12aa55e70a22c4826c1d867b5d7ec1b5eb53 authored about 1 year ago by Rob Allen <[email protected]>
Merge branch '4.x' into update-for-php83

github.com/slimphp/Slim - 60130681da3f144f983ab7075440dcde5020fb86 authored about 1 year ago by Pierre B <[email protected]>
Merge pull request #3297 from derrabus/bump/diactoros

Allow Diactoros 3

github.com/slimphp/Slim - ca951fb9d18d0a9fc014dc71954dc83185213edc authored about 1 year ago by Pierre B <[email protected]>
Merge branch '4.x' into bump/diactoros

github.com/slimphp/Slim - 0ff628c5ccb240889d88da6544acf6da02ededdc authored about 1 year ago by Pierre B <[email protected]>
Merge pull request #3301 from slimphp/dependabot/composer/nyholm/psr7-server-tw-1.1

Update nyholm/psr7-server requirement from ^1.0 to ^1.1

github.com/slimphp/Slim - a0d07d6ff68d9df8c02ce783b20344863491b8a5 authored about 1 year ago by Pierre B <[email protected]>
Update nyholm/psr7-server requirement from ^1.0 to ^1.1

Updates the requirements on [nyholm/psr7-server](https://github.com/Nyholm/psr7-server) to permi...

github.com/slimphp/Slim - 311a19180f1d741088f0eadab6ef6923aabd62ed authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Use setStaticPropertyValue() to set static properties in tests

From PHP 8.3, calling ReflectionProperty::setValue() with a single value
is deprecated, so we us...

github.com/slimphp/Slim - 28e63191477b41d8208a17f630a6f451bedcce6c authored about 1 year ago by Rob Allen <[email protected]>
Add PHP 8.3 to the CI matrix

Also use 8.2 for the CS and static analysis tests.

github.com/slimphp/Slim - 85a19ec091d195a264a8dc27a30409bc610b6eb2 authored about 1 year ago by Rob Allen <[email protected]>
Remove unused reflected property in ErrorHandlerTest

It's not used and causes a warning.

github.com/slimphp/Slim - fb556263897d2ea15615f51e4f2ade644b81a3c1 authored about 1 year ago by Rob Allen <[email protected]>
Update BodyParsingMiddlewareTest

Dynamically adding a property to a class is deprecated and so rather
than adding the request to ...

github.com/slimphp/Slim - 4c7e0cfe6cca0c9c0b0d5b454302ece0bf73809b authored about 1 year ago by Rob Allen <[email protected]>
Allow Diactoros 3

github.com/slimphp/Slim - 7614f68861772f73a8c71fdb9f1df5268a204de4 authored about 1 year ago by Alexander M. Turek <[email protected]>
Merge pull request #3290 from slimphp/dependabot/github_actions/actions/checkout-4

Bump actions/checkout from 3 to 4

github.com/slimphp/Slim - fdb6d614700a4e9390c3b08dde96e1f9147ec3fc authored about 1 year ago by Pierre B <[email protected]>
Merge branch '4.x' into dependabot/github_actions/actions/checkout-4

github.com/slimphp/Slim - 7fac49541a9443d63c0855b245f1dfffebd16f61 authored about 1 year ago by Pierre B <[email protected]>
Merge pull request #3285 from slimphp/dependabot/composer/guzzlehttp/psr7-tw-2.6

Update guzzlehttp/psr7 requirement from ^2.5 to ^2.6

github.com/slimphp/Slim - 117138779ac9f27537886c07da5d39fa1a48082f authored about 1 year ago by Pierre B <[email protected]>
Merge branch '4.x' into dependabot/composer/guzzlehttp/psr7-tw-2.6

github.com/slimphp/Slim - 77e74d456deeabec844a941470b162765a801ef2 authored about 1 year ago by Pierre B <[email protected]>
Merge pull request #3291 from l0gicgate/fix-line-length

Fix line length

github.com/slimphp/Slim - d5463929744cec16f96154aa8da9ab3d55b5179d authored about 1 year ago by Pierre B <[email protected]>
fix line length

github.com/slimphp/Slim - 47ab47349473c98deb115d3fdee521e1178f94f5 authored about 1 year ago by Pierre Bérubé <[email protected]>
Bump actions/checkout from 3 to 4

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](htt...

github.com/slimphp/Slim - b64565437da259ade8db8eef0e5a207a10782261 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update guzzlehttp/psr7 requirement from ^2.5 to ^2.6

Updates the requirements on [guzzlehttp/psr7](https://github.com/guzzle/psr7) to permit the late...

github.com/slimphp/Slim - cef39a9446650f71bb3b7f3230f88234648d34ed authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3277 from flavioheleno/patch-1

Create HttpTooManyRequestsException.php

github.com/slimphp/Slim - 6de4dc6395a1aa902a5b7b5857284b73242900bb authored over 1 year ago by Pierre B <[email protected]>
Merge pull request #3278 from flavioheleno/patch-2

Remove HttpGoneException executable flag

github.com/slimphp/Slim - 7ed49f198302d917ebe140b0623434df42242c59 authored over 1 year ago by Pierre B <[email protected]>
Remove HttpGoneException executable flag

github.com/slimphp/Slim - 5edfd792d1cebf671bf9d01cad9d006dddf787c0 authored over 1 year ago by Flavio Heleno <[email protected]>
Create HttpTooManyRequestsException.php

github.com/slimphp/Slim - 6e9596570db20c902047babd5f690b9f572fff25 authored over 1 year ago by Flávio Heleno <[email protected]>
Merge pull request #3275 from l0gicgate/4.12.0-release

Update App::VERSION to 4.12.0

github.com/slimphp/Slim - e9e99c2b24398b967841c6c4c3048622cc7e2b18 authored over 1 year ago by Pierre B <[email protected]>
update App::VERSION to 4.12.0

github.com/slimphp/Slim - a2038b4ed8b99623b1f1b389025676e65a59617f authored over 1 year ago by Pierre Bérubé <[email protected]>
Merge pull request #3271 from papparazzo/prevent_multiple_entries_of_same_method

prevent multiple entries of same methode in FastRouteDispatcher

github.com/slimphp/Slim - 3cf4c9935c569ac96f82791955f3a0bce782fc96 authored over 1 year ago by Pierre B <[email protected]>
prevent multiple entries of same methode

github.com/slimphp/Slim - 40ed473c21d74a353f1156d7229c5d8d63bdfe1d authored over 1 year ago by papparazzo <[email protected]>
Merge pull request #3270 from slimphp/dependabot/composer/httpsoft/http-message-tw-1.1

Update httpsoft/http-message requirement from ^1.0 to ^1.1

github.com/slimphp/Slim - 8298785288f38f6a744c57cabf350e2b887699ee authored over 1 year ago by Pierre B <[email protected]>
Update httpsoft/http-message requirement from ^1.0 to ^1.1

Updates the requirements on [httpsoft/http-message](https://github.com/httpsoft/http-message) to...

github.com/slimphp/Slim - 03d568378086679f9e77bfd5ae23853379715c20 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3269 from slimphp/dependabot/composer/httpsoft/http-server-request-tw-1.1

Update httpsoft/http-server-request requirement from ^1.0 to ^1.1

github.com/slimphp/Slim - 18b47641ed8c2716e5fe5c893066567d27652ec3 authored over 1 year ago by Pierre B <[email protected]>
Update httpsoft/http-server-request requirement from ^1.0 to ^1.1

Updates the requirements on [httpsoft/http-server-request](https://github.com/httpsoft/http-serv...

github.com/slimphp/Slim - e74f813d2b991e43d1ac3c90fa572cc172beb4a0 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3267 from slimphp/dependabot/composer/nyholm/psr7-tw-1.8

Update nyholm/psr7 requirement from ^1.7 to ^1.8

github.com/slimphp/Slim - 08d13f73465fe1aa41b50cd840d3d8c535fe2d3e authored over 1 year ago by Pierre B <[email protected]>
Update nyholm/psr7 requirement from ^1.7 to ^1.8

Updates the requirements on [nyholm/psr7](https://github.com/Nyholm/psr7) to permit the latest v...

github.com/slimphp/Slim - 257059878bbc74521ae7f8aa10fb09050b8b2f6e authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3266 from slimphp/dependabot/composer/guzzlehttp/psr7-tw-2.5

Update guzzlehttp/psr7 requirement from ^2.4 to ^2.5

github.com/slimphp/Slim - 192100cae3aca18964c4d1c82d378365a86115c8 authored over 1 year ago by Pierre B <[email protected]>
Merge pull request #3265 from slimphp/dependabot/composer/nyholm/psr7-tw-1.7

Update nyholm/psr7 requirement from ^1.5 to ^1.7

github.com/slimphp/Slim - 9861fa4de6e8be58365e89aa60247e71b0b2f8c7 authored over 1 year ago by Pierre B <[email protected]>
Merge pull request #3264 from slimphp/dependabot/composer/psr/http-message-tw-1.1

Update psr/http-message requirement from ^1.0 to ^1.1

github.com/slimphp/Slim - 1bdd17a6f5be05be696ea5a88b51f148451fe52c authored over 1 year ago by Pierre B <[email protected]>
Update guzzlehttp/psr7 requirement from ^2.4 to ^2.5

Updates the requirements on [guzzlehttp/psr7](https://github.com/guzzle/psr7) to permit the late...

github.com/slimphp/Slim - 3543405d5f5080bb3eeff5e13f74e1c6a4be8491 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update nyholm/psr7 requirement from ^1.5 to ^1.7

Updates the requirements on [nyholm/psr7](https://github.com/Nyholm/psr7) to permit the latest v...

github.com/slimphp/Slim - bd56c86fbb68fdb9c4a42719de45651c7b13b9cb authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update psr/http-message requirement from ^1.0 to ^1.1

Updates the requirements on [psr/http-message](https://github.com/php-fig/http-message) to permi...

github.com/slimphp/Slim - 98c04fa483b1c3a82d57556c3011e874f31ff6d1 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3255 from slimphp/dependabot/composer/phpstan/phpstan-tw-1.10

Update phpstan/phpstan requirement from ^1.9 to ^1.10

github.com/slimphp/Slim - f7008525bd494aea1a1fd2b41f8792cf8d634b7e authored almost 2 years ago by Pierre B <[email protected]>
Merge branch '4.x' into dependabot/composer/phpstan/phpstan-tw-1.10

github.com/slimphp/Slim - 21d8354103ce139a038d3d3045220c7120dd3e70 authored almost 2 years ago by Pierre B <[email protected]>
Merge pull request #3256 from slimphp/dependabot/composer/phpspec/prophecy-tw-1.17

Update phpspec/prophecy requirement from ^1.16 to ^1.17

github.com/slimphp/Slim - cff51e93088ad9f8be44d5b47cf33f222af168cd authored almost 2 years ago by Pierre B <[email protected]>
Merge pull request #3253 from jsanahuja/fix-http-bad-request-exception-literal

Fix HttpBadRequestException description

github.com/slimphp/Slim - 6d05f11499bdc8d33df40bc0ff79c6cdadfc29e3 authored almost 2 years ago by Pierre B <[email protected]>
Merge branch '4.x' into fix-http-bad-request-exception-literal

github.com/slimphp/Slim - 591d112a8c203bf963947aece35e73081c448c6d authored almost 2 years ago by Pierre B <[email protected]>
Update phpspec/prophecy requirement from ^1.16 to ^1.17

Updates the requirements on [phpspec/prophecy](https://github.com/phpspec/prophecy) to permit th...

github.com/slimphp/Slim - bbf35620334bb1a67008833eeff6a3d81145b670 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3254 from slimphp/dependabot/composer/phpunit/phpunit-tw-9.6

Update phpunit/phpunit requirement from ^9.5 to ^9.6

github.com/slimphp/Slim - fdf2dab74c8fbcf36f5bd1383d76e1ccf118194b authored almost 2 years ago by Pierre B <[email protected]>
Update phpstan/phpstan requirement from ^1.9 to ^1.10

Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the ...

github.com/slimphp/Slim - e3e4bf0ba7ff4dc9f21d4ee0cb81cbc74893449f authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update phpunit/phpunit requirement from ^9.5 to ^9.6

Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to p...

github.com/slimphp/Slim - 11cd1b3c81db2f2dfe2e15939c1a96ec6b1dc6dc authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix HttpBadRequestException description

github.com/slimphp/Slim - d33c3d94171014db71ef25a01f576c6fa45972cd authored almost 2 years ago by Javier Sanahuja <[email protected]>
Merge pull request #3249 from takaram/patch-1

Bump App::VERSION to 4.11.0

github.com/slimphp/Slim - 6fbf22fe4b25672583aa94a7b8ea40d036b10c85 authored almost 2 years ago by Pierre B <[email protected]>
Bump App::VERSION to 4.11.0

Related to #3244, #3248.

github.com/slimphp/Slim - 7a96c211c38aebc04ef1be786500aa6f41f377e8 authored almost 2 years ago by takaram <[email protected]>
Merge pull request #3245 from githubjeka/4.x-route

feat: Added ability to override RouteGroupInterface

github.com/slimphp/Slim - 56c62736f86f3da323072b071f06a92b0ac5a419 authored almost 2 years ago by Rob Allen <[email protected]>
Update docblock for Route::__construct()

github.com/slimphp/Slim - 858ec7ebab627a2ef2824b88c31cf9a36ef17158 authored almost 2 years ago by Rob Allen <[email protected]>
Merge branch '4.x' into 4.x-route

github.com/slimphp/Slim - 58efb8d69778fbff90226acf2c969f2d9a25dcfd authored almost 2 years ago by Rob Allen <[email protected]>
Merge pull request #3248 from flangofas/patch-1

Changelog of v4.11.0

github.com/slimphp/Slim - 856cdf22dc7b7a8ddd6940bb23dbe9f2cfa96732 authored almost 2 years ago by Rob Allen <[email protected]>
Changelog of v4.11.0

github.com/slimphp/Slim - b182598387963b98ccb393530f15f46afb3995c1 authored almost 2 years ago by Antonis Flangofas <[email protected]>
Merge branch '4.x' into 4.x-route

github.com/slimphp/Slim - cef0d378cdac275f5eede3f3524b65bc766d0228 authored almost 2 years ago by Pierre B <[email protected]>
Merge pull request #3246 from Rotzbua/patch-1

Add GH actions to dependabot

github.com/slimphp/Slim - 30b85fcd0c355870da2a40b669223d0959453739 authored almost 2 years ago by Pierre B <[email protected]>
Merge branch '4.x' into patch-1

github.com/slimphp/Slim - 46933be235da26181be09b3fa5e28c5f0da68fb4 authored almost 2 years ago by Pierre B <[email protected]>
Merge pull request #3243 from Rotzbua/add_php82

Add php 8.2 to Github test

github.com/slimphp/Slim - c7531b0e712a8e1e1c50c9933c66599fa3a2fea9 authored almost 2 years ago by Pierre B <[email protected]>
Add GH actions to dependabot

github.com/slimphp/Slim - c2e8d8d4871c721836b1a5a1658efc181ce55425 authored almost 2 years ago by Rotzbua <[email protected]>
test: Fix tests

github.com/slimphp/Slim - 77dc28dec66537336fb1ebbbbdc176a5b8f354b2 authored almost 2 years ago by Evgeniy Tkachenko <[email protected]>
feat: Added ability to override RouteGroupInterface

Added methods RouteCollector::createGroup and createProxy

github.com/slimphp/Slim - 0c72421da647cfb423d971f3055b5e65eb9208c9 authored almost 2 years ago by Evgeniy Tkachenko <[email protected]>
Add php 8.2 to Github test

github.com/slimphp/Slim - ee7796c3bf3e346399f89794525c6058346e0e94 authored almost 2 years ago by Rotzbua <[email protected]>
Merge pull request #3238 from slimphp/dependabot/composer/slim/http-tw-1.3

Update slim/http requirement from ^1.2 to ^1.3

github.com/slimphp/Slim - a44d0a70d49ae86d1177503b7d734303d30ea9a6 authored about 2 years ago by Pierre B <[email protected]>
Update slim/http requirement from ^1.2 to ^1.3

Updates the requirements on [slim/http](https://github.com/slimphp/Slim-Http) to permit the late...

github.com/slimphp/Slim - 0ac2c74797f5af457fb77cbcb756d4eda3bfe743 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3240 from slimphp/dependabot/composer/phpspec/prophecy-tw-1.16

Update phpspec/prophecy requirement from ^1.15 to ^1.16

github.com/slimphp/Slim - b3d891228bbc1d1b0f29b47ebbd12e44ac7dd187 authored about 2 years ago by Pierre B <[email protected]>
Merge pull request #3239 from slimphp/dependabot/composer/slim/psr7-tw-1.6

Update slim/psr7 requirement from ^1.5 to ^1.6

github.com/slimphp/Slim - 508b18ec9933b67875c0a653aea7793cea14369e authored about 2 years ago by Pierre B <[email protected]>
Update phpspec/prophecy requirement from ^1.15 to ^1.16

Updates the requirements on [phpspec/prophecy](https://github.com/phpspec/prophecy) to permit th...

github.com/slimphp/Slim - fb8a6739a716829e0f1692849d1d5fb27fd693d9 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update slim/psr7 requirement from ^1.5 to ^1.6

Updates the requirements on [slim/psr7](https://github.com/slimphp/Slim-Psr7) to permit the late...

github.com/slimphp/Slim - 16fadefe93ffaa1d271417f62e3e3afe2082f634 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3241 from slimphp/dependabot/composer/adriansuter/php-autoload-override-tw-1.4

Update adriansuter/php-autoload-override requirement from ^1.3 to ^1.4

github.com/slimphp/Slim - fbd862dc60a6e58d110d299f0d5c8d144b833a0c authored about 2 years ago by Pierre B <[email protected]>
Update adriansuter/php-autoload-override requirement from ^1.3 to ^1.4

Updates the requirements on [adriansuter/php-autoload-override](https://github.com/adriansuter/p...

github.com/slimphp/Slim - 599fc83c1f1765ae82ed60644c8ed773bb5219a5 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3237 from slimphp/dependabot/composer/phpstan/phpstan-tw-1.9

Update phpstan/phpstan requirement from ^1.8 to ^1.9

github.com/slimphp/Slim - c36907b53add29f98d8b9ac29faed7ec9abcbe90 authored about 2 years ago by Pierre B <[email protected]>
Update phpstan/phpstan requirement from ^1.8 to ^1.9

Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the ...

github.com/slimphp/Slim - 1683f4adc22d01bc3666c2de59bb29cf13742a2b authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3220 from amirkhodabande/refactor

Refactor

github.com/slimphp/Slim - 75d5613c9bd71030d36d2b330724881cc3f31f7f authored about 2 years ago by Rob Allen <[email protected]>
Merge branch '4.x' into refactor

# Conflicts:
# tests/Middleware/MethodOverrideMiddlewareTest.php

github.com/slimphp/Slim - 2739c2c5875075eee1c983a984a0907203ef95b6 authored about 2 years ago by Amir <[email protected]>
rename the php 8 constant name

github.com/slimphp/Slim - 28e047a67b5aef33ec043f70f0d09d7fa12d0b6f authored about 2 years ago by Amir <[email protected]>
Merge pull request #3235 from BusterNeece/4.x

Persist routes indexed by name in RouteCollector for improved performance.

github.com/slimphp/Slim - b0f4ca393ea037be9ac7292ba7d0a34d18bac0c7 authored about 2 years ago by Rob Allen <[email protected]>
Remove log output from PHPUnit output

These tests aren't testing the log output, so they just clutter up the
PHPUnit output for no rea...

github.com/slimphp/Slim - c0bc6a53877883d6557b752381c443697b0641b4 authored about 2 years ago by Rob Allen <[email protected]>
Tidy up PHPUnit output

Don't output the tip to the log.

github.com/slimphp/Slim - 3abf74276f985a148e6ea575df0ae44eb57b47b1 authored about 2 years ago by Rob Allen <[email protected]>
Merge branch '4.x' of https://github.com/BusterNeece/Slim into 4.x

github.com/slimphp/Slim - 29e367893483f022384cb5cbc154a9446b2dd7dc authored about 2 years ago by Buster Neece <[email protected]>
Requested fixes.

github.com/slimphp/Slim - aa7f3316a009d4853eda5d720d80c6c5c6d5dee9 authored about 2 years ago by Buster Neece <[email protected]>
Merge branch '4.x' into 4.x

github.com/slimphp/Slim - 2b3ae225d24d977d2c697ad0b4bafabd002af540 authored about 2 years ago by Rob Allen <[email protected]>
Merge pull request #3228 from peter279k/assertion_enhancement

Using assertSame to let assert equal be restricted

github.com/slimphp/Slim - ca629c1951afa620943e3e87b80ee76a1b3134c4 authored about 2 years ago by Rob Allen <[email protected]>
Update workflow versions

github.com/slimphp/Slim - 3c135026886da2d5ca3112e65598db4e5524c4d6 authored about 2 years ago by Rob Allen <[email protected]>
Merge branch '4.x' into assertion_enhancement

github.com/slimphp/Slim - 5155c4faca0bf1091baee43e4e9352d9417d8f6d authored about 2 years ago by Rob Allen <[email protected]>
Persist routes indexed by name for improved performance.

Signed-off-by: Buster Neece <[email protected]>

github.com/slimphp/Slim - 5542d85ddb8645e2b6bba2d91905863ecf380edd authored about 2 years ago by Buster Neece <[email protected]>
Merge pull request #3229 from slimphp/dependabot/composer/laminas/laminas-diactoros-tw-2.17

Update laminas/laminas-diactoros requirement from ^2.14 to ^2.17

github.com/slimphp/Slim - 3d7ea05dfa8e4b29d4300cae410573f4b8b5b9cb authored over 2 years ago by Pierre B <[email protected]>
Update laminas/laminas-diactoros requirement from ^2.14 to ^2.17

Updates the requirements on [laminas/laminas-diactoros](https://github.com/laminas/laminas-diact...

github.com/slimphp/Slim - f17c378c6c0ec97fd7259aeebecf8cf9d753e208 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>