From 9afb5ac3a0ba1099046e71ca06d78d0b761ac009 Mon Sep 17 00:00:00 2001 From: Awilum Date: Thu, 23 Dec 2021 22:35:43 +0300 Subject: [PATCH] Session 3.0.0 --- CHANGELOG.md | 6 ++++++ README.md | 6 +++--- composer.json | 4 ++-- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d3a6c5..7c0babd 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ + +# [3.0.0](https://github.com/glowyphp/session) (2021-12-23) +* Released under Glowy PHP Organization +* Add PHP 8.1 support +* Updated dependencies. + # [2.0.0](https://github.com/glowyphp/session) (2021-02-19) * Move to PHP 7.4 diff --git a/README.md b/README.md index 10f109d..fe382ff 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -

Session Component

+

Session Package

-Session Component provide a fluent, object-oriented interface for working with Session. +Session Package provide a fluent, object-oriented interface for working with Session.

Version License Total downloads @@ -18,7 +18,7 @@ composer require glowy/session ``` ### Resources -* [Documentation](https://digital.flextype.org/glowyphp/components/session) +* [Documentation](https://digital.flextype.org/glowyphp/packages/session) ### Tests diff --git a/composer.json b/composer.json index f573e9a..c1ff290 100644 --- a/composer.json +++ b/composer.json @@ -1,9 +1,9 @@ { "name": "glowy/session", - "description": "Session Component provides basic methods to work with session.", + "description": "Session Package provides basic methods to work with session.", "license": "MIT", "keywords": [ - "Session", "session", "php-session", "php", "glowyphp", "glowy" + "Session", "session", "php-session", "php", "glowyphp", "glowy", "php-package", "package" ], "support": { "source": "https://github.com/glowyphp/session",