We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2bac79 commit 84facc3Copy full SHA for 84facc3
.gitattributes
@@ -1,9 +1,9 @@
1
# Files and folders here will be not included when creating package
2
/tests export-ignore
3
-/app export-ignore
+/App export-ignore
4
/public export-ignore
5
-/themes export-ignore
6
-/webfiori/framework/db export-ignore
+/Themes export-ignore
+/Webfiori/Framework/Db export-ignore
7
/.github export-ignore
8
/.gitignore export-ignore
9
/.travis.yml export-ignore
composer.json
@@ -6,7 +6,7 @@
"type": "library",
"support": {
"issues": "https://github.com/webfiori/framework/issues",
- "source": "https://github.com/webfior/framework"
+ "source": "https://github.com/webfiori/framework"
10
},
11
"authors": [
12
{
0 commit comments