Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
patternkit
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
patternkit
Merge requests
!68
Issue
#3347967
: PHPCS Times Out In DrupalCI Since Drupal 9.5
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Open
Issue
#3347967
: PHPCS Times Out In DrupalCI Since Drupal 9.5
issue/patternkit-3347967:3347967-phpcs-times-out
into
9.1.x
Overview
0
Commits
17
Pipelines
0
Changes
3
Open
Issue #3347967: PHPCS Times Out In DrupalCI Since Drupal 9.5
Stephen Lucero
requested to merge
issue/patternkit-3347967:3347967-phpcs-times-out
into
9.1.x
Mar 14, 2023
Overview
0
Commits
17
Pipelines
0
Changes
3
0
0
Merge request reports
Compare
9.1.x
version 14
b4d46efe
Nov 22, 2023
version 13
98242a11
Nov 22, 2023
version 12
32ea282b
Mar 15, 2023
version 11
2b891491
Mar 15, 2023
version 10
446a6fc1
Mar 15, 2023
version 9
d02f6c4b
Mar 14, 2023
version 8
99afab88
Mar 14, 2023
version 7
9ad6c40e
Mar 14, 2023
version 6
72e5effa
Mar 14, 2023
version 5
71864004
Mar 14, 2023
version 4
0413f9be
Mar 14, 2023
version 3
ef18421f
Mar 14, 2023
version 2
74e85713
Mar 14, 2023
version 1
f0f32244
Mar 14, 2023
9.1.x (base)
and
latest version
latest version
641e8e73
17 commits,
Nov 22, 2023
version 14
b4d46efe
16 commits,
Nov 22, 2023
version 13
98242a11
14 commits,
Nov 22, 2023
version 12
32ea282b
13 commits,
Mar 15, 2023
version 11
2b891491
12 commits,
Mar 15, 2023
version 10
446a6fc1
11 commits,
Mar 15, 2023
version 9
d02f6c4b
10 commits,
Mar 14, 2023
version 8
99afab88
9 commits,
Mar 14, 2023
version 7
9ad6c40e
8 commits,
Mar 14, 2023
version 6
72e5effa
7 commits,
Mar 14, 2023
version 5
71864004
6 commits,
Mar 14, 2023
version 4
0413f9be
5 commits,
Mar 14, 2023
version 3
ef18421f
4 commits,
Mar 14, 2023
version 2
74e85713
3 commits,
Mar 14, 2023
version 1
f0f32244
1 commit,
Mar 14, 2023
3 files
+
38
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Conflict: This file was modified in both the source and target branches. Ask someone with write access to resolve it.
composer.json
+
2
−
2
View file @ 641e8e73
Edit in single-file editor
Open in Web IDE
Show full file
@@ -42,8 +42,8 @@
},
"scripts"
:
{
"post-autoload-dump"
:
[
"
wget -Oq
-
P
js/
--no-check-certificate
https://raw.github.com/jdorn/json-editor/master/dist/jsoneditor.min.js"
,
"
wget -Oq
-
P
js/
--no-check-certificate
https://raw.github.com/jdorn/json-editor/master/dist/jsoneditor.js"
"
curl -L
-
o
js/
jsoneditor.min.js
https://raw.github.com/jdorn/json-editor/master/dist/jsoneditor.min.js"
,
"
curl -L
-
o
js/
jsoneditor.js
https://raw.github.com/jdorn/json-editor/master/dist/jsoneditor.js"
],
"js:build"
:
[
". ~/.profile && nvm install && nvm use"
,
Loading