Update composer
This commit is contained in:
parent
18204da2f5
commit
509a55fbd8
2 changed files with 271 additions and 183 deletions
|
|
@ -68,7 +68,8 @@
|
|||
"symfony/http-client": "^5.2",
|
||||
"turbo124/beacon": "^1.0",
|
||||
"webpatser/laravel-countries": "dev-master#75992ad",
|
||||
"wildbit/swiftmailer-postmark": "^3.3"
|
||||
"wildbit/swiftmailer-postmark": "^3.3",
|
||||
"invoiceninja/admin-module": "dev-master"
|
||||
},
|
||||
"require-dev": {
|
||||
"php": "^7.3|^7.4",
|
||||
|
|
@ -134,5 +135,8 @@
|
|||
"optimize-autoloader": true
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
"prefer-stable": true,
|
||||
"repositories": [
|
||||
{"type": "vcs", "url": "https://github.com/invoiceninja/admin-module"}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
446
composer.lock
generated
446
composer.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue