Closed back-2-95 closed 2 months ago
Can you provide a composer.json
with your dependencies constraints? (ie. only the require
and require-dev
sections of it)
"require": {
"php": "^8.3",
"composer-runtime-api": "^2",
"composer/installers": "^2.2.0",
"cweagans/composer-patches": "^1.7.3",
"drupal/core-composer-scaffold": "^11.0",
"drupal/core-recommended": "^11.0",
"drush/drush": "^13.0.1",
"oomphinc/composer-installers-extender": "^2.0.1"
},
"require-dev": {
"drupal/core-dev-pinned": "^11.0"
},
@flavioheleno when do you think you're able to create a new release?
@back-2-95 could you kindly try ~v1.45.1
~ v1.45.2
please?
Hi, yes. I was able to install it now:
composer r beluga-php/docker-php:^1.45.2
./composer.json has been updated
Running composer update beluga-php/docker-php
No patches supplied.
Loading composer repositories with package information
Updating dependencies
Lock file operations: 14 installs, 0 updates, 0 removals
- Locking beluga-php/docker-php (v1.45.2)
- Locking beluga-php/docker-php-api (v7.1.45.1)
- Locking clue/stream-filter (v1.7.0)
- Locking jane-php/json-schema-runtime (v7.8.1)
- Locking jane-php/open-api-runtime (v7.8.1)
- Locking league/uri (7.4.1)
- Locking league/uri-interfaces (7.4.1)
- Locking nyholm/psr7 (1.8.1)
- Locking php-http/client-common (2.7.1)
- Locking php-http/message (1.16.1)
- Locking php-http/multipart-stream-builder (1.3.1)
- Locking php-jsonpointer/php-jsonpointer (v4.0.0)
- Locking plesk/socket-client (2.1.1-patch2)
- Locking symfony/options-resolver (v6.4.8)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 14 installs, 0 updates, 0 removals
- Downloading symfony/options-resolver (v6.4.8)
- Downloading plesk/socket-client (2.1.1-patch2)
- Downloading beluga-php/docker-php-api (v7.1.45.1)
- Downloading beluga-php/docker-php (v1.45.2)
No patches supplied.
Gathering patches for dependencies. This might take a minute.
- Installing symfony/options-resolver (v6.4.8): Extracting archive
- Installing nyholm/psr7 (1.8.1): Extracting archive
- Installing plesk/socket-client (2.1.1-patch2): Extracting archive
- Installing clue/stream-filter (v1.7.0): Extracting archive
- Installing php-http/message (1.16.1): Extracting archive
- Installing php-http/client-common (2.7.1): Extracting archive
- Installing php-http/multipart-stream-builder (1.3.1): Extracting archive
- Installing php-jsonpointer/php-jsonpointer (v4.0.0): Extracting archive
- Installing league/uri-interfaces (7.4.1): Extracting archive
- Installing league/uri (7.4.1): Extracting archive
- Installing jane-php/json-schema-runtime (v7.8.1): Extracting archive
- Installing jane-php/open-api-runtime (v7.8.1): Extracting archive
- Installing beluga-php/docker-php-api (v7.1.45.1): Extracting archive
- Installing beluga-php/docker-php (v1.45.2): Extracting archive
9 package suggestions were added by new dependencies, use `composer suggest` to see details.
Generating optimized autoload files
phpstan/extension-installer: Extensions installed
No security vulnerability advisories found.
Great! I'm gonna close this issue, please feel free to open new issues if you face problems again.
This is what I get with
composer require beluga-php/docker-php -w
to existing symfony 7.1 project: