-
Following the instructions on https://devdocs.magento.com/guides/v2.3/comp-mgr/cli/cli-upgrade.html for upgrading Magento, I got this error when executing the command "php bin/magento setup:upgrade"
…
-
You can not redefine a specific parameter of a complex rule like `binary_operator_spaces` -> `default` due to its complexity.
When you try redefine it like this:
```php
'binary_operator_spaces' …
-
With the following composer.json:
``` json
{
"require": {
"php": ">=5.3.3",
"friendsofsymfony/user-bundle": "v2.0.0-alpha1",
"symfony/symfony": "^2.6"
},
"require-…
-
After installing https://github.com/buzzingpixel/twig-switch and using syntax like:
```twig
{% switch myVar %}
{% case 'value1' %}
{# ...code here to run for value1 #}
{% case '…
-
Hello,
Thanks for this extension, it works like a charm and is currently the only one that works for me. However, I would suggest adding the possibility to specify multiple config files as the php-…
-
# New Issue
As of 9.0.2, runs without .phplint.yml fail with `File ".phplint.yml" does not exist.` unless the --no-configuration flag is added.
## Diagnose
Output of `composer show` comma…
-
As described in https://github.com/renovatebot/renovate/issues/1357#issuecomment-411034925, we need to support restricting updates according to the platform version, e.g. php
-
## Bug report
```
# php -v
PHP 7.4.6 (cli) (built: Jun 9 2020 13:55:33) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Xdebug v3.0.0, Copyright…
-
| Q | A
| --------------------| ---------------
| PHPUnit version | 10.0.16
| PHP version | 8.2.3
| Installation Method | Composer
```
amphp/amp …
-
**Describe the bug**
We are using the `php-cs-fixer` in GitHub actions to automatically push the corrected/linted code into PR. It's working fine but If the PR is created from a different repo, it do…