File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6262 cd ${FLOW_PATH_ROOT}
6363 composer config --no-plugins allow-plugins.neos/composer-plugin true
6464 composer config repositories.tested-package path ../Flowpack.NodeTemplates
65+
66+ #
67+ # PATCHES
68+ #
69+ composer config --no-plugins allow-plugins.cweagans/composer-patches true
70+ composer require --no-update --no-interaction cweagans/composer-patches:^1.7.3
71+ patches='{
72+ "neos/neos-ui": {
73+ "improvedNodeCreationHandler": "https://github.com/neos/neos-ui/pull/3519.patch"
74+ },
75+ "neos/neos-development-collection": {
76+ "tetheredNodeIdsDeterministic": "https://github.com/neos/neos-development-collection/pull/4313.patch"
77+ }
78+ }'
79+ composer config extra.patches --json ${patches//[[:space:]]/}
80+ #
81+ # PATCHES END
82+ #
83+
6584 composer require --no-update --no-interaction flowpack/nodetemplates:@dev
6685
6786 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments