From 86ce71d0428050104c5a7c3260e7134dc275d05d Mon Sep 17 00:00:00 2001 From: Awilum Date: Tue, 6 Oct 2020 12:41:44 +0300 Subject: [PATCH] Update composer.json --- CHANGELOG.md | 4 ++++ composer.json | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d98d2a..55ef9c5 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ + +# [1.0.1](https://github.com/atomastic/session) (2020-10-06) +* Update composer.json + # [1.0.0](https://github.com/atomastic/session) (2020-10-05) * Initial commit diff --git a/composer.json b/composer.json index c2c8353..06e6533 100644 --- a/composer.json +++ b/composer.json @@ -17,8 +17,7 @@ } ], "require": { - "php": "^7.3 || ^8.0", - "atomastic/arrays": "^1.0.0" + "php": "^7.3 || ^8.0" }, "autoload":{ "psr-4": {