Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
loco_translate
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
loco_translate
Merge requests
!9
Revert "use dev-master of loco/loco SDK until release 2.0.13"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Revert "use dev-master of loco/loco SDK until release 2.0.13"
30x/use-stable-loco/loco
into
3.0.x
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Kevin Wenger
requested to merge
30x/use-stable-loco/loco
into
3.0.x
4 months ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
This reverts commit
38464b56
.
0
0
Merge request reports
Compare
3.0.x
3.0.x (base)
and
latest version
latest version
e9ee579d
1 commit,
4 months ago
1 file
+
1
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Dockerfile
+
1
−
2
Options
@@ -8,8 +8,7 @@ ENV SYMFONY_DEPRECATIONS_HELPER=weak
ENV
COMPOSER_MEMORY_LIMIT=-1
# Install loco/loco as required by the module
RUN
COMPOSER_MEMORY_LIMIT
=
-1
composer config minimum-stability dev
RUN
composer require loco/loco:dev-master
RUN
composer require loco/loco:^2.0.7
# Register the Drupal and DrupalPractice Standard with PHPCS.
RUN
./vendor/bin/phpcs
--config-set
installed_paths
\
Loading