Skip to content

Commit a75f6dd

Browse files
authored
Merge pull request #728 from neos/feature/neos-92-beta2
FEATURE: Upgrade to Neos 9.2.0-beta2
2 parents 8243411 + 168afff commit a75f6dd

4 files changed

Lines changed: 901 additions & 356 deletions

File tree

DistributionPackages/Neos.NeosIo/Configuration/Settings.Flow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ Neos:
88

99
reflection:
1010
ignoredTags:
11-
# Hotfix for https://github.com/flownative/flow-google-cloudstorage/issues/57
11+
# Hotfix for https://github.com/neos/flow-development-collection/issues/3585
1212
'type': true
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
22
"patches": {
3-
"sitegeist/kaleidoscope": {
4-
"Prevent flow error": "https://patch-diff.githubusercontent.com/raw/sitegeist/Sitegeist.Kaleidoscope/pull/89.patch"
5-
}
63
}
74
}

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"ext-vips": "0.1.2"
1616
}
1717
},
18-
"minimum-stability": "dev",
18+
"minimum-stability": "beta",
1919
"prefer-stable": true,
2020
"require": {
2121
"php": "^8.4",
@@ -32,17 +32,17 @@
3232
"cweagans/composer-patches": "^1.7",
3333
"flownative/redis-backend": "dev-main",
3434

35-
"neos/neos": "9.2.0-beta1",
36-
"neos/neos-ui": "9.2.0-beta1"
35+
"neos/neos": "9.2.0-beta2",
36+
"neos/neos-ui": "9.2.0-beta2"
3737
},
3838
"require-dev": {
3939
"roave/security-advisories": "dev-latest",
4040
"flowpack/neos-debug": "^1.0",
4141
"shel/nodetypes-analyzer": "^2.1",
4242
"phpstan/phpstan": "^2.1",
4343
"phpunit/phpunit": "^9.5",
44-
"neos/buildessentials": "^9.0",
45-
"neos/behat": "^9.0"
44+
"neos/buildessentials": "9.2.x-dev as 9.0",
45+
"neos/behat": "9.2.x-dev as 9.0"
4646
},
4747
"extra": {
4848
"patches-file": "DistributionPackages/Neos.NeosIo/composer.patches.json"

0 commit comments

Comments
 (0)