forked from kontrl/phpkore
Compare commits
1 commit
master
...
dev/opus-i
Author | SHA1 | Date | |
---|---|---|---|
03d18e2394 |
2 changed files with 16 additions and 2 deletions
|
@ -17,6 +17,15 @@
|
|||
}
|
||||
],
|
||||
"require": {
|
||||
"phpseclib/phpseclib": "~3.0"
|
||||
}
|
||||
"phpseclib/phpseclib": "~3.0",
|
||||
"imarc/opus": "*"
|
||||
},
|
||||
"extra": {
|
||||
"opus": {
|
||||
"enabled": true,
|
||||
"Laravel/Laravel": {
|
||||
"config.php": "config/"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
5
config.php
Normal file
5
config.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'private_key' => '123'
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue