Skip to content

Commit eea30e0

Browse files
committed
Add version 1.0.20
1 parent 48207b3 commit eea30e0

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## Releases
99

10+
### [1.0.20] - 2025-02-28
11+
12+
* Add .phprc file
13+
* Add php switcher to composer.json
14+
1015
### [1.0.19] - 2025-02-28
1116

1217
* Add isJson method to File object

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.19
1+
1.0.20

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ixnode/php-container",
33
"description": "PHP Container - A collection of various PHP container classes like JSON, File, etc.",
4-
"version": "1.0.19",
4+
"version": "1.0.20",
55
"type": "library",
66
"license": "MIT",
77
"keywords": ["php", "container", "json", "file", "data"],

0 commit comments

Comments
 (0)