-
Notifications
You must be signed in to change notification settings - Fork 0
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
adriendupuis
wants to merge
67
commits into
develop
Choose a base branch
from
feature/personal_bundles
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Personal bundles #50
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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
This was referenced Feb 26, 2021
# 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Installation of all my personal bundles and their dependencies