Skip to content

Commit bd3edf9

Browse files
committed
Add config files
1 parent 3330550 commit bd3edf9

File tree

3 files changed

+1731
-0
lines changed

3 files changed

+1731
-0
lines changed

composer.json

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"require": {
3+
"phpgt/webengine": "dev-master"
4+
},
5+
6+
"autoload": {
7+
"psr-4": {
8+
"Flair\\": "./class"
9+
}
10+
}
11+
}

0 commit comments

Comments
 (0)