diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-07-18 16:29:20 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-07-18 16:29:20 +0300 |
commit | 9b40fbdd31f9366cf4fba4db04e85aa26e7c8a04 (patch) | |
tree | b5f328c7968a70ed1e0041b1ed67ad543fc2f5c3 /localwebsite/composer.lock | |
parent | 36c90356aa291b65661b523e2f79375a72d588b0 (diff) |
lws: sms sending, inbox/outbox view, verbose modem info
Diffstat (limited to 'localwebsite/composer.lock')
-rw-r--r-- | localwebsite/composer.lock | 142 |
1 files changed, 139 insertions, 3 deletions
diff --git a/localwebsite/composer.lock b/localwebsite/composer.lock index e5f3c15..c09f57d 100644 --- a/localwebsite/composer.lock +++ b/localwebsite/composer.lock @@ -4,9 +4,136 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "d61e8a038cdf7b7e0b456809da3a1660", + "content-hash": "aad58d1c2f9900517de6f62599845b12", "packages": [ { + "name": "giggsey/libphonenumber-for-php", + "version": "8.12.51", + "source": { + "type": "git", + "url": "https://github.com/giggsey/libphonenumber-for-php.git", + "reference": "a42d89a46797083a95aa48393485fdac22fcac94" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/a42d89a46797083a95aa48393485fdac22fcac94", + "reference": "a42d89a46797083a95aa48393485fdac22fcac94", + "shasum": "" + }, + "require": { + "giggsey/locale": "^1.7|^2.0", + "php": ">=5.3.2", + "symfony/polyfill-mbstring": "^1.17" + }, + "require-dev": { + "pear/pear-core-minimal": "^1.9", + "pear/pear_exception": "^1.0", + "pear/versioncontrol_git": "^0.5", + "phing/phing": "^2.7", + "php-coveralls/php-coveralls": "^1.0|^2.0", + "symfony/console": "^2.8|^3.0|^v4.4|^v5.2", + "symfony/phpunit-bridge": "^4.2 || ^5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "8.x-dev" + } + }, + "autoload": { + "psr-4": { + "libphonenumber\\": "src/" + }, + "exclude-from-classmap": [ + "/src/data/", + "/src/carrier/data/", + "/src/geocoding/data/", + "/src/timezone/data/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache-2.0" + ], + "authors": [ + { + "name": "Joshua Gigg", + "email": "giggsey@gmail.com", + "homepage": "https://giggsey.com/" + } + ], + "description": "PHP Port of Google's libphonenumber", + "homepage": "https://github.com/giggsey/libphonenumber-for-php", + "keywords": [ + "geocoding", + "geolocation", + "libphonenumber", + "mobile", + "phonenumber", + "validation" + ], + "support": { + "irc": "irc://irc.appliedirc.com/lobby", + "issues": "https://github.com/giggsey/libphonenumber-for-php/issues", + "source": "https://github.com/giggsey/libphonenumber-for-php" + }, + "time": "2022-07-11T08:12:34+00:00" + }, + { + "name": "giggsey/locale", + "version": "2.2", + "source": { + "type": "git", + "url": "https://github.com/giggsey/Locale.git", + "reference": "9c1dca769253f6a3e81f9a5c167f53b6a54ab635" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/giggsey/Locale/zipball/9c1dca769253f6a3e81f9a5c167f53b6a54ab635", + "reference": "9c1dca769253f6a3e81f9a5c167f53b6a54ab635", + "shasum": "" + }, + "require": { + "php": ">=7.2" + }, + "require-dev": { + "ext-json": "*", + "pear/pear-core-minimal": "^1.9", + "pear/pear_exception": "^1.0", + "pear/versioncontrol_git": "^0.5", + "phing/phing": "^2.7", + "php-coveralls/php-coveralls": "^2.0", + "phpunit/phpunit": "^8.5|^9.5", + "symfony/console": "^5.0", + "symfony/filesystem": "^5.0", + "symfony/finder": "^5.0", + "symfony/process": "^5.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Giggsey\\Locale\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Joshua Gigg", + "email": "giggsey@gmail.com", + "homepage": "https://giggsey.com/" + } + ], + "description": "Locale functions required by libphonenumber-for-php", + "support": { + "issues": "https://github.com/giggsey/Locale/issues", + "source": "https://github.com/giggsey/Locale/tree/2.2" + }, + "time": "2022-04-06T07:33:59+00:00" + }, + { "name": "symfony/polyfill-ctype", "version": "v1.23.0", "source": { @@ -200,6 +327,15 @@ "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, - "platform": [], - "platform-dev": [] + "platform": { + "ext-mbstring": "*", + "ext-sockets": "*", + "ext-simplexml": "*", + "ext-curl": "*", + "ext-json": "*", + "ext-gmp": "*", + "ext-sqlite3": "*" + }, + "platform-dev": [], + "plugin-api-version": "2.0.0" } |