-
As Symfony 3.4 support comes to end in 11/2020, we need to switch Symfony packages to current LTS version: https://symfony.com/releases/4.4
-
My `composer.json`:
```json
{
"require": {
"php": "^7.4.1",
"php-http/client-common": "^2.6.0",
"php-http/httplug": "^2.3.0",
"php-http/discovery": "^1.14…
-
Hi, I've just installed endroid/QrCode using composer, and used the following script to generate a QR Code.
``
But there is no output. The webpage is blank. What i'm I doing wrong?
Follow the…
-
[ERROR] Could not process "/home/phpnukecoders/public_html/includes/mods/phpbb3/functions_messenger.php" file, due to:
"System error: "Node "PhpParser\Node\Expr\Variable" with parent of "Php…
-
### Environment
#### Sonata packages
```
$ composer show --latest 'sonata-project/*'
sonata-project/admin-bundle 3.35.2 3.39.0 The missing Symfony Admin Generator
sonata-projec…
-
Hello Hypernode!
Magento will soon release magento 2.4.6 which requires compatibility with php 8.2.
It would be great if these images will also support php 8.2.
Regards,
Leon
-
### php 미설치 설정
stack.conf
```
# 2개 이상 설치할 수 있고, 모두 0으로 두어 모두 설치하지 않을 수 도 있습니다.
PHP53=0
PHP54=0
PHP55=0
PHP56=0
PHP70=0
PHP71=0
PHP72=0
# PHP CLI ( /usr/bin/php ) 에서 사용할 PHP 버전을 선택해주세…
-
Hello, I have this error when I run
`php vendor/bin/rector process src --dry-run`
```
[ERROR] Could not process
"{path}\src\Service\DataManager\Abstracts\AbstractDataManager.php" file,…
-
```
OS: macOS Sierra 10.12.1
Valet version: 1.1.22
```
Hello,
When I execute the command `valet secure`, a message says that the site has been secured with a fresh TLS certificate (as it shou…
-
Hey,
I'm trying to use composer from inside a docker image due to php version differences between host and container. Sadly it doesn't seem to work correctly since it just quits after a while of usin…