Current File : /var/www/vinorea/modules/klaviyopsautomation/vendor/composer/installed.json |
{
"packages": [
{
"name": "giggsey/libphonenumber-for-php",
"version": "8.13.46",
"version_normalized": "8.13.46.0",
"source": {
"type": "git",
"url": "https://github.com/giggsey/libphonenumber-for-php.git",
"reference": "b75c463fce43a61cc206ea18cd5f2cc3ed5e6555"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/b75c463fce43a61cc206ea18cd5f2cc3ed5e6555",
"reference": "b75c463fce43a61cc206ea18cd5f2cc3ed5e6555",
"shasum": ""
},
"require": {
"giggsey/locale": "^1.7|^2.0",
"php": ">=5.3.2",
"symfony/polyfill-mbstring": "^1.17"
},
"replace": {
"giggsey/libphonenumber-for-php-lite": "self.version"
},
"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"
},
"time": "2024-09-25T08:54:14+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "8.x-dev"
}
},
"installation-source": "dist",
"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": {
"issues": "https://github.com/giggsey/libphonenumber-for-php/issues",
"source": "https://github.com/giggsey/libphonenumber-for-php"
},
"install-path": "../giggsey/libphonenumber-for-php"
},
{
"name": "giggsey/locale",
"version": "1.9",
"version_normalized": "1.9.0.0",
"source": {
"type": "git",
"url": "https://github.com/giggsey/Locale.git",
"reference": "b07f1eace8072ccc61445ad8fbd493ff9d783043"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/giggsey/Locale/zipball/b07f1eace8072ccc61445ad8fbd493ff9d783043",
"reference": "b07f1eace8072ccc61445ad8fbd493ff9d783043",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"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",
"phpunit/phpunit": "^4.8|^5.0",
"symfony/console": "^2.8|^3.0|^4.0",
"symfony/filesystem": "^2.8|^3.0|^4.0",
"symfony/finder": "^2.8|^3.0|^4.0",
"symfony/process": "^2.8|^3.0|^4.0"
},
"time": "2020-07-07T11:16:24+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"Giggsey\\Locale\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Joshua Gigg",
"email": "giggsey@gmail.com",
"homepage": "http://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/master"
},
"install-path": "../giggsey/locale"
},
{
"name": "prestashop/module-lib-cache-directory-provider",
"version": "v1.0.0",
"version_normalized": "1.0.0.0",
"source": {
"type": "git",
"url": "https://github.com/PrestaShopCorp/module-lib-cache-directory-provider.git",
"reference": "34a577b66a7e52ae16d6f40efd1db17290bad453"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PrestaShopCorp/module-lib-cache-directory-provider/zipball/34a577b66a7e52ae16d6f40efd1db17290bad453",
"reference": "34a577b66a7e52ae16d6f40efd1db17290bad453",
"shasum": ""
},
"require": {
"php": ">=5.6.0"
},
"require-dev": {
"phpunit/phpunit": "~5.7"
},
"time": "2020-09-08T14:13:23+00:00",
"type": "project",
"installation-source": "dist",
"autoload": {
"psr-4": {
"PrestaShop\\ModuleLibCacheDirectoryProvider\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"AFL-3.0"
],
"authors": [
{
"name": "PrestaShop SA",
"email": "contact@prestashop.com"
}
],
"description": "Cache directory provider to use on prestashop modules",
"keywords": [
"composer",
"modules",
"package",
"prestashop"
],
"support": {
"issues": "https://github.com/PrestaShopCorp/module-lib-cache-directory-provider/issues",
"source": "https://github.com/PrestaShopCorp/module-lib-cache-directory-provider/tree/master"
},
"install-path": "../prestashop/module-lib-cache-directory-provider"
},
{
"name": "prestashop/module-lib-mbo-installer",
"version": "v3.0.0",
"version_normalized": "3.0.0.0",
"source": {
"type": "git",
"url": "https://github.com/PrestaShopCorp/module-lib-mbo-installer.git",
"reference": "46fbb457e9241b4f8b0c3f9fdabcb9feba0d0303"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PrestaShopCorp/module-lib-mbo-installer/zipball/46fbb457e9241b4f8b0c3f9fdabcb9feba0d0303",
"reference": "46fbb457e9241b4f8b0c3f9fdabcb9feba0d0303",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": ">=5.6"
},
"require-dev": {
"phpstan/phpstan": "^1.9",
"phpunit/phpunit": "^9.5|^8.5|^5.7",
"prestashop/php-dev-tools": "^4.2|^3.16"
},
"time": "2025-02-24T15:19:05+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"Prestashop\\ModuleLibMboInstaller\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"AFL-3.0"
],
"authors": [
{
"name": "PrestaShop SA",
"email": "contact@prestashop.com"
},
{
"name": "Mikatux",
"email": "mickael@mayeur.eu"
}
],
"description": "A helper to ease the download PS MBO from the Addons Marketplace",
"support": {
"issues": "https://github.com/PrestaShopCorp/module-lib-mbo-installer/issues",
"source": "https://github.com/PrestaShopCorp/module-lib-mbo-installer/tree/v3.0.0"
},
"install-path": "../prestashop/module-lib-mbo-installer"
},
{
"name": "prestashop/module-lib-service-container",
"version": "v2.0",
"version_normalized": "2.0.0.0",
"source": {
"type": "git",
"url": "https://github.com/PrestaShopCorp/module-lib-service-container.git",
"reference": "5525b56513d9ddad6e4232dfd93a24e028efdca7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PrestaShopCorp/module-lib-service-container/zipball/5525b56513d9ddad6e4232dfd93a24e028efdca7",
"reference": "5525b56513d9ddad6e4232dfd93a24e028efdca7",
"shasum": ""
},
"require": {
"php": ">=5.6.0",
"prestashop/module-lib-cache-directory-provider": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "~5.7"
},
"suggest": {
"symfony/config": "Needed when the running PrestaShop does not already run with Symfony",
"symfony/dependency-injection": "Needed when the running PrestaShop does not already run with Symfony",
"symfony/expression-language": "Needed when the running PrestaShop does not already run with Symfony",
"symfony/yaml": "Needed when the running PrestaShop does not already run with Symfony"
},
"time": "2022-06-20T08:30:47+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"PrestaShop\\ModuleLibServiceContainer\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"AFL-3.0"
],
"authors": [
{
"name": "PrestaShop SA",
"email": "contact@prestashop.com"
}
],
"description": "Service container to use on prestashop modules",
"keywords": [
"composer",
"modules",
"package",
"prestashop"
],
"support": {
"issues": "https://github.com/PrestaShopCorp/module-lib-service-container/issues",
"source": "https://github.com/PrestaShopCorp/module-lib-service-container/tree/v2.0"
},
"install-path": "../prestashop/module-lib-service-container"
},
{
"name": "prestashop/prestashop-accounts-installer",
"version": "v1.0.4",
"version_normalized": "1.0.4.0",
"source": {
"type": "git",
"url": "https://github.com/PrestaShopCorp/prestashop-accounts-installer.git",
"reference": "0ad934bc540558db3944a9a1e5b08b852bb46e8b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PrestaShopCorp/prestashop-accounts-installer/zipball/0ad934bc540558db3944a9a1e5b08b852bb46e8b",
"reference": "0ad934bc540558db3944a9a1e5b08b852bb46e8b",
"shasum": ""
},
"require": {
"php": ">=5.6"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
"fzaninotto/faker": "^1.9",
"phpunit/phpunit": "^5.7",
"prestashop/php-dev-tools": "3.*"
},
"time": "2023-05-04T07:24:48+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"PrestaShop\\PsAccountsInstaller\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Utility package to install `ps_accounts` module or present data to trigger manual install from psx configuration page.",
"support": {
"issues": "https://github.com/PrestaShopCorp/prestashop-accounts-installer/issues",
"source": "https://github.com/PrestaShopCorp/prestashop-accounts-installer/tree/v1.0.4"
},
"install-path": "../prestashop/prestashop-accounts-installer"
},
{
"name": "symfony/polyfill-mbstring",
"version": "v1.30.0",
"version_normalized": "1.30.0.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fd22ab50000ef01661e2a31d850ebaa297f8e03c",
"reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"provide": {
"ext-mbstring": "*"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"time": "2024-06-19T12:30:46+00:00",
"type": "library",
"extra": {
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"installation-source": "dist",
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.30.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"install-path": "../symfony/polyfill-mbstring"
}
],
"dev": false,
"dev-package-names": []
}