Skip to content

Commit

Permalink
Merge pull request #10 from daniellienert/daniellienert-patch-1
Browse files Browse the repository at this point in the history
TASK: Allow PHP 8.* and Neos 8.*
  • Loading branch information
daniellienert authored Oct 27, 2022
2 parents f28faa8 + 047baab commit e0a2754
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
],
"license": "MIT",
"require": {
"php": "^7.2",
"neos/neos": "^5.0 || ^7.0"
"php": "^7.2 || ^8.0",
"neos/neos": "^5.0 || ^7.0 || ^8.0"
},
"suggest": {
"league/flysystem-webdav": "~1.0.0",
Expand Down Expand Up @@ -80,4 +80,4 @@
"Neos.Flow-20201205172733"
]
}
}
}

0 comments on commit e0a2754

Please sign in to comment.