-
Since PHP 7 is past EOL, how about dropping it altogether?
Symfony 6 requires PHP 8, it'll just make going forward easier to not continue to support outdated tools.
We can use rector to refact…
-
Motivation: I wanted to build a PSR-7 compliant Swagger Validation and searched for some libraries I can use for this. So I found this library and looked a bit through the code and made a simple test …
-
The current `composer.json` `autoload` directive causes Bitpay's `src` directory to be used as fallback autoload directory. This behavior is caused because the "key"-value of `autoload/psr-4/*` is `""…
-
After upgrading my dependencies to the latest version and switching from ^2.0 to ^3.0 I get the following error and the field is not rendering anymore.
```
nova-file-manager:36 Uncaught TypeError:…
-
### Environment
#### Sonata packages
show
```
$ composer show --latest 'sonata-project/*'
Direct dependencies required in composer.json:
sonata-project/admin-bundle 4.31.0…
-
My `composer.json`:
```json
"autoload": {
"psr-4": {
"App\\": "app/",
"Modules\\": "Modules/",
"Database\\Factories\\": "database/factories/",
…
-
None of the PSRs for Coding Standards, nor PER-CS, explicitly indicate whether the opening tag for PHP should be in lowercase, though this is very much implied in PSR-1 - see https://www.php-fig.org/p…
-
Main bottlenecks:
1. not using pytest-xdist (TOP prio which has been investigated by both @seitzdom and @m.dagrada only to result in issues with gitlab runners, this however change when we switch to …
-
- [x] I was not able to find an [open](https://github.com/zendframework/zend-expressive-fastroute/issues?q=is%3Aopen) or [closed](https://github.com/zendframework/zend-expressive-fastroute/issues?q=i…
-
### Is your feature request related to a problem? Please describe.
From [PSR-2 Coding Style Guide](https://www.php-fig.org/psr/psr-2/):
> **Deprecated** - As of 2019-08-10 PSR-2 has been marked as…