You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the last commit of 16/02/2023,the error below is back
In ResultHandler.php line 38:
Given handler is not a resource of a pgsql result ('object' given).
Before your commit, in my composer.json file, i used this and it s running:
"pomm-project/foundation": "dev-master",
"pomm-project/pomm-bundle": "^3.0",
But now, it s not compatible, i have this error :
Problem 1
- pomm-project/cli 2.0.3 requires pomm-project/foundation ~2.0 -> found pomm-project/foundation[2.0-beta-1, ..., 2.1.x-dev] but it conflicts with your root composer.json require (dev-master).
- pomm-project/pomm-bundle 3.0.0 requires pomm-project/cli ~2.0 -> satisfiable by pomm-project/cli[2.0.3].
- pomm-project/pomm-bundle is locked to version 3.0.0 and an update of this package was not requested.
Thanks,
Mathieu
The text was updated successfully, but these errors were encountered:
Hello,
I m in PHP 8.1 and
From the last commit of 16/02/2023,the error below is back
In ResultHandler.php line 38:
Given handler is not a resource of a pgsql result ('object' given).
Before your commit, in my composer.json file, i used this and it s running:
"pomm-project/foundation": "dev-master",
"pomm-project/pomm-bundle": "^3.0",
But now, it s not compatible, i have this error :
Problem 1
- pomm-project/cli 2.0.3 requires pomm-project/foundation ~2.0 -> found pomm-project/foundation[2.0-beta-1, ..., 2.1.x-dev] but it conflicts with your root composer.json require (dev-master).
- pomm-project/pomm-bundle 3.0.0 requires pomm-project/cli ~2.0 -> satisfiable by pomm-project/cli[2.0.3].
- pomm-project/pomm-bundle is locked to version 3.0.0 and an update of this package was not requested.
Thanks,
Mathieu
The text was updated successfully, but these errors were encountered: