Skip to content

Commit

Permalink
TASK: Temporarily patch test distribution with neos/neos-development-…
Browse files Browse the repository at this point in the history
…collection#4291

This needs to be undone before merge
  • Loading branch information
grebaldi committed Feb 15, 2024
1 parent 2445c2a commit 302da1d
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions Tests/IntegrationTests/TestDistribution/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,27 @@
"vendor-dir": "Packages/Libraries",
"bin-dir": "bin",
"allow-plugins": {
"neos/composer-plugin": true
"neos/composer-plugin": true,
"cweagans/composer-patches": true
}
},
"minimum-stability": "dev",
"require": {
"neos/neos-development-collection": "8.3.x-dev",
"neos/neos-ui": "8.3.x-dev",
"neos/fusion-afx": "*",
"neos/test-site": "@dev",
"neos/test-nodetypes": "@dev"
"neos/test-nodetypes": "@dev",

"cweagans/composer-patches": "^1.7.3"
},
"extra": {
"patches": {
"neos/neos-development-collection": {
"BUGFIX: Invalidate caches correctly after node move changes have been discarded":
"https://github.com/neos/neos-development-collection/pull/4291.patch"
}
}
},
"require-dev": {
"neos/buildessentials": "@dev",
Expand Down

0 comments on commit 302da1d

Please sign in to comment.