diff options
author | Remi Collet <remi@remirepo.net> | 2021-01-06 14:45:58 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-01-06 14:45:58 +0100 |
commit | 6cfc55a8bec9267cafc2aac1be76624312efbbfe (patch) | |
tree | d133aa2935c709f872713ce4bce38e84e5250192 /src/Collection | |
parent | 237d39f0f39aa4671b3a0fe57c22d6c46354420f (diff) |
update to 3.9.5
Diffstat (limited to 'src/Collection')
-rw-r--r-- | src/Collection/composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Collection/composer.json b/src/Collection/composer.json index 47a24c4..f638264 100644 --- a/src/Collection/composer.json +++ b/src/Collection/composer.json @@ -23,7 +23,7 @@ "source": "https://github.com/cakephp/collection" }, "require": { - "php": ">=5.6.0" + "php": ">=5.6.0,<8.0.0" }, "autoload": { "psr-4": { |