update composer
This commit is contained in:
parent
ec779b2539
commit
54804b889e
|
|
@ -2,12 +2,12 @@ composer.json
|
|||
```
|
||||
"repositories": [
|
||||
{
|
||||
"url": "https://kai.t:61a4bad27f0a7d0c988963ebe3ce6ee1de193d7b@gitea.nswteam.net/kai.t/KaiCommandPackage.git",
|
||||
"url": "https://kai.t:61a4bad27f0a7d0c988963ebe3ce6ee1de193d7b@gitea.nswteam.net/kai.t/LaravelSupportCommand.git",
|
||||
"type": "vcs"
|
||||
}
|
||||
],
|
||||
```
|
||||
cmd
|
||||
```
|
||||
compose require kai/KaiCommand@dev
|
||||
compose require kai/laravelsupportcommand:dev-main
|
||||
```
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "kai/LaravelSupportCommand",
|
||||
"name": "kai/laravelsupportcommand",
|
||||
"type": "laravel-package",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue