Skip to content

Commit d173bc6

Browse files
authored
Update minimum php version to 8.1 in composer.json
1 parent 770d340 commit d173bc6

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)