Skip to content

Commit

Permalink
Merge pull request #412 from Unikka/feature/neos-8-compatibility
Browse files Browse the repository at this point in the history
New: Adds Neos 8 compatibility
  • Loading branch information
markusguenther committed Oct 4, 2023
2 parents e1b6bd7 + 8315b27 commit 7e8cbd2
Show file tree
Hide file tree
Showing 4 changed files with 3,970 additions and 4,365 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1
jobs:
build:
docker:
- image: 'circleci/node:10'
- image: cimg/node:18.17.0-browsers
steps:
- checkout
- restore_cache:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"require": {
"ext-json": "*",
"neos/flow": "*",
"neos/neos": "^7.0",
"carbon/condition": "^1.1"
"neos/neos": "^7.0 || ^8.0",
"carbon/condition": "^2.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"cz-adapter-eslint": "^0.3.0",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^1.3.3",
"node-sass": "^5.0.0",
"node-sass": "^8.0.0",
"sass-loader": "^10.1.0",
"semantic-release": "^17.3.0",
"style-loader": "^2.0.0",
Expand Down
Loading

0 comments on commit 7e8cbd2

Please sign in to comment.