diff options
Diffstat (limited to 'src/Database')
-rw-r--r-- | src/Database/composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Database/composer.json b/src/Database/composer.json index c197115..839ffbf 100644 --- a/src/Database/composer.json +++ b/src/Database/composer.json @@ -24,7 +24,7 @@ "source": "https://github.com/cakephp/database" }, "require": { - "php": ">=5.6.0", + "php": ">=5.6.0,<8.0.0", "cakephp/cache": "^3.6.0", "cakephp/core": "^3.6.0", "cakephp/datasource": "^3.6.0", |