This website works better with JavaScript
Home
Explore
Help
Register
Sign In
root
/
qii
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Update composer file
朱金辉
2 years ago
parent
071568c1a4
commit
0374d80c5e
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
3
0
composer.json
+ 3
- 0
composer.json
View File
@@ -10,6 +10,9 @@
}
],
"autoload": {
+ "files": [
+ "src/Qii.php"
+ ],
"psr-4": {
"Qii\\": "src"
}