We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d1ccfa commit 6b9fc67Copy full SHA for 6b9fc67
1 file changed
.github/workflows/tests.yml
@@ -65,22 +65,6 @@ jobs:
65
composer require --no-update --no-interaction flowpack/nodetemplates:@dev
66
composer require --dev --no-update --no-interaction phpstan/phpstan:^1.10
67
68
- #
69
- # PATCHES
70
71
- composer config --no-plugins allow-plugins.cweagans/composer-patches true
72
- composer require --no-update --no-interaction cweagans/composer-patches:^1.7.3
73
- # the packages might have to be installed from source, so the patch works
74
- patches='{
75
- "neos/neos-ui": {
76
- "improvedNodeCreationHandler": "https://github.com/neos/neos-ui/pull/3519.patch"
77
- }
78
- }'
79
- composer config extra.patches --json ${patches//[[:space:]]/}
80
81
- # PATCHES END
82
83
-
84
- name: Install dependencies
85
run: |
86
cd ${FLOW_PATH_ROOT}
0 commit comments