Skip to content

Commit

Permalink
Merge pull request #27 from kdambekalns/task/neos-and-php-8
Browse files Browse the repository at this point in the history
TASK: Declare compatible with Neos 8 and Flow 8
  • Loading branch information
nilsjung authored Oct 26, 2023
2 parents fc35710 + 883aa40 commit 9e27eea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
}
],
"require": {
"php": "^7.1",
"guzzlehttp/psr7": "^1.3.0",
"heise/shariff": "^8.0",
"neos/neos": "^4.0 || ^5.0 || ^7.0",
"neos/utility-files": "^5.0 || ^6.0 || ^7.0"
"php": "^7.4 || ^8.0",
"guzzlehttp/psr7": "^1.8.4 || ^2.1.1",
"heise/shariff": "^10.0",
"neos/neos": "^5.3 || ^7.0 || ^8.0",
"neos/utility-files": "^6.3 || ^7.0 || ^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 9e27eea

Please sign in to comment.