Skip to content

Commit

Permalink
chore(master): release 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 23, 2024
1 parent 5386f51 commit 2e3eac6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [1.1.5](https://github.com/WebFiori/collections/compare/v1.1.4...v1.1.5) (2024-12-23)


### Miscellaneous Chores

* Renamed / Updated Files ([f4ead01](https://github.com/WebFiori/collections/commit/f4ead01982d9de687eccf7fbda0808250c3f7c9c))
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "webfiori/collections",
"description": "Basic collections set used by WebFiori.",
"type":"library",
"virsion":"1.1.4",
"type": "library",
"virsion": "1.1.4",
"require": {
"php": ">=7.0"
},
Expand All @@ -13,9 +13,9 @@
"collections",
"data structures"
],
"autoload" :{
"psr-4":{
"webfiori\\collections\\":"webfiori/collections/"
"autoload": {
"psr-4": {
"webfiori\\collections\\": "webfiori/collections/"
}
},
"require-dev": {
Expand Down

0 comments on commit 2e3eac6

Please sign in to comment.