Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DRAFT: Neos9 compatibility #18

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

ClaraRuna
Copy link

WIP 🚧

  • SearchCommand currently in .php_bup filen bcs migration is needed.
  • Tests need to be adapted to Neos 9
  • ⚠️ Removed privilege checks because they are not yet working properly in Neos 9 ⚠️

so-grimm and others added 4 commits March 12, 2024 19:25
- remove php Class
- remove translatlions
- remove infos from readme
- remove from Policy.yaml
- Use Node instead of outdated NodeInterface
- Return php properties of Node instead of php properties of NodeIdentifier in SerializationService::serializeNode
- Move SearchCommand to backup file
- Remove privilege checks bcs they are currently not working (always return false)
composer.json Outdated
"neos/neos": "^7.3 || ^8.0",
"neos/neos-ui": "^7.3 || ^8.0",
"symfony/console": "^4.2 || ^5.1"
"neos/neos": "^7.3 || ^8.0 || ^9.0 || dev-master",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should also adjust it to not support older versions anymore

@ClaraRuna ClaraRuna marked this pull request as draft March 14, 2024 09:06
Fix installation via composer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants