-
Notifications
You must be signed in to change notification settings - Fork 76
/
Copy path.gitmodules
36 lines (36 loc) · 1.21 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[submodule "src/library/vpay"]
path = src/library/vpay
url = https://github.com/VPay-Collection/vpay-sdk
[submodule "src/cleanphp"]
path = src/cleanphp
url = https://github.com/Clean-PHP/CleanPHP/
[submodule "src/library/captcha"]
path = src/library/captcha
url = https://github.com/Clean-PHP/captcha/
[submodule "src/library/database"]
path = src/library/database
url = https://github.com/Clean-PHP/database/
[submodule "src/library/encryption"]
path = src/library/encryption
url = https://github.com/Clean-PHP/encryption/
[submodule "src/library/http"]
path = src/library/http
url = https://github.com/Clean-PHP/http/
[submodule "src/library/login"]
path = src/library/login
url = https://github.com/Clean-PHP/login/
[submodule "src/library/mail"]
path = src/library/mail
url = https://github.com/Clean-PHP/mail/
[submodule "src/library/qrcode"]
path = src/library/qrcode
url = https://github.com/Clean-PHP/qrcode/
[submodule "src/library/task"]
path = src/library/task
url = https://github.com/Clean-PHP/task/
[submodule "src/library/upload"]
path = src/library/upload
url = https://github.com/Clean-PHP/upload/
[submodule "src/library/verity"]
path = src/library/verity
url = https://github.com/Clean-PHP/verity/