File tree Expand file tree Collapse file tree 2 files changed +15
-9
lines changed Expand file tree Collapse file tree 2 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 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 ) )
Original file line number Diff line number Diff line change 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" ,
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}
You can’t perform that action at this time.
0 commit comments