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": {