diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..68464bf --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/composer.json b/composer.json index 61cd921..c0a95bc 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { "name": "webfiori/collections", "description": "Basic collections set used by WebFiori.", - "type":"library", - "version":"1.1.4", + "type": "library", + "version": "1.1.5", "require": { "php": ">=7.0" }, @@ -13,9 +13,9 @@ "collections", "data structures" ], - "autoload" :{ - "psr-4":{ - "webfiori\\collections\\":"webfiori/collections/" + "autoload": { + "psr-4": { + "webfiori\\collections\\": "webfiori/collections/" } }, "require-dev": {