Skip to content

Commit 4af566c

Browse files
chore(master): release 2.6.4
1 parent 9e895ce commit 4af566c

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [2.6.4](https://github.com/WebFiori/ui/compare/v2.6.3...v2.6.4) (2024-12-24)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* Updated Composer Config ([5108943](https://github.com/WebFiori/ui/commit/5108943d6b63e30c4ee990e90f66f5c2d169b5d0))

composer.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "webfiori/ui",
33
"description": "A library that provides basic utilities for creating HTML documents.",
4-
"type":"library",
5-
"version":"2.6.3",
4+
"type": "library",
5+
"version": "2.6.4",
66
"require": {
77
"php": ">=7.0",
8-
"webfiori/collections":"1.x.x"
8+
"webfiori/collections": "1.x.x"
99
},
1010
"keywords": [
1111
"library",
@@ -14,13 +14,11 @@
1414
"code",
1515
"dom"
1616
],
17-
"autoload" :{
18-
"psr-4":{
19-
"webfiori\\ui\\":"webfiori/ui/"
17+
"autoload": {
18+
"psr-4": {
19+
"webfiori\\ui\\": "webfiori/ui/"
2020
}
2121
},
22-
"require-dev": {
23-
24-
},
22+
"require-dev": {},
2523
"license": "MIT"
2624
}

0 commit comments

Comments
 (0)