Skip to content

Commit 0adde6b

Browse files
committed
Adjust php version in composer.json
1 parent 982a8a4 commit 0adde6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A small CakePHP ORM-based library for hydrating raw SQL query results into entity graphs.",
44
"type": "library",
55
"require": {
6-
"php": ">=7.4.0",
6+
"php": ">=7.2.0",
77
"cakephp/database": "^4.0|^5.0",
88
"cakephp/orm": "^4.0|^5.0"
99
},

0 commit comments

Comments
 (0)