mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 19:34:39 -04:00
Fixes for lock
This commit is contained in:
parent
d82ea62ace
commit
ab4d80f247
@ -89,6 +89,7 @@
|
||||
"symfony/postmark-mailer": "^6.1",
|
||||
"tijsverkoyen/css-to-inline-styles": "^2.2",
|
||||
"turbo124/beacon": "^1.2",
|
||||
"twilio/sdk": "^6.40",
|
||||
"webpatser/laravel-countries": "dev-master#75992ad",
|
||||
"wepay/php-sdk": "^0.3"
|
||||
},
|
||||
|
53
composer.lock
generated
53
composer.lock
generated
@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "ab46b4192bc11b5b812f0959354a8701",
|
||||
"content-hash": "624b345504e2b9bb3bf1c7a9c7a913d3",
|
||||
"packages": [
|
||||
{
|
||||
"name": "afosto/yaac",
|
||||
@ -12124,6 +12124,55 @@
|
||||
},
|
||||
"time": "2022-06-22T11:22:46+00:00"
|
||||
},
|
||||
{
|
||||
"name": "twilio/sdk",
|
||||
"version": "6.40.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:twilio/twilio-php.git",
|
||||
"reference": "86aa13d855f4624d07a5e6e8c0b7f2096d7d856c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/twilio/twilio-php/zipball/86aa13d855f4624d07a5e6e8c0b7f2096d7d856c",
|
||||
"reference": "86aa13d855f4624d07a5e6e8c0b7f2096d7d856c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"guzzlehttp/guzzle": "^6.3 || ^7.0",
|
||||
"phpunit/phpunit": ">=7.0"
|
||||
},
|
||||
"suggest": {
|
||||
"guzzlehttp/guzzle": "An HTTP client to execute the API requests"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Twilio\\": "src/Twilio/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Twilio API Team",
|
||||
"email": "api@twilio.com"
|
||||
}
|
||||
],
|
||||
"description": "A PHP wrapper for Twilio's API",
|
||||
"homepage": "https://github.com/twilio/twilio-php",
|
||||
"keywords": [
|
||||
"api",
|
||||
"sms",
|
||||
"twilio"
|
||||
],
|
||||
"time": "2022-07-21T19:54:34+00:00"
|
||||
},
|
||||
{
|
||||
"name": "vlucas/phpdotenv",
|
||||
"version": "v5.4.1",
|
||||
@ -16603,5 +16652,5 @@
|
||||
"platform-dev": {
|
||||
"php": "^7.4|^8.0"
|
||||
},
|
||||
"plugin-api-version": "2.3.0"
|
||||
"plugin-api-version": "2.1.0"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user