-
Any chance of getting support for [PSR-4](https://github.com/php-fig/fig-standards/blob/master/proposed/psr-4-autoloader/psr-4-autoloader.md)?
I imagine this will add a level of complexity as you wil…
-
I have been working on a fork here:
https://github.com/academe/phpParticle
The aims were initially to make working with composer a little smoother. I've then decided to remove the reliance on curl a…
-
This is TutMo2 by Dan and Kiel.
The intended exercises are
* simple Zgoubi example with computation of the PSR lattice functions
* more complex example with the numerical computation of chromaticit…
-
This will drop PHP5 and force us to release a new major version.
-
"psr/http-message": "^2.0"
The src/Helper.php need to be updated
` if ($httpMessage instanceof ResponseInterface) {
$xmlString = (string)$httpMessage->getBody();
…
-
I have a new typo3 13 LTS with introduction package on opensuse leap 15.6 (only introduction, no new pages)
error :
Indexed Search
TYPO3 ships with a ready to use search.
Oops, an error occurred…
-
With this short snippet...
```php
-
Hey there,
Is it possible to allow `http-message ^2.0`, too? We can't use your package right now because of
```
- greew/oauth2-azure-provider v1.0.4 requires psr/http-message ^1.0 -> found psr/…
-
I want to start a discussion about implementation of middleware interface in qcubed.
As i can understand psr-7 implementations works with nesting requests and response objects between middlewares and…
-
Hi,
I'm currently using the PSR-7 version with Zend Expressive 2, but I'm facing some obstacles on adapting it to work with Zend Expressive 3.
Is there any plans to create a PSR-15 version of th…