Skip to content

Commit

Permalink
Merge pull request #21 from bwaidelich/bugfix/require-php81
Browse files Browse the repository at this point in the history
BUGFIX: Require PHP 8.1+
  • Loading branch information
bwaidelich authored Aug 8, 2023
2 parents 2666f01 + 8e0d1dc commit a823d58
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,24 @@
"type": "neos-package",
"name": "wwwision/graphql",
"license": "MIT",
"authors": [
{
"name": "bwaidelich",
"email": "[email protected]"
}
],
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/bwaidelich"
},
{
"type": "paypal",
"url": "https://www.paypal.me/bwaidelich"
}
],
"require": {
"php": ">=8.1",
"neos/flow": "^7.3 || ^8.0",
"wwwision/types-graphql": "^1.0",
"webonyx/graphql-php": "^15",
Expand Down

0 comments on commit a823d58

Please sign in to comment.