2020-02-03 17:34:52 +01:00
{
"_readme" : [
"This file locks the dependencies of your project to a known state" ,
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies" ,
"This file is @generated automatically"
] ,
2021-06-30 15:29:49 +02:00
"content-hash" : "58c5dbd8e74fa9de973e491e973c11c6" ,
2020-02-03 17:34:52 +01:00
"packages" : [
{
"name" : "graham-campbell/guzzle-factory" ,
2021-06-30 15:29:49 +02:00
"version" : "v5.0.0" ,
2020-02-03 17:34:52 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/GrahamCampbell/Guzzle-Factory.git" ,
2021-06-30 15:29:49 +02:00
"reference" : "5f6eae0dba2f2a02d72d42f11f3ff9f9f61e1cc8"
2020-02-03 17:34:52 +01:00
} ,
"dist" : {
"type" : "zip" ,
2021-06-30 15:29:49 +02:00
"url" : "https://api.github.com/repos/GrahamCampbell/Guzzle-Factory/zipball/5f6eae0dba2f2a02d72d42f11f3ff9f9f61e1cc8" ,
"reference" : "5f6eae0dba2f2a02d72d42f11f3ff9f9f61e1cc8" ,
2020-02-03 17:34:52 +01:00
"shasum" : ""
} ,
"require" : {
2021-06-30 15:29:49 +02:00
"guzzlehttp/guzzle" : "^7.2" ,
"php" : "^7.2.5 || ^8.0"
2020-02-03 17:34:52 +01:00
} ,
"require-dev" : {
2021-06-30 15:29:49 +02:00
"graham-campbell/analyzer" : "^3.0.4" ,
"phpunit/phpunit" : "^8.5.8 || ^9.3.7"
2020-02-03 17:34:52 +01:00
} ,
"type" : "library" ,
"autoload" : {
"psr-4" : {
"GrahamCampbell\\GuzzleFactory\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Graham Campbell" ,
"email" : "graham@alt-three.com"
}
] ,
"description" : "Provides A Simple Guzzle Factory With Good Defaults" ,
"keywords" : [
"Graham Campbell" ,
"GrahamCampbell" ,
"Guzzle" ,
"Guzzle Factory" ,
"Guzzle-Factory" ,
"http"
] ,
2021-06-30 15:29:49 +02:00
"support" : {
"issues" : "https://github.com/GrahamCampbell/Guzzle-Factory/issues" ,
"source" : "https://github.com/GrahamCampbell/Guzzle-Factory/tree/v5.0.0"
} ,
"funding" : [
{
"url" : "https://github.com/GrahamCampbell" ,
"type" : "github"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/graham-campbell/guzzle-factory" ,
"type" : "tidelift"
}
] ,
"time" : "2021-01-24T20:39:09+00:00"
2020-02-03 17:34:52 +01:00
} ,
{
"name" : "guzzlehttp/guzzle" ,
2021-06-30 15:29:49 +02:00
"version" : "7.3.0" ,
2020-02-03 17:34:52 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/guzzle/guzzle.git" ,
2021-06-30 15:29:49 +02:00
"reference" : "7008573787b430c1c1f650e3722d9bba59967628"
2020-02-03 17:34:52 +01:00
} ,
"dist" : {
"type" : "zip" ,
2021-06-30 15:29:49 +02:00
"url" : "https://api.github.com/repos/guzzle/guzzle/zipball/7008573787b430c1c1f650e3722d9bba59967628" ,
"reference" : "7008573787b430c1c1f650e3722d9bba59967628" ,
2020-02-03 17:34:52 +01:00
"shasum" : ""
} ,
"require" : {
"ext-json" : "*" ,
2021-06-30 15:29:49 +02:00
"guzzlehttp/promises" : "^1.4" ,
"guzzlehttp/psr7" : "^1.7 || ^2.0" ,
"php" : "^7.2.5 || ^8.0" ,
"psr/http-client" : "^1.0"
} ,
"provide" : {
"psr/http-client-implementation" : "1.0"
2020-02-03 17:34:52 +01:00
} ,
"require-dev" : {
2021-06-30 15:29:49 +02:00
"bamarni/composer-bin-plugin" : "^1.4.1" ,
2020-02-03 17:34:52 +01:00
"ext-curl" : "*" ,
2021-06-30 15:29:49 +02:00
"php-http/client-integration-tests" : "^3.0" ,
"phpunit/phpunit" : "^8.5.5 || ^9.3.5" ,
2020-02-03 17:34:52 +01:00
"psr/log" : "^1.1"
} ,
"suggest" : {
2021-06-30 15:29:49 +02:00
"ext-curl" : "Required for CURL handler support" ,
2020-02-03 17:34:52 +01:00
"ext-intl" : "Required for Internationalized Domain Name (IDN) support" ,
"psr/log" : "Required for using the Log middleware"
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
2021-06-30 15:29:49 +02:00
"dev-master" : "7.3-dev"
2020-02-03 17:34:52 +01:00
}
} ,
"autoload" : {
"psr-4" : {
"GuzzleHttp\\" : "src/"
} ,
"files" : [
"src/functions_include.php"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Michael Dowling" ,
"email" : "mtdowling@gmail.com" ,
"homepage" : "https://github.com/mtdowling"
2021-06-30 15:29:49 +02:00
} ,
{
"name" : "MΓ‘rk SΓ‘gi-KazΓ‘r" ,
"email" : "mark.sagikazar@gmail.com" ,
"homepage" : "https://sagikazarmark.hu"
2020-02-03 17:34:52 +01:00
}
] ,
"description" : "Guzzle is a PHP HTTP client library" ,
"homepage" : "http://guzzlephp.org/" ,
"keywords" : [
"client" ,
"curl" ,
"framework" ,
"http" ,
"http client" ,
2021-06-30 15:29:49 +02:00
"psr-18" ,
"psr-7" ,
2020-02-03 17:34:52 +01:00
"rest" ,
"web service"
] ,
2021-06-30 15:29:49 +02:00
"support" : {
"issues" : "https://github.com/guzzle/guzzle/issues" ,
"source" : "https://github.com/guzzle/guzzle/tree/7.3.0"
} ,
"funding" : [
{
"url" : "https://github.com/GrahamCampbell" ,
"type" : "github"
} ,
{
"url" : "https://github.com/Nyholm" ,
"type" : "github"
} ,
{
"url" : "https://github.com/alexeyshockov" ,
"type" : "github"
} ,
{
"url" : "https://github.com/gmponos" ,
"type" : "github"
}
] ,
"time" : "2021-03-23T11:33:13+00:00"
2020-02-03 17:34:52 +01:00
} ,
{
"name" : "guzzlehttp/promises" ,
2021-06-30 15:29:49 +02:00
"version" : "1.4.1" ,
2020-02-03 17:34:52 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/guzzle/promises.git" ,
2021-06-30 15:29:49 +02:00
"reference" : "8e7d04f1f6450fef59366c399cfad4b9383aa30d"
2020-02-03 17:34:52 +01:00
} ,
"dist" : {
"type" : "zip" ,
2021-06-30 15:29:49 +02:00
"url" : "https://api.github.com/repos/guzzle/promises/zipball/8e7d04f1f6450fef59366c399cfad4b9383aa30d" ,
"reference" : "8e7d04f1f6450fef59366c399cfad4b9383aa30d" ,
2020-02-03 17:34:52 +01:00
"shasum" : ""
} ,
"require" : {
2021-06-30 15:29:49 +02:00
"php" : ">=5.5"
2020-02-03 17:34:52 +01:00
} ,
"require-dev" : {
2021-06-30 15:29:49 +02:00
"symfony/phpunit-bridge" : "^4.4 || ^5.1"
2020-02-03 17:34:52 +01:00
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.4-dev"
}
} ,
"autoload" : {
"psr-4" : {
"GuzzleHttp\\Promise\\" : "src/"
} ,
"files" : [
"src/functions_include.php"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Michael Dowling" ,
"email" : "mtdowling@gmail.com" ,
"homepage" : "https://github.com/mtdowling"
}
] ,
"description" : "Guzzle promises library" ,
"keywords" : [
"promise"
] ,
2021-06-30 15:29:49 +02:00
"support" : {
"issues" : "https://github.com/guzzle/promises/issues" ,
"source" : "https://github.com/guzzle/promises/tree/1.4.1"
} ,
"time" : "2021-03-07T09:25:29+00:00"
2020-02-03 17:34:52 +01:00
} ,
{
"name" : "guzzlehttp/psr7" ,
2021-06-30 15:29:49 +02:00
"version" : "1.8.2" ,
2020-02-03 17:34:52 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/guzzle/psr7.git" ,
2021-06-30 15:29:49 +02:00
"reference" : "dc960a912984efb74d0a90222870c72c87f10c91"
2020-02-03 17:34:52 +01:00
} ,
"dist" : {
"type" : "zip" ,
2021-06-30 15:29:49 +02:00
"url" : "https://api.github.com/repos/guzzle/psr7/zipball/dc960a912984efb74d0a90222870c72c87f10c91" ,
"reference" : "dc960a912984efb74d0a90222870c72c87f10c91" ,
2020-02-03 17:34:52 +01:00
"shasum" : ""
} ,
"require" : {
"php" : ">=5.4.0" ,
"psr/http-message" : "~1.0" ,
"ralouphie/getallheaders" : "^2.0.5 || ^3.0.0"
} ,
"provide" : {
"psr/http-message-implementation" : "1.0"
} ,
"require-dev" : {
"ext-zlib" : "*" ,
2021-06-30 15:29:49 +02:00
"phpunit/phpunit" : "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
2020-02-03 17:34:52 +01:00
} ,
"suggest" : {
2021-06-30 15:29:49 +02:00
"laminas/laminas-httphandlerrunner" : "Emit PSR-7 responses"
2020-02-03 17:34:52 +01:00
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
2021-06-30 15:29:49 +02:00
"dev-master" : "1.7-dev"
2020-02-03 17:34:52 +01:00
}
} ,
"autoload" : {
"psr-4" : {
"GuzzleHttp\\Psr7\\" : "src/"
} ,
"files" : [
"src/functions_include.php"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Michael Dowling" ,
"email" : "mtdowling@gmail.com" ,
"homepage" : "https://github.com/mtdowling"
} ,
{
"name" : "Tobias Schultze" ,
"homepage" : "https://github.com/Tobion"
}
] ,
"description" : "PSR-7 message implementation that also provides common utility methods" ,
"keywords" : [
"http" ,
"message" ,
"psr-7" ,
"request" ,
"response" ,
"stream" ,
"uri" ,
"url"
] ,
2021-06-30 15:29:49 +02:00
"support" : {
"issues" : "https://github.com/guzzle/psr7/issues" ,
"source" : "https://github.com/guzzle/psr7/tree/1.8.2"
} ,
"time" : "2021-04-26T09:17:50+00:00"
} ,
{
"name" : "paragonie/constant_time_encoding" ,
"version" : "v2.4.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/paragonie/constant_time_encoding.git" ,
"reference" : "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c" ,
"reference" : "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c" ,
"shasum" : ""
} ,
"require" : {
"php" : "^7|^8"
} ,
"require-dev" : {
"phpunit/phpunit" : "^6|^7|^8|^9" ,
"vimeo/psalm" : "^1|^2|^3|^4"
} ,
"type" : "library" ,
"autoload" : {
"psr-4" : {
"ParagonIE\\ConstantTime\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Paragon Initiative Enterprises" ,
"email" : "security@paragonie.com" ,
"homepage" : "https://paragonie.com" ,
"role" : "Maintainer"
} ,
{
"name" : "Steve 'Sc00bz' Thomas" ,
"email" : "steve@tobtu.com" ,
"homepage" : "https://www.tobtu.com" ,
"role" : "Original Developer"
}
] ,
"description" : "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)" ,
"keywords" : [
"base16" ,
"base32" ,
"base32_decode" ,
"base32_encode" ,
"base64" ,
"base64_decode" ,
"base64_encode" ,
"bin2hex" ,
"encoding" ,
"hex" ,
"hex2bin" ,
"rfc4648"
] ,
"support" : {
"email" : "info@paragonie.com" ,
"issues" : "https://github.com/paragonie/constant_time_encoding/issues" ,
"source" : "https://github.com/paragonie/constant_time_encoding"
} ,
"time" : "2020-12-06T15:14:20+00:00"
} ,
{
"name" : "paragonie/random_compat" ,
"version" : "v9.99.100" ,
"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."
} ,
"type" : "library" ,
"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"
} ,
"time" : "2020-10-15T08:29:30+00:00"
2020-02-03 17:34:52 +01:00
} ,
{
"name" : "phpseclib/phpseclib" ,
2021-06-30 15:29:49 +02:00
"version" : "3.0.9" ,
2020-02-03 17:34:52 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/phpseclib/phpseclib.git" ,
2021-06-30 15:29:49 +02:00
"reference" : "a127a5133804ff2f47ae629dd529b129da616ad7"
2020-02-03 17:34:52 +01:00
} ,
"dist" : {
"type" : "zip" ,
2021-06-30 15:29:49 +02:00
"url" : "https://api.github.com/repos/phpseclib/phpseclib/zipball/a127a5133804ff2f47ae629dd529b129da616ad7" ,
"reference" : "a127a5133804ff2f47ae629dd529b129da616ad7" ,
2020-02-03 17:34:52 +01:00
"shasum" : ""
} ,
"require" : {
2021-06-30 15:29:49 +02:00
"paragonie/constant_time_encoding" : "^1|^2" ,
"paragonie/random_compat" : "^1.4|^2.0|^9.99.99" ,
"php" : ">=5.6.1"
2020-02-03 17:34:52 +01:00
} ,
"require-dev" : {
"phing/phing" : "~2.7" ,
2021-06-30 15:29:49 +02:00
"phpunit/phpunit" : "^5.7|^6.0|^9.4" ,
2020-02-03 17:34:52 +01:00
"squizlabs/php_codesniffer" : "~2.0"
} ,
"suggest" : {
"ext-gmp" : "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations." ,
"ext-libsodium" : "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension." ,
"ext-mcrypt" : "Install the Mcrypt extension in order to speed up a few other cryptographic operations." ,
"ext-openssl" : "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
} ,
"type" : "library" ,
"autoload" : {
"files" : [
"phpseclib/bootstrap.php"
] ,
"psr-4" : {
2021-06-30 15:29:49 +02:00
"phpseclib3\\" : "phpseclib/"
2020-02-03 17:34:52 +01:00
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Jim Wigginton" ,
"email" : "terrafrost@php.net" ,
"role" : "Lead Developer"
} ,
{
"name" : "Patrick Monnerat" ,
"email" : "pm@datasphere.ch" ,
"role" : "Developer"
} ,
{
"name" : "Andreas Fischer" ,
"email" : "bantu@phpbb.com" ,
"role" : "Developer"
} ,
{
"name" : "Hans-JΓΌrgen Petrich" ,
"email" : "petrich@tronic-media.com" ,
"role" : "Developer"
} ,
{
"name" : "Graham Campbell" ,
"email" : "graham@alt-three.com" ,
"role" : "Developer"
}
] ,
"description" : "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc." ,
"homepage" : "http://phpseclib.sourceforge.net" ,
"keywords" : [
"BigInteger" ,
"aes" ,
"asn.1" ,
"asn1" ,
"blowfish" ,
"crypto" ,
"cryptography" ,
"encryption" ,
"rsa" ,
"security" ,
"sftp" ,
"signature" ,
"signing" ,
"ssh" ,
"twofish" ,
"x.509" ,
"x509"
] ,
2021-06-30 15:29:49 +02:00
"support" : {
"issues" : "https://github.com/phpseclib/phpseclib/issues" ,
"source" : "https://github.com/phpseclib/phpseclib/tree/3.0.9"
} ,
"funding" : [
{
"url" : "https://github.com/terrafrost" ,
"type" : "github"
} ,
{
"url" : "https://www.patreon.com/phpseclib" ,
"type" : "patreon"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib" ,
"type" : "tidelift"
}
] ,
"time" : "2021-06-14T06:54:45+00:00"
} ,
{
"name" : "psr/http-client" ,
"version" : "1.0.1" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/http-client.git" ,
"reference" : "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621" ,
"reference" : "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621" ,
"shasum" : ""
} ,
"require" : {
"php" : "^7.0 || ^8.0" ,
"psr/http-message" : "^1.0"
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.0.x-dev"
}
} ,
"autoload" : {
"psr-4" : {
"Psr\\Http\\Client\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "PHP-FIG" ,
"homepage" : "http://www.php-fig.org/"
}
] ,
"description" : "Common interface for HTTP clients" ,
"homepage" : "https://github.com/php-fig/http-client" ,
"keywords" : [
"http" ,
"http-client" ,
"psr" ,
"psr-18"
] ,
"support" : {
"source" : "https://github.com/php-fig/http-client/tree/master"
} ,
"time" : "2020-06-29T06:28:15+00:00"
2020-02-03 17:34:52 +01:00
} ,
{
"name" : "psr/http-message" ,
"version" : "1.0.1" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/http-message.git" ,
"reference" : "f6561bf28d520154e4b0ec72be95418abe6d9363"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363" ,
"reference" : "f6561bf28d520154e4b0ec72be95418abe6d9363" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.3.0"
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.0.x-dev"
}
} ,
"autoload" : {
"psr-4" : {
"Psr\\Http\\Message\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "PHP-FIG" ,
"homepage" : "http://www.php-fig.org/"
}
] ,
"description" : "Common interface for HTTP messages" ,
"homepage" : "https://github.com/php-fig/http-message" ,
"keywords" : [
"http" ,
"http-message" ,
"psr" ,
"psr-7" ,
"request" ,
"response"
] ,
2021-06-30 15:29:49 +02:00
"support" : {
"source" : "https://github.com/php-fig/http-message/tree/master"
} ,
2020-02-03 17:34:52 +01:00
"time" : "2016-08-06T14:39:51+00:00"
} ,
{
"name" : "ralouphie/getallheaders" ,
"version" : "3.0.3" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/ralouphie/getallheaders.git" ,
"reference" : "120b605dfeb996808c31b6477290a714d356e822"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822" ,
"reference" : "120b605dfeb996808c31b6477290a714d356e822" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.6"
} ,
"require-dev" : {
"php-coveralls/php-coveralls" : "^2.1" ,
"phpunit/phpunit" : "^5 || ^6.5"
} ,
"type" : "library" ,
"autoload" : {
"files" : [
"src/getallheaders.php"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Ralph Khattar" ,
"email" : "ralph.khattar@gmail.com"
}
] ,
"description" : "A polyfill for getallheaders." ,
2021-06-30 15:29:49 +02:00
"support" : {
"issues" : "https://github.com/ralouphie/getallheaders/issues" ,
"source" : "https://github.com/ralouphie/getallheaders/tree/develop"
} ,
2020-02-03 17:34:52 +01:00
"time" : "2019-03-08T08:55:37+00:00"
} ,
{
"name" : "spatie/dropbox-api" ,
2021-06-30 15:29:49 +02:00
"version" : "1.19.0" ,
2020-02-03 17:34:52 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/spatie/dropbox-api.git" ,
2021-06-30 15:29:49 +02:00
"reference" : "22ed7792e7ede170520f030e32ff0edde2337842"
2020-02-03 17:34:52 +01:00
} ,
"dist" : {
"type" : "zip" ,
2021-06-30 15:29:49 +02:00
"url" : "https://api.github.com/repos/spatie/dropbox-api/zipball/22ed7792e7ede170520f030e32ff0edde2337842" ,
"reference" : "22ed7792e7ede170520f030e32ff0edde2337842" ,
2020-02-03 17:34:52 +01:00
"shasum" : ""
} ,
"require" : {
2021-06-30 15:29:49 +02:00
"graham-campbell/guzzle-factory" : "^3.0||^4.0||^5.0" ,
"guzzlehttp/guzzle" : "^6.2||^7.0" ,
"php" : "^7.1||^8.0"
2020-02-03 17:34:52 +01:00
} ,
"require-dev" : {
2021-06-30 15:29:49 +02:00
"phpunit/phpunit" : "^7.5.15|^8.5|^9.3"
2020-02-03 17:34:52 +01:00
} ,
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Spatie\\Dropbox\\" : "src"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Alex Vanderbist" ,
"email" : "alex.vanderbist@gmail.com" ,
"homepage" : "https://spatie.be" ,
"role" : "Developer"
} ,
{
"name" : "Freek Van der Herten" ,
"email" : "freek@spatie.be" ,
"homepage" : "https://spatie.be" ,
"role" : "Developer"
}
] ,
"description" : "A minimal implementation of Dropbox API v2" ,
"homepage" : "https://github.com/spatie/dropbox-api" ,
"keywords" : [
"Dropbox-API" ,
"api" ,
"dropbox" ,
"spatie" ,
"v2"
] ,
2021-06-30 15:29:49 +02:00
"support" : {
"issues" : "https://github.com/spatie/dropbox-api/issues" ,
"source" : "https://github.com/spatie/dropbox-api/tree/1.19.0"
} ,
"funding" : [
{
"url" : "https://spatie.be/open-source/support-us" ,
"type" : "custom"
} ,
{
"url" : "https://github.com/spatie" ,
"type" : "github"
}
] ,
"time" : "2021-06-18T06:34:17+00:00"
2020-02-03 17:34:52 +01:00
}
] ,
"packages-dev" : [
2021-06-30 15:29:49 +02:00
{
"name" : "composer/xdebug-handler" ,
"version" : "2.0.1" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/composer/xdebug-handler.git" ,
"reference" : "964adcdd3a28bf9ed5d9ac6450064e0d71ed7496"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/composer/xdebug-handler/zipball/964adcdd3a28bf9ed5d9ac6450064e0d71ed7496" ,
"reference" : "964adcdd3a28bf9ed5d9ac6450064e0d71ed7496" ,
"shasum" : ""
} ,
"require" : {
"php" : "^5.3.2 || ^7.0 || ^8.0" ,
"psr/log" : "^1.0"
} ,
"require-dev" : {
"phpstan/phpstan" : "^0.12.55" ,
"symfony/phpunit-bridge" : "^4.2 || ^5"
} ,
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Composer\\XdebugHandler\\" : "src"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "John Stevenson" ,
"email" : "john-stevenson@blueyonder.co.uk"
}
] ,
"description" : "Restarts a process without Xdebug." ,
"keywords" : [
"Xdebug" ,
"performance"
] ,
"support" : {
"irc" : "irc://irc.freenode.org/composer" ,
"issues" : "https://github.com/composer/xdebug-handler/issues" ,
"source" : "https://github.com/composer/xdebug-handler/tree/2.0.1"
} ,
"funding" : [
{
"url" : "https://packagist.com" ,
"type" : "custom"
} ,
{
"url" : "https://github.com/composer" ,
"type" : "github"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/composer/composer" ,
"type" : "tidelift"
}
] ,
"time" : "2021-05-05T19:37:51+00:00"
} ,
2020-02-03 17:34:52 +01:00
{
2020-04-16 18:02:46 +02:00
"name" : "doctrine/instantiator" ,
2021-06-30 15:29:49 +02:00
"version" : "1.4.0" ,
2020-02-03 17:34:52 +01:00
"source" : {
"type" : "git" ,
2020-04-16 18:02:46 +02:00
"url" : "https://github.com/doctrine/instantiator.git" ,
2021-06-30 15:29:49 +02:00
"reference" : "d56bf6102915de5702778fe20f2de3b2fe570b5b"
2020-02-03 17:34:52 +01:00
} ,
"dist" : {
"type" : "zip" ,
2021-06-30 15:29:49 +02:00
"url" : "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b" ,
"reference" : "d56bf6102915de5702778fe20f2de3b2fe570b5b" ,
2020-02-03 17:34:52 +01:00
"shasum" : ""
} ,
2020-04-16 18:02:46 +02:00
"require" : {
2021-06-30 15:29:49 +02:00
"php" : "^7.1 || ^8.0"
2020-04-16 18:02:46 +02:00
} ,
"require-dev" : {
2021-06-30 15:29:49 +02:00
"doctrine/coding-standard" : "^8.0" ,
2020-04-16 18:02:46 +02:00
"ext-pdo" : "*" ,
"ext-phar" : "*" ,
2021-06-30 15:29:49 +02:00
"phpbench/phpbench" : "^0.13 || 1.0.0-alpha2" ,
"phpstan/phpstan" : "^0.12" ,
"phpstan/phpstan-phpunit" : "^0.12" ,
"phpunit/phpunit" : "^7.0 || ^8.0 || ^9.0"
2020-04-16 18:02:46 +02:00
} ,
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Doctrine\\Instantiator\\" : "src/Doctrine/Instantiator/"
}
2020-02-03 17:34:52 +01:00
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Marco Pivetta" ,
"email" : "ocramius@gmail.com" ,
2021-06-30 15:29:49 +02:00
"homepage" : "https://ocramius.github.io/"
2020-04-16 18:02:46 +02:00
}
] ,
"description" : "A small, lightweight utility to instantiate objects in PHP without invoking their constructors" ,
"homepage" : "https://www.doctrine-project.org/projects/instantiator.html" ,
"keywords" : [
"constructor" ,
"instantiate"
] ,
2021-06-30 15:29:49 +02:00
"support" : {
"issues" : "https://github.com/doctrine/instantiator/issues" ,
"source" : "https://github.com/doctrine/instantiator/tree/1.4.0"
} ,
"funding" : [
{
"url" : "https://www.doctrine-project.org/sponsorship.html" ,
"type" : "custom"
} ,
{
"url" : "https://www.patreon.com/phpdoctrine" ,
"type" : "patreon"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator" ,
"type" : "tidelift"
}
] ,
"time" : "2020-11-10T18:47:58+00:00"
2020-04-16 18:02:46 +02:00
} ,
{
"name" : "myclabs/deep-copy" ,
2021-06-30 15:29:49 +02:00
"version" : "1.10.2" ,
2020-04-16 18:02:46 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/myclabs/DeepCopy.git" ,
2021-06-30 15:29:49 +02:00
"reference" : "776f831124e9c62e1a2c601ecc52e776d8bb7220"
2020-04-16 18:02:46 +02:00
} ,
"dist" : {
"type" : "zip" ,
2021-06-30 15:29:49 +02:00
"url" : "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220" ,
"reference" : "776f831124e9c62e1a2c601ecc52e776d8bb7220" ,
2020-04-16 18:02:46 +02:00
"shasum" : ""
} ,
"require" : {
2021-06-30 15:29:49 +02:00
"php" : "^7.1 || ^8.0"
2020-04-16 18:02:46 +02:00
} ,
"replace" : {
"myclabs/deep-copy" : "self.version"
} ,
"require-dev" : {
"doctrine/collections" : "^1.0" ,
"doctrine/common" : "^2.6" ,
"phpunit/phpunit" : "^7.1"
} ,
"type" : "library" ,
"autoload" : {
"psr-4" : {
"DeepCopy\\" : "src/DeepCopy/"
} ,
"files" : [
"src/DeepCopy/deep_copy.php"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"description" : "Create deep copies (clones) of your objects" ,
"keywords" : [
"clone" ,
"copy" ,
"duplicate" ,
"object" ,
"object graph"
] ,
2021-06-30 15:29:49 +02:00
"support" : {
"issues" : "https://github.com/myclabs/DeepCopy/issues" ,
"source" : "https://github.com/myclabs/DeepCopy/tree/1.10.2"
} ,
"funding" : [
{
"url" : "https://tidelift.com/funding/github/packagist/myclabs/deep-copy" ,
"type" : "tidelift"
}
] ,
"time" : "2020-11-13T09:40:50+00:00"
2020-04-16 18:02:46 +02:00
} ,
{
2021-06-30 15:29:49 +02:00
"name" : "nikic/php-parser" ,
"version" : "v4.10.5" ,
2020-04-16 18:02:46 +02:00
"source" : {
"type" : "git" ,
2021-06-30 15:29:49 +02:00
"url" : "https://github.com/nikic/PHP-Parser.git" ,
"reference" : "4432ba399e47c66624bc73c8c0f811e5c109576f"
2020-04-16 18:02:46 +02:00
} ,
"dist" : {
"type" : "zip" ,
2021-06-30 15:29:49 +02:00
"url" : "https://api.github.com/repos/nikic/PHP-Parser/zipball/4432ba399e47c66624bc73c8c0f811e5c109576f" ,
"reference" : "4432ba399e47c66624bc73c8c0f811e5c109576f" ,
2020-04-16 18:02:46 +02:00
"shasum" : ""
} ,
"require" : {
2021-06-30 15:29:49 +02:00
"ext-tokenizer" : "*" ,
"php" : ">=7.0"
} ,
"require-dev" : {
"ircmaxell/php-yacc" : "^0.0.7" ,
"phpunit/phpunit" : "^6.5 || ^7.0 || ^8.0 || ^9.0"
2020-04-16 18:02:46 +02:00
} ,
2021-06-30 15:29:49 +02:00
"bin" : [
"bin/php-parse"
] ,
2020-04-16 18:02:46 +02:00
"type" : "library" ,
"extra" : {
"branch-alias" : {
2021-06-30 15:29:49 +02:00
"dev-master" : "4.9-dev"
2020-04-16 18:02:46 +02:00
}
} ,
"autoload" : {
2021-06-30 15:29:49 +02:00
"psr-4" : {
"PhpParser\\" : "lib/PhpParser"
}
2020-04-16 18:02:46 +02:00
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
] ,
"authors" : [
{
2021-06-30 15:29:49 +02:00
"name" : "Nikita Popov"
2020-04-16 18:02:46 +02:00
}
] ,
2021-06-30 15:29:49 +02:00
"description" : "A PHP parser written in PHP" ,
"keywords" : [
"parser" ,
"php"
] ,
"support" : {
"issues" : "https://github.com/nikic/PHP-Parser/issues" ,
"source" : "https://github.com/nikic/PHP-Parser/tree/v4.10.5"
} ,
"time" : "2021-05-03T19:11:20+00:00"
2020-04-16 18:02:46 +02:00
} ,
{
2021-06-30 15:29:49 +02:00
"name" : "pdepend/pdepend" ,
"version" : "2.9.1" ,
2020-04-16 18:02:46 +02:00
"source" : {
"type" : "git" ,
2021-06-30 15:29:49 +02:00
"url" : "https://github.com/pdepend/pdepend.git" ,
"reference" : "1632f0cee84512ffd6dde71e58536b3b06528c41"
2020-04-16 18:02:46 +02:00
} ,
"dist" : {
"type" : "zip" ,
2021-06-30 15:29:49 +02:00
"url" : "https://api.github.com/repos/pdepend/pdepend/zipball/1632f0cee84512ffd6dde71e58536b3b06528c41" ,
"reference" : "1632f0cee84512ffd6dde71e58536b3b06528c41" ,
2020-04-16 18:02:46 +02:00
"shasum" : ""
} ,
"require" : {
2021-06-30 15:29:49 +02:00
"php" : ">=5.3.7" ,
"symfony/config" : "^2.3.0|^3|^4|^5" ,
"symfony/dependency-injection" : "^2.3.0|^3|^4|^5" ,
"symfony/filesystem" : "^2.3.0|^3|^4|^5"
2020-04-16 18:02:46 +02:00
} ,
2021-06-30 15:29:49 +02:00
"require-dev" : {
"easy-doc/easy-doc" : "0.0.0|^1.2.3" ,
"gregwar/rst" : "^1.0" ,
"phpunit/phpunit" : "^4.8.36|^5.7.27" ,
"squizlabs/php_codesniffer" : "^2.0.0"
} ,
"bin" : [
"src/bin/pdepend"
] ,
2020-04-16 18:02:46 +02:00
"type" : "library" ,
2021-06-30 15:29:49 +02:00
"extra" : {
"branch-alias" : {
"dev-master" : "2.x-dev"
}
} ,
2020-04-16 18:02:46 +02:00
"autoload" : {
2021-06-30 15:29:49 +02:00
"psr-4" : {
"PDepend\\" : "src/main/php/PDepend"
}
2020-04-16 18:02:46 +02:00
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
] ,
2021-06-30 15:29:49 +02:00
"description" : "Official version of pdepend to be handled with Composer" ,
"support" : {
"issues" : "https://github.com/pdepend/pdepend/issues" ,
"source" : "https://github.com/pdepend/pdepend/tree/2.9.1"
} ,
"funding" : [
2020-04-16 18:02:46 +02:00
{
2021-06-30 15:29:49 +02:00
"url" : "https://tidelift.com/funding/github/packagist/pdepend/pdepend" ,
"type" : "tidelift"
}
] ,
"time" : "2021-04-15T21:36:28+00:00"
} ,
{
"name" : "phar-io/manifest" ,
"version" : "2.0.1" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/phar-io/manifest.git" ,
"reference" : "85265efd3af7ba3ca4b2a2c34dbfc5788dd29133"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/phar-io/manifest/zipball/85265efd3af7ba3ca4b2a2c34dbfc5788dd29133" ,
"reference" : "85265efd3af7ba3ca4b2a2c34dbfc5788dd29133" ,
"shasum" : ""
} ,
"require" : {
"ext-dom" : "*" ,
"ext-phar" : "*" ,
"ext-xmlwriter" : "*" ,
"phar-io/version" : "^3.0.1" ,
"php" : "^7.2 || ^8.0"
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "2.0.x-dev"
}
} ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
] ,
"authors" : [
{
"name" : "Arne Blankerts" ,
"email" : "arne@blankerts.de" ,
"role" : "Developer"
} ,
{
"name" : "Sebastian Heuer" ,
"email" : "sebastian@phpeople.de" ,
"role" : "Developer"
} ,
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de" ,
"role" : "Developer"
}
] ,
"description" : "Component for reading phar.io manifest information from a PHP Archive (PHAR)" ,
"support" : {
"issues" : "https://github.com/phar-io/manifest/issues" ,
"source" : "https://github.com/phar-io/manifest/tree/master"
} ,
"time" : "2020-06-27T14:33:11+00:00"
} ,
{
"name" : "phar-io/version" ,
"version" : "3.1.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/phar-io/version.git" ,
"reference" : "bae7c545bef187884426f042434e561ab1ddb182"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/phar-io/version/zipball/bae7c545bef187884426f042434e561ab1ddb182" ,
"reference" : "bae7c545bef187884426f042434e561ab1ddb182" ,
"shasum" : ""
} ,
"require" : {
"php" : "^7.2 || ^8.0"
} ,
"type" : "library" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
] ,
"authors" : [
{
"name" : "Arne Blankerts" ,
"email" : "arne@blankerts.de" ,
"role" : "Developer"
} ,
{
"name" : "Sebastian Heuer" ,
"email" : "sebastian@phpeople.de" ,
"role" : "Developer"
2020-04-16 18:02:46 +02:00
} ,
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de" ,
"role" : "Developer"
}
] ,
"description" : "Library for handling version information and constraints" ,
2021-06-30 15:29:49 +02:00
"support" : {
"issues" : "https://github.com/phar-io/version/issues" ,
"source" : "https://github.com/phar-io/version/tree/3.1.0"
} ,
"time" : "2021-02-23T14:00:09+00:00"
2020-04-16 18:02:46 +02:00
} ,
{
"name" : "phpdocumentor/reflection-common" ,
2021-06-30 15:29:49 +02:00
"version" : "2.2.0" ,
2020-04-16 18:02:46 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/phpDocumentor/ReflectionCommon.git" ,
2021-06-30 15:29:49 +02:00
"reference" : "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
2020-04-16 18:02:46 +02:00
} ,
"dist" : {
"type" : "zip" ,
2021-06-30 15:29:49 +02:00
"url" : "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b" ,
"reference" : "1d01c49d4ed62f25aa84a747ad35d5a16924662b" ,
2020-04-16 18:02:46 +02:00
"shasum" : ""
} ,
"require" : {
2021-06-30 15:29:49 +02:00
"php" : "^7.2 || ^8.0"
2020-04-16 18:02:46 +02:00
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
2021-06-30 15:29:49 +02:00
"dev-2.x" : "2.x-dev"
2020-04-16 18:02:46 +02:00
}
} ,
"autoload" : {
"psr-4" : {
"phpDocumentor\\Reflection\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Jaap van Otterdijk" ,
"email" : "opensource@ijaap.nl"
}
] ,
"description" : "Common reflection classes used by phpdocumentor to reflect the code structure" ,
"homepage" : "http://www.phpdoc.org" ,
"keywords" : [
"FQSEN" ,
"phpDocumentor" ,
"phpdoc" ,
"reflection" ,
"static analysis"
] ,
2021-06-30 15:29:49 +02:00
"support" : {
"issues" : "https://github.com/phpDocumentor/ReflectionCommon/issues" ,
"source" : "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
} ,
"time" : "2020-06-27T09:03:43+00:00"
2020-04-16 18:02:46 +02:00
} ,
{
"name" : "phpdocumentor/reflection-docblock" ,
2021-06-30 15:29:49 +02:00
"version" : "5.2.2" ,
2020-04-16 18:02:46 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/phpDocumentor/ReflectionDocBlock.git" ,
2021-06-30 15:29:49 +02:00
"reference" : "069a785b2141f5bcf49f3e353548dc1cce6df556"
2020-04-16 18:02:46 +02:00
} ,
"dist" : {
"type" : "zip" ,
2021-06-30 15:29:49 +02:00
"url" : "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556" ,
"reference" : "069a785b2141f5bcf49f3e353548dc1cce6df556" ,
2020-04-16 18:02:46 +02:00
"shasum" : ""
} ,
"require" : {
2021-06-30 15:29:49 +02:00
"ext-filter" : "*" ,
"php" : "^7.2 || ^8.0" ,
"phpdocumentor/reflection-common" : "^2.2" ,
"phpdocumentor/type-resolver" : "^1.3" ,
"webmozart/assert" : "^1.9.1"
2020-04-16 18:02:46 +02:00
} ,
"require-dev" : {
2021-06-30 15:29:49 +02:00
"mockery/mockery" : "~1.3.2"
2020-04-16 18:02:46 +02:00
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "5.x-dev"
}
} ,
"autoload" : {
"psr-4" : {
"phpDocumentor\\Reflection\\" : "src"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Mike van Riel" ,
"email" : "me@mikevanriel.com"
} ,
{
"name" : "Jaap van Otterdijk" ,
"email" : "account@ijaap.nl"
}
] ,
"description" : "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock." ,
2021-06-30 15:29:49 +02:00
"support" : {
"issues" : "https://github.com/phpDocumentor/ReflectionDocBlock/issues" ,
"source" : "https://github.com/phpDocumentor/ReflectionDocBlock/tree/master"
} ,
"time" : "2020-09-03T19:13:55+00:00"
2020-04-16 18:02:46 +02:00
} ,
{
"name" : "phpdocumentor/type-resolver" ,
2021-06-30 15:29:49 +02:00
"version" : "1.4.0" ,
2020-04-16 18:02:46 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/phpDocumentor/TypeResolver.git" ,
2021-06-30 15:29:49 +02:00
"reference" : "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0"
2020-04-16 18:02:46 +02:00
} ,
"dist" : {
"type" : "zip" ,
2021-06-30 15:29:49 +02:00
"url" : "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0" ,
"reference" : "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0" ,
2020-04-16 18:02:46 +02:00
"shasum" : ""
} ,
"require" : {
2021-06-30 15:29:49 +02:00
"php" : "^7.2 || ^8.0" ,
2020-04-16 18:02:46 +02:00
"phpdocumentor/reflection-common" : "^2.0"
} ,
"require-dev" : {
2021-06-30 15:29:49 +02:00
"ext-tokenizer" : "*"
2020-04-16 18:02:46 +02:00
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
2021-06-30 15:29:49 +02:00
"dev-1.x" : "1.x-dev"
2020-04-16 18:02:46 +02:00
}
} ,
"autoload" : {
"psr-4" : {
"phpDocumentor\\Reflection\\" : "src"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Mike van Riel" ,
"email" : "me@mikevanriel.com"
}
] ,
"description" : "A PSR-5 based resolver of Class names, Types and Structural Element Names" ,
2021-06-30 15:29:49 +02:00
"support" : {
"issues" : "https://github.com/phpDocumentor/TypeResolver/issues" ,
"source" : "https://github.com/phpDocumentor/TypeResolver/tree/1.4.0"
} ,
"time" : "2020-09-17T18:55:26+00:00"
} ,
{
"name" : "phpmd/phpmd" ,
"version" : "2.10.1" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/phpmd/phpmd.git" ,
"reference" : "bd5ef43d1dcaf7272605027c959c1c5ff3761f7a"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/phpmd/phpmd/zipball/bd5ef43d1dcaf7272605027c959c1c5ff3761f7a" ,
"reference" : "bd5ef43d1dcaf7272605027c959c1c5ff3761f7a" ,
"shasum" : ""
} ,
"require" : {
"composer/xdebug-handler" : "^1.0 || ^2.0" ,
"ext-xml" : "*" ,
"pdepend/pdepend" : "^2.9.1" ,
"php" : ">=5.3.9"
} ,
"require-dev" : {
"easy-doc/easy-doc" : "0.0.0 || ^1.3.2" ,
"ext-json" : "*" ,
"ext-simplexml" : "*" ,
"gregwar/rst" : "^1.0" ,
"mikey179/vfsstream" : "^1.6.8" ,
"phpunit/phpunit" : "^4.8.36 || ^5.7.27" ,
"squizlabs/php_codesniffer" : "^2.0"
} ,
"bin" : [
"src/bin/phpmd"
] ,
"type" : "library" ,
"autoload" : {
"psr-0" : {
"PHPMD\\" : "src/main/php"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
] ,
"authors" : [
{
"name" : "Manuel Pichler" ,
"email" : "github@manuel-pichler.de" ,
"homepage" : "https://github.com/manuelpichler" ,
"role" : "Project Founder"
} ,
{
"name" : "Marc WΓΌrth" ,
"email" : "ravage@bluewin.ch" ,
"homepage" : "https://github.com/ravage84" ,
"role" : "Project Maintainer"
} ,
{
"name" : "Other contributors" ,
"homepage" : "https://github.com/phpmd/phpmd/graphs/contributors" ,
"role" : "Contributors"
}
] ,
"description" : "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD." ,
"homepage" : "https://phpmd.org/" ,
"keywords" : [
"mess detection" ,
"mess detector" ,
"pdepend" ,
"phpmd" ,
"pmd"
] ,
"support" : {
"irc" : "irc://irc.freenode.org/phpmd" ,
"issues" : "https://github.com/phpmd/phpmd/issues" ,
"source" : "https://github.com/phpmd/phpmd/tree/2.10.1"
} ,
"funding" : [
{
"url" : "https://tidelift.com/funding/github/packagist/phpmd/phpmd" ,
"type" : "tidelift"
}
] ,
"time" : "2021-05-11T17:16:16+00:00"
2020-04-16 18:02:46 +02:00
} ,
{
"name" : "phpspec/prophecy" ,
2021-06-30 15:29:49 +02:00
"version" : "1.13.0" ,
2020-04-16 18:02:46 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/phpspec/prophecy.git" ,
2021-06-30 15:29:49 +02:00
"reference" : "be1996ed8adc35c3fd795488a653f4b518be70ea"
2020-04-16 18:02:46 +02:00
} ,
"dist" : {
"type" : "zip" ,
2021-06-30 15:29:49 +02:00
"url" : "https://api.github.com/repos/phpspec/prophecy/zipball/be1996ed8adc35c3fd795488a653f4b518be70ea" ,
"reference" : "be1996ed8adc35c3fd795488a653f4b518be70ea" ,
2020-04-16 18:02:46 +02:00
"shasum" : ""
} ,
"require" : {
2021-06-30 15:29:49 +02:00
"doctrine/instantiator" : "^1.2" ,
"php" : "^7.2 || ~8.0, <8.1" ,
"phpdocumentor/reflection-docblock" : "^5.2" ,
"sebastian/comparator" : "^3.0 || ^4.0" ,
"sebastian/recursion-context" : "^3.0 || ^4.0"
2020-04-16 18:02:46 +02:00
} ,
"require-dev" : {
2021-06-30 15:29:49 +02:00
"phpspec/phpspec" : "^6.0" ,
"phpunit/phpunit" : "^8.0 || ^9.0"
2020-04-16 18:02:46 +02:00
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
2021-06-30 15:29:49 +02:00
"dev-master" : "1.11.x-dev"
2020-04-16 18:02:46 +02:00
}
} ,
"autoload" : {
"psr-4" : {
"Prophecy\\" : "src/Prophecy"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Konstantin Kudryashov" ,
"email" : "ever.zet@gmail.com" ,
"homepage" : "http://everzet.com"
} ,
{
"name" : "Marcello Duarte" ,
"email" : "marcello.duarte@gmail.com"
}
] ,
"description" : "Highly opinionated mocking framework for PHP 5.3+" ,
"homepage" : "https://github.com/phpspec/prophecy" ,
"keywords" : [
"Double" ,
"Dummy" ,
"fake" ,
"mock" ,
"spy" ,
"stub"
] ,
2021-06-30 15:29:49 +02:00
"support" : {
"issues" : "https://github.com/phpspec/prophecy/issues" ,
"source" : "https://github.com/phpspec/prophecy/tree/1.13.0"
} ,
"time" : "2021-03-17T13:42:18+00:00"
2020-04-16 18:02:46 +02:00
} ,
{
"name" : "phpunit/php-code-coverage" ,
2021-06-30 15:29:49 +02:00
"version" : "9.2.6" ,
2020-04-16 18:02:46 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/php-code-coverage.git" ,
2021-06-30 15:29:49 +02:00
"reference" : "f6293e1b30a2354e8428e004689671b83871edde"
2020-04-16 18:02:46 +02:00
} ,
"dist" : {
"type" : "zip" ,
2021-06-30 15:29:49 +02:00
"url" : "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f6293e1b30a2354e8428e004689671b83871edde" ,
"reference" : "f6293e1b30a2354e8428e004689671b83871edde" ,
2020-04-16 18:02:46 +02:00
"shasum" : ""
} ,
"require" : {
"ext-dom" : "*" ,
2021-06-30 15:29:49 +02:00
"ext-libxml" : "*" ,
2020-04-16 18:02:46 +02:00
"ext-xmlwriter" : "*" ,
2021-06-30 15:29:49 +02:00
"nikic/php-parser" : "^4.10.2" ,
"php" : ">=7.3" ,
"phpunit/php-file-iterator" : "^3.0.3" ,
"phpunit/php-text-template" : "^2.0.2" ,
"sebastian/code-unit-reverse-lookup" : "^2.0.2" ,
"sebastian/complexity" : "^2.0" ,
"sebastian/environment" : "^5.1.2" ,
"sebastian/lines-of-code" : "^1.0.3" ,
"sebastian/version" : "^3.0.1" ,
"theseer/tokenizer" : "^1.2.0"
2020-04-16 18:02:46 +02:00
} ,
"require-dev" : {
2021-06-30 15:29:49 +02:00
"phpunit/phpunit" : "^9.3"
2020-04-16 18:02:46 +02:00
} ,
"suggest" : {
"ext-pcov" : "*" ,
"ext-xdebug" : "*"
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
2021-06-30 15:29:49 +02:00
"dev-master" : "9.2-dev"
2020-04-16 18:02:46 +02:00
}
} ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
] ,
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de" ,
"role" : "lead"
}
] ,
"description" : "Library that provides collection, processing, and rendering functionality for PHP code coverage information." ,
"homepage" : "https://github.com/sebastianbergmann/php-code-coverage" ,
"keywords" : [
"coverage" ,
"testing" ,
"xunit"
] ,
2021-06-30 15:29:49 +02:00
"support" : {
"issues" : "https://github.com/sebastianbergmann/php-code-coverage/issues" ,
"source" : "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.6"
} ,
"funding" : [
{
"url" : "https://github.com/sebastianbergmann" ,
"type" : "github"
}
] ,
"time" : "2021-03-28T07:26:59+00:00"
2020-04-16 18:02:46 +02:00
} ,
{
"name" : "phpunit/php-file-iterator" ,
2021-06-30 15:29:49 +02:00
"version" : "3.0.5" ,
2020-04-16 18:02:46 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/php-file-iterator.git" ,
2021-06-30 15:29:49 +02:00
"reference" : "aa4be8575f26070b100fccb67faabb28f21f66f8"
2020-04-16 18:02:46 +02:00
} ,
"dist" : {
"type" : "zip" ,
2021-06-30 15:29:49 +02:00
"url" : "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/aa4be8575f26070b100fccb67faabb28f21f66f8" ,
"reference" : "aa4be8575f26070b100fccb67faabb28f21f66f8" ,
2020-04-16 18:02:46 +02:00
"shasum" : ""
} ,
"require" : {
2021-06-30 15:29:49 +02:00
"php" : ">=7.3"
2020-04-16 18:02:46 +02:00
} ,
"require-dev" : {
2021-06-30 15:29:49 +02:00
"phpunit/phpunit" : "^9.3"
2020-04-16 18:02:46 +02:00
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "3.0-dev"
}
} ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
] ,
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de" ,
"role" : "lead"
}
] ,
"description" : "FilterIterator implementation that filters files based on a list of suffixes." ,
"homepage" : "https://github.com/sebastianbergmann/php-file-iterator/" ,
"keywords" : [
"filesystem" ,
"iterator"
] ,
2021-06-30 15:29:49 +02:00
"support" : {
"issues" : "https://github.com/sebastianbergmann/php-file-iterator/issues" ,
"source" : "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.5"
} ,
"funding" : [
{
"url" : "https://github.com/sebastianbergmann" ,
"type" : "github"
}
] ,
"time" : "2020-09-28T05:57:25+00:00"
2020-04-16 18:02:46 +02:00
} ,
{
"name" : "phpunit/php-invoker" ,
2021-06-30 15:29:49 +02:00
"version" : "3.1.1" ,
2020-04-16 18:02:46 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/php-invoker.git" ,
2021-06-30 15:29:49 +02:00
"reference" : "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
2020-04-16 18:02:46 +02:00
} ,
"dist" : {
"type" : "zip" ,
2021-06-30 15:29:49 +02:00
"url" : "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67" ,
"reference" : "5a10147d0aaf65b58940a0b72f71c9ac0423cc67" ,
2020-04-16 18:02:46 +02:00
"shasum" : ""
} ,
"require" : {
2021-06-30 15:29:49 +02:00
"php" : ">=7.3"
2020-04-16 18:02:46 +02:00
} ,
"require-dev" : {
"ext-pcntl" : "*" ,
2021-06-30 15:29:49 +02:00
"phpunit/phpunit" : "^9.3"
2020-04-16 18:02:46 +02:00
} ,
"suggest" : {
"ext-pcntl" : "*"
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
2021-06-30 15:29:49 +02:00
"dev-master" : "3.1-dev"
2020-04-16 18:02:46 +02:00
}
} ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
] ,
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de" ,
"role" : "lead"
}
] ,
"description" : "Invoke callables with a timeout" ,
"homepage" : "https://github.com/sebastianbergmann/php-invoker/" ,
"keywords" : [
"process"
] ,
2021-06-30 15:29:49 +02:00
"support" : {
"issues" : "https://github.com/sebastianbergmann/php-invoker/issues" ,
"source" : "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
} ,
"funding" : [
{
"url" : "https://github.com/sebastianbergmann" ,
"type" : "github"
}
] ,
"time" : "2020-09-28T05:58:55+00:00"
2020-04-16 18:02:46 +02:00
} ,
{
"name" : "phpunit/php-text-template" ,
2021-06-30 15:29:49 +02:00
"version" : "2.0.4" ,
2020-04-16 18:02:46 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/php-text-template.git" ,
2021-06-30 15:29:49 +02:00
"reference" : "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
2020-04-16 18:02:46 +02:00
} ,
"dist" : {
"type" : "zip" ,
2021-06-30 15:29:49 +02:00
"url" : "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28" ,
"reference" : "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28" ,
2020-04-16 18:02:46 +02:00
"shasum" : ""
} ,
"require" : {
2021-06-30 15:29:49 +02:00
"php" : ">=7.3"
} ,
"require-dev" : {
"phpunit/phpunit" : "^9.3"
2020-04-16 18:02:46 +02:00
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "2.0-dev"
}
} ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
] ,
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de" ,
"role" : "lead"
}
] ,
"description" : "Simple template engine." ,
"homepage" : "https://github.com/sebastianbergmann/php-text-template/" ,
"keywords" : [
"template"
] ,
2021-06-30 15:29:49 +02:00
"support" : {
"issues" : "https://github.com/sebastianbergmann/php-text-template/issues" ,
"source" : "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
} ,
"funding" : [
{
"url" : "https://github.com/sebastianbergmann" ,
"type" : "github"
}
] ,
"time" : "2020-10-26T05:33:50+00:00"
2020-04-16 18:02:46 +02:00
} ,
{
"name" : "phpunit/php-timer" ,
2021-06-30 15:29:49 +02:00
"version" : "5.0.3" ,
2020-04-16 18:02:46 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/php-timer.git" ,
2021-06-30 15:29:49 +02:00
"reference" : "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
2020-04-16 18:02:46 +02:00
} ,
"dist" : {
"type" : "zip" ,
2021-06-30 15:29:49 +02:00
"url" : "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2" ,
"reference" : "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2" ,
2020-04-16 18:02:46 +02:00
"shasum" : ""
} ,
"require" : {
2021-06-30 15:29:49 +02:00
"php" : ">=7.3"
2020-04-16 18:02:46 +02:00
} ,
"require-dev" : {
2021-06-30 15:29:49 +02:00
"phpunit/phpunit" : "^9.3"
2020-04-16 18:02:46 +02:00
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
2021-06-30 15:29:49 +02:00
"dev-master" : "5.0-dev"
2020-04-16 18:02:46 +02:00
}
} ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
] ,
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de" ,
"role" : "lead"
}
] ,
"description" : "Utility class for timing" ,
"homepage" : "https://github.com/sebastianbergmann/php-timer/" ,
"keywords" : [
"timer"
] ,
2021-06-30 15:29:49 +02:00
"support" : {
"issues" : "https://github.com/sebastianbergmann/php-timer/issues" ,
"source" : "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
2020-04-16 18:02:46 +02:00
} ,
2021-06-30 15:29:49 +02:00
"funding" : [
2020-04-16 18:02:46 +02:00
{
2021-06-30 15:29:49 +02:00
"url" : "https://github.com/sebastianbergmann" ,
"type" : "github"
2020-04-16 18:02:46 +02:00
}
] ,
2021-06-30 15:29:49 +02:00
"time" : "2020-10-26T13:16:10+00:00"
2020-04-16 18:02:46 +02:00
} ,
{
"name" : "phpunit/phpunit" ,
2021-06-30 15:29:49 +02:00
"version" : "9.5.6" ,
2020-04-16 18:02:46 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/phpunit.git" ,
2021-06-30 15:29:49 +02:00
"reference" : "fb9b8333f14e3dce976a60ef6a7e05c7c7ed8bfb"
2020-04-16 18:02:46 +02:00
} ,
"dist" : {
"type" : "zip" ,
2021-06-30 15:29:49 +02:00
"url" : "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fb9b8333f14e3dce976a60ef6a7e05c7c7ed8bfb" ,
"reference" : "fb9b8333f14e3dce976a60ef6a7e05c7c7ed8bfb" ,
2020-04-16 18:02:46 +02:00
"shasum" : ""
} ,
"require" : {
2021-06-30 15:29:49 +02:00
"doctrine/instantiator" : "^1.3.1" ,
2020-04-16 18:02:46 +02:00
"ext-dom" : "*" ,
"ext-json" : "*" ,
"ext-libxml" : "*" ,
"ext-mbstring" : "*" ,
"ext-xml" : "*" ,
"ext-xmlwriter" : "*" ,
2021-06-30 15:29:49 +02:00
"myclabs/deep-copy" : "^1.10.1" ,
"phar-io/manifest" : "^2.0.1" ,
"phar-io/version" : "^3.0.2" ,
"php" : ">=7.3" ,
"phpspec/prophecy" : "^1.12.1" ,
"phpunit/php-code-coverage" : "^9.2.3" ,
"phpunit/php-file-iterator" : "^3.0.5" ,
"phpunit/php-invoker" : "^3.1.1" ,
"phpunit/php-text-template" : "^2.0.3" ,
"phpunit/php-timer" : "^5.0.2" ,
"sebastian/cli-parser" : "^1.0.1" ,
"sebastian/code-unit" : "^1.0.6" ,
"sebastian/comparator" : "^4.0.5" ,
"sebastian/diff" : "^4.0.3" ,
"sebastian/environment" : "^5.1.3" ,
"sebastian/exporter" : "^4.0.3" ,
"sebastian/global-state" : "^5.0.1" ,
"sebastian/object-enumerator" : "^4.0.3" ,
"sebastian/resource-operations" : "^3.0.3" ,
"sebastian/type" : "^2.3.4" ,
"sebastian/version" : "^3.0.2"
2020-04-16 18:02:46 +02:00
} ,
"require-dev" : {
2021-06-30 15:29:49 +02:00
"ext-pdo" : "*" ,
"phpspec/prophecy-phpunit" : "^2.0.1"
2020-04-16 18:02:46 +02:00
} ,
"suggest" : {
"ext-soap" : "*" ,
"ext-xdebug" : "*"
} ,
"bin" : [
"phpunit"
] ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
2021-06-30 15:29:49 +02:00
"dev-master" : "9.5-dev"
2020-04-16 18:02:46 +02:00
}
} ,
"autoload" : {
"classmap" : [
"src/"
] ,
"files" : [
"src/Framework/Assert/Functions.php"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
] ,
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de" ,
"role" : "lead"
}
] ,
"description" : "The PHP Unit Testing framework." ,
"homepage" : "https://phpunit.de/" ,
"keywords" : [
"phpunit" ,
"testing" ,
"xunit"
] ,
2021-06-30 15:29:49 +02:00
"support" : {
"issues" : "https://github.com/sebastianbergmann/phpunit/issues" ,
"source" : "https://github.com/sebastianbergmann/phpunit/tree/9.5.6"
} ,
"funding" : [
{
"url" : "https://phpunit.de/donate.html" ,
"type" : "custom"
} ,
{
"url" : "https://github.com/sebastianbergmann" ,
"type" : "github"
}
] ,
"time" : "2021-06-23T05:14:38+00:00"
2020-04-16 18:02:46 +02:00
} ,
{
2021-06-30 15:29:49 +02:00
"name" : "psr/container" ,
"version" : "1.1.1" ,
2020-04-16 18:02:46 +02:00
"source" : {
"type" : "git" ,
2021-06-30 15:29:49 +02:00
"url" : "https://github.com/php-fig/container.git" ,
"reference" : "8622567409010282b7aeebe4bb841fe98b58dcaf"
2020-04-16 18:02:46 +02:00
} ,
"dist" : {
"type" : "zip" ,
2021-06-30 15:29:49 +02:00
"url" : "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf" ,
"reference" : "8622567409010282b7aeebe4bb841fe98b58dcaf" ,
2020-04-16 18:02:46 +02:00
"shasum" : ""
} ,
2021-06-30 15:29:49 +02:00
"require" : {
"php" : ">=7.2.0"
} ,
"type" : "library" ,
"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"
} ,
"time" : "2021-03-05T17:36:06+00:00"
} ,
{
"name" : "psr/log" ,
"version" : "1.1.4" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/log.git" ,
"reference" : "d49695b909c3b7628b6289db5479a1c204601f11"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11" ,
"reference" : "d49695b909c3b7628b6289db5479a1c204601f11" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.3.0"
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.1.x-dev"
}
} ,
"autoload" : {
"psr-4" : {
"Psr\\Log\\" : "Psr/Log/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "PHP-FIG" ,
"homepage" : "https://www.php-fig.org/"
}
] ,
"description" : "Common interface for logging libraries" ,
"homepage" : "https://github.com/php-fig/log" ,
"keywords" : [
"log" ,
"psr" ,
"psr-3"
] ,
"support" : {
"source" : "https://github.com/php-fig/log/tree/1.1.4"
} ,
"time" : "2021-05-03T11:20:27+00:00"
} ,
{
"name" : "roave/security-advisories" ,
"version" : "dev-latest" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/Roave/SecurityAdvisories.git" ,
"reference" : "7498cba51fb164f181c497edd1cc3e7837df2943"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/7498cba51fb164f181c497edd1cc3e7837df2943" ,
"reference" : "7498cba51fb164f181c497edd1cc3e7837df2943" ,
"shasum" : ""
} ,
"conflict" : {
"3f/pygmentize" : "<1.2" ,
"adodb/adodb-php" : "<5.20.12" ,
"alterphp/easyadmin-extension-bundle" : ">=1.2,<1.2.11|>=1.3,<1.3.1" ,
"amazing/media2click" : ">=1,<1.3.3" ,
"amphp/artax" : "<1.0.6|>=2,<2.0.6" ,
"amphp/http" : "<1.0.1" ,
"amphp/http-client" : ">=4,<4.4" ,
"api-platform/core" : ">=2.2,<2.2.10|>=2.3,<2.3.6" ,
"asymmetricrypt/asymmetricrypt" : ">=0,<9.9.99" ,
"aws/aws-sdk-php" : ">=3,<3.2.1" ,
"bagisto/bagisto" : "<0.1.5" ,
"barrelstrength/sprout-base-email" : "<1.2.7" ,
"barrelstrength/sprout-forms" : "<3.9" ,
"baserproject/basercms" : "<4.4.5" ,
"bk2k/bootstrap-package" : ">=7.1,<7.1.2|>=8,<8.0.8|>=9,<9.0.4|>=9.1,<9.1.3|>=10,<10.0.10|>=11,<11.0.3" ,
"bolt/bolt" : "<3.7.2" ,
"bolt/core" : "<4.1.13" ,
"brightlocal/phpwhois" : "<=4.2.5" ,
"buddypress/buddypress" : "<5.1.2" ,
"bugsnag/bugsnag-laravel" : ">=2,<2.0.2" ,
"cakephp/cakephp" : ">=1.3,<1.3.18|>=2,<2.4.99|>=2.5,<2.5.99|>=2.6,<2.6.12|>=2.7,<2.7.6|>=3,<3.5.18|>=3.6,<3.6.15|>=3.7,<3.7.7" ,
"cart2quote/module-quotation" : ">=4.1.6,<=4.4.5|>=5,<5.4.4" ,
"cartalyst/sentry" : "<=2.1.6" ,
"centreon/centreon" : "<20.10.7" ,
"cesnet/simplesamlphp-module-proxystatistics" : "<3.1" ,
"codeigniter/framework" : "<=3.0.6" ,
"composer/composer" : "<1.10.22|>=2-alpha.1,<2.0.13" ,
"contao-components/mediaelement" : ">=2.14.2,<2.21.1" ,
"contao/core" : ">=2,<3.5.39" ,
"contao/core-bundle" : ">=4,<4.4.52|>=4.5,<4.9.16|>=4.10,<4.11.5|= 4.10.0" ,
"contao/listing-bundle" : ">=4,<4.4.8" ,
"croogo/croogo" : "<3.0.7" ,
"datadog/dd-trace" : ">=0.30,<0.30.2" ,
"david-garcia/phpwhois" : "<=4.3.1" ,
"derhansen/sf_event_mgt" : "<4.3.1|>=5,<5.1.1" ,
"directmailteam/direct-mail" : "<5.2.4" ,
"doctrine/annotations" : ">=1,<1.2.7" ,
"doctrine/cache" : ">=1,<1.3.2|>=1.4,<1.4.2" ,
"doctrine/common" : ">=2,<2.4.3|>=2.5,<2.5.1" ,
"doctrine/dbal" : ">=2,<2.0.8|>=2.1,<2.1.2" ,
"doctrine/doctrine-bundle" : "<1.5.2" ,
"doctrine/doctrine-module" : "<=0.7.1" ,
"doctrine/mongodb-odm" : ">=1,<1.0.2" ,
"doctrine/mongodb-odm-bundle" : ">=2,<3.0.1" ,
"doctrine/orm" : ">=2,<2.4.8|>=2.5,<2.5.1|>=2.8.3,<2.8.4" ,
"dolibarr/dolibarr" : "<11.0.4" ,
"dompdf/dompdf" : ">=0.6,<0.6.2" ,
"drupal/core" : ">=7,<7.80|>=8,<8.9.14|>=9,<9.0.12|>=9.1,<9.1.7" ,
"drupal/drupal" : ">=7,<7.80|>=8,<8.9.14|>=9,<9.0.12|>=9.1,<9.1.7" ,
"dweeves/magmi" : "<=0.7.24" ,
"endroid/qr-code-bundle" : "<3.4.2" ,
"enshrined/svg-sanitize" : "<0.13.1" ,
"erusev/parsedown" : "<1.7.2" ,
"ezsystems/demobundle" : ">=5.4,<5.4.6.1" ,
"ezsystems/ez-support-tools" : ">=2.2,<2.2.3" ,
"ezsystems/ezdemo-ls-extension" : ">=5.4,<5.4.2.1" ,
"ezsystems/ezfind-ls" : ">=5.3,<5.3.6.1|>=5.4,<5.4.11.1|>=2017.12,<2017.12.0.1" ,
"ezsystems/ezplatform" : ">=1.7,<1.7.9.1|>=1.13,<1.13.5.1|>=2.5,<2.5.4" ,
"ezsystems/ezplatform-admin-ui" : ">=1.3,<1.3.5|>=1.4,<1.4.6" ,
"ezsystems/ezplatform-admin-ui-assets" : ">=4,<4.2.1|>=5,<5.0.1|>=5.1,<5.1.1" ,
"ezsystems/ezplatform-kernel" : "<=1.2.5|>=1.3,<=1.3.1" ,
"ezsystems/ezplatform-rest" : ">=1.2,<=1.2.2|>=1.3,<=1.3.1" ,
"ezsystems/ezplatform-user" : ">=1,<1.0.1" ,
"ezsystems/ezpublish-kernel" : "<=6.13.8.1|>=7,<=7.5.15.1" ,
"ezsystems/ezpublish-legacy" : ">=5.3,<5.3.12.6|>=5.4,<5.4.14.2|>=2011,<2017.12.7.3|>=2018.6,<2018.6.1.4|>=2018.9,<2018.9.1.3|>=2019.3,<2019.3.5.1" ,
"ezsystems/platform-ui-assets-bundle" : ">=4.2,<4.2.3" ,
"ezsystems/repository-forms" : ">=2.3,<2.3.2.1" ,
"ezyang/htmlpurifier" : "<4.1.1" ,
"facade/ignition" : "<1.16.14|>=2,<2.4.2|>=2.5,<2.5.2" ,
"feehi/cms" : "<=2.1.1" ,
"firebase/php-jwt" : "<2" ,
"flarum/core" : ">=1,<=1.0.1" ,
"flarum/sticky" : ">=0.1-beta.14,<=0.1-beta.15" ,
"flarum/tags" : "<=0.1-beta.13" ,
"fluidtypo3/vhs" : "<5.1.1" ,
"fooman/tcpdf" : "<6.2.22" ,
"forkcms/forkcms" : "<5.8.3" ,
"fossar/tcpdf-parser" : "<6.2.22" ,
"francoisjacquet/rosariosis" : "<6.5.1" ,
"friendsofsymfony/oauth2-php" : "<1.3" ,
"friendsofsymfony/rest-bundle" : ">=1.2,<1.2.2" ,
"friendsofsymfony/user-bundle" : ">=1.2,<1.3.5" ,
"friendsoftypo3/mediace" : ">=7.6.2,<7.6.5" ,
"fuel/core" : "<1.8.1" ,
"getgrav/grav" : "<=1.7.10" ,
"getkirby/cms" : "<3.5.4" ,
"getkirby/panel" : "<2.5.14" ,
"gos/web-socket-bundle" : "<1.10.4|>=2,<2.6.1|>=3,<3.3" ,
"gree/jose" : "<=2.2" ,
"gregwar/rst" : "<1.0.3" ,
2020-04-16 18:02:46 +02:00
"guzzlehttp/guzzle" : ">=4-rc.2,<4.2.4|>=5,<5.3.1|>=6,<6.2.1" ,
"illuminate/auth" : ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.10" ,
2021-06-30 15:29:49 +02:00
"illuminate/cookie" : ">=4,<=4.0.11|>=4.1,<=4.1.99999|>=4.2,<=4.2.99999|>=5,<=5.0.99999|>=5.1,<=5.1.99999|>=5.2,<=5.2.99999|>=5.3,<=5.3.99999|>=5.4,<=5.4.99999|>=5.5,<=5.5.49|>=5.6,<=5.6.99999|>=5.7,<=5.7.99999|>=5.8,<=5.8.99999|>=6,<6.18.31|>=7,<7.22.4" ,
"illuminate/database" : "<6.20.26|>=7,<8.40" ,
2020-04-16 18:02:46 +02:00
"illuminate/encryption" : ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.40|>=5.6,<5.6.15" ,
"illuminate/view" : ">=7,<7.1.2" ,
2021-06-30 15:29:49 +02:00
"impresscms/impresscms" : "<=1.4.2" ,
"intelliants/subrion" : "<=4.2.1" ,
2020-04-16 18:02:46 +02:00
"ivankristianto/phpwhois" : "<=4.3" ,
"james-heinrich/getid3" : "<1.9.9" ,
2021-06-30 15:29:49 +02:00
"joomla/archive" : "<1.1.10" ,
2020-04-16 18:02:46 +02:00
"joomla/session" : "<1.3.1" ,
"jsmitty12/phpwhois" : "<5.1" ,
"kazist/phpwhois" : "<=4.2.6" ,
2021-06-30 15:29:49 +02:00
"kitodo/presentation" : "<3.1.2" ,
"klaviyo/magento2-extension" : ">=1,<3" ,
2020-04-16 18:02:46 +02:00
"kreait/firebase-php" : ">=3.2,<3.8.1" ,
"la-haute-societe/tcpdf" : "<6.2.22" ,
2021-06-30 15:29:49 +02:00
"laminas/laminas-http" : "<2.14.2" ,
"laravel/framework" : "<6.20.26|>=7,<8.40" ,
2020-04-16 18:02:46 +02:00
"laravel/socialite" : ">=1,<1.0.99|>=2,<2.0.10" ,
"league/commonmark" : "<0.18.3" ,
2021-06-30 15:29:49 +02:00
"league/flysystem" : "<1.1.4|>=2,<2.1.1" ,
"lexik/jwt-authentication-bundle" : "<2.10.7|>=2.11,<2.11.3" ,
"librenms/librenms" : "<21.1" ,
"livewire/livewire" : ">2.2.4,<2.2.6" ,
2020-04-16 18:02:46 +02:00
"magento/community-edition" : ">=2,<2.2.10|>=2.3,<2.3.3" ,
"magento/magento1ce" : "<1.9.4.3" ,
"magento/magento1ee" : ">=1,<1.14.4.3" ,
"magento/product-community-edition" : ">=2,<2.2.10|>=2.3,<2.3.2-p.2" ,
2021-06-30 15:29:49 +02:00
"marcwillmann/turn" : "<0.3.3" ,
"mautic/core" : "<3.3.2|= 2.13.1" ,
"mediawiki/core" : ">=1.27,<1.27.6|>=1.29,<1.29.3|>=1.30,<1.30.2|>=1.31,<1.31.9|>=1.32,<1.32.6|>=1.32.99,<1.33.3|>=1.33.99,<1.34.3|>=1.34.99,<1.35" ,
"mittwald/typo3_forum" : "<1.2.1" ,
2020-04-16 18:02:46 +02:00
"monolog/monolog" : ">=1.8,<1.12" ,
2021-06-30 15:29:49 +02:00
"moodle/moodle" : "<3.5.17|>=3.7,<3.7.9|>=3.8,<3.8.8|>=3.9,<3.9.5|>=3.10,<3.10.2" ,
2020-04-16 18:02:46 +02:00
"namshi/jose" : "<2.2" ,
2021-06-30 15:29:49 +02:00
"neos/flow" : ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.12|>=3.1,<3.1.10|>=3.2,<3.2.13|>=3.3,<3.3.13|>=4,<4.0.6" ,
"neos/form" : ">=1.2,<4.3.3|>=5,<5.0.9|>=5.1,<5.1.3" ,
"neos/neos" : ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4|>=2.3,<2.9.99|>=3,<3.0.20|>=3.1,<3.1.18|>=3.2,<3.2.14|>=3.3,<3.3.23|>=4,<4.0.17|>=4.1,<4.1.16|>=4.2,<4.2.12|>=4.3,<4.3.3" ,
"neos/swiftmailer" : ">=4.1,<4.1.99|>=5.4,<5.4.5" ,
"nette/application" : ">=2,<2.0.19|>=2.1,<2.1.13|>=2.2,<2.2.10|>=2.3,<2.3.14|>=2.4,<2.4.16|>=3,<3.0.6" ,
"nette/nette" : ">=2,<2.0.19|>=2.1,<2.1.13" ,
"nukeviet/nukeviet" : "<4.3.4" ,
"nystudio107/craft-seomatic" : "<3.3" ,
"nzo/url-encryptor-bundle" : ">=4,<4.3.2|>=5,<5.0.1" ,
"october/backend" : "<1.1.2" ,
"october/cms" : "= 1.1.1|= 1.0.471|= 1.0.469|>=1.0.319,<1.0.469" ,
"october/october" : ">=1.0.319,<1.0.466" ,
"october/rain" : "<1.0.472|>=1.1,<1.1.2" ,
2020-04-16 18:02:46 +02:00
"onelogin/php-saml" : "<2.10.4" ,
"oneup/uploader-bundle" : "<1.9.3|>=2,<2.1.5" ,
2021-06-30 15:29:49 +02:00
"opencart/opencart" : "<=3.0.3.2" ,
2020-04-16 18:02:46 +02:00
"openid/php-openid" : "<2.3" ,
2021-06-30 15:29:49 +02:00
"openmage/magento-lts" : "<=19.4.12|>=20,<=20.0.8" ,
"orchid/platform" : ">=9,<9.4.4" ,
2020-04-16 18:02:46 +02:00
"oro/crm" : ">=1.7,<1.7.4" ,
"oro/platform" : ">=1.7,<1.7.4" ,
"padraic/humbug_get_contents" : "<1.1.2" ,
"pagarme/pagarme-php" : ">=0,<3" ,
2021-06-30 15:29:49 +02:00
"pagekit/pagekit" : "<=1.0.18" ,
2020-04-16 18:02:46 +02:00
"paragonie/random_compat" : "<2" ,
2021-06-30 15:29:49 +02:00
"passbolt/passbolt_api" : "<2.11" ,
2020-04-16 18:02:46 +02:00
"paypal/merchant-sdk-php" : "<3.12" ,
2021-06-30 15:29:49 +02:00
"pear/archive_tar" : "<1.4.12" ,
"personnummer/personnummer" : "<3.0.2" ,
"phanan/koel" : "<5.1.4" ,
2020-04-16 18:02:46 +02:00
"phpfastcache/phpfastcache" : ">=5,<5.0.13" ,
2021-06-30 15:29:49 +02:00
"phpmailer/phpmailer" : "<6.5" ,
"phpmussel/phpmussel" : ">=1,<1.6" ,
"phpmyadmin/phpmyadmin" : "<4.9.6|>=5,<5.0.3" ,
2020-04-16 18:02:46 +02:00
"phpoffice/phpexcel" : "<1.8.2" ,
2021-06-30 15:29:49 +02:00
"phpoffice/phpspreadsheet" : "<1.16" ,
"phpseclib/phpseclib" : "<2.0.31|>=3,<3.0.7" ,
2020-04-16 18:02:46 +02:00
"phpunit/phpunit" : ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3" ,
"phpwhois/phpwhois" : "<=4.2.5" ,
"phpxmlrpc/extras" : "<0.6.1" ,
2021-06-30 15:29:49 +02:00
"pimcore/pimcore" : "<6.8.8" ,
"pocketmine/pocketmine-mp" : "<3.15.4" ,
"pressbooks/pressbooks" : "<5.18" ,
2020-04-16 18:02:46 +02:00
"prestashop/autoupgrade" : ">=4,<4.10.1" ,
2021-06-30 15:29:49 +02:00
"prestashop/contactform" : ">1.0.1,<4.3" ,
2020-04-16 18:02:46 +02:00
"prestashop/gamification" : "<2.3.2" ,
2021-06-30 15:29:49 +02:00
"prestashop/productcomments" : ">=4,<4.2.1" ,
"prestashop/ps_emailsubscription" : "<2.6.1" ,
2020-04-16 18:02:46 +02:00
"prestashop/ps_facetedsearch" : "<3.4.1" ,
"privatebin/privatebin" : "<1.2.2|>=1.3,<1.3.2" ,
"propel/propel" : ">=2-alpha.1,<=2-alpha.7" ,
"propel/propel1" : ">=1,<=1.7.1" ,
2021-06-30 15:29:49 +02:00
"pterodactyl/panel" : "<0.7.19|>=1-rc.0,<=1-rc.6" ,
2020-04-16 18:02:46 +02:00
"pusher/pusher-php-server" : "<2.2.1" ,
2021-06-30 15:29:49 +02:00
"pwweb/laravel-core" : "<=0.3.6-beta" ,
"rainlab/debugbar-plugin" : "<3.1" ,
"rmccue/requests" : ">=1.6,<1.8" ,
2020-04-16 18:02:46 +02:00
"robrichards/xmlseclibs" : "<3.0.4" ,
2021-06-30 15:29:49 +02:00
"sabberworm/php-css-parser" : ">=1,<1.0.1|>=2,<2.0.1|>=3,<3.0.1|>=4,<4.0.1|>=5,<5.0.9|>=5.1,<5.1.3|>=5.2,<5.2.1|>=6,<6.0.2|>=7,<7.0.4|>=8,<8.0.1|>=8.1,<8.1.1|>=8.2,<8.2.1|>=8.3,<8.3.1" ,
2020-04-16 18:02:46 +02:00
"sabre/dav" : ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9" ,
"scheb/two-factor-bundle" : ">=0,<3.26|>=4,<4.11" ,
"sensiolabs/connect" : "<4.2.3" ,
"serluck/phpwhois" : "<=4.2.6" ,
2021-06-30 15:29:49 +02:00
"shopware/core" : "<=6.4.1" ,
"shopware/platform" : "<=6.4.1" ,
"shopware/production" : "<=6.3.5.2" ,
"shopware/shopware" : "<=5.6.9" ,
2020-04-16 18:02:46 +02:00
"silverstripe/admin" : ">=1.0.3,<1.0.4|>=1.1,<1.1.1" ,
"silverstripe/assets" : ">=1,<1.4.7|>=1.5,<1.5.2" ,
"silverstripe/cms" : "<4.3.6|>=4.4,<4.4.4" ,
"silverstripe/comments" : ">=1.3,<1.9.99|>=2,<2.9.99|>=3,<3.1.1" ,
"silverstripe/forum" : "<=0.6.1|>=0.7,<=0.7.3" ,
2021-06-30 15:29:49 +02:00
"silverstripe/framework" : "<4.7.4" ,
"silverstripe/graphql" : "<=3.5|>=4-alpha.1,<4-alpha.2" ,
2020-04-16 18:02:46 +02:00
"silverstripe/registry" : ">=2.1,<2.1.2|>=2.2,<2.2.1" ,
"silverstripe/restfulserver" : ">=1,<1.0.9|>=2,<2.0.4" ,
"silverstripe/subsites" : ">=2,<2.1.1" ,
"silverstripe/taxonomy" : ">=1.3,<1.3.1|>=2,<2.0.1" ,
"silverstripe/userforms" : "<3" ,
"simple-updates/phpwhois" : "<=1" ,
"simplesamlphp/saml2" : "<1.10.6|>=2,<2.3.8|>=3,<3.1.4" ,
2021-06-30 15:29:49 +02:00
"simplesamlphp/simplesamlphp" : "<1.18.6" ,
2020-04-16 18:02:46 +02:00
"simplesamlphp/simplesamlphp-module-infocard" : "<1.0.1" ,
"simplito/elliptic-php" : "<1.0.6" ,
"slim/slim" : "<2.6" ,
2021-06-30 15:29:49 +02:00
"smarty/smarty" : "<3.1.39" ,
2020-04-16 18:02:46 +02:00
"socalnick/scn-social-auth" : "<1.15.2" ,
2021-06-30 15:29:49 +02:00
"socialiteproviders/steam" : "<1.1" ,
2020-04-16 18:02:46 +02:00
"spoonity/tcpdf" : "<6.2.22" ,
"squizlabs/php_codesniffer" : ">=1,<2.8.1|>=3,<3.0.1" ,
2021-06-30 15:29:49 +02:00
"ssddanbrown/bookstack" : "<0.29.2" ,
2020-04-16 18:02:46 +02:00
"stormpath/sdk" : ">=0,<9.9.99" ,
2021-06-30 15:29:49 +02:00
"studio-42/elfinder" : "<2.1.59" ,
"sulu/sulu" : "<1.6.34|>=2,<2.0.10|>=2.1,<2.1.1" ,
2020-04-16 18:02:46 +02:00
"swiftmailer/swiftmailer" : ">=4,<5.4.5" ,
"sylius/admin-bundle" : ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2" ,
"sylius/grid" : ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1" ,
"sylius/grid-bundle" : ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1" ,
2021-06-30 15:29:49 +02:00
"sylius/resource-bundle" : "<1.3.14|>=1.4,<1.4.7|>=1.5,<1.5.2|>=1.6,<1.6.4" ,
"sylius/sylius" : "<1.6.9|>=1.7,<1.7.9|>=1.8,<1.8.3|>=1.9,<1.9.5" ,
2020-04-16 18:02:46 +02:00
"symbiote/silverstripe-multivaluefield" : ">=3,<3.0.99" ,
2021-06-30 15:29:49 +02:00
"symbiote/silverstripe-queuedjobs" : ">=3,<3.0.2|>=3.1,<3.1.4|>=4,<4.0.7|>=4.1,<4.1.2|>=4.2,<4.2.4|>=4.3,<4.3.3|>=4.4,<4.4.3|>=4.5,<4.5.1|>=4.6,<4.6.4" ,
2020-04-16 18:02:46 +02:00
"symbiote/silverstripe-versionedfiles" : "<=2.0.3" ,
"symfony/cache" : ">=3.1,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8" ,
"symfony/dependency-injection" : ">=2,<2.0.17|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7" ,
"symfony/error-handler" : ">=4.4,<4.4.4|>=5,<5.0.4" ,
"symfony/form" : ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.50|>=2.8,<2.8.49|>=3,<3.4.20|>=4,<4.0.15|>=4.1,<4.1.9|>=4.2,<4.2.1" ,
"symfony/framework-bundle" : ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7" ,
"symfony/http-foundation" : ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7" ,
2021-06-30 15:29:49 +02:00
"symfony/http-kernel" : ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.4.13|>=5,<5.1.5" ,
2020-04-16 18:02:46 +02:00
"symfony/intl" : ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13" ,
2021-06-30 15:29:49 +02:00
"symfony/maker-bundle" : ">=1.27,<1.29.2|>=1.30,<1.31.1" ,
2020-04-16 18:02:46 +02:00
"symfony/mime" : ">=4.3,<4.3.8" ,
"symfony/phpunit-bridge" : ">=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7" ,
"symfony/polyfill" : ">=1,<1.10" ,
"symfony/polyfill-php55" : ">=1,<1.10" ,
"symfony/proxy-manager-bridge" : ">=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7" ,
"symfony/routing" : ">=2,<2.0.19" ,
2021-06-30 15:29:49 +02:00
"symfony/security" : ">=2,<2.7.51|>=2.8,<3.4.49|>=4,<4.4.24|>=5,<5.2.8" ,
2020-04-16 18:02:46 +02:00
"symfony/security-bundle" : ">=2,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11" ,
2021-06-30 15:29:49 +02:00
"symfony/security-core" : ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<3.4.49|>=4,<4.4.24|>=5,<5.2.9" ,
2020-04-16 18:02:46 +02:00
"symfony/security-csrf" : ">=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11" ,
2021-06-30 15:29:49 +02:00
"symfony/security-guard" : ">=2.8,<3.4.48|>=4,<4.4.23|>=5,<5.2.8" ,
"symfony/security-http" : ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<3.4.48|>=4,<4.4.23|>=5,<5.2.8|>=5.3,<5.3.2" ,
2020-04-16 18:02:46 +02:00
"symfony/serializer" : ">=2,<2.0.11" ,
2021-06-30 15:29:49 +02:00
"symfony/symfony" : ">=2,<3.4.49|>=4,<4.4.24|>=5,<5.2.9|>=5.3,<5.3.2" ,
2020-04-16 18:02:46 +02:00
"symfony/translation" : ">=2,<2.0.17" ,
"symfony/validator" : ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3" ,
"symfony/var-exporter" : ">=4.2,<4.2.12|>=4.3,<4.3.8" ,
"symfony/web-profiler-bundle" : ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4" ,
"symfony/yaml" : ">=2,<2.0.22|>=2.1,<2.1.7" ,
2021-06-30 15:29:49 +02:00
"t3/dce" : ">=2.2,<2.6.2" ,
"t3g/svg-sanitizer" : "<1.0.3" ,
2020-04-16 18:02:46 +02:00
"tecnickcom/tcpdf" : "<6.2.22" ,
"thelia/backoffice-default-template" : ">=2.1,<2.1.2" ,
"thelia/thelia" : ">=2.1-beta.1,<2.1.3" ,
"theonedemon/phpwhois" : "<=4.2.5" ,
"titon/framework" : ">=0,<9.9.99" ,
2021-06-30 15:29:49 +02:00
"tribalsystems/zenario" : "<8.8.53370" ,
2020-04-16 18:02:46 +02:00
"truckersmp/phpwhois" : "<=4.3.1" ,
"twig/twig" : "<1.38|>=2,<2.7" ,
2021-06-30 15:29:49 +02:00
"typo3/cms" : ">=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.38|>=9,<9.5.25|>=10,<10.4.14|>=11,<11.1.1" ,
"typo3/cms-backend" : ">=7,<=7.6.50|>=8,<=8.7.39|>=9,<=9.5.24|>=10,<=10.4.13|>=11,<=11.1" ,
"typo3/cms-core" : ">=6.2,<=6.2.56|>=7,<=7.6.50|>=8,<=8.7.39|>=9,<9.5.25|>=10,<10.4.14|>=11,<11.1.1" ,
"typo3/cms-form" : ">=8,<=8.7.39|>=9,<=9.5.24|>=10,<=10.4.13|>=11,<=11.1" ,
"typo3/flow" : ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.12|>=3.1,<3.1.10|>=3.2,<3.2.13|>=3.3,<3.3.13|>=4,<4.0.6" ,
"typo3/neos" : ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4|>=2.3,<2.3.99|>=3,<3.0.20|>=3.1,<3.1.18|>=3.2,<3.2.14|>=3.3,<3.3.23|>=4,<4.0.17|>=4.1,<4.1.16|>=4.2,<4.2.12|>=4.3,<4.3.3" ,
2020-04-16 18:02:46 +02:00
"typo3/phar-stream-wrapper" : ">=1,<2.1.1|>=3,<3.1.1" ,
2021-06-30 15:29:49 +02:00
"typo3/swiftmailer" : ">=4.1,<4.1.99|>=5.4,<5.4.5" ,
"typo3fluid/fluid" : ">=2,<2.0.8|>=2.1,<2.1.7|>=2.2,<2.2.4|>=2.3,<2.3.7|>=2.4,<2.4.4|>=2.5,<2.5.11|>=2.6,<2.6.10" ,
2020-04-16 18:02:46 +02:00
"ua-parser/uap-php" : "<3.8" ,
"usmanhalalit/pixie" : "<1.0.3|>=2,<2.0.2" ,
"verot/class.upload.php" : "<=1.0.3|>=2,<=2.0.4" ,
2021-06-30 15:29:49 +02:00
"vrana/adminer" : "<4.7.9" ,
2020-04-16 18:02:46 +02:00
"wallabag/tcpdf" : "<6.2.22" ,
2021-06-30 15:29:49 +02:00
"wikimedia/parsoid" : "<0.12.2" ,
2020-04-16 18:02:46 +02:00
"willdurand/js-translation-bundle" : "<2.1.1" ,
2021-06-30 15:29:49 +02:00
"wp-cli/wp-cli" : "<2.5" ,
"yidashi/yii2cmf" : "<=2" ,
2020-04-16 18:02:46 +02:00
"yii2mod/yii2-cms" : "<1.9.2" ,
"yiisoft/yii" : ">=1.1.14,<1.1.15" ,
2021-06-30 15:29:49 +02:00
"yiisoft/yii2" : "<2.0.38" ,
2020-04-16 18:02:46 +02:00
"yiisoft/yii2-bootstrap" : "<2.0.4" ,
"yiisoft/yii2-dev" : "<2.0.15" ,
"yiisoft/yii2-elasticsearch" : "<2.0.5" ,
"yiisoft/yii2-gii" : "<2.0.4" ,
"yiisoft/yii2-jui" : "<2.0.4" ,
"yiisoft/yii2-redis" : "<2.0.8" ,
2021-06-30 15:29:49 +02:00
"yoast-seo-for-typo3/yoast_seo" : "<7.2.1" ,
2020-04-16 18:02:46 +02:00
"yourls/yourls" : "<1.7.4" ,
2021-06-30 15:29:49 +02:00
"zendesk/zendesk_api_client_php" : "<2.2.11" ,
2020-04-16 18:02:46 +02:00
"zendframework/zend-cache" : ">=2.4,<2.4.8|>=2.5,<2.5.3" ,
"zendframework/zend-captcha" : ">=2,<2.4.9|>=2.5,<2.5.2" ,
"zendframework/zend-crypt" : ">=2,<2.4.9|>=2.5,<2.5.2" ,
"zendframework/zend-db" : ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5" ,
"zendframework/zend-developer-tools" : ">=1.2.2,<1.2.3" ,
"zendframework/zend-diactoros" : ">=1,<1.8.4" ,
"zendframework/zend-feed" : ">=1,<2.10.3" ,
"zendframework/zend-form" : ">=2,<2.2.7|>=2.3,<2.3.1" ,
"zendframework/zend-http" : ">=1,<2.8.1" ,
"zendframework/zend-json" : ">=2.1,<2.1.6|>=2.2,<2.2.6" ,
"zendframework/zend-ldap" : ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3" ,
"zendframework/zend-mail" : ">=2,<2.4.11|>=2.5,<2.7.2" ,
"zendframework/zend-navigation" : ">=2,<2.2.7|>=2.3,<2.3.1" ,
"zendframework/zend-session" : ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4" ,
"zendframework/zend-validator" : ">=2.3,<2.3.6" ,
"zendframework/zend-view" : ">=2,<2.2.7|>=2.3,<2.3.1" ,
"zendframework/zend-xmlrpc" : ">=2.1,<2.1.6|>=2.2,<2.2.6" ,
2021-06-30 15:29:49 +02:00
"zendframework/zendframework" : "<=3" ,
2020-04-16 18:02:46 +02:00
"zendframework/zendframework1" : "<1.12.20" ,
"zendframework/zendopenid" : ">=2,<2.0.2" ,
"zendframework/zendxml" : ">=1,<1.0.1" ,
"zetacomponents/mail" : "<1.8.2" ,
"zf-commons/zfc-user" : "<1.2.2" ,
"zfcampus/zf-apigility-doctrine" : ">=1,<1.0.3" ,
2021-06-30 15:29:49 +02:00
"zfr/zfr-oauth2-server-module" : "<0.1.2" ,
"zoujingli/thinkadmin" : "<6.0.22"
2020-04-16 18:02:46 +02:00
} ,
2021-06-30 15:29:49 +02:00
"default-branch" : true ,
2020-04-16 18:02:46 +02:00
"type" : "metapackage" ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Marco Pivetta" ,
"email" : "ocramius@gmail.com" ,
"role" : "maintainer"
} ,
{
"name" : "Ilya Tribusean" ,
"email" : "slash3b@gmail.com" ,
"role" : "maintainer"
2020-02-03 17:34:52 +01:00
}
] ,
"description" : "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it" ,
2021-06-30 15:29:49 +02:00
"support" : {
"issues" : "https://github.com/Roave/SecurityAdvisories/issues" ,
"source" : "https://github.com/Roave/SecurityAdvisories/tree/latest"
} ,
"funding" : [
{
"url" : "https://github.com/Ocramius" ,
"type" : "github"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/roave/security-advisories" ,
"type" : "tidelift"
}
] ,
"time" : "2021-06-29T04:03:09+00:00"
} ,
{
"name" : "sebastian/cli-parser" ,
"version" : "1.0.1" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/cli-parser.git" ,
"reference" : "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2" ,
"reference" : "442e7c7e687e42adc03470c7b668bc4b2402c0b2" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.3"
} ,
"require-dev" : {
"phpunit/phpunit" : "^9.3"
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.0-dev"
}
} ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
] ,
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de" ,
"role" : "lead"
}
] ,
"description" : "Library for parsing CLI options" ,
"homepage" : "https://github.com/sebastianbergmann/cli-parser" ,
"support" : {
"issues" : "https://github.com/sebastianbergmann/cli-parser/issues" ,
"source" : "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
} ,
"funding" : [
{
"url" : "https://github.com/sebastianbergmann" ,
"type" : "github"
}
] ,
"time" : "2020-09-28T06:08:49+00:00"
2020-04-16 18:02:46 +02:00
} ,
{
"name" : "sebastian/code-unit" ,
2021-06-30 15:29:49 +02:00
"version" : "1.0.8" ,
2020-04-16 18:02:46 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/code-unit.git" ,
2021-06-30 15:29:49 +02:00
"reference" : "1fc9f64c0927627ef78ba436c9b17d967e68e120"
2020-04-16 18:02:46 +02:00
} ,
"dist" : {
"type" : "zip" ,
2021-06-30 15:29:49 +02:00
"url" : "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120" ,
"reference" : "1fc9f64c0927627ef78ba436c9b17d967e68e120" ,
2020-04-16 18:02:46 +02:00
"shasum" : ""
} ,
"require" : {
2021-06-30 15:29:49 +02:00
"php" : ">=7.3"
2020-04-16 18:02:46 +02:00
} ,
"require-dev" : {
2021-06-30 15:29:49 +02:00
"phpunit/phpunit" : "^9.3"
2020-04-16 18:02:46 +02:00
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.0-dev"
}
} ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
] ,
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de" ,
"role" : "lead"
}
] ,
"description" : "Collection of value objects that represent the PHP code units" ,
"homepage" : "https://github.com/sebastianbergmann/code-unit" ,
2021-06-30 15:29:49 +02:00
"support" : {
"issues" : "https://github.com/sebastianbergmann/code-unit/issues" ,
"source" : "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
} ,
"funding" : [
{
"url" : "https://github.com/sebastianbergmann" ,
"type" : "github"
}
] ,
"time" : "2020-10-26T13:08:54+00:00"
2020-04-16 18:02:46 +02:00
} ,
{
"name" : "sebastian/code-unit-reverse-lookup" ,
2021-06-30 15:29:49 +02:00
"version" : "2.0.3" ,
2020-04-16 18:02:46 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git" ,
2021-06-30 15:29:49 +02:00
"reference" : "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
2020-04-16 18:02:46 +02:00
} ,
"dist" : {
"type" : "zip" ,
2021-06-30 15:29:49 +02:00
"url" : "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5" ,
"reference" : "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5" ,
2020-04-16 18:02:46 +02:00
"shasum" : ""
} ,
"require" : {
2021-06-30 15:29:49 +02:00
"php" : ">=7.3"
2020-04-16 18:02:46 +02:00
} ,
"require-dev" : {
2021-06-30 15:29:49 +02:00
"phpunit/phpunit" : "^9.3"
2020-04-16 18:02:46 +02:00
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "2.0-dev"
}
} ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
] ,
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de"
}
] ,
"description" : "Looks up which function or method a line of code belongs to" ,
"homepage" : "https://github.com/sebastianbergmann/code-unit-reverse-lookup/" ,
2021-06-30 15:29:49 +02:00
"support" : {
"issues" : "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues" ,
"source" : "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
} ,
"funding" : [
{
"url" : "https://github.com/sebastianbergmann" ,
"type" : "github"
}
] ,
"time" : "2020-09-28T05:30:19+00:00"
2020-04-16 18:02:46 +02:00
} ,
{
"name" : "sebastian/comparator" ,
2021-06-30 15:29:49 +02:00
"version" : "4.0.6" ,
2020-04-16 18:02:46 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/comparator.git" ,
2021-06-30 15:29:49 +02:00
"reference" : "55f4261989e546dc112258c7a75935a81a7ce382"
2020-04-16 18:02:46 +02:00
} ,
"dist" : {
"type" : "zip" ,
2021-06-30 15:29:49 +02:00
"url" : "https://api.github.com/repos/sebastianbergmann/comparator/zipball/55f4261989e546dc112258c7a75935a81a7ce382" ,
"reference" : "55f4261989e546dc112258c7a75935a81a7ce382" ,
2020-04-16 18:02:46 +02:00
"shasum" : ""
} ,
"require" : {
2021-06-30 15:29:49 +02:00
"php" : ">=7.3" ,
2020-04-16 18:02:46 +02:00
"sebastian/diff" : "^4.0" ,
"sebastian/exporter" : "^4.0"
} ,
"require-dev" : {
2021-06-30 15:29:49 +02:00
"phpunit/phpunit" : "^9.3"
2020-04-16 18:02:46 +02:00
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "4.0-dev"
}
} ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
] ,
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de"
} ,
{
"name" : "Jeff Welch" ,
"email" : "whatthejeff@gmail.com"
} ,
{
"name" : "Volker Dusch" ,
"email" : "github@wallbash.com"
} ,
{
"name" : "Bernhard Schussek" ,
"email" : "bschussek@2bepublished.at"
}
] ,
"description" : "Provides the functionality to compare PHP values for equality" ,
"homepage" : "https://github.com/sebastianbergmann/comparator" ,
"keywords" : [
"comparator" ,
"compare" ,
"equality"
] ,
2021-06-30 15:29:49 +02:00
"support" : {
"issues" : "https://github.com/sebastianbergmann/comparator/issues" ,
"source" : "https://github.com/sebastianbergmann/comparator/tree/4.0.6"
} ,
"funding" : [
{
"url" : "https://github.com/sebastianbergmann" ,
"type" : "github"
}
] ,
"time" : "2020-10-26T15:49:45+00:00"
} ,
{
"name" : "sebastian/complexity" ,
"version" : "2.0.2" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/complexity.git" ,
"reference" : "739b35e53379900cc9ac327b2147867b8b6efd88"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88" ,
"reference" : "739b35e53379900cc9ac327b2147867b8b6efd88" ,
"shasum" : ""
} ,
"require" : {
"nikic/php-parser" : "^4.7" ,
"php" : ">=7.3"
} ,
"require-dev" : {
"phpunit/phpunit" : "^9.3"
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "2.0-dev"
}
} ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
] ,
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de" ,
"role" : "lead"
}
] ,
"description" : "Library for calculating the complexity of PHP code units" ,
"homepage" : "https://github.com/sebastianbergmann/complexity" ,
"support" : {
"issues" : "https://github.com/sebastianbergmann/complexity/issues" ,
"source" : "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
} ,
"funding" : [
{
"url" : "https://github.com/sebastianbergmann" ,
"type" : "github"
}
] ,
"time" : "2020-10-26T15:52:27+00:00"
2020-04-16 18:02:46 +02:00
} ,
{
"name" : "sebastian/diff" ,
2021-06-30 15:29:49 +02:00
"version" : "4.0.4" ,
2020-04-16 18:02:46 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/diff.git" ,
2021-06-30 15:29:49 +02:00
"reference" : "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
2020-04-16 18:02:46 +02:00
} ,
"dist" : {
"type" : "zip" ,
2021-06-30 15:29:49 +02:00
"url" : "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d" ,
"reference" : "3461e3fccc7cfdfc2720be910d3bd73c69be590d" ,
2020-04-16 18:02:46 +02:00
"shasum" : ""
} ,
"require" : {
2021-06-30 15:29:49 +02:00
"php" : ">=7.3"
2020-04-16 18:02:46 +02:00
} ,
"require-dev" : {
2021-06-30 15:29:49 +02:00
"phpunit/phpunit" : "^9.3" ,
"symfony/process" : "^4.2 || ^5"
2020-04-16 18:02:46 +02:00
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "4.0-dev"
}
} ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
] ,
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de"
} ,
{
"name" : "Kore Nordmann" ,
"email" : "mail@kore-nordmann.de"
}
] ,
"description" : "Diff implementation" ,
"homepage" : "https://github.com/sebastianbergmann/diff" ,
"keywords" : [
"diff" ,
"udiff" ,
"unidiff" ,
"unified diff"
] ,
2021-06-30 15:29:49 +02:00
"support" : {
"issues" : "https://github.com/sebastianbergmann/diff/issues" ,
"source" : "https://github.com/sebastianbergmann/diff/tree/4.0.4"
} ,
"funding" : [
{
"url" : "https://github.com/sebastianbergmann" ,
"type" : "github"
}
] ,
"time" : "2020-10-26T13:10:38+00:00"
2020-04-16 18:02:46 +02:00
} ,
{
"name" : "sebastian/environment" ,
2021-06-30 15:29:49 +02:00
"version" : "5.1.3" ,
2020-04-16 18:02:46 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/environment.git" ,
2021-06-30 15:29:49 +02:00
"reference" : "388b6ced16caa751030f6a69e588299fa09200ac"
2020-04-16 18:02:46 +02:00
} ,
"dist" : {
"type" : "zip" ,
2021-06-30 15:29:49 +02:00
"url" : "https://api.github.com/repos/sebastianbergmann/environment/zipball/388b6ced16caa751030f6a69e588299fa09200ac" ,
"reference" : "388b6ced16caa751030f6a69e588299fa09200ac" ,
2020-04-16 18:02:46 +02:00
"shasum" : ""
} ,
"require" : {
2021-06-30 15:29:49 +02:00
"php" : ">=7.3"
2020-04-16 18:02:46 +02:00
} ,
"require-dev" : {
2021-06-30 15:29:49 +02:00
"phpunit/phpunit" : "^9.3"
2020-04-16 18:02:46 +02:00
} ,
"suggest" : {
"ext-posix" : "*"
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
2021-06-30 15:29:49 +02:00
"dev-master" : "5.1-dev"
2020-04-16 18:02:46 +02:00
}
} ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
] ,
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de"
}
] ,
"description" : "Provides functionality to handle HHVM/PHP environments" ,
"homepage" : "http://www.github.com/sebastianbergmann/environment" ,
"keywords" : [
"Xdebug" ,
"environment" ,
"hhvm"
] ,
2021-06-30 15:29:49 +02:00
"support" : {
"issues" : "https://github.com/sebastianbergmann/environment/issues" ,
"source" : "https://github.com/sebastianbergmann/environment/tree/5.1.3"
} ,
"funding" : [
{
"url" : "https://github.com/sebastianbergmann" ,
"type" : "github"
}
] ,
"time" : "2020-09-28T05:52:38+00:00"
2020-04-16 18:02:46 +02:00
} ,
{
"name" : "sebastian/exporter" ,
2021-06-30 15:29:49 +02:00
"version" : "4.0.3" ,
2020-04-16 18:02:46 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/exporter.git" ,
2021-06-30 15:29:49 +02:00
"reference" : "d89cc98761b8cb5a1a235a6b703ae50d34080e65"
2020-04-16 18:02:46 +02:00
} ,
"dist" : {
"type" : "zip" ,
2021-06-30 15:29:49 +02:00
"url" : "https://api.github.com/repos/sebastianbergmann/exporter/zipball/d89cc98761b8cb5a1a235a6b703ae50d34080e65" ,
"reference" : "d89cc98761b8cb5a1a235a6b703ae50d34080e65" ,
2020-04-16 18:02:46 +02:00
"shasum" : ""
} ,
"require" : {
2021-06-30 15:29:49 +02:00
"php" : ">=7.3" ,
2020-04-16 18:02:46 +02:00
"sebastian/recursion-context" : "^4.0"
} ,
"require-dev" : {
"ext-mbstring" : "*" ,
2021-06-30 15:29:49 +02:00
"phpunit/phpunit" : "^9.3"
2020-04-16 18:02:46 +02:00
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "4.0-dev"
}
} ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
] ,
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de"
} ,
{
"name" : "Jeff Welch" ,
"email" : "whatthejeff@gmail.com"
} ,
{
"name" : "Volker Dusch" ,
"email" : "github@wallbash.com"
} ,
{
"name" : "Adam Harvey" ,
"email" : "aharvey@php.net"
} ,
{
"name" : "Bernhard Schussek" ,
"email" : "bschussek@gmail.com"
}
] ,
"description" : "Provides the functionality to export PHP variables for visualization" ,
"homepage" : "http://www.github.com/sebastianbergmann/exporter" ,
"keywords" : [
"export" ,
"exporter"
] ,
2021-06-30 15:29:49 +02:00
"support" : {
"issues" : "https://github.com/sebastianbergmann/exporter/issues" ,
"source" : "https://github.com/sebastianbergmann/exporter/tree/4.0.3"
} ,
"funding" : [
{
"url" : "https://github.com/sebastianbergmann" ,
"type" : "github"
}
] ,
"time" : "2020-09-28T05:24:23+00:00"
2020-04-16 18:02:46 +02:00
} ,
{
"name" : "sebastian/global-state" ,
2021-06-30 15:29:49 +02:00
"version" : "5.0.3" ,
2020-04-16 18:02:46 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/global-state.git" ,
2021-06-30 15:29:49 +02:00
"reference" : "23bd5951f7ff26f12d4e3242864df3e08dec4e49"
2020-04-16 18:02:46 +02:00
} ,
"dist" : {
"type" : "zip" ,
2021-06-30 15:29:49 +02:00
"url" : "https://api.github.com/repos/sebastianbergmann/global-state/zipball/23bd5951f7ff26f12d4e3242864df3e08dec4e49" ,
"reference" : "23bd5951f7ff26f12d4e3242864df3e08dec4e49" ,
2020-04-16 18:02:46 +02:00
"shasum" : ""
} ,
"require" : {
2021-06-30 15:29:49 +02:00
"php" : ">=7.3" ,
2020-04-16 18:02:46 +02:00
"sebastian/object-reflector" : "^2.0" ,
"sebastian/recursion-context" : "^4.0"
} ,
"require-dev" : {
"ext-dom" : "*" ,
2021-06-30 15:29:49 +02:00
"phpunit/phpunit" : "^9.3"
2020-04-16 18:02:46 +02:00
} ,
"suggest" : {
"ext-uopz" : "*"
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
2021-06-30 15:29:49 +02:00
"dev-master" : "5.0-dev"
2020-04-16 18:02:46 +02:00
}
} ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
] ,
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de"
}
] ,
"description" : "Snapshotting of global state" ,
"homepage" : "http://www.github.com/sebastianbergmann/global-state" ,
"keywords" : [
"global state"
] ,
2021-06-30 15:29:49 +02:00
"support" : {
"issues" : "https://github.com/sebastianbergmann/global-state/issues" ,
"source" : "https://github.com/sebastianbergmann/global-state/tree/5.0.3"
} ,
"funding" : [
{
"url" : "https://github.com/sebastianbergmann" ,
"type" : "github"
}
] ,
"time" : "2021-06-11T13:31:12+00:00"
2020-04-16 18:02:46 +02:00
} ,
{
2021-06-30 15:29:49 +02:00
"name" : "sebastian/lines-of-code" ,
"version" : "1.0.3" ,
2020-04-16 18:02:46 +02:00
"source" : {
"type" : "git" ,
2021-06-30 15:29:49 +02:00
"url" : "https://github.com/sebastianbergmann/lines-of-code.git" ,
"reference" : "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
2020-04-16 18:02:46 +02:00
} ,
"dist" : {
"type" : "zip" ,
2021-06-30 15:29:49 +02:00
"url" : "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc" ,
"reference" : "c1c2e997aa3146983ed888ad08b15470a2e22ecc" ,
2020-04-16 18:02:46 +02:00
"shasum" : ""
} ,
"require" : {
2021-06-30 15:29:49 +02:00
"nikic/php-parser" : "^4.6" ,
"php" : ">=7.3"
2020-04-16 18:02:46 +02:00
} ,
"require-dev" : {
2021-06-30 15:29:49 +02:00
"phpunit/phpunit" : "^9.3"
2020-04-16 18:02:46 +02:00
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
2021-06-30 15:29:49 +02:00
"dev-master" : "1.0-dev"
2020-04-16 18:02:46 +02:00
}
} ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
] ,
"authors" : [
{
"name" : "Sebastian Bergmann" ,
2021-06-30 15:29:49 +02:00
"email" : "sebastian@phpunit.de" ,
"role" : "lead"
2020-04-16 18:02:46 +02:00
}
] ,
2021-06-30 15:29:49 +02:00
"description" : "Library for counting the lines of code in PHP source code" ,
"homepage" : "https://github.com/sebastianbergmann/lines-of-code" ,
"support" : {
"issues" : "https://github.com/sebastianbergmann/lines-of-code/issues" ,
"source" : "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
} ,
"funding" : [
{
"url" : "https://github.com/sebastianbergmann" ,
"type" : "github"
}
] ,
"time" : "2020-11-28T06:42:11+00:00"
2020-04-16 18:02:46 +02:00
} ,
{
2021-06-30 15:29:49 +02:00
"name" : "sebastian/object-enumerator" ,
"version" : "4.0.4" ,
2020-04-16 18:02:46 +02:00
"source" : {
"type" : "git" ,
2021-06-30 15:29:49 +02:00
"url" : "https://github.com/sebastianbergmann/object-enumerator.git" ,
"reference" : "5c9eeac41b290a3712d88851518825ad78f45c71"
2020-04-16 18:02:46 +02:00
} ,
"dist" : {
"type" : "zip" ,
2021-06-30 15:29:49 +02:00
"url" : "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71" ,
"reference" : "5c9eeac41b290a3712d88851518825ad78f45c71" ,
2020-04-16 18:02:46 +02:00
"shasum" : ""
} ,
"require" : {
2021-06-30 15:29:49 +02:00
"php" : ">=7.3" ,
"sebastian/object-reflector" : "^2.0" ,
"sebastian/recursion-context" : "^4.0"
2020-04-16 18:02:46 +02:00
} ,
"require-dev" : {
2021-06-30 15:29:49 +02:00
"phpunit/phpunit" : "^9.3"
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "4.0-dev"
}
} ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
] ,
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de"
}
] ,
"description" : "Traverses array structures and object graphs to enumerate all referenced objects" ,
"homepage" : "https://github.com/sebastianbergmann/object-enumerator/" ,
"support" : {
"issues" : "https://github.com/sebastianbergmann/object-enumerator/issues" ,
"source" : "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
} ,
"funding" : [
{
"url" : "https://github.com/sebastianbergmann" ,
"type" : "github"
}
] ,
"time" : "2020-10-26T13:12:34+00:00"
} ,
{
"name" : "sebastian/object-reflector" ,
"version" : "2.0.4" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/object-reflector.git" ,
"reference" : "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7" ,
"reference" : "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.3"
} ,
"require-dev" : {
"phpunit/phpunit" : "^9.3"
2020-04-16 18:02:46 +02:00
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "2.0-dev"
}
} ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
] ,
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de"
}
] ,
"description" : "Allows reflection of object attributes, including inherited and non-public ones" ,
"homepage" : "https://github.com/sebastianbergmann/object-reflector/" ,
2021-06-30 15:29:49 +02:00
"support" : {
"issues" : "https://github.com/sebastianbergmann/object-reflector/issues" ,
"source" : "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
} ,
"funding" : [
{
"url" : "https://github.com/sebastianbergmann" ,
"type" : "github"
}
] ,
"time" : "2020-10-26T13:14:26+00:00"
} ,
{
"name" : "sebastian/phpcpd" ,
"version" : "6.0.3" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/phpcpd.git" ,
"reference" : "f3683aa0db2e8e09287c2bb33a595b2873ea9176"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/f3683aa0db2e8e09287c2bb33a595b2873ea9176" ,
"reference" : "f3683aa0db2e8e09287c2bb33a595b2873ea9176" ,
"shasum" : ""
} ,
"require" : {
"ext-dom" : "*" ,
"php" : ">=7.3" ,
"phpunit/php-file-iterator" : "^3.0" ,
"phpunit/php-timer" : "^5.0" ,
"sebastian/cli-parser" : "^1.0" ,
"sebastian/version" : "^3.0"
} ,
"bin" : [
"phpcpd"
] ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "6.0-dev"
}
} ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
] ,
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de" ,
"role" : "lead"
}
] ,
"description" : "Copy/Paste Detector (CPD) for PHP code." ,
"homepage" : "https://github.com/sebastianbergmann/phpcpd" ,
"support" : {
"issues" : "https://github.com/sebastianbergmann/phpcpd/issues" ,
"source" : "https://github.com/sebastianbergmann/phpcpd/tree/6.0.3"
} ,
"funding" : [
{
"url" : "https://github.com/sebastianbergmann" ,
"type" : "github"
}
] ,
"time" : "2020-12-07T05:39:23+00:00"
2020-04-16 18:02:46 +02:00
} ,
{
"name" : "sebastian/recursion-context" ,
2021-06-30 15:29:49 +02:00
"version" : "4.0.4" ,
2020-04-16 18:02:46 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/recursion-context.git" ,
2021-06-30 15:29:49 +02:00
"reference" : "cd9d8cf3c5804de4341c283ed787f099f5506172"
2020-04-16 18:02:46 +02:00
} ,
"dist" : {
"type" : "zip" ,
2021-06-30 15:29:49 +02:00
"url" : "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172" ,
"reference" : "cd9d8cf3c5804de4341c283ed787f099f5506172" ,
2020-04-16 18:02:46 +02:00
"shasum" : ""
} ,
"require" : {
2021-06-30 15:29:49 +02:00
"php" : ">=7.3"
2020-04-16 18:02:46 +02:00
} ,
"require-dev" : {
2021-06-30 15:29:49 +02:00
"phpunit/phpunit" : "^9.3"
2020-04-16 18:02:46 +02:00
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "4.0-dev"
}
} ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
] ,
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de"
} ,
{
"name" : "Jeff Welch" ,
"email" : "whatthejeff@gmail.com"
} ,
{
"name" : "Adam Harvey" ,
"email" : "aharvey@php.net"
}
] ,
"description" : "Provides functionality to recursively process PHP variables" ,
"homepage" : "http://www.github.com/sebastianbergmann/recursion-context" ,
2021-06-30 15:29:49 +02:00
"support" : {
"issues" : "https://github.com/sebastianbergmann/recursion-context/issues" ,
"source" : "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4"
} ,
"funding" : [
{
"url" : "https://github.com/sebastianbergmann" ,
"type" : "github"
}
] ,
"time" : "2020-10-26T13:17:30+00:00"
2020-04-16 18:02:46 +02:00
} ,
{
"name" : "sebastian/resource-operations" ,
2021-06-30 15:29:49 +02:00
"version" : "3.0.3" ,
2020-04-16 18:02:46 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/resource-operations.git" ,
2021-06-30 15:29:49 +02:00
"reference" : "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
2020-04-16 18:02:46 +02:00
} ,
"dist" : {
"type" : "zip" ,
2021-06-30 15:29:49 +02:00
"url" : "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8" ,
"reference" : "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8" ,
2020-04-16 18:02:46 +02:00
"shasum" : ""
} ,
"require" : {
2021-06-30 15:29:49 +02:00
"php" : ">=7.3"
2020-04-16 18:02:46 +02:00
} ,
"require-dev" : {
"phpunit/phpunit" : "^9.0"
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "3.0-dev"
}
} ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
] ,
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de"
}
] ,
"description" : "Provides a list of PHP built-in functions that operate on resources" ,
"homepage" : "https://www.github.com/sebastianbergmann/resource-operations" ,
2021-06-30 15:29:49 +02:00
"support" : {
"issues" : "https://github.com/sebastianbergmann/resource-operations/issues" ,
"source" : "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
} ,
"funding" : [
{
"url" : "https://github.com/sebastianbergmann" ,
"type" : "github"
}
] ,
"time" : "2020-09-28T06:45:17+00:00"
2020-04-16 18:02:46 +02:00
} ,
{
"name" : "sebastian/type" ,
2021-06-30 15:29:49 +02:00
"version" : "2.3.4" ,
2020-04-16 18:02:46 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/type.git" ,
2021-06-30 15:29:49 +02:00
"reference" : "b8cd8a1c753c90bc1a0f5372170e3e489136f914"
2020-04-16 18:02:46 +02:00
} ,
"dist" : {
"type" : "zip" ,
2021-06-30 15:29:49 +02:00
"url" : "https://api.github.com/repos/sebastianbergmann/type/zipball/b8cd8a1c753c90bc1a0f5372170e3e489136f914" ,
"reference" : "b8cd8a1c753c90bc1a0f5372170e3e489136f914" ,
2020-04-16 18:02:46 +02:00
"shasum" : ""
} ,
"require" : {
2021-06-30 15:29:49 +02:00
"php" : ">=7.3"
2020-04-16 18:02:46 +02:00
} ,
"require-dev" : {
2021-06-30 15:29:49 +02:00
"phpunit/phpunit" : "^9.3"
2020-04-16 18:02:46 +02:00
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
2021-06-30 15:29:49 +02:00
"dev-master" : "2.3-dev"
2020-04-16 18:02:46 +02:00
}
} ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
] ,
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de" ,
"role" : "lead"
}
] ,
"description" : "Collection of value objects that represent the types of the PHP type system" ,
"homepage" : "https://github.com/sebastianbergmann/type" ,
2021-06-30 15:29:49 +02:00
"support" : {
"issues" : "https://github.com/sebastianbergmann/type/issues" ,
"source" : "https://github.com/sebastianbergmann/type/tree/2.3.4"
} ,
"funding" : [
{
"url" : "https://github.com/sebastianbergmann" ,
"type" : "github"
}
] ,
"time" : "2021-06-15T12:49:02+00:00"
2020-04-16 18:02:46 +02:00
} ,
{
"name" : "sebastian/version" ,
2021-06-30 15:29:49 +02:00
"version" : "3.0.2" ,
2020-04-16 18:02:46 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/version.git" ,
2021-06-30 15:29:49 +02:00
"reference" : "c6c1022351a901512170118436c764e473f6de8c"
2020-04-16 18:02:46 +02:00
} ,
"dist" : {
"type" : "zip" ,
2021-06-30 15:29:49 +02:00
"url" : "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c" ,
"reference" : "c6c1022351a901512170118436c764e473f6de8c" ,
2020-04-16 18:02:46 +02:00
"shasum" : ""
} ,
"require" : {
2021-06-30 15:29:49 +02:00
"php" : ">=7.3"
2020-04-16 18:02:46 +02:00
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "3.0-dev"
}
} ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
] ,
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de" ,
"role" : "lead"
}
] ,
"description" : "Library that helps with managing the version number of Git-hosted PHP projects" ,
"homepage" : "https://github.com/sebastianbergmann/version" ,
2021-06-30 15:29:49 +02:00
"support" : {
"issues" : "https://github.com/sebastianbergmann/version/issues" ,
"source" : "https://github.com/sebastianbergmann/version/tree/3.0.2"
} ,
"funding" : [
{
"url" : "https://github.com/sebastianbergmann" ,
"type" : "github"
}
] ,
"time" : "2020-09-28T06:39:44+00:00"
} ,
{
"name" : "squizlabs/php_codesniffer" ,
"version" : "3.6.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/squizlabs/PHP_CodeSniffer.git" ,
"reference" : "ffced0d2c8fa8e6cdc4d695a743271fab6c38625"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ffced0d2c8fa8e6cdc4d695a743271fab6c38625" ,
"reference" : "ffced0d2c8fa8e6cdc4d695a743271fab6c38625" ,
"shasum" : ""
} ,
"require" : {
"ext-simplexml" : "*" ,
"ext-tokenizer" : "*" ,
"ext-xmlwriter" : "*" ,
"php" : ">=5.4.0"
} ,
"require-dev" : {
"phpunit/phpunit" : "^4.0 || ^5.0 || ^6.0 || ^7.0"
} ,
"bin" : [
"bin/phpcs" ,
"bin/phpcbf"
] ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "3.x-dev"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
] ,
"authors" : [
{
"name" : "Greg Sherwood" ,
"role" : "lead"
}
] ,
"description" : "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards." ,
"homepage" : "https://github.com/squizlabs/PHP_CodeSniffer" ,
"keywords" : [
"phpcs" ,
"standards"
] ,
"support" : {
"issues" : "https://github.com/squizlabs/PHP_CodeSniffer/issues" ,
"source" : "https://github.com/squizlabs/PHP_CodeSniffer" ,
"wiki" : "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
} ,
"time" : "2021-04-09T00:54:41+00:00"
} ,
{
"name" : "symfony/config" ,
"version" : "v5.3.3" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/config.git" ,
"reference" : "a69e0c55528b47df88d3c4067ddedf32d485d662"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/config/zipball/a69e0c55528b47df88d3c4067ddedf32d485d662" ,
"reference" : "a69e0c55528b47df88d3c4067ddedf32d485d662" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2.5" ,
"symfony/deprecation-contracts" : "^2.1" ,
"symfony/filesystem" : "^4.4|^5.0" ,
"symfony/polyfill-ctype" : "~1.8" ,
"symfony/polyfill-php80" : "^1.15" ,
"symfony/polyfill-php81" : "^1.22"
} ,
"conflict" : {
"symfony/finder" : "<4.4"
} ,
"require-dev" : {
"symfony/event-dispatcher" : "^4.4|^5.0" ,
"symfony/finder" : "^4.4|^5.0" ,
"symfony/messenger" : "^4.4|^5.0" ,
"symfony/service-contracts" : "^1.1|^2" ,
"symfony/yaml" : "^4.4|^5.0"
} ,
"suggest" : {
"symfony/yaml" : "To use the yaml reference dumper"
} ,
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Symfony\\Component\\Config\\" : ""
} ,
"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" : "Helps you find, load, combine, autofill and validate configuration values of any kind" ,
"homepage" : "https://symfony.com" ,
"support" : {
"source" : "https://github.com/symfony/config/tree/v5.3.3"
} ,
"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"
}
] ,
"time" : "2021-06-24T08:13:00+00:00"
} ,
{
"name" : "symfony/dependency-injection" ,
"version" : "v5.3.3" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/dependency-injection.git" ,
"reference" : "e421c4f161848740ad1fcf09b12391ddca168d95"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/dependency-injection/zipball/e421c4f161848740ad1fcf09b12391ddca168d95" ,
"reference" : "e421c4f161848740ad1fcf09b12391ddca168d95" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2.5" ,
"psr/container" : "^1.1.1" ,
"symfony/deprecation-contracts" : "^2.1" ,
"symfony/polyfill-php80" : "^1.15" ,
"symfony/service-contracts" : "^1.1.6|^2"
} ,
"conflict" : {
"ext-psr" : "<1.1|>=2" ,
"symfony/config" : "<5.3" ,
"symfony/finder" : "<4.4" ,
"symfony/proxy-manager-bridge" : "<4.4" ,
"symfony/yaml" : "<4.4"
} ,
"provide" : {
"psr/container-implementation" : "1.0" ,
"symfony/service-implementation" : "1.0|2.0"
} ,
"require-dev" : {
"symfony/config" : "^5.3" ,
"symfony/expression-language" : "^4.4|^5.0" ,
"symfony/yaml" : "^4.4|^5.0"
} ,
"suggest" : {
"symfony/config" : "" ,
"symfony/expression-language" : "For using expressions in service container configuration" ,
"symfony/finder" : "For using double-star glob patterns or when GLOB_BRACE portability is required" ,
"symfony/proxy-manager-bridge" : "Generate service proxies to lazy load them" ,
"symfony/yaml" : ""
} ,
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Symfony\\Component\\DependencyInjection\\" : ""
} ,
"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" : "Allows you to standardize and centralize the way objects are constructed in your application" ,
"homepage" : "https://symfony.com" ,
"support" : {
"source" : "https://github.com/symfony/dependency-injection/tree/v5.3.3"
} ,
"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"
}
] ,
"time" : "2021-06-24T08:13:00+00:00"
} ,
{
"name" : "symfony/deprecation-contracts" ,
"version" : "v2.4.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"
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-main" : "2.4-dev"
} ,
"thanks" : {
"name" : "symfony/contracts" ,
"url" : "https://github.com/symfony/contracts"
}
} ,
"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"
}
] ,
"time" : "2021-03-23T23:28:01+00:00"
} ,
{
"name" : "symfony/filesystem" ,
"version" : "v5.3.3" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/filesystem.git" ,
"reference" : "19b71c8f313b411172dd5f470fd61f24466d79a9"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/filesystem/zipball/19b71c8f313b411172dd5f470fd61f24466d79a9" ,
"reference" : "19b71c8f313b411172dd5f470fd61f24466d79a9" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2.5" ,
"symfony/polyfill-ctype" : "~1.8"
} ,
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Symfony\\Component\\Filesystem\\" : ""
} ,
"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 basic utilities for the filesystem" ,
"homepage" : "https://symfony.com" ,
"support" : {
"source" : "https://github.com/symfony/filesystem/tree/v5.3.3"
} ,
"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"
}
] ,
"time" : "2021-06-30T07:27:52+00:00"
2020-04-16 18:02:46 +02:00
} ,
{
"name" : "symfony/polyfill-ctype" ,
2021-06-30 15:29:49 +02:00
"version" : "v1.23.0" ,
2020-04-16 18:02:46 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-ctype.git" ,
2021-06-30 15:29:49 +02:00
"reference" : "46cd95797e9df938fdd2b03693b5fca5e64b01ce"
2020-04-16 18:02:46 +02:00
} ,
"dist" : {
"type" : "zip" ,
2021-06-30 15:29:49 +02:00
"url" : "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce" ,
"reference" : "46cd95797e9df938fdd2b03693b5fca5e64b01ce" ,
2020-04-16 18:02:46 +02:00
"shasum" : ""
} ,
"require" : {
2021-06-30 15:29:49 +02:00
"php" : ">=7.1"
2020-04-16 18:02:46 +02:00
} ,
"suggest" : {
"ext-ctype" : "For best performance"
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
2021-06-30 15:29:49 +02:00
"dev-main" : "1.23-dev"
} ,
"thanks" : {
"name" : "symfony/polyfill" ,
"url" : "https://github.com/symfony/polyfill"
2020-04-16 18:02:46 +02:00
}
} ,
"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"
] ,
2021-06-30 15:29:49 +02:00
"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"
}
] ,
"time" : "2021-02-19T12:13:01+00:00"
} ,
{
"name" : "symfony/polyfill-php80" ,
"version" : "v1.23.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-php80.git" ,
"reference" : "eca0bf41ed421bed1b57c4958bab16aa86b757d0"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/polyfill-php80/zipball/eca0bf41ed421bed1b57c4958bab16aa86b757d0" ,
"reference" : "eca0bf41ed421bed1b57c4958bab16aa86b757d0" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.1"
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-main" : "1.23-dev"
} ,
"thanks" : {
"name" : "symfony/polyfill" ,
"url" : "https://github.com/symfony/polyfill"
}
} ,
"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" : {
"source" : "https://github.com/symfony/polyfill-php80/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"
}
] ,
"time" : "2021-02-19T12:13:01+00:00"
} ,
{
"name" : "symfony/polyfill-php81" ,
"version" : "v1.23.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-php81.git" ,
"reference" : "e66119f3de95efc359483f810c4c3e6436279436"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/polyfill-php81/zipball/e66119f3de95efc359483f810c4c3e6436279436" ,
"reference" : "e66119f3de95efc359483f810c4c3e6436279436" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.1"
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-main" : "1.23-dev"
} ,
"thanks" : {
"name" : "symfony/polyfill" ,
"url" : "https://github.com/symfony/polyfill"
}
} ,
"autoload" : {
"psr-4" : {
"Symfony\\Polyfill\\Php81\\" : ""
} ,
"files" : [
"bootstrap.php"
] ,
"classmap" : [
"Resources/stubs"
]
} ,
"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 backporting some PHP 8.1+ features to lower PHP versions" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"compatibility" ,
"polyfill" ,
"portable" ,
"shim"
] ,
"support" : {
"source" : "https://github.com/symfony/polyfill-php81/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"
}
] ,
"time" : "2021-05-21T13:25:03+00:00"
} ,
{
"name" : "symfony/service-contracts" ,
"version" : "v2.4.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/service-contracts.git" ,
"reference" : "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/service-contracts/zipball/f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb" ,
"reference" : "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2.5" ,
"psr/container" : "^1.1"
} ,
"suggest" : {
"symfony/service-implementation" : ""
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-main" : "2.4-dev"
} ,
"thanks" : {
"name" : "symfony/contracts" ,
"url" : "https://github.com/symfony/contracts"
}
} ,
"autoload" : {
"psr-4" : {
"Symfony\\Contracts\\Service\\" : ""
}
} ,
"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 writing services" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"abstractions" ,
"contracts" ,
"decoupling" ,
"interfaces" ,
"interoperability" ,
"standards"
] ,
"support" : {
"source" : "https://github.com/symfony/service-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"
}
] ,
"time" : "2021-04-01T10:43:52+00:00"
2020-04-16 18:02:46 +02:00
} ,
{
"name" : "theseer/tokenizer" ,
2021-06-30 15:29:49 +02:00
"version" : "1.2.0" ,
2020-04-16 18:02:46 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/theseer/tokenizer.git" ,
2021-06-30 15:29:49 +02:00
"reference" : "75a63c33a8577608444246075ea0af0d052e452a"
2020-04-16 18:02:46 +02:00
} ,
"dist" : {
"type" : "zip" ,
2021-06-30 15:29:49 +02:00
"url" : "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a" ,
"reference" : "75a63c33a8577608444246075ea0af0d052e452a" ,
2020-04-16 18:02:46 +02:00
"shasum" : ""
} ,
"require" : {
"ext-dom" : "*" ,
"ext-tokenizer" : "*" ,
"ext-xmlwriter" : "*" ,
2021-06-30 15:29:49 +02:00
"php" : "^7.2 || ^8.0"
2020-04-16 18:02:46 +02:00
} ,
"type" : "library" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
] ,
"authors" : [
{
"name" : "Arne Blankerts" ,
"email" : "arne@blankerts.de" ,
"role" : "Developer"
}
] ,
"description" : "A small library for converting tokenized PHP source code into XML and potentially other formats" ,
2021-06-30 15:29:49 +02:00
"support" : {
"issues" : "https://github.com/theseer/tokenizer/issues" ,
"source" : "https://github.com/theseer/tokenizer/tree/master"
} ,
"funding" : [
{
"url" : "https://github.com/theseer" ,
"type" : "github"
}
] ,
"time" : "2020-07-12T23:59:07+00:00"
2020-04-16 18:02:46 +02:00
} ,
{
"name" : "webmozart/assert" ,
2021-06-30 15:29:49 +02:00
"version" : "1.10.0" ,
2020-04-16 18:02:46 +02:00
"source" : {
"type" : "git" ,
2021-06-30 15:29:49 +02:00
"url" : "https://github.com/webmozarts/assert.git" ,
"reference" : "6964c76c7804814a842473e0c8fd15bab0f18e25"
2020-04-16 18:02:46 +02:00
} ,
"dist" : {
"type" : "zip" ,
2021-06-30 15:29:49 +02:00
"url" : "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25" ,
"reference" : "6964c76c7804814a842473e0c8fd15bab0f18e25" ,
2020-04-16 18:02:46 +02:00
"shasum" : ""
} ,
"require" : {
2021-06-30 15:29:49 +02:00
"php" : "^7.2 || ^8.0" ,
2020-04-16 18:02:46 +02:00
"symfony/polyfill-ctype" : "^1.8"
} ,
"conflict" : {
2021-06-30 15:29:49 +02:00
"phpstan/phpstan" : "<0.12.20" ,
"vimeo/psalm" : "<4.6.1 || 4.6.2"
2020-04-16 18:02:46 +02:00
} ,
"require-dev" : {
2021-06-30 15:29:49 +02:00
"phpunit/phpunit" : "^8.5.13"
2020-04-16 18:02:46 +02:00
} ,
"type" : "library" ,
2021-06-30 15:29:49 +02:00
"extra" : {
"branch-alias" : {
"dev-master" : "1.10-dev"
}
} ,
2020-04-16 18:02:46 +02:00
"autoload" : {
"psr-4" : {
"Webmozart\\Assert\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Bernhard Schussek" ,
"email" : "bschussek@gmail.com"
}
] ,
"description" : "Assertions to validate method input/output with nice error messages." ,
"keywords" : [
"assert" ,
"check" ,
"validate"
] ,
2021-06-30 15:29:49 +02:00
"support" : {
"issues" : "https://github.com/webmozarts/assert/issues" ,
"source" : "https://github.com/webmozarts/assert/tree/1.10.0"
} ,
"time" : "2021-03-09T10:59:23+00:00"
2020-02-03 17:34:52 +01:00
}
] ,
"aliases" : [ ] ,
"minimum-stability" : "stable" ,
"stability-flags" : {
2021-06-30 15:29:49 +02:00
"roave/security-advisories" : 20 ,
"phpmd/phpmd" : 0
2020-02-03 17:34:52 +01:00
} ,
"prefer-stable" : false ,
"prefer-lowest" : false ,
"platform" : {
"ext-fileinfo" : "*" ,
"ext-zip" : "*" ,
"ext-ftp" : "*" ,
"ext-pdo" : "*" ,
"ext-mbstring" : "*" ,
"ext-json" : "*"
} ,
2021-06-30 15:29:49 +02:00
"platform-dev" : [ ] ,
"plugin-api-version" : "2.1.0"
2020-02-03 17:34:52 +01:00
}