Skip to content

Commit 9afb5ac

Browse files
committed
Session 3.0.0
1 parent 3916c4d commit 9afb5ac

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<a name="3.0.0"></a>
2+
# [3.0.0](https://github.com/glowyphp/session) (2021-12-23)
3+
* Released under Glowy PHP Organization
4+
* Add PHP 8.1 support
5+
* Updated dependencies.
6+
17
<a name="2.0.0"></a>
28
# [2.0.0](https://github.com/glowyphp/session) (2021-02-19)
39
* Move to PHP 7.4

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<h1 align="center">Session Component</h1>
1+
<h1 align="center">Session Package</h1>
22
<p align="center">
3-
Session Component provide a fluent, object-oriented interface for working with Session.
3+
Session Package provide a fluent, object-oriented interface for working with Session.
44
</p>
55
<p align="center">
66
<a href="https://github.com/glowyphp/session/releases"><img alt="Version" src="https://img.shields.io/github/release/glowyphp/session.svg?label=version&color=green"></a> <a href="https://github.com/glowyphp/session"><img src="https://img.shields.io/badge/license-MIT-blue.svg?color=green" alt="License"></a> <a href="https://packagist.org/packages/glowy/session"><img src="https://poser.pugx.org/glowy/session/downloads" alt="Total downloads"></a> <img src="https://github.com/glowyphp/session/workflows/Static%20Analysis/badge.svg?branch=dev"> <img src="https://github.com/glowyphp/session/workflows/Tests/badge.svg">
@@ -18,7 +18,7 @@ composer require glowy/session
1818
```
1919

2020
### Resources
21-
* [Documentation](https://digital.flextype.org/glowyphp/components/session)
21+
* [Documentation](https://digital.flextype.org/glowyphp/packages/session)
2222

2323
### Tests
2424

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "glowy/session",
3-
"description": "Session Component provides basic methods to work with session.",
3+
"description": "Session Package provides basic methods to work with session.",
44
"license": "MIT",
55
"keywords": [
6-
"Session", "session", "php-session", "php", "glowyphp", "glowy"
6+
"Session", "session", "php-session", "php", "glowyphp", "glowy", "php-package", "package"
77
],
88
"support": {
99
"source": "https://github.com/glowyphp/session",

0 commit comments

Comments
 (0)