Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Personal bundles #50

Open
wants to merge 67 commits into
base: develop
Choose a base branch
from
Open

Personal bundles #50

wants to merge 67 commits into from

Conversation

adriendupuis
Copy link
Owner

Installation of all my personal bundles and their dependencies

# Conflicts:
#	composer.json
#	composer.lock
# Conflicts:
#	composer.lock
php -d memory_limit=-1 $(where composer) require adriendupuis/ezplatform-admin dev-develop --no-scripts;

- Updating adriendupuis/ezplatform-admin (dev-feature/stats 35fb3f6 => dev-develop 7f307fa)
php -d memory_limit=-1 $(where composer) update adriendupuis/ezplatform-admin --no-scripts;
  - Updating adriendupuis/ezplatform-admin dev-develop (7f307fa => f9d7f0f):  Checking out f9d7f0f683
# Conflicts:
#	composer.json
#	composer.lock
#	config/bundles.php
#	symfony.lock
# Conflicts:
#	composer.json
#	composer.lock
# Conflicts:
#	docker-compose.bash
…eature/personal_bundles

# Conflicts:
#	composer.json
#	composer.lock
#	config/bundles.php
#	config/packages/ezplatform.yaml
#	config/packages/unsplash.yaml
# Conflicts:
#	.env
#	composer.json
#	composer.lock
#	docker-compose.bash
#	docker-compose.yml
docker-compose exec -u www-data apache composer require ezsystems/ezmigrationbundle;
docker-compose exec -u www-data apache composer require ezplatform-i18n/ezplatform-i18n-fr_fr;
docker-compose exec -u www-data apache composer require adriendupuis/ezplatform-standard:dev-develop;
docker-compose exec -u www-data apache composer require adriendupuis/ezplatform-admin:dev-develop;
docker-compose exec -u www-data apache composer require ezsystems/ezplatform-connector-unsplash;
docker-compose exec -u www-data apache composer require adriendupuis/ezplatform-connector-commons:dev-develop;
…/personal_bundles

# Conflicts:
#	composer.json
#	composer.lock
…-tmp

# Conflicts:
#	.env
#	.env.local.template
#	composer.json
#	docker-compose.bash
#	docker/varnish/Dockerfile
#	symfony.lock
# Conflicts:
#	.env.local.template
Avoid errors like "requires php ^7.3 -> your php version (8.0.9) does not satisfy that requirement."

+ composer config platform.php 7.3
+ composer install --no-interaction --no-scripts
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. It is recommended that you run `composer update` or `composer update <package name>`.
Your lock file does not contain a compatible set of packages. Please run composer update.

  Problem 1
    - ezsystems/apache-tika-bundle is locked to version v2.0.0 and an update of this package was not requested.
    - ezsystems/apache-tika-bundle v2.0.0 requires php ^7.3 -> your php version (8.0.9) does not satisfy that requirement.
  Problem 2
[…]
  Problem 60
    - ezsystems/ezplatform-admin-ui v2.3.4 requires php ^7.3 -> your php version (8.0.9) does not satisfy that requirement.
    - ezsystems/ezplatform-segmentation v1.1.1 requires ezsystems/ezplatform-admin-ui ^2.2 -> satisfiable by ezsystems/ezplatform-admin-ui[v2.3.4].
    - ezsystems/ezplatform-segmentation is locked to version v1.1.1 and an update of this package was not requested.
There is several problems with 6.0.7 and 6.0.8.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant