Dieter Beck

Results 29 issues of Dieter Beck

Are there any plans to set up [Github Actions](https://docs.github.com/en/actions) in order to run the tests in the CI? The CI could be easily configured in a way that it runs...

I noticed that https://github.com/propelorm/Propel2 was revived. It would be great to see this symfony bundle being revived, too. https://github.com/propelorm/PropelBundle/pull/504 has already started to add compatibility with symfony 5.x. However, it...

CI is currently failing for PHP > 7.1 due to some deprecations triggered by https://github.com/rozwell/symfony1. I have prepared https://github.com/rozwell/symfony1/pull/1 which should fix them.

We are using [version 1.0.12](https://github.com/metaregistrar/php-epp-client/releases/tag/1.0.12) with PHP 8.2 which is fine in general. However, we still notice the deprecation warning fixed by https://github.com/metaregistrar/php-epp-client/pull/365 because no new version containing this fix...

``` Package zendframework/zend-stdlib is abandoned, you should avoid using it. Use laminas/laminas-stdlib instead. Package zendframework/zend-validator is abandoned, you should avoid using it. Use laminas/laminas-validator instead. Package zendframework/zend-escaper is abandoned, you...

| Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | Doc updated | yes | BC breaks? | no | Deprecations?...

I get the following error when using this bundle with symfony 7 and calling `bin/console cache:clear`: ``` The service "hateoas.configuration.metadata.annotation_driver" has a dependency on a non-existent service "annotation_reader". ``` This...

According to https://github.com/SoftCreatR/JSONPath/blob/main/CHANGELOG.md#090 dropping support for PHP < 8.1 is the only "breaking change" compared to v0.8.

Furthermore, nullable parameter types are defined explicitly because not doing that will be deprecated in PHP 8.4: https://wiki.php.net/rfc/deprecate-implicitly-nullable-types

Implicitly nullable parameter types are going to be deprecated in PHP 8.4 (https://wiki.php.net/rfc/deprecate-implicitly-nullable-types). This PR makes them nullable explicitly. Since nullable types were added in PHP 7.1 this PR drops...