Skip to content

Commit 5108943

Browse files
committed
chore: Updated Composer Config
1 parent 3e07612 commit 5108943

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +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",
46
"require": {
57
"php": ">=7.0",
6-
"webfiori/collections":"1.1.x"
8+
"webfiori/collections":"1.x.x"
79
},
810
"keywords": [
911
"library",
@@ -14,11 +16,11 @@
1416
],
1517
"autoload" :{
1618
"psr-4":{
17-
"webfiori\\ui\\":"webfiori\\ui"
19+
"webfiori\\ui\\":"webfiori/ui/"
1820
}
1921
},
2022
"require-dev": {
21-
"phpunit/phpunit": "^5"
23+
2224
},
2325
"license": "MIT"
2426
}

0 commit comments

Comments
 (0)