268 lines
9.2 KiB
JSON
268 lines
9.2 KiB
JSON
|
{
|
||
|
"packages": [
|
||
|
{
|
||
|
"name": "gmulti/morphism-php",
|
||
|
"version": "dev-dev-bugfix",
|
||
|
"version_normalized": "dev-dev-bugfix",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/glx77/morphism-php.git",
|
||
|
"reference": "578752d5a21b57dd6e6cf4c04f12c96c3df42372"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/glx77/morphism-php/zipball/578752d5a21b57dd6e6cf4c04f12c96c3df42372",
|
||
|
"reference": "578752d5a21b57dd6e6cf4c04f12c96c3df42372",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^6.5"
|
||
|
},
|
||
|
"time": "2023-10-09T06:46:30+00:00",
|
||
|
"type": "project",
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Morphism\\": "lib/"
|
||
|
}
|
||
|
},
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Thomas DENEULIN",
|
||
|
"email": "thomas@delipress.io"
|
||
|
}
|
||
|
],
|
||
|
"support": {
|
||
|
"source": "https://github.com/glx77/morphism-php/tree/dev-bugfix"
|
||
|
},
|
||
|
"install-path": "../gmulti/morphism-php"
|
||
|
},
|
||
|
{
|
||
|
"name": "psr/cache",
|
||
|
"version": "1.0.1",
|
||
|
"version_normalized": "1.0.1.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/php-fig/cache.git",
|
||
|
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
|
||
|
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.0"
|
||
|
},
|
||
|
"time": "2016-08-06T20:24:11+00:00",
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.0.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Psr\\Cache\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "PHP-FIG",
|
||
|
"homepage": "http://www.php-fig.org/"
|
||
|
}
|
||
|
],
|
||
|
"description": "Common interface for caching libraries",
|
||
|
"keywords": [
|
||
|
"cache",
|
||
|
"psr",
|
||
|
"psr-6"
|
||
|
],
|
||
|
"support": {
|
||
|
"source": "https://github.com/php-fig/cache/tree/master"
|
||
|
},
|
||
|
"install-path": "../psr/cache"
|
||
|
},
|
||
|
{
|
||
|
"name": "weglot/simplehtmldom",
|
||
|
"version": "0.8",
|
||
|
"version_normalized": "0.8.0.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "git@github.com:weglot/simple_html_dom.git",
|
||
|
"reference": "bc37c23550025c59849f0f0e8c332d6e7c2385ee"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/weglot/simple_html_dom/zipball/bc37c23550025c59849f0f0e8c332d6e7c2385ee",
|
||
|
"reference": "bc37c23550025c59849f0f0e8c332d6e7c2385ee",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.0"
|
||
|
},
|
||
|
"time": "2023-03-28T08:51:53+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-0": {
|
||
|
"WGSimpleHtmlDom": "src/"
|
||
|
},
|
||
|
"files": [
|
||
|
"src/simple_html_dom.php"
|
||
|
]
|
||
|
},
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "S.C. Chen",
|
||
|
"email": "me578022@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "Composer package that gives you access to and (unlike all the others at this time) autoloads S.C. Chen's PHP Simple HTML DOM Parser Library",
|
||
|
"homepage": "http://simplehtmldom.sourceforge.net/",
|
||
|
"keywords": [
|
||
|
"dom",
|
||
|
"html",
|
||
|
"simple"
|
||
|
],
|
||
|
"support": {
|
||
|
"source": "https://github.com/weglot/simple_html_dom/tree/0.8"
|
||
|
},
|
||
|
"install-path": "../weglot/simplehtmldom"
|
||
|
},
|
||
|
{
|
||
|
"name": "weglot/translation-definitions",
|
||
|
"version": "v2.3.4",
|
||
|
"version_normalized": "2.3.4.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/weglot/weglot-translation-definitions.git",
|
||
|
"reference": "f54b91a863e529f3efbc0c68acde7731a57176de"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/weglot/weglot-translation-definitions/zipball/f54b91a863e529f3efbc0c68acde7731a57176de",
|
||
|
"reference": "f54b91a863e529f3efbc0c68acde7731a57176de",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5"
|
||
|
},
|
||
|
"time": "2021-02-18T14:47:45+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"classmap": [
|
||
|
"index.php"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Mehdi Rejraji",
|
||
|
"email": "mehdi@weglot.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "Weglot's shared definitions",
|
||
|
"support": {
|
||
|
"issues": "https://github.com/weglot/weglot-translation-definitions/issues",
|
||
|
"source": "https://github.com/weglot/weglot-translation-definitions/tree/v2.3.4"
|
||
|
},
|
||
|
"install-path": "../weglot/translation-definitions"
|
||
|
},
|
||
|
{
|
||
|
"name": "weglot/weglot-php",
|
||
|
"version": "1.7.1",
|
||
|
"version_normalized": "1.7.1.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "git@github.com:weglot/weglot-php.git",
|
||
|
"reference": "c99f9094a087220ba711aefc743fc7d0f8f9eee1"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/weglot/weglot-php/zipball/c99f9094a087220ba711aefc743fc7d0f8f9eee1",
|
||
|
"reference": "c99f9094a087220ba711aefc743fc7d0f8f9eee1",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.6",
|
||
|
"psr/cache": "^1.0",
|
||
|
"weglot/simplehtmldom": "^0.8",
|
||
|
"weglot/translation-definitions": "^2.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpstan/phpstan-deprecation-rules": "^1.1",
|
||
|
"vlucas/phpdotenv": "^2.4"
|
||
|
},
|
||
|
"time": "2024-01-18T12:41:47+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Weglot\\": "src/",
|
||
|
"Languages\\": "node_modules/@weglot/languages/dist/"
|
||
|
}
|
||
|
},
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Baptiste Leduc",
|
||
|
"email": "baptiste@weglot.com",
|
||
|
"homepage": "https://baptiste-leduc.now.sh/",
|
||
|
"role": "Developer"
|
||
|
},
|
||
|
{
|
||
|
"name": "Thomas Deneulin",
|
||
|
"email": "thomas@weglot.com",
|
||
|
"role": "Review"
|
||
|
},
|
||
|
{
|
||
|
"name": "Edson Galina Fortes",
|
||
|
"email": "edson@weglot.com",
|
||
|
"role": "Developer"
|
||
|
}
|
||
|
],
|
||
|
"description": "PHP library for the Weglot API",
|
||
|
"homepage": "https://weglot.com/",
|
||
|
"keywords": [
|
||
|
"i18n",
|
||
|
"languages",
|
||
|
"localization",
|
||
|
"php",
|
||
|
"translate",
|
||
|
"translation",
|
||
|
"translator",
|
||
|
"weglot",
|
||
|
"weglot-library"
|
||
|
],
|
||
|
"support": {
|
||
|
"email": "support@weglot.com",
|
||
|
"source": "https://github.com/weglot/weglot-php",
|
||
|
"docs": "https://weglot.github.io/weglot-documentation/",
|
||
|
"issues": "https://github.com/weglot/weglot-php/issues"
|
||
|
},
|
||
|
"install-path": "../weglot/weglot-php"
|
||
|
}
|
||
|
],
|
||
|
"dev": false,
|
||
|
"dev-package-names": []
|
||
|
}
|