0.1.1 add missing phpseclib dependency
This commit is contained in:
parent
a09ec7f5ed
commit
fb7e378e1f
2 changed files with 5 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,5 +1,6 @@
|
||||||
|
|
||||||
vendor/
|
vendor/
|
||||||
|
composer.lock
|
||||||
|
|
||||||
node_modules/
|
node_modules/
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "yusurko/useragent",
|
"name": "yusurko/useragent",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
|
@ -14,5 +14,7 @@
|
||||||
"email": "sakuragasaki46@gmail.com"
|
"email": "sakuragasaki46@gmail.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {}
|
"require": {
|
||||||
|
"phpseclib/phpseclib": "^3.0"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue