Skip to content

Commit

Permalink
Merge pull request #3252 from kitsunet/task/fix-composer-json
Browse files Browse the repository at this point in the history
TASK: Correct Flow composer.json
  • Loading branch information
kitsunet committed Dec 20, 2023
2 parents e23637b + a701b2b commit e1ec710
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Neos.Flow/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": ["MIT"],

"require": {
"php": "^7.3 || ^8.0",
"php": "^8.0",

"ext-zlib": "*",
"ext-SPL": "*",
Expand All @@ -33,9 +33,12 @@
"psr/http-message": "^1.0",
"psr/http-factory": "^1.0",
"psr/container": "^1.0",
"psr/log": "^1.0",
"psr/log": "^2.0 || ^3.0",
"psr/http-server-middleware": "^1.0",
"psr/http-server-handler": "^1.0",
"psr/http-client": "^1.0",
"psr/simple-cache": "^2.0 || ^3.0",
"psr/cache": "^2.0 || ^3.0",

"ramsey/uuid": "^3.0 || ^4.0",

Expand All @@ -61,7 +64,9 @@
"symfony/polyfill-php70": "*",
"symfony/polyfill-php71": "*",
"symfony/polyfill-php72": "*",
"symfony/polyfill-php73": "*"
"symfony/polyfill-php73": "*",
"symfony/polyfill-php74": "*",
"symfony/polyfill-php80": "*"
},
"suggest": {
"ext-curl": "To use the \\Neos\\Flow\\Http\\Client\\CurlEngine",
Expand Down

0 comments on commit e1ec710

Please sign in to comment.