Skip to content

Commit b7e92aa

Browse files
authored
Merge pull request #68 from aszenz/patch-1
Update minimum php version to 8.1 in composer.json
2 parents 770d340 + d173bc6 commit b7e92aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require" : {
20-
"php" : ">=7.2",
20+
"php" : ">=8.1",
2121
"thecodingmachine/graphqlite" : "^6.0",
2222
"symfony/validator": "^6" ,
2323
"doctrine/annotations": "^1.13"

0 commit comments

Comments
 (0)