2021-01-04 18:11:04 +08:00
{
"packages" : [
{
"name" : "bshaffer/oauth2-server-php" ,
"version" : "v1.11.1" ,
"version_normalized" : "1.11.1.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/bshaffer/oauth2-server-php.git" ,
"reference" : "5a0c8000d4763b276919e2106f54eddda6bc50fa"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/bshaffer/oauth2-server-php/zipball/5a0c8000d4763b276919e2106f54eddda6bc50fa" ,
"reference" : "5a0c8000d4763b276919e2106f54eddda6bc50fa" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.3.9"
} ,
"require-dev" : {
"aws/aws-sdk-php" : "~2.8" ,
"firebase/php-jwt" : "~2.2" ,
"mongodb/mongodb" : "^1.1" ,
"phpunit/phpunit" : "^4.0" ,
"predis/predis" : "dev-master" ,
"thobbs/phpcassa" : "dev-master"
} ,
"suggest" : {
"aws/aws-sdk-php" : "~2.8 is required to use DynamoDB storage" ,
"firebase/php-jwt" : "~2.2 is required to use JWT features" ,
"mongodb/mongodb" : "^1.1 is required to use MongoDB storage" ,
"predis/predis" : "Required to use Redis storage" ,
"thobbs/phpcassa" : "Required to use Cassandra storage"
} ,
"time" : "2018-12-04T00:29:32+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-0" : {
"OAuth2" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Brent Shaffer" ,
"email" : "bshafs@gmail.com" ,
"homepage" : "http://brentertainment.com"
}
] ,
"description" : "OAuth2 Server for PHP" ,
"homepage" : "http://github.com/bshaffer/oauth2-server-php" ,
"keywords" : [
"auth" ,
"oauth" ,
"oauth2"
] ,
"install-path" : "../bshaffer/oauth2-server-php"
} ,
{
"name" : "ddeboer/imap" ,
2021-05-05 02:46:05 +08:00
"version" : "1.12.1" ,
"version_normalized" : "1.12.1.0" ,
2021-01-04 18:11:04 +08:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/ddeboer/imap.git" ,
2021-05-05 02:46:05 +08:00
"reference" : "dbed05ca67b93509345a820b2859de10c48948fb"
2021-01-04 18:11:04 +08:00
} ,
"dist" : {
"type" : "zip" ,
2021-05-05 02:46:05 +08:00
"url" : "https://api.github.com/repos/ddeboer/imap/zipball/dbed05ca67b93509345a820b2859de10c48948fb" ,
"reference" : "dbed05ca67b93509345a820b2859de10c48948fb" ,
2021-01-04 18:11:04 +08:00
"shasum" : ""
} ,
"require" : {
"ext-iconv" : "*" ,
"ext-imap" : "*" ,
"ext-mbstring" : "*" ,
2021-04-14 03:34:47 +08:00
"php" : "^7.4 || ^8.0"
2021-01-04 18:11:04 +08:00
} ,
"require-dev" : {
2021-05-05 02:46:05 +08:00
"friendsofphp/php-cs-fixer" : "^2.18.6" ,
2021-04-14 03:34:47 +08:00
"laminas/laminas-mail" : "^2.14.0" ,
2021-05-05 02:46:05 +08:00
"phpstan/phpstan" : "^0.12.84" ,
2021-04-14 03:34:47 +08:00
"phpstan/phpstan-phpunit" : "^0.12.18" ,
"phpstan/phpstan-strict-rules" : "^0.12.9" ,
"phpunit/phpunit" : "^9.5.4"
} ,
2021-05-05 02:46:05 +08:00
"time" : "2021-04-27T08:38:46+00:00" ,
2021-01-04 18:11:04 +08:00
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Ddeboer\\Imap\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "David de Boer" ,
"email" : "david@ddeboer.nl"
} ,
{
"name" : "Filippo Tessarotto" ,
"email" : "zoeslam@gmail.com"
} ,
{
"name" : "Community contributors" ,
"homepage" : "https://github.com/ddeboer/imap/graphs/contributors"
}
] ,
"description" : "Object-oriented IMAP for PHP" ,
"keywords" : [
"email" ,
"imap" ,
"mail"
] ,
"support" : {
"issues" : "https://github.com/ddeboer/imap/issues" ,
2021-05-05 02:46:05 +08:00
"source" : "https://github.com/ddeboer/imap/tree/1.12.1"
2021-01-04 18:11:04 +08:00
} ,
"funding" : [
{
"url" : "https://github.com/Slamdunk" ,
"type" : "github"
} ,
{
"url" : "https://github.com/ddeboer" ,
"type" : "github"
}
] ,
"install-path" : "../ddeboer/imap"
} ,
2021-04-14 03:34:47 +08:00
{
"name" : "directorytree/ldaprecord" ,
2021-08-08 22:06:55 +08:00
"version" : "v2.6.3" ,
"version_normalized" : "2.6.3.0" ,
2021-04-14 03:34:47 +08:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/DirectoryTree/LdapRecord.git" ,
2021-08-08 22:06:55 +08:00
"reference" : "5c93ec6d1ef458290825a8b0a148946dce7c1e7a"
2021-04-14 03:34:47 +08:00
} ,
"dist" : {
"type" : "zip" ,
2021-08-08 22:06:55 +08:00
"url" : "https://api.github.com/repos/DirectoryTree/LdapRecord/zipball/5c93ec6d1ef458290825a8b0a148946dce7c1e7a" ,
"reference" : "5c93ec6d1ef458290825a8b0a148946dce7c1e7a" ,
2021-04-14 03:34:47 +08:00
"shasum" : ""
} ,
"require" : {
"ext-json" : "*" ,
"ext-ldap" : "*" ,
"illuminate/contracts" : "^5.0|^6.0|^7.0|^8.0" ,
"nesbot/carbon" : "^1.0|^2.0" ,
2021-06-23 14:05:09 +08:00
"php" : ">=7.3" ,
2021-04-14 03:34:47 +08:00
"psr/log" : "^1.0" ,
"psr/simple-cache" : "^1.0" ,
"tightenco/collect" : "^5.6|^6.0|^7.0|^8.0"
} ,
"require-dev" : {
"mockery/mockery" : "^1.0" ,
2021-06-23 14:05:09 +08:00
"phpunit/phpunit" : "^8.0" ,
"spatie/ray" : "^1.24"
2021-04-14 03:34:47 +08:00
} ,
2021-08-08 22:06:55 +08:00
"time" : "2021-08-05T21:52:43+00:00" ,
2021-04-14 03:34:47 +08:00
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"LdapRecord\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Steve Bauman" ,
"email" : "steven_bauman@outlook.com" ,
"role" : "Developer"
}
] ,
"description" : "A fully-featured LDAP ORM." ,
"homepage" : "https://www.ldaprecord.com" ,
"keywords" : [
"active directory" ,
"ad" ,
"adLDAP" ,
"adldap2" ,
"directory" ,
"ldap" ,
"ldaprecord" ,
"orm" ,
"windows"
] ,
"support" : {
"docs" : "https://ldaprecord.com" ,
"email" : "steven_bauman@outlook.com" ,
"issues" : "https://github.com/DirectoryTree/LdapRecord/issues" ,
"source" : "https://github.com/DirectoryTree/LdapRecord"
} ,
"funding" : [
{
"url" : "https://github.com/stevebauman" ,
"type" : "github"
}
] ,
"install-path" : "../directorytree/ldaprecord"
} ,
{
"name" : "illuminate/contracts" ,
2021-08-08 22:06:55 +08:00
"version" : "v8.53.1" ,
"version_normalized" : "8.53.1.0" ,
2021-04-14 03:34:47 +08:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/illuminate/contracts.git" ,
2021-08-08 22:06:55 +08:00
"reference" : "504a34286a1b4c5421c43087d6bd4e176138f6fb"
2021-04-14 03:34:47 +08:00
} ,
"dist" : {
"type" : "zip" ,
2021-08-08 22:06:55 +08:00
"url" : "https://api.github.com/repos/illuminate/contracts/zipball/504a34286a1b4c5421c43087d6bd4e176138f6fb" ,
"reference" : "504a34286a1b4c5421c43087d6bd4e176138f6fb" ,
2021-04-14 03:34:47 +08:00
"shasum" : ""
} ,
"require" : {
"php" : "^7.3|^8.0" ,
"psr/container" : "^1.0" ,
"psr/simple-cache" : "^1.0"
} ,
2021-08-08 22:06:55 +08:00
"time" : "2021-08-03T14:03:47+00:00" ,
2021-04-14 03:34:47 +08:00
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "8.x-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Illuminate\\Contracts\\" : ""
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Taylor Otwell" ,
"email" : "taylor@laravel.com"
}
] ,
"description" : "The Illuminate Contracts package." ,
"homepage" : "https://laravel.com" ,
"support" : {
"issues" : "https://github.com/laravel/framework/issues" ,
"source" : "https://github.com/laravel/framework"
} ,
"install-path" : "../illuminate/contracts"
} ,
2021-01-04 18:11:04 +08:00
{
"name" : "matthiasmullie/minify" ,
2021-03-01 17:21:26 +08:00
"version" : "1.3.66" ,
"version_normalized" : "1.3.66.0" ,
2021-01-04 18:11:04 +08:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/matthiasmullie/minify.git" ,
2021-03-01 17:21:26 +08:00
"reference" : "45fd3b0f1dfa2c965857c6d4a470bea52adc31a6"
2021-01-04 18:11:04 +08:00
} ,
"dist" : {
"type" : "zip" ,
2021-03-01 17:21:26 +08:00
"url" : "https://api.github.com/repos/matthiasmullie/minify/zipball/45fd3b0f1dfa2c965857c6d4a470bea52adc31a6" ,
"reference" : "45fd3b0f1dfa2c965857c6d4a470bea52adc31a6" ,
2021-01-04 18:11:04 +08:00
"shasum" : ""
} ,
"require" : {
"ext-pcre" : "*" ,
"matthiasmullie/path-converter" : "~1.1" ,
"php" : ">=5.3.0"
} ,
"require-dev" : {
"friendsofphp/php-cs-fixer" : "~2.0" ,
2021-03-01 17:21:26 +08:00
"matthiasmullie/scrapbook" : "dev-master" ,
"phpunit/phpunit" : ">=4.8"
2021-01-04 18:11:04 +08:00
} ,
"suggest" : {
"psr/cache-implementation" : "Cache implementation to use with Minify::cache"
} ,
2021-03-01 17:21:26 +08:00
"time" : "2021-01-06T15:18:10+00:00" ,
2021-01-04 18:11:04 +08:00
"bin" : [
"bin/minifycss" ,
"bin/minifyjs"
] ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"MatthiasMullie\\Minify\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Matthias Mullie" ,
"email" : "minify@mullie.eu" ,
"homepage" : "http://www.mullie.eu" ,
"role" : "Developer"
}
] ,
"description" : "CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns." ,
"homepage" : "http://www.minifier.org" ,
"keywords" : [
"JS" ,
"css" ,
"javascript" ,
"minifier" ,
"minify"
] ,
"support" : {
"issues" : "https://github.com/matthiasmullie/minify/issues" ,
2021-03-01 17:21:26 +08:00
"source" : "https://github.com/matthiasmullie/minify/tree/1.3.66"
2021-01-04 18:11:04 +08:00
} ,
"funding" : [
{
"url" : "https://github.com/[user1" ,
"type" : "github"
} ,
{
"url" : "https://github.com/matthiasmullie] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g." ,
"type" : "github"
} ,
{
"url" : "https://github.com/user2" ,
"type" : "github"
}
] ,
"install-path" : "../matthiasmullie/minify"
} ,
{
"name" : "matthiasmullie/path-converter" ,
"version" : "1.1.3" ,
"version_normalized" : "1.1.3.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/matthiasmullie/path-converter.git" ,
"reference" : "e7d13b2c7e2f2268e1424aaed02085518afa02d9"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/matthiasmullie/path-converter/zipball/e7d13b2c7e2f2268e1424aaed02085518afa02d9" ,
"reference" : "e7d13b2c7e2f2268e1424aaed02085518afa02d9" ,
"shasum" : ""
} ,
"require" : {
"ext-pcre" : "*" ,
"php" : ">=5.3.0"
} ,
"require-dev" : {
"phpunit/phpunit" : "~4.8"
} ,
"time" : "2019-02-05T23:41:09+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"MatthiasMullie\\PathConverter\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Matthias Mullie" ,
"email" : "pathconverter@mullie.eu" ,
"homepage" : "http://www.mullie.eu" ,
"role" : "Developer"
}
] ,
"description" : "Relative path converter" ,
"homepage" : "http://github.com/matthiasmullie/path-converter" ,
"keywords" : [
"converter" ,
"path" ,
"paths" ,
"relative"
] ,
"install-path" : "../matthiasmullie/path-converter"
} ,
{
"name" : "mustangostang/spyc" ,
"version" : "0.6.3" ,
"version_normalized" : "0.6.3.0" ,
"source" : {
"type" : "git" ,
"url" : "git@github.com:mustangostang/spyc.git" ,
"reference" : "4627c838b16550b666d15aeae1e5289dd5b77da0"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/mustangostang/spyc/zipball/4627c838b16550b666d15aeae1e5289dd5b77da0" ,
"reference" : "4627c838b16550b666d15aeae1e5289dd5b77da0" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.3.1"
} ,
"require-dev" : {
"phpunit/phpunit" : "4.3.*@dev"
} ,
"time" : "2019-09-10T13:16:29+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "0.5.x-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"files" : [
"Spyc.php"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "mustangostang" ,
"email" : "vlad.andersen@gmail.com"
}
] ,
"description" : "A simple YAML loader/dumper class for PHP" ,
"homepage" : "https://github.com/mustangostang/spyc/" ,
"keywords" : [
"spyc" ,
"yaml" ,
"yml"
] ,
"install-path" : "../mustangostang/spyc"
} ,
2021-04-14 03:34:47 +08:00
{
"name" : "nesbot/carbon" ,
2021-08-08 22:06:55 +08:00
"version" : "2.51.1" ,
"version_normalized" : "2.51.1.0" ,
2021-04-14 03:34:47 +08:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/briannesbitt/Carbon.git" ,
2021-08-08 22:06:55 +08:00
"reference" : "8619c299d1e0d4b344e1f98ca07a1ce2cfbf1922"
2021-04-14 03:34:47 +08:00
} ,
"dist" : {
"type" : "zip" ,
2021-08-08 22:06:55 +08:00
"url" : "https://api.github.com/repos/briannesbitt/Carbon/zipball/8619c299d1e0d4b344e1f98ca07a1ce2cfbf1922" ,
"reference" : "8619c299d1e0d4b344e1f98ca07a1ce2cfbf1922" ,
2021-04-14 03:34:47 +08:00
"shasum" : ""
} ,
"require" : {
"ext-json" : "*" ,
"php" : "^7.1.8 || ^8.0" ,
"symfony/polyfill-mbstring" : "^1.0" ,
2021-08-08 22:06:55 +08:00
"symfony/polyfill-php80" : "^1.16" ,
2021-04-14 03:34:47 +08:00
"symfony/translation" : "^3.4 || ^4.0 || ^5.0"
} ,
"require-dev" : {
"doctrine/orm" : "^2.7" ,
"friendsofphp/php-cs-fixer" : "^2.14 || ^3.0" ,
"kylekatarnls/multi-tester" : "^2.0" ,
"phpmd/phpmd" : "^2.9" ,
"phpstan/extension-installer" : "^1.0" ,
"phpstan/phpstan" : "^0.12.54" ,
"phpunit/phpunit" : "^7.5.20 || ^8.5.14" ,
"squizlabs/php_codesniffer" : "^3.4"
} ,
2021-08-08 22:06:55 +08:00
"time" : "2021-07-28T13:16:28+00:00" ,
2021-04-14 03:34:47 +08:00
"bin" : [
"bin/carbon"
] ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
2021-08-08 22:06:55 +08:00
"dev-3.x" : "3.x-dev" ,
"dev-master" : "2.x-dev"
2021-04-14 03:34:47 +08:00
} ,
"laravel" : {
"providers" : [
"Carbon\\Laravel\\ServiceProvider"
]
} ,
"phpstan" : {
"includes" : [
"extension.neon"
]
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Carbon\\" : "src/Carbon/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Brian Nesbitt" ,
"email" : "brian@nesbot.com" ,
2021-08-08 22:06:55 +08:00
"homepage" : "https://markido.com"
2021-04-14 03:34:47 +08:00
} ,
{
"name" : "kylekatarnls" ,
2021-08-08 22:06:55 +08:00
"homepage" : "https://github.com/kylekatarnls"
2021-04-14 03:34:47 +08:00
}
] ,
"description" : "An API extension for DateTime that supports 281 different languages." ,
2021-08-08 22:06:55 +08:00
"homepage" : "https://carbon.nesbot.com" ,
2021-04-14 03:34:47 +08:00
"keywords" : [
"date" ,
"datetime" ,
"time"
] ,
"support" : {
"issues" : "https://github.com/briannesbitt/Carbon/issues" ,
"source" : "https://github.com/briannesbitt/Carbon"
} ,
"funding" : [
{
"url" : "https://opencollective.com/Carbon" ,
"type" : "open_collective"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/nesbot/carbon" ,
"type" : "tidelift"
}
] ,
"install-path" : "../nesbot/carbon"
} ,
2021-01-04 18:11:04 +08:00
{
"name" : "paragonie/random_compat" ,
"version" : "v9.99.100" ,
"version_normalized" : "9.99.100.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/paragonie/random_compat.git" ,
"reference" : "996434e5492cb4c3edcb9168db6fbb1359ef965a"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a" ,
"reference" : "996434e5492cb4c3edcb9168db6fbb1359ef965a" ,
"shasum" : ""
} ,
"require" : {
"php" : ">= 7"
} ,
"require-dev" : {
"phpunit/phpunit" : "4.*|5.*" ,
"vimeo/psalm" : "^1"
} ,
"suggest" : {
"ext-libsodium" : "Provides a modern crypto API that can be used to generate random bytes."
} ,
"time" : "2020-10-15T08:29:30+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Paragon Initiative Enterprises" ,
"email" : "security@paragonie.com" ,
"homepage" : "https://paragonie.com"
}
] ,
"description" : "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7" ,
"keywords" : [
"csprng" ,
"polyfill" ,
"pseudorandom" ,
"random"
] ,
"support" : {
"email" : "info@paragonie.com" ,
"issues" : "https://github.com/paragonie/random_compat/issues" ,
"source" : "https://github.com/paragonie/random_compat"
} ,
"install-path" : "../paragonie/random_compat"
} ,
{
"name" : "php-mime-mail-parser/php-mime-mail-parser" ,
2021-08-08 22:06:55 +08:00
"version" : "7.0.0" ,
"version_normalized" : "7.0.0.0" ,
2021-01-04 18:11:04 +08:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-mime-mail-parser/php-mime-mail-parser.git" ,
2021-08-08 22:06:55 +08:00
"reference" : "9d09a017f3f103fec8456211a4a538b80e0eca0d"
2021-01-04 18:11:04 +08:00
} ,
"dist" : {
"type" : "zip" ,
2021-08-08 22:06:55 +08:00
"url" : "https://api.github.com/repos/php-mime-mail-parser/php-mime-mail-parser/zipball/9d09a017f3f103fec8456211a4a538b80e0eca0d" ,
"reference" : "9d09a017f3f103fec8456211a4a538b80e0eca0d" ,
2021-01-04 18:11:04 +08:00
"shasum" : ""
} ,
"require" : {
"ext-mailparse" : "*" ,
2021-08-08 22:06:55 +08:00
"php" : "^7.2|^8.0"
2021-01-04 18:11:04 +08:00
} ,
"replace" : {
"exorus/php-mime-mail-parser" : "*" ,
"messaged/php-mime-mail-parser" : "*"
} ,
"require-dev" : {
2021-08-08 22:06:55 +08:00
"php-coveralls/php-coveralls" : "^2.2" ,
"phpunit/phpunit" : "^8.0" ,
"squizlabs/php_codesniffer" : "^3.5"
2021-01-04 18:11:04 +08:00
} ,
2021-08-08 22:06:55 +08:00
"time" : "2021-02-25T17:21:57+00:00" ,
2021-01-04 18:11:04 +08:00
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"PhpMimeMailParser\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "eXorus" ,
"email" : "exorus.spam@gmail.com" ,
"homepage" : "https://github.com/eXorus/" ,
"role" : "Developer"
} ,
{
"name" : "M.Valinskis" ,
"email" : "M.Valins@gmail.com" ,
"homepage" : "https://code.google.com/p/php-mime-mail-parser" ,
"role" : "Developer"
} ,
{
"name" : "eugene.emmett.wood" ,
"email" : "gene_w@cementhorizon.com" ,
"homepage" : "https://code.google.com/p/php-mime-mail-parser" ,
"role" : "Developer"
} ,
{
"name" : "alknetso" ,
"email" : "alkne@gmail.com" ,
"homepage" : "https://code.google.com/p/php-mime-mail-parser" ,
"role" : "Developer"
} ,
{
"name" : "bucabay" ,
"email" : "gabe@fijiwebdesign.com" ,
"homepage" : "http://www.fijiwebdesign.com" ,
"role" : "Developer"
}
] ,
2021-08-08 22:06:55 +08:00
"description" : "A fully tested email parser for PHP 7.2+ (mailparse extension wrapper)." ,
2021-01-04 18:11:04 +08:00
"homepage" : "https://github.com/php-mime-mail-parser/php-mime-mail-parser" ,
"keywords" : [
"MimeMailParser" ,
"mail" ,
"mailparse" ,
"mime" ,
"parser" ,
"php"
] ,
2021-08-08 22:06:55 +08:00
"support" : {
"issues" : "https://github.com/php-mime-mail-parser/php-mime-mail-parser/issues" ,
"source" : "https://github.com/php-mime-mail-parser/php-mime-mail-parser/tree/7.0.0"
} ,
"funding" : [
{
"url" : "https://github.com/eXorus" ,
"type" : "github"
}
] ,
2021-01-04 18:11:04 +08:00
"install-path" : "../php-mime-mail-parser/php-mime-mail-parser"
} ,
{
"name" : "phpmailer/phpmailer" ,
2021-06-23 14:05:09 +08:00
"version" : "v6.5.0" ,
"version_normalized" : "6.5.0.0" ,
2021-01-04 18:11:04 +08:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/PHPMailer/PHPMailer.git" ,
2021-06-23 14:05:09 +08:00
"reference" : "a5b5c43e50b7fba655f793ad27303cd74c57363c"
2021-01-04 18:11:04 +08:00
} ,
"dist" : {
"type" : "zip" ,
2021-06-23 14:05:09 +08:00
"url" : "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/a5b5c43e50b7fba655f793ad27303cd74c57363c" ,
"reference" : "a5b5c43e50b7fba655f793ad27303cd74c57363c" ,
2021-01-04 18:11:04 +08:00
"shasum" : ""
} ,
"require" : {
"ext-ctype" : "*" ,
"ext-filter" : "*" ,
"ext-hash" : "*" ,
"php" : ">=5.5.0"
} ,
"require-dev" : {
"dealerdirect/phpcodesniffer-composer-installer" : "^0.7.0" ,
"doctrine/annotations" : "^1.2" ,
"phpcompatibility/php-compatibility" : "^9.3.5" ,
"roave/security-advisories" : "dev-latest" ,
"squizlabs/php_codesniffer" : "^3.5.6" ,
"yoast/phpunit-polyfills" : "^0.2.0"
} ,
"suggest" : {
2021-04-14 03:34:47 +08:00
"ext-mbstring" : "Needed to send email in multibyte encoding charset or decode encoded addresses" ,
2021-01-04 18:11:04 +08:00
"hayageek/oauth2-yahoo" : "Needed for Yahoo XOAUTH2 authentication" ,
"league/oauth2-google" : "Needed for Google XOAUTH2 authentication" ,
"psr/log" : "For optional PSR-3 debug logging" ,
"stevenmaguire/oauth2-microsoft" : "Needed for Microsoft XOAUTH2 authentication" ,
"symfony/polyfill-mbstring" : "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
} ,
2021-06-23 14:05:09 +08:00
"time" : "2021-06-16T14:33:43+00:00" ,
2021-01-04 18:11:04 +08:00
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"PHPMailer\\PHPMailer\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"LGPL-2.1-only"
] ,
"authors" : [
{
"name" : "Marcus Bointon" ,
"email" : "phpmailer@synchromedia.co.uk"
} ,
{
"name" : "Jim Jagielski" ,
"email" : "jimjag@gmail.com"
} ,
{
"name" : "Andy Prevost" ,
"email" : "codeworxtech@users.sourceforge.net"
} ,
{
"name" : "Brent R. Matzelle"
}
] ,
"description" : "PHPMailer is a full-featured email creation and transfer class for PHP" ,
"support" : {
"issues" : "https://github.com/PHPMailer/PHPMailer/issues" ,
2021-06-23 14:05:09 +08:00
"source" : "https://github.com/PHPMailer/PHPMailer/tree/v6.5.0"
2021-01-04 18:11:04 +08:00
} ,
"funding" : [
{
"url" : "https://github.com/Synchro" ,
"type" : "github"
}
] ,
"install-path" : "../phpmailer/phpmailer"
} ,
2021-04-14 03:34:47 +08:00
{
"name" : "psr/container" ,
"version" : "1.1.1" ,
"version_normalized" : "1.1.1.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/container.git" ,
"reference" : "8622567409010282b7aeebe4bb841fe98b58dcaf"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf" ,
"reference" : "8622567409010282b7aeebe4bb841fe98b58dcaf" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2.0"
} ,
"time" : "2021-03-05T17:36:06+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Psr\\Container\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "PHP-FIG" ,
"homepage" : "https://www.php-fig.org/"
}
] ,
"description" : "Common Container Interface (PHP FIG PSR-11)" ,
"homepage" : "https://github.com/php-fig/container" ,
"keywords" : [
"PSR-11" ,
"container" ,
"container-interface" ,
"container-interop" ,
"psr"
] ,
"support" : {
"issues" : "https://github.com/php-fig/container/issues" ,
"source" : "https://github.com/php-fig/container/tree/1.1.1"
} ,
"install-path" : "../psr/container"
} ,
{
"name" : "psr/log" ,
2021-05-05 02:46:05 +08:00
"version" : "1.1.4" ,
"version_normalized" : "1.1.4.0" ,
2021-04-14 03:34:47 +08:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/log.git" ,
2021-05-05 02:46:05 +08:00
"reference" : "d49695b909c3b7628b6289db5479a1c204601f11"
2021-04-14 03:34:47 +08:00
} ,
"dist" : {
"type" : "zip" ,
2021-05-05 02:46:05 +08:00
"url" : "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11" ,
"reference" : "d49695b909c3b7628b6289db5479a1c204601f11" ,
2021-04-14 03:34:47 +08:00
"shasum" : ""
} ,
"require" : {
"php" : ">=5.3.0"
} ,
2021-05-05 02:46:05 +08:00
"time" : "2021-05-03T11:20:27+00:00" ,
2021-04-14 03:34:47 +08:00
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.1.x-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Psr\\Log\\" : "Psr/Log/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "PHP-FIG" ,
2021-05-05 02:46:05 +08:00
"homepage" : "https://www.php-fig.org/"
2021-04-14 03:34:47 +08:00
}
] ,
"description" : "Common interface for logging libraries" ,
"homepage" : "https://github.com/php-fig/log" ,
"keywords" : [
"log" ,
"psr" ,
"psr-3"
] ,
"support" : {
2021-05-05 02:46:05 +08:00
"source" : "https://github.com/php-fig/log/tree/1.1.4"
2021-04-14 03:34:47 +08:00
} ,
"install-path" : "../psr/log"
} ,
{
"name" : "psr/simple-cache" ,
"version" : "1.0.1" ,
"version_normalized" : "1.0.1.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/simple-cache.git" ,
"reference" : "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" ,
"reference" : "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.3.0"
} ,
"time" : "2017-10-23T01:57:42+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.0.x-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Psr\\SimpleCache\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "PHP-FIG" ,
"homepage" : "http://www.php-fig.org/"
}
] ,
"description" : "Common interfaces for simple caching" ,
"keywords" : [
"cache" ,
"caching" ,
"psr" ,
"psr-16" ,
"simple-cache"
] ,
"support" : {
"source" : "https://github.com/php-fig/simple-cache/tree/master"
} ,
"install-path" : "../psr/simple-cache"
} ,
2021-01-04 18:11:04 +08:00
{
"name" : "robthree/twofactorauth" ,
2021-04-14 03:34:47 +08:00
"version" : "1.8.0" ,
"version_normalized" : "1.8.0.0" ,
2021-01-04 18:11:04 +08:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/RobThree/TwoFactorAuth.git" ,
2021-04-14 03:34:47 +08:00
"reference" : "30a38627ae1e7c9399dae67e265063cd6ec5276c"
2021-01-04 18:11:04 +08:00
} ,
"dist" : {
"type" : "zip" ,
2021-04-14 03:34:47 +08:00
"url" : "https://api.github.com/repos/RobThree/TwoFactorAuth/zipball/30a38627ae1e7c9399dae67e265063cd6ec5276c" ,
"reference" : "30a38627ae1e7c9399dae67e265063cd6ec5276c" ,
2021-01-04 18:11:04 +08:00
"shasum" : ""
} ,
"require" : {
"php" : ">=5.6.0"
} ,
"require-dev" : {
2021-04-14 03:34:47 +08:00
"php-parallel-lint/php-parallel-lint" : "^1.2" ,
2021-01-04 18:11:04 +08:00
"phpunit/phpunit" : "@stable"
} ,
2021-04-14 03:34:47 +08:00
"suggest" : {
"bacon/bacon-qr-code" : "Needed for BaconQrCodeProvider provider" ,
"endroid/qr-code" : "Needed for EndroidQrCodeProvider"
} ,
"time" : "2021-03-09T18:24:05+00:00" ,
2021-01-04 18:11:04 +08:00
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"RobThree\\Auth\\" : "lib"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Rob Janssen" ,
"homepage" : "http://robiii.me" ,
"role" : "Developer"
}
] ,
"description" : "Two Factor Authentication" ,
"homepage" : "https://github.com/RobThree/TwoFactorAuth" ,
"keywords" : [
"Authentication" ,
"MFA" ,
"Multi Factor Authentication" ,
"Two Factor Authentication" ,
"authenticator" ,
"authy" ,
"php" ,
"tfa"
] ,
2021-04-14 03:34:47 +08:00
"support" : {
"issues" : "https://github.com/RobThree/TwoFactorAuth/issues" ,
"source" : "https://github.com/RobThree/TwoFactorAuth"
} ,
"funding" : [
{
"url" : "https://paypal.me/robiii" ,
"type" : "custom"
} ,
{
"url" : "https://github.com/RobThree" ,
"type" : "github"
}
] ,
2021-01-04 18:11:04 +08:00
"install-path" : "../robthree/twofactorauth"
} ,
{
"name" : "soundasleep/html2text" ,
"version" : "0.5.0" ,
"version_normalized" : "0.5.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/soundasleep/html2text.git" ,
"reference" : "cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/soundasleep/html2text/zipball/cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad" ,
"reference" : "cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad" ,
"shasum" : ""
} ,
"require" : {
"ext-dom" : "*" ,
"ext-libxml" : "*" ,
"php" : ">=5.3.2"
} ,
"require-dev" : {
"phpunit/phpunit" : ">=4.0" ,
"soundasleep/component-tests" : "dev-master"
} ,
"time" : "2017-04-19T22:01:50+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Html2Text\\" : "src"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"EPL-1.0"
] ,
"authors" : [
{
"name" : "Jevon Wright" ,
"homepage" : "https://jevon.org" ,
"role" : "Developer"
}
] ,
"description" : "A PHP script to convert HTML into a plain text format" ,
"homepage" : "https://github.com/soundasleep/html2text" ,
"keywords" : [
"email" ,
"html" ,
"php" ,
"text"
] ,
"install-path" : "../soundasleep/html2text"
} ,
2021-06-23 14:05:09 +08:00
{
"name" : "symfony/deprecation-contracts" ,
"version" : "v2.4.0" ,
"version_normalized" : "2.4.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/deprecation-contracts.git" ,
"reference" : "5f38c8804a9e97d23e0c8d63341088cd8a22d627"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5f38c8804a9e97d23e0c8d63341088cd8a22d627" ,
"reference" : "5f38c8804a9e97d23e0c8d63341088cd8a22d627" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.1"
} ,
"time" : "2021-03-23T23:28:01+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-main" : "2.4-dev"
} ,
"thanks" : {
"name" : "symfony/contracts" ,
"url" : "https://github.com/symfony/contracts"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"files" : [
"function.php"
]
} ,
"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" : "A generic function and convention to trigger deprecation notices" ,
"homepage" : "https://symfony.com" ,
"support" : {
"source" : "https://github.com/symfony/deprecation-contracts/tree/v2.4.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/deprecation-contracts"
} ,
2021-09-23 02:47:10 +08:00
{
"name" : "symfony/polyfill-ctype" ,
"version" : "v1.23.0" ,
"version_normalized" : "1.23.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-ctype.git" ,
"reference" : "46cd95797e9df938fdd2b03693b5fca5e64b01ce"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce" ,
"reference" : "46cd95797e9df938fdd2b03693b5fca5e64b01ce" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.1"
} ,
"suggest" : {
"ext-ctype" : "For best performance"
} ,
"time" : "2021-02-19T12:13:01+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-main" : "1.23-dev"
} ,
"thanks" : {
"name" : "symfony/polyfill" ,
"url" : "https://github.com/symfony/polyfill"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Symfony\\Polyfill\\Ctype\\" : ""
} ,
"files" : [
"bootstrap.php"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Gert de Pagter" ,
"email" : "BackEndTea@gmail.com"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
] ,
"description" : "Symfony polyfill for ctype functions" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"compatibility" ,
"ctype" ,
"polyfill" ,
"portable"
] ,
"support" : {
"source" : "https://github.com/symfony/polyfill-ctype/tree/v1.23.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-ctype"
} ,
2021-04-14 03:34:47 +08:00
{
"name" : "symfony/polyfill-mbstring" ,
2021-08-08 22:06:55 +08:00
"version" : "v1.23.1" ,
"version_normalized" : "1.23.1.0" ,
2021-04-14 03:34:47 +08:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-mbstring.git" ,
2021-08-08 22:06:55 +08:00
"reference" : "9174a3d80210dca8daa7f31fec659150bbeabfc6"
2021-04-14 03:34:47 +08:00
} ,
"dist" : {
"type" : "zip" ,
2021-08-08 22:06:55 +08:00
"url" : "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6" ,
"reference" : "9174a3d80210dca8daa7f31fec659150bbeabfc6" ,
2021-04-14 03:34:47 +08:00
"shasum" : ""
} ,
"require" : {
"php" : ">=7.1"
} ,
"suggest" : {
"ext-mbstring" : "For best performance"
} ,
2021-08-08 22:06:55 +08:00
"time" : "2021-05-27T12:26:48+00:00" ,
2021-04-14 03:34:47 +08:00
"type" : "library" ,
"extra" : {
"branch-alias" : {
2021-06-23 14:05:09 +08:00
"dev-main" : "1.23-dev"
2021-04-14 03:34:47 +08:00
} ,
"thanks" : {
"name" : "symfony/polyfill" ,
"url" : "https://github.com/symfony/polyfill"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Symfony\\Polyfill\\Mbstring\\" : ""
} ,
"files" : [
"bootstrap.php"
]
} ,
"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" : {
2021-08-08 22:06:55 +08:00
"source" : "https://github.com/symfony/polyfill-mbstring/tree/v1.23.1"
2021-04-14 03:34:47 +08:00
} ,
"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"
} ,
{
"name" : "symfony/polyfill-php80" ,
2021-08-08 22:06:55 +08:00
"version" : "v1.23.1" ,
"version_normalized" : "1.23.1.0" ,
2021-04-14 03:34:47 +08:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-php80.git" ,
2021-08-08 22:06:55 +08:00
"reference" : "1100343ed1a92e3a38f9ae122fc0eb21602547be"
2021-04-14 03:34:47 +08:00
} ,
"dist" : {
"type" : "zip" ,
2021-08-08 22:06:55 +08:00
"url" : "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be" ,
"reference" : "1100343ed1a92e3a38f9ae122fc0eb21602547be" ,
2021-04-14 03:34:47 +08:00
"shasum" : ""
} ,
"require" : {
"php" : ">=7.1"
} ,
2021-08-08 22:06:55 +08:00
"time" : "2021-07-28T13:41:28+00:00" ,
2021-04-14 03:34:47 +08:00
"type" : "library" ,
"extra" : {
"branch-alias" : {
2021-06-23 14:05:09 +08:00
"dev-main" : "1.23-dev"
2021-04-14 03:34:47 +08:00
} ,
"thanks" : {
"name" : "symfony/polyfill" ,
"url" : "https://github.com/symfony/polyfill"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Symfony\\Polyfill\\Php80\\" : ""
} ,
"files" : [
"bootstrap.php"
] ,
"classmap" : [
"Resources/stubs"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Ion Bazan" ,
"email" : "ion.bazan@gmail.com"
} ,
{
"name" : "Nicolas Grekas" ,
"email" : "p@tchwork.com"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
] ,
"description" : "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"compatibility" ,
"polyfill" ,
"portable" ,
"shim"
] ,
"support" : {
2021-08-08 22:06:55 +08:00
"source" : "https://github.com/symfony/polyfill-php80/tree/v1.23.1"
2021-04-14 03:34:47 +08:00
} ,
"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-php80"
} ,
{
"name" : "symfony/translation" ,
2021-08-08 22:06:55 +08:00
"version" : "v5.3.4" ,
"version_normalized" : "5.3.4.0" ,
2021-04-14 03:34:47 +08:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/translation.git" ,
2021-08-08 22:06:55 +08:00
"reference" : "d89ad7292932c2699cbe4af98d72c5c6bbc504c1"
2021-04-14 03:34:47 +08:00
} ,
"dist" : {
"type" : "zip" ,
2021-08-08 22:06:55 +08:00
"url" : "https://api.github.com/repos/symfony/translation/zipball/d89ad7292932c2699cbe4af98d72c5c6bbc504c1" ,
"reference" : "d89ad7292932c2699cbe4af98d72c5c6bbc504c1" ,
2021-04-14 03:34:47 +08:00
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2.5" ,
2021-06-23 14:05:09 +08:00
"symfony/deprecation-contracts" : "^2.1" ,
2021-04-14 03:34:47 +08:00
"symfony/polyfill-mbstring" : "~1.0" ,
2021-08-08 22:06:55 +08:00
"symfony/polyfill-php80" : "^1.16" ,
2021-04-14 03:34:47 +08:00
"symfony/translation-contracts" : "^2.3"
} ,
"conflict" : {
"symfony/config" : "<4.4" ,
"symfony/dependency-injection" : "<5.0" ,
"symfony/http-kernel" : "<5.0" ,
"symfony/twig-bundle" : "<5.0" ,
"symfony/yaml" : "<4.4"
} ,
"provide" : {
"symfony/translation-implementation" : "2.3"
} ,
"require-dev" : {
2021-08-08 22:06:55 +08:00
"psr/log" : "^1|^2|^3" ,
2021-04-14 03:34:47 +08:00
"symfony/config" : "^4.4|^5.0" ,
"symfony/console" : "^4.4|^5.0" ,
"symfony/dependency-injection" : "^5.0" ,
"symfony/finder" : "^4.4|^5.0" ,
"symfony/http-kernel" : "^5.0" ,
"symfony/intl" : "^4.4|^5.0" ,
2021-06-23 14:05:09 +08:00
"symfony/polyfill-intl-icu" : "^1.21" ,
2021-04-14 03:34:47 +08:00
"symfony/service-contracts" : "^1.1.2|^2" ,
"symfony/yaml" : "^4.4|^5.0"
} ,
"suggest" : {
"psr/log-implementation" : "To use logging capability in translator" ,
"symfony/config" : "" ,
"symfony/yaml" : ""
} ,
2021-08-08 22:06:55 +08:00
"time" : "2021-07-25T09:39:16+00:00" ,
2021-04-14 03:34:47 +08:00
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"files" : [
"Resources/functions.php"
] ,
"psr-4" : {
"Symfony\\Component\\Translation\\" : ""
} ,
"exclude-from-classmap" : [
"/Tests/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
] ,
"description" : "Provides tools to internationalize your application" ,
"homepage" : "https://symfony.com" ,
"support" : {
2021-08-08 22:06:55 +08:00
"source" : "https://github.com/symfony/translation/tree/v5.3.4"
2021-04-14 03:34:47 +08:00
} ,
"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/translation"
} ,
{
"name" : "symfony/translation-contracts" ,
2021-05-05 02:46:05 +08:00
"version" : "v2.4.0" ,
"version_normalized" : "2.4.0.0" ,
2021-04-14 03:34:47 +08:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/translation-contracts.git" ,
2021-05-05 02:46:05 +08:00
"reference" : "95c812666f3e91db75385749fe219c5e494c7f95"
2021-04-14 03:34:47 +08:00
} ,
"dist" : {
"type" : "zip" ,
2021-05-05 02:46:05 +08:00
"url" : "https://api.github.com/repos/symfony/translation-contracts/zipball/95c812666f3e91db75385749fe219c5e494c7f95" ,
"reference" : "95c812666f3e91db75385749fe219c5e494c7f95" ,
2021-04-14 03:34:47 +08:00
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2.5"
} ,
"suggest" : {
"symfony/translation-implementation" : ""
} ,
2021-05-05 02:46:05 +08:00
"time" : "2021-03-23T23:28:01+00:00" ,
2021-04-14 03:34:47 +08:00
"type" : "library" ,
"extra" : {
"branch-alias" : {
2021-05-05 02:46:05 +08:00
"dev-main" : "2.4-dev"
2021-04-14 03:34:47 +08:00
} ,
"thanks" : {
"name" : "symfony/contracts" ,
"url" : "https://github.com/symfony/contracts"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Symfony\\Contracts\\Translation\\" : ""
}
} ,
"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" : "Generic abstractions related to translation" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"abstractions" ,
"contracts" ,
"decoupling" ,
"interfaces" ,
"interoperability" ,
"standards"
] ,
"support" : {
2021-05-05 02:46:05 +08:00
"source" : "https://github.com/symfony/translation-contracts/tree/v2.4.0"
2021-04-14 03:34:47 +08:00
} ,
"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/translation-contracts"
} ,
{
"name" : "symfony/var-dumper" ,
2021-08-08 22:06:55 +08:00
"version" : "v5.3.6" ,
"version_normalized" : "5.3.6.0" ,
2021-04-14 03:34:47 +08:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/var-dumper.git" ,
2021-08-08 22:06:55 +08:00
"reference" : "3dd8ddd1e260e58ecc61bb78da3b6584b3bfcba0"
2021-04-14 03:34:47 +08:00
} ,
"dist" : {
"type" : "zip" ,
2021-08-08 22:06:55 +08:00
"url" : "https://api.github.com/repos/symfony/var-dumper/zipball/3dd8ddd1e260e58ecc61bb78da3b6584b3bfcba0" ,
"reference" : "3dd8ddd1e260e58ecc61bb78da3b6584b3bfcba0" ,
2021-04-14 03:34:47 +08:00
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2.5" ,
"symfony/polyfill-mbstring" : "~1.0" ,
2021-08-08 22:06:55 +08:00
"symfony/polyfill-php80" : "^1.16"
2021-04-14 03:34:47 +08:00
} ,
"conflict" : {
"phpunit/phpunit" : "<5.4.3" ,
"symfony/console" : "<4.4"
} ,
"require-dev" : {
"ext-iconv" : "*" ,
"symfony/console" : "^4.4|^5.0" ,
"symfony/process" : "^4.4|^5.0" ,
"twig/twig" : "^2.13|^3.0.4"
} ,
"suggest" : {
"ext-iconv" : "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used)." ,
"ext-intl" : "To show region name in time zone dump" ,
"symfony/console" : "To use the ServerDumpCommand and/or the bin/var-dump-server script"
} ,
2021-08-08 22:06:55 +08:00
"time" : "2021-07-27T01:56:02+00:00" ,
2021-04-14 03:34:47 +08:00
"bin" : [
"Resources/bin/var-dump-server"
] ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"files" : [
"Resources/functions/dump.php"
] ,
"psr-4" : {
"Symfony\\Component\\VarDumper\\" : ""
} ,
"exclude-from-classmap" : [
"/Tests/"
]
} ,
"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" : "Provides mechanisms for walking through any arbitrary PHP variable" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"debug" ,
"dump"
] ,
"support" : {
2021-08-08 22:06:55 +08:00
"source" : "https://github.com/symfony/var-dumper/tree/v5.3.6"
2021-04-14 03:34:47 +08:00
} ,
"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/var-dumper"
} ,
{
"name" : "tightenco/collect" ,
"version" : "v8.34.0" ,
"version_normalized" : "8.34.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/tighten/collect.git" ,
"reference" : "b069783ab0c547bb894ebcf8e7f6024bb401f9d2"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/tighten/collect/zipball/b069783ab0c547bb894ebcf8e7f6024bb401f9d2" ,
"reference" : "b069783ab0c547bb894ebcf8e7f6024bb401f9d2" ,
"shasum" : ""
} ,
"require" : {
"php" : "^7.2|^8.0" ,
"symfony/var-dumper" : "^3.4 || ^4.0 || ^5.0"
} ,
"require-dev" : {
"mockery/mockery" : "^1.0" ,
"nesbot/carbon" : "^2.23.0" ,
"phpunit/phpunit" : "^8.3"
} ,
"time" : "2021-03-29T21:29:00+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"files" : [
"src/Collect/Support/helpers.php" ,
"src/Collect/Support/alias.php"
] ,
"psr-4" : {
"Tightenco\\Collect\\" : "src/Collect"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Taylor Otwell" ,
"email" : "taylorotwell@gmail.com"
}
] ,
"description" : "Collect - Illuminate Collections as a separate package." ,
"keywords" : [
"collection" ,
"laravel"
] ,
"support" : {
"issues" : "https://github.com/tighten/collect/issues" ,
"source" : "https://github.com/tighten/collect/tree/v8.34.0"
} ,
"install-path" : "../tightenco/collect"
} ,
2021-09-23 02:47:10 +08:00
{
"name" : "twig/twig" ,
"version" : "v3.3.2" ,
"version_normalized" : "3.3.2.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/twigphp/Twig.git" ,
"reference" : "21578f00e83d4a82ecfa3d50752b609f13de6790"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/twigphp/Twig/zipball/21578f00e83d4a82ecfa3d50752b609f13de6790" ,
"reference" : "21578f00e83d4a82ecfa3d50752b609f13de6790" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2.5" ,
"symfony/polyfill-ctype" : "^1.8" ,
"symfony/polyfill-mbstring" : "^1.3"
} ,
"require-dev" : {
"psr/container" : "^1.0" ,
"symfony/phpunit-bridge" : "^4.4.9|^5.0.9"
} ,
"time" : "2021-05-16T12:14:13+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "3.3-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Twig\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
] ,
"authors" : [
{
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com" ,
"homepage" : "http://fabien.potencier.org" ,
"role" : "Lead Developer"
} ,
{
"name" : "Twig Team" ,
"role" : "Contributors"
} ,
{
"name" : "Armin Ronacher" ,
"email" : "armin.ronacher@active-4.com" ,
"role" : "Project Founder"
}
] ,
"description" : "Twig, the flexible, fast, and secure template language for PHP" ,
"homepage" : "https://twig.symfony.com" ,
"keywords" : [
"templating"
] ,
"support" : {
"issues" : "https://github.com/twigphp/Twig/issues" ,
"source" : "https://github.com/twigphp/Twig/tree/v3.3.2"
} ,
"funding" : [
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/twig/twig" ,
"type" : "tidelift"
}
] ,
"install-path" : "../twig/twig"
} ,
2021-01-04 18:11:04 +08:00
{
"name" : "yubico/u2flib-server" ,
"version" : "1.0.2" ,
"version_normalized" : "1.0.2.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/Yubico/php-u2flib-server.git" ,
"reference" : "55d813acf68212ad2cadecde07551600d6971939"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/55d813acf68212ad2cadecde07551600d6971939" ,
"reference" : "55d813acf68212ad2cadecde07551600d6971939" ,
"shasum" : ""
} ,
"require" : {
"ext-openssl" : "*" ,
"paragonie/random_compat" : ">= 1" ,
"php" : ">=5.6"
} ,
"require-dev" : {
"phpunit/phpunit" : "~5.7" ,
"vimeo/psalm" : "^0|^1|^2"
} ,
"time" : "2018-09-07T08:16:44+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-2-Clause"
] ,
"description" : "Library for U2F implementation" ,
"homepage" : "https://developers.yubico.com/php-u2flib-server" ,
"install-path" : "../yubico/u2flib-server"
}
] ,
"dev" : true ,
"dev-package-names" : [ ]
}