2023-10-02 23:10:49 +03: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"
] ,
2023-10-02 23:47:01 +03:00
"content-hash" : "351290446963296c5fabf750b3077a95" ,
2023-10-02 23:10:49 +03:00
"packages" : [
{
"name" : "brick/math" ,
"version" : "0.11.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/brick/math.git" ,
"reference" : "0ad82ce168c82ba30d1c01ec86116ab52f589478"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/brick/math/zipball/0ad82ce168c82ba30d1c01ec86116ab52f589478" ,
"reference" : "0ad82ce168c82ba30d1c01ec86116ab52f589478" ,
"shasum" : ""
} ,
"require" : {
"php" : "^8.0"
} ,
"require-dev" : {
"php-coveralls/php-coveralls" : "^2.2" ,
"phpunit/phpunit" : "^9.0" ,
"vimeo/psalm" : "5.0.0"
} ,
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Brick\\Math\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"description" : "Arbitrary-precision arithmetic library" ,
"keywords" : [
"Arbitrary-precision" ,
"BigInteger" ,
"BigRational" ,
"arithmetic" ,
"bigdecimal" ,
"bignum" ,
"brick" ,
"math"
] ,
"support" : {
"issues" : "https://github.com/brick/math/issues" ,
"source" : "https://github.com/brick/math/tree/0.11.0"
} ,
"funding" : [
{
"url" : "https://github.com/BenMorel" ,
"type" : "github"
}
] ,
"time" : "2023-01-15T23:15:59+00:00"
} ,
{
"name" : "doctrine/inflector" ,
"version" : "2.0.8" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/doctrine/inflector.git" ,
"reference" : "f9301a5b2fb1216b2b08f02ba04dc45423db6bff"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/doctrine/inflector/zipball/f9301a5b2fb1216b2b08f02ba04dc45423db6bff" ,
"reference" : "f9301a5b2fb1216b2b08f02ba04dc45423db6bff" ,
"shasum" : ""
} ,
"require" : {
"php" : "^7.2 || ^8.0"
} ,
"require-dev" : {
"doctrine/coding-standard" : "^11.0" ,
"phpstan/phpstan" : "^1.8" ,
"phpstan/phpstan-phpunit" : "^1.1" ,
"phpstan/phpstan-strict-rules" : "^1.3" ,
"phpunit/phpunit" : "^8.5 || ^9.5" ,
"vimeo/psalm" : "^4.25 || ^5.4"
} ,
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Doctrine\\Inflector\\" : "lib/Doctrine/Inflector"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Guilherme Blanco" ,
"email" : "guilhermeblanco@gmail.com"
} ,
{
"name" : "Roman Borschel" ,
"email" : "roman@code-factory.org"
} ,
{
"name" : "Benjamin Eberlei" ,
"email" : "kontakt@beberlei.de"
} ,
{
"name" : "Jonathan Wage" ,
"email" : "jonwage@gmail.com"
} ,
{
"name" : "Johannes Schmitt" ,
"email" : "schmittjoh@gmail.com"
}
] ,
"description" : "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words." ,
"homepage" : "https://www.doctrine-project.org/projects/inflector.html" ,
"keywords" : [
"inflection" ,
"inflector" ,
"lowercase" ,
"manipulation" ,
"php" ,
"plural" ,
"singular" ,
"strings" ,
"uppercase" ,
"words"
] ,
"support" : {
"issues" : "https://github.com/doctrine/inflector/issues" ,
"source" : "https://github.com/doctrine/inflector/tree/2.0.8"
} ,
"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%2Finflector" ,
"type" : "tidelift"
}
] ,
"time" : "2023-06-16T13:40:37+00:00"
} ,
{
"name" : "guzzlehttp/guzzle" ,
"version" : "7.8.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/guzzle/guzzle.git" ,
"reference" : "1110f66a6530a40fe7aea0378fe608ee2b2248f9"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/guzzle/guzzle/zipball/1110f66a6530a40fe7aea0378fe608ee2b2248f9" ,
"reference" : "1110f66a6530a40fe7aea0378fe608ee2b2248f9" ,
"shasum" : ""
} ,
"require" : {
"ext-json" : "*" ,
"guzzlehttp/promises" : "^1.5.3 || ^2.0.1" ,
"guzzlehttp/psr7" : "^1.9.1 || ^2.5.1" ,
"php" : "^7.2.5 || ^8.0" ,
"psr/http-client" : "^1.0" ,
"symfony/deprecation-contracts" : "^2.2 || ^3.0"
} ,
"provide" : {
"psr/http-client-implementation" : "1.0"
} ,
"require-dev" : {
"bamarni/composer-bin-plugin" : "^1.8.1" ,
"ext-curl" : "*" ,
"php-http/client-integration-tests" : "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999" ,
"php-http/message-factory" : "^1.1" ,
"phpunit/phpunit" : "^8.5.29 || ^9.5.23" ,
"psr/log" : "^1.1 || ^2.0 || ^3.0"
} ,
"suggest" : {
"ext-curl" : "Required for CURL handler support" ,
"ext-intl" : "Required for Internationalized Domain Name (IDN) support" ,
"psr/log" : "Required for using the Log middleware"
} ,
"type" : "library" ,
"extra" : {
"bamarni-bin" : {
"bin-links" : true ,
"forward-command" : false
}
} ,
"autoload" : {
"files" : [
"src/functions_include.php"
] ,
"psr-4" : {
"GuzzleHttp\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Graham Campbell" ,
"email" : "hello@gjcampbell.co.uk" ,
"homepage" : "https://github.com/GrahamCampbell"
} ,
{
"name" : "Michael Dowling" ,
"email" : "mtdowling@gmail.com" ,
"homepage" : "https://github.com/mtdowling"
} ,
{
"name" : "Jeremy Lindblom" ,
"email" : "jeremeamia@gmail.com" ,
"homepage" : "https://github.com/jeremeamia"
} ,
{
"name" : "George Mponos" ,
"email" : "gmponos@gmail.com" ,
"homepage" : "https://github.com/gmponos"
} ,
{
"name" : "Tobias Nyholm" ,
"email" : "tobias.nyholm@gmail.com" ,
"homepage" : "https://github.com/Nyholm"
} ,
{
"name" : "Márk Sági-Kazár" ,
"email" : "mark.sagikazar@gmail.com" ,
"homepage" : "https://github.com/sagikazarmark"
} ,
{
"name" : "Tobias Schultze" ,
"email" : "webmaster@tubo-world.de" ,
"homepage" : "https://github.com/Tobion"
}
] ,
"description" : "Guzzle is a PHP HTTP client library" ,
"keywords" : [
"client" ,
"curl" ,
"framework" ,
"http" ,
"http client" ,
"psr-18" ,
"psr-7" ,
"rest" ,
"web service"
] ,
"support" : {
"issues" : "https://github.com/guzzle/guzzle/issues" ,
"source" : "https://github.com/guzzle/guzzle/tree/7.8.0"
} ,
"funding" : [
{
"url" : "https://github.com/GrahamCampbell" ,
"type" : "github"
} ,
{
"url" : "https://github.com/Nyholm" ,
"type" : "github"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle" ,
"type" : "tidelift"
}
] ,
"time" : "2023-08-27T10:20:53+00:00"
} ,
{
"name" : "guzzlehttp/promises" ,
"version" : "2.0.1" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/guzzle/promises.git" ,
"reference" : "111166291a0f8130081195ac4556a5587d7f1b5d"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/guzzle/promises/zipball/111166291a0f8130081195ac4556a5587d7f1b5d" ,
"reference" : "111166291a0f8130081195ac4556a5587d7f1b5d" ,
"shasum" : ""
} ,
"require" : {
"php" : "^7.2.5 || ^8.0"
} ,
"require-dev" : {
"bamarni/composer-bin-plugin" : "^1.8.1" ,
"phpunit/phpunit" : "^8.5.29 || ^9.5.23"
} ,
"type" : "library" ,
"extra" : {
"bamarni-bin" : {
"bin-links" : true ,
"forward-command" : false
}
} ,
"autoload" : {
"psr-4" : {
"GuzzleHttp\\Promise\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Graham Campbell" ,
"email" : "hello@gjcampbell.co.uk" ,
"homepage" : "https://github.com/GrahamCampbell"
} ,
{
"name" : "Michael Dowling" ,
"email" : "mtdowling@gmail.com" ,
"homepage" : "https://github.com/mtdowling"
} ,
{
"name" : "Tobias Nyholm" ,
"email" : "tobias.nyholm@gmail.com" ,
"homepage" : "https://github.com/Nyholm"
} ,
{
"name" : "Tobias Schultze" ,
"email" : "webmaster@tubo-world.de" ,
"homepage" : "https://github.com/Tobion"
}
] ,
"description" : "Guzzle promises library" ,
"keywords" : [
"promise"
] ,
"support" : {
"issues" : "https://github.com/guzzle/promises/issues" ,
"source" : "https://github.com/guzzle/promises/tree/2.0.1"
} ,
"funding" : [
{
"url" : "https://github.com/GrahamCampbell" ,
"type" : "github"
} ,
{
"url" : "https://github.com/Nyholm" ,
"type" : "github"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/guzzlehttp/promises" ,
"type" : "tidelift"
}
] ,
"time" : "2023-08-03T15:11:55+00:00"
} ,
{
"name" : "guzzlehttp/psr7" ,
"version" : "2.6.1" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/guzzle/psr7.git" ,
"reference" : "be45764272e8873c72dbe3d2edcfdfcc3bc9f727"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/guzzle/psr7/zipball/be45764272e8873c72dbe3d2edcfdfcc3bc9f727" ,
"reference" : "be45764272e8873c72dbe3d2edcfdfcc3bc9f727" ,
"shasum" : ""
} ,
"require" : {
"php" : "^7.2.5 || ^8.0" ,
"psr/http-factory" : "^1.0" ,
"psr/http-message" : "^1.1 || ^2.0" ,
"ralouphie/getallheaders" : "^3.0"
} ,
"provide" : {
"psr/http-factory-implementation" : "1.0" ,
"psr/http-message-implementation" : "1.0"
} ,
"require-dev" : {
"bamarni/composer-bin-plugin" : "^1.8.1" ,
"http-interop/http-factory-tests" : "^0.9" ,
"phpunit/phpunit" : "^8.5.29 || ^9.5.23"
} ,
"suggest" : {
"laminas/laminas-httphandlerrunner" : "Emit PSR-7 responses"
} ,
"type" : "library" ,
"extra" : {
"bamarni-bin" : {
"bin-links" : true ,
"forward-command" : false
}
} ,
"autoload" : {
"psr-4" : {
"GuzzleHttp\\Psr7\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Graham Campbell" ,
"email" : "hello@gjcampbell.co.uk" ,
"homepage" : "https://github.com/GrahamCampbell"
} ,
{
"name" : "Michael Dowling" ,
"email" : "mtdowling@gmail.com" ,
"homepage" : "https://github.com/mtdowling"
} ,
{
"name" : "George Mponos" ,
"email" : "gmponos@gmail.com" ,
"homepage" : "https://github.com/gmponos"
} ,
{
"name" : "Tobias Nyholm" ,
"email" : "tobias.nyholm@gmail.com" ,
"homepage" : "https://github.com/Nyholm"
} ,
{
"name" : "Márk Sági-Kazár" ,
"email" : "mark.sagikazar@gmail.com" ,
"homepage" : "https://github.com/sagikazarmark"
} ,
{
"name" : "Tobias Schultze" ,
"email" : "webmaster@tubo-world.de" ,
"homepage" : "https://github.com/Tobion"
} ,
{
"name" : "Márk Sági-Kazár" ,
"email" : "mark.sagikazar@gmail.com" ,
"homepage" : "https://sagikazarmark.hu"
}
] ,
"description" : "PSR-7 message implementation that also provides common utility methods" ,
"keywords" : [
"http" ,
"message" ,
"psr-7" ,
"request" ,
"response" ,
"stream" ,
"uri" ,
"url"
] ,
"support" : {
"issues" : "https://github.com/guzzle/psr7/issues" ,
"source" : "https://github.com/guzzle/psr7/tree/2.6.1"
} ,
"funding" : [
{
"url" : "https://github.com/GrahamCampbell" ,
"type" : "github"
} ,
{
"url" : "https://github.com/Nyholm" ,
"type" : "github"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7" ,
"type" : "tidelift"
}
] ,
"time" : "2023-08-27T10:13:57+00:00"
} ,
{
"name" : "illuminate/collections" ,
"version" : "v10.25.2" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/illuminate/collections.git" ,
"reference" : "133f59956c8002448b07a3ff5f4352f3b3de5614"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/illuminate/collections/zipball/133f59956c8002448b07a3ff5f4352f3b3de5614" ,
"reference" : "133f59956c8002448b07a3ff5f4352f3b3de5614" ,
"shasum" : ""
} ,
"require" : {
"illuminate/conditionable" : "^10.0" ,
"illuminate/contracts" : "^10.0" ,
"illuminate/macroable" : "^10.0" ,
"php" : "^8.1"
} ,
"suggest" : {
"symfony/var-dumper" : "Required to use the dump method (^6.2)."
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "10.x-dev"
}
} ,
"autoload" : {
"files" : [
"helpers.php"
] ,
"psr-4" : {
"Illuminate\\Support\\" : ""
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Taylor Otwell" ,
"email" : "taylor@laravel.com"
}
] ,
"description" : "The Illuminate Collections package." ,
"homepage" : "https://laravel.com" ,
"support" : {
"issues" : "https://github.com/laravel/framework/issues" ,
"source" : "https://github.com/laravel/framework"
} ,
"time" : "2023-09-19T22:43:12+00:00"
} ,
{
"name" : "illuminate/conditionable" ,
"version" : "v10.25.2" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/illuminate/conditionable.git" ,
"reference" : "d0958e4741fc9d6f516a552060fd1b829a85e009"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/illuminate/conditionable/zipball/d0958e4741fc9d6f516a552060fd1b829a85e009" ,
"reference" : "d0958e4741fc9d6f516a552060fd1b829a85e009" ,
"shasum" : ""
} ,
"require" : {
"php" : "^8.0.2"
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "10.x-dev"
}
} ,
"autoload" : {
"psr-4" : {
"Illuminate\\Support\\" : ""
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Taylor Otwell" ,
"email" : "taylor@laravel.com"
}
] ,
"description" : "The Illuminate Conditionable package." ,
"homepage" : "https://laravel.com" ,
"support" : {
"issues" : "https://github.com/laravel/framework/issues" ,
"source" : "https://github.com/laravel/framework"
} ,
"time" : "2023-02-03T08:06:17+00:00"
} ,
{
"name" : "illuminate/container" ,
"version" : "v10.25.2" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/illuminate/container.git" ,
"reference" : "ddc26273085fad3c471b2602ad820e0097ff7939"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/illuminate/container/zipball/ddc26273085fad3c471b2602ad820e0097ff7939" ,
"reference" : "ddc26273085fad3c471b2602ad820e0097ff7939" ,
"shasum" : ""
} ,
"require" : {
"illuminate/contracts" : "^10.0" ,
"php" : "^8.1" ,
"psr/container" : "^1.1.1|^2.0.1"
} ,
"provide" : {
"psr/container-implementation" : "1.1|2.0"
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "10.x-dev"
}
} ,
"autoload" : {
"psr-4" : {
"Illuminate\\Container\\" : ""
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Taylor Otwell" ,
"email" : "taylor@laravel.com"
}
] ,
"description" : "The Illuminate Container package." ,
"homepage" : "https://laravel.com" ,
"support" : {
"issues" : "https://github.com/laravel/framework/issues" ,
"source" : "https://github.com/laravel/framework"
} ,
"time" : "2023-06-18T09:12:03+00:00"
} ,
{
"name" : "illuminate/contracts" ,
"version" : "v10.25.2" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/illuminate/contracts.git" ,
"reference" : "6c39fba7b2311e28f5c6ac7d729e3d49a2a98406"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/illuminate/contracts/zipball/6c39fba7b2311e28f5c6ac7d729e3d49a2a98406" ,
"reference" : "6c39fba7b2311e28f5c6ac7d729e3d49a2a98406" ,
"shasum" : ""
} ,
"require" : {
"php" : "^8.1" ,
"psr/container" : "^1.1.1|^2.0.1" ,
"psr/simple-cache" : "^1.0|^2.0|^3.0"
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "10.x-dev"
}
} ,
"autoload" : {
"psr-4" : {
"Illuminate\\Contracts\\" : ""
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Taylor Otwell" ,
"email" : "taylor@laravel.com"
}
] ,
"description" : "The Illuminate Contracts package." ,
"homepage" : "https://laravel.com" ,
"support" : {
"issues" : "https://github.com/laravel/framework/issues" ,
"source" : "https://github.com/laravel/framework"
} ,
"time" : "2023-09-05T19:07:46+00:00"
} ,
{
"name" : "illuminate/database" ,
"version" : "v10.25.2" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/illuminate/database.git" ,
"reference" : "137d49f0cdebdc67e594d1c6a6e7db4ae210fa5e"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/illuminate/database/zipball/137d49f0cdebdc67e594d1c6a6e7db4ae210fa5e" ,
"reference" : "137d49f0cdebdc67e594d1c6a6e7db4ae210fa5e" ,
"shasum" : ""
} ,
"require" : {
"brick/math" : "^0.9.3|^0.10.2|^0.11" ,
"ext-pdo" : "*" ,
"illuminate/collections" : "^10.0" ,
"illuminate/container" : "^10.0" ,
"illuminate/contracts" : "^10.0" ,
"illuminate/macroable" : "^10.0" ,
"illuminate/support" : "^10.0" ,
"php" : "^8.1"
} ,
"suggest" : {
"doctrine/dbal" : "Required to rename columns and drop SQLite columns (^3.5.1)." ,
"ext-filter" : "Required to use the Postgres database driver." ,
"fakerphp/faker" : "Required to use the eloquent factory builder (^1.21)." ,
"illuminate/console" : "Required to use the database commands (^10.0)." ,
"illuminate/events" : "Required to use the observers with Eloquent (^10.0)." ,
"illuminate/filesystem" : "Required to use the migrations (^10.0)." ,
"illuminate/pagination" : "Required to paginate the result set (^10.0)." ,
"symfony/finder" : "Required to use Eloquent model factories (^6.2)."
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "10.x-dev"
}
} ,
"autoload" : {
"psr-4" : {
"Illuminate\\Database\\" : ""
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Taylor Otwell" ,
"email" : "taylor@laravel.com"
}
] ,
"description" : "The Illuminate Database package." ,
"homepage" : "https://laravel.com" ,
"keywords" : [
"database" ,
"laravel" ,
"orm" ,
"sql"
] ,
"support" : {
"issues" : "https://github.com/laravel/framework/issues" ,
"source" : "https://github.com/laravel/framework"
} ,
"time" : "2023-09-27T01:38:52+00:00"
} ,
{
"name" : "illuminate/macroable" ,
"version" : "v10.25.2" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/illuminate/macroable.git" ,
"reference" : "dff667a46ac37b634dcf68909d9d41e94dc97c27"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/illuminate/macroable/zipball/dff667a46ac37b634dcf68909d9d41e94dc97c27" ,
"reference" : "dff667a46ac37b634dcf68909d9d41e94dc97c27" ,
"shasum" : ""
} ,
"require" : {
"php" : "^8.1"
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "10.x-dev"
}
} ,
"autoload" : {
"psr-4" : {
"Illuminate\\Support\\" : ""
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Taylor Otwell" ,
"email" : "taylor@laravel.com"
}
] ,
"description" : "The Illuminate Macroable package." ,
"homepage" : "https://laravel.com" ,
"support" : {
"issues" : "https://github.com/laravel/framework/issues" ,
"source" : "https://github.com/laravel/framework"
} ,
"time" : "2023-06-05T12:46:42+00:00"
} ,
{
"name" : "illuminate/support" ,
"version" : "v10.25.1" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/illuminate/support.git" ,
"reference" : "c7cf96f64ae6766a85fcd17f46afcae5a6a88744"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/illuminate/support/zipball/c7cf96f64ae6766a85fcd17f46afcae5a6a88744" ,
"reference" : "c7cf96f64ae6766a85fcd17f46afcae5a6a88744" ,
"shasum" : ""
} ,
"require" : {
"doctrine/inflector" : "^2.0" ,
"ext-ctype" : "*" ,
"ext-filter" : "*" ,
"ext-mbstring" : "*" ,
"illuminate/collections" : "^10.0" ,
"illuminate/conditionable" : "^10.0" ,
"illuminate/contracts" : "^10.0" ,
"illuminate/macroable" : "^10.0" ,
"nesbot/carbon" : "^2.67" ,
"php" : "^8.1" ,
"voku/portable-ascii" : "^2.0"
} ,
"conflict" : {
"tightenco/collect" : "<5.5.33"
} ,
"suggest" : {
"illuminate/filesystem" : "Required to use the composer class (^10.0)." ,
"league/commonmark" : "Required to use Str::markdown() and Stringable::markdown() (^2.0.2)." ,
"ramsey/uuid" : "Required to use Str::uuid() (^4.7)." ,
"symfony/process" : "Required to use the composer class (^6.2)." ,
"symfony/uid" : "Required to use Str::ulid() (^6.2)." ,
"symfony/var-dumper" : "Required to use the dd function (^6.2)." ,
"vlucas/phpdotenv" : "Required to use the Env class and env helper (^5.4.1)."
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "10.x-dev"
}
} ,
"autoload" : {
"files" : [
"helpers.php"
] ,
"psr-4" : {
"Illuminate\\Support\\" : ""
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Taylor Otwell" ,
"email" : "taylor@laravel.com"
}
] ,
"description" : "The Illuminate Support package." ,
"homepage" : "https://laravel.com" ,
"support" : {
"issues" : "https://github.com/laravel/framework/issues" ,
"source" : "https://github.com/laravel/framework"
} ,
"time" : "2023-09-21T20:37:39+00:00"
} ,
{
"name" : "intervention/image" ,
"version" : "2.7.2" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/Intervention/image.git" ,
"reference" : "04be355f8d6734c826045d02a1079ad658322dad"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/Intervention/image/zipball/04be355f8d6734c826045d02a1079ad658322dad" ,
"reference" : "04be355f8d6734c826045d02a1079ad658322dad" ,
"shasum" : ""
} ,
"require" : {
"ext-fileinfo" : "*" ,
"guzzlehttp/psr7" : "~1.1 || ^2.0" ,
"php" : ">=5.4.0"
} ,
"require-dev" : {
"mockery/mockery" : "~0.9.2" ,
"phpunit/phpunit" : "^4.8 || ^5.7 || ^7.5.15"
} ,
"suggest" : {
"ext-gd" : "to use GD library based image processing." ,
"ext-imagick" : "to use Imagick based image processing." ,
"intervention/imagecache" : "Caching extension for the Intervention Image library"
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "2.4-dev"
} ,
"laravel" : {
"providers" : [
"Intervention\\Image\\ImageServiceProvider"
] ,
"aliases" : {
"Image" : "Intervention\\Image\\Facades\\Image"
}
}
} ,
"autoload" : {
"psr-4" : {
"Intervention\\Image\\" : "src/Intervention/Image"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Oliver Vogel" ,
"email" : "oliver@intervention.io" ,
"homepage" : "https://intervention.io/"
}
] ,
"description" : "Image handling and manipulation library with support for Laravel integration" ,
"homepage" : "http://image.intervention.io/" ,
"keywords" : [
"gd" ,
"image" ,
"imagick" ,
"laravel" ,
"thumbnail" ,
"watermark"
] ,
"support" : {
"issues" : "https://github.com/Intervention/image/issues" ,
"source" : "https://github.com/Intervention/image/tree/2.7.2"
} ,
"funding" : [
{
"url" : "https://paypal.me/interventionio" ,
"type" : "custom"
} ,
{
"url" : "https://github.com/Intervention" ,
"type" : "github"
}
] ,
"time" : "2022-05-21T17:30:32+00:00"
} ,
{
"name" : "nesbot/carbon" ,
"version" : "2.71.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/briannesbitt/Carbon.git" ,
"reference" : "98276233188583f2ff845a0f992a235472d9466a"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/briannesbitt/Carbon/zipball/98276233188583f2ff845a0f992a235472d9466a" ,
"reference" : "98276233188583f2ff845a0f992a235472d9466a" ,
"shasum" : ""
} ,
"require" : {
"ext-json" : "*" ,
"php" : "^7.1.8 || ^8.0" ,
"psr/clock" : "^1.0" ,
"symfony/polyfill-mbstring" : "^1.0" ,
"symfony/polyfill-php80" : "^1.16" ,
"symfony/translation" : "^3.4 || ^4.0 || ^5.0 || ^6.0"
} ,
"provide" : {
"psr/clock-implementation" : "1.0"
} ,
"require-dev" : {
"doctrine/dbal" : "^2.0 || ^3.1.4" ,
"doctrine/orm" : "^2.7" ,
"friendsofphp/php-cs-fixer" : "^3.0" ,
"kylekatarnls/multi-tester" : "^2.0" ,
"ondrejmirtes/better-reflection" : "*" ,
"phpmd/phpmd" : "^2.9" ,
"phpstan/extension-installer" : "^1.0" ,
"phpstan/phpstan" : "^0.12.99 || ^1.7.14" ,
"phpunit/php-file-iterator" : "^2.0.5 || ^3.0.6" ,
"phpunit/phpunit" : "^7.5.20 || ^8.5.26 || ^9.5.20" ,
"squizlabs/php_codesniffer" : "^3.4"
} ,
"bin" : [
"bin/carbon"
] ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-3.x" : "3.x-dev" ,
"dev-master" : "2.x-dev"
} ,
"laravel" : {
"providers" : [
"Carbon\\Laravel\\ServiceProvider"
]
} ,
"phpstan" : {
"includes" : [
"extension.neon"
]
}
} ,
"autoload" : {
"psr-4" : {
"Carbon\\" : "src/Carbon/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Brian Nesbitt" ,
"email" : "brian@nesbot.com" ,
"homepage" : "https://markido.com"
} ,
{
"name" : "kylekatarnls" ,
"homepage" : "https://github.com/kylekatarnls"
}
] ,
"description" : "An API extension for DateTime that supports 281 different languages." ,
"homepage" : "https://carbon.nesbot.com" ,
"keywords" : [
"date" ,
"datetime" ,
"time"
] ,
"support" : {
"docs" : "https://carbon.nesbot.com/docs" ,
"issues" : "https://github.com/briannesbitt/Carbon/issues" ,
"source" : "https://github.com/briannesbitt/Carbon"
} ,
"funding" : [
{
"url" : "https://github.com/sponsors/kylekatarnls" ,
"type" : "github"
} ,
{
"url" : "https://opencollective.com/Carbon#sponsor" ,
"type" : "opencollective"
} ,
{
"url" : "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme" ,
"type" : "tidelift"
}
] ,
"time" : "2023-09-25T11:31:05+00:00"
} ,
{
"name" : "phpoption/phpoption" ,
"version" : "1.9.1" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/schmittjoh/php-option.git" ,
"reference" : "dd3a383e599f49777d8b628dadbb90cae435b87e"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/schmittjoh/php-option/zipball/dd3a383e599f49777d8b628dadbb90cae435b87e" ,
"reference" : "dd3a383e599f49777d8b628dadbb90cae435b87e" ,
"shasum" : ""
} ,
"require" : {
"php" : "^7.2.5 || ^8.0"
} ,
"require-dev" : {
"bamarni/composer-bin-plugin" : "^1.8.2" ,
"phpunit/phpunit" : "^8.5.32 || ^9.6.3 || ^10.0.12"
} ,
"type" : "library" ,
"extra" : {
"bamarni-bin" : {
"bin-links" : true ,
"forward-command" : true
} ,
"branch-alias" : {
"dev-master" : "1.9-dev"
}
} ,
"autoload" : {
"psr-4" : {
"PhpOption\\" : "src/PhpOption/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"Apache-2.0"
] ,
"authors" : [
{
"name" : "Johannes M. Schmitt" ,
"email" : "schmittjoh@gmail.com" ,
"homepage" : "https://github.com/schmittjoh"
} ,
{
"name" : "Graham Campbell" ,
"email" : "hello@gjcampbell.co.uk" ,
"homepage" : "https://github.com/GrahamCampbell"
}
] ,
"description" : "Option Type for PHP" ,
"keywords" : [
"language" ,
"option" ,
"php" ,
"type"
] ,
"support" : {
"issues" : "https://github.com/schmittjoh/php-option/issues" ,
"source" : "https://github.com/schmittjoh/php-option/tree/1.9.1"
} ,
"funding" : [
{
"url" : "https://github.com/GrahamCampbell" ,
"type" : "github"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/phpoption/phpoption" ,
"type" : "tidelift"
}
] ,
"time" : "2023-02-25T19:38:58+00:00"
} ,
{
"name" : "psr/clock" ,
"version" : "1.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/clock.git" ,
"reference" : "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d" ,
"reference" : "e41a24703d4560fd0acb709162f73b8adfc3aa0d" ,
"shasum" : ""
} ,
"require" : {
"php" : "^7.0 || ^8.0"
} ,
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Psr\\Clock\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "PHP-FIG" ,
"homepage" : "https://www.php-fig.org/"
}
] ,
"description" : "Common interface for reading the clock." ,
"homepage" : "https://github.com/php-fig/clock" ,
"keywords" : [
"clock" ,
"now" ,
"psr" ,
"psr-20" ,
"time"
] ,
"support" : {
"issues" : "https://github.com/php-fig/clock/issues" ,
"source" : "https://github.com/php-fig/clock/tree/1.0.0"
} ,
"time" : "2022-11-25T14:36:26+00:00"
} ,
{
"name" : "psr/container" ,
"version" : "2.0.2" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/container.git" ,
"reference" : "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963" ,
"reference" : "c71ecc56dfe541dbd90c5360474fbc405f8d5963" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.4.0"
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "2.0.x-dev"
}
} ,
"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/2.0.2"
} ,
"time" : "2021-11-05T16:47:00+00:00"
} ,
{
"name" : "psr/http-client" ,
"version" : "1.0.3" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/http-client.git" ,
"reference" : "bb5906edc1c324c9a05aa0873d40117941e5fa90"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90" ,
"reference" : "bb5906edc1c324c9a05aa0873d40117941e5fa90" ,
"shasum" : ""
} ,
"require" : {
"php" : "^7.0 || ^8.0" ,
"psr/http-message" : "^1.0 || ^2.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" : "https://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"
} ,
"time" : "2023-09-23T14:17:50+00:00"
} ,
{
"name" : "psr/http-factory" ,
"version" : "1.0.2" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/http-factory.git" ,
"reference" : "e616d01114759c4c489f93b099585439f795fe35"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35" ,
"reference" : "e616d01114759c4c489f93b099585439f795fe35" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.0.0" ,
"psr/http-message" : "^1.0 || ^2.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" : "https://www.php-fig.org/"
}
] ,
"description" : "Common interfaces for PSR-7 HTTP message factories" ,
"keywords" : [
"factory" ,
"http" ,
"message" ,
"psr" ,
"psr-17" ,
"psr-7" ,
"request" ,
"response"
] ,
"support" : {
"source" : "https://github.com/php-fig/http-factory/tree/1.0.2"
} ,
"time" : "2023-04-10T20:10:41+00:00"
} ,
{
"name" : "psr/http-message" ,
"version" : "2.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/http-message.git" ,
"reference" : "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71" ,
"reference" : "402d35bcb92c70c026d1a6a9883f06b2ead23d71" ,
"shasum" : ""
} ,
"require" : {
"php" : "^7.2 || ^8.0"
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "2.0.x-dev"
}
} ,
"autoload" : {
"psr-4" : {
"Psr\\Http\\Message\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "PHP-FIG" ,
"homepage" : "https://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"
] ,
"support" : {
"source" : "https://github.com/php-fig/http-message/tree/2.0"
} ,
"time" : "2023-04-04T09:54:51+00:00"
} ,
{
"name" : "psr/log" ,
"version" : "3.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/log.git" ,
"reference" : "fe5ea303b0887d5caefd3d431c3e61ad47037001"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001" ,
"reference" : "fe5ea303b0887d5caefd3d431c3e61ad47037001" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=8.0.0"
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "3.x-dev"
}
} ,
"autoload" : {
"psr-4" : {
"Psr\\Log\\" : "src"
}
} ,
"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/3.0.0"
} ,
"time" : "2021-07-14T16:46:02+00:00"
} ,
{
"name" : "psr/simple-cache" ,
"version" : "3.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/simple-cache.git" ,
"reference" : "764e0b3939f5ca87cb904f570ef9be2d78a07865"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865" ,
"reference" : "764e0b3939f5ca87cb904f570ef9be2d78a07865" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=8.0.0"
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "3.0.x-dev"
}
} ,
"autoload" : {
"psr-4" : {
"Psr\\SimpleCache\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "PHP-FIG" ,
"homepage" : "https://www.php-fig.org/"
}
] ,
"description" : "Common interfaces for simple caching" ,
"keywords" : [
"cache" ,
"caching" ,
"psr" ,
"psr-16" ,
"simple-cache"
] ,
"support" : {
"source" : "https://github.com/php-fig/simple-cache/tree/3.0.0"
} ,
"time" : "2021-10-29T13:26:27+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." ,
"support" : {
"issues" : "https://github.com/ralouphie/getallheaders/issues" ,
"source" : "https://github.com/ralouphie/getallheaders/tree/develop"
} ,
"time" : "2019-03-08T08:55:37+00:00"
} ,
{
"name" : "spatie/image-optimizer" ,
"version" : "1.7.1" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/spatie/image-optimizer.git" ,
"reference" : "af179994e2d2413e4b3ba2d348d06b4eaddbeb30"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/spatie/image-optimizer/zipball/af179994e2d2413e4b3ba2d348d06b4eaddbeb30" ,
"reference" : "af179994e2d2413e4b3ba2d348d06b4eaddbeb30" ,
"shasum" : ""
} ,
"require" : {
"ext-fileinfo" : "*" ,
"php" : "^7.3|^8.0" ,
"psr/log" : "^1.0 | ^2.0 | ^3.0" ,
"symfony/process" : "^4.2|^5.0|^6.0"
} ,
"require-dev" : {
"pestphp/pest" : "^1.21" ,
"phpunit/phpunit" : "^8.5.21|^9.4.4" ,
"symfony/var-dumper" : "^4.2|^5.0|^6.0"
} ,
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Spatie\\ImageOptimizer\\" : "src"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Freek Van der Herten" ,
"email" : "freek@spatie.be" ,
"homepage" : "https://spatie.be" ,
"role" : "Developer"
}
] ,
"description" : "Easily optimize images using PHP" ,
"homepage" : "https://github.com/spatie/image-optimizer" ,
"keywords" : [
"image-optimizer" ,
"spatie"
] ,
"support" : {
"issues" : "https://github.com/spatie/image-optimizer/issues" ,
"source" : "https://github.com/spatie/image-optimizer/tree/1.7.1"
} ,
"time" : "2023-07-27T07:57:32+00:00"
} ,
{
"name" : "staudenmeir/laravel-cte" ,
"version" : "v1.9" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/staudenmeir/laravel-cte.git" ,
"reference" : "87f4447829a0f6a6268f52f875c468915cab4909"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/staudenmeir/laravel-cte/zipball/87f4447829a0f6a6268f52f875c468915cab4909" ,
"reference" : "87f4447829a0f6a6268f52f875c468915cab4909" ,
"shasum" : ""
} ,
"require" : {
"illuminate/database" : "^10.0" ,
"php" : "^8.1"
} ,
"require-dev" : {
"orchestra/testbench" : "^8.0" ,
"phpstan/phpstan" : "^1.10" ,
"phpunit/phpunit" : "^10.1" ,
"singlestoredb/singlestoredb-laravel" : "^1.5.1"
} ,
"type" : "library" ,
"extra" : {
"laravel" : {
"providers" : [
"Staudenmeir\\LaravelCte\\DatabaseServiceProvider"
]
}
} ,
"autoload" : {
"psr-4" : {
"Staudenmeir\\LaravelCte\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Jonas Staudenmeir" ,
"email" : "mail@jonas-staudenmeir.de"
}
] ,
"description" : "Laravel queries with common table expressions" ,
"support" : {
"issues" : "https://github.com/staudenmeir/laravel-cte/issues" ,
"source" : "https://github.com/staudenmeir/laravel-cte/tree/v1.9"
} ,
"funding" : [
{
"url" : "https://paypal.me/JonasStaudenmeir" ,
"type" : "custom"
}
] ,
"time" : "2023-09-01T17:22:23+00:00"
} ,
{
"name" : "symfony/deprecation-contracts" ,
"version" : "v3.3.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/deprecation-contracts.git" ,
"reference" : "7c3aff79d10325257a001fcf92d991f24fc967cf"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf" ,
"reference" : "7c3aff79d10325257a001fcf92d991f24fc967cf" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=8.1"
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-main" : "3.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/v3.3.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" : "2023-05-23T14:45:45+00:00"
} ,
{
"name" : "symfony/polyfill-mbstring" ,
"version" : "v1.28.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-mbstring.git" ,
"reference" : "42292d99c55abe617799667f454222c54c60e229"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229" ,
"reference" : "42292d99c55abe617799667f454222c54c60e229" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.1"
} ,
"provide" : {
"ext-mbstring" : "*"
} ,
"suggest" : {
"ext-mbstring" : "For best performance"
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-main" : "1.28-dev"
} ,
"thanks" : {
"name" : "symfony/polyfill" ,
"url" : "https://github.com/symfony/polyfill"
}
} ,
"autoload" : {
"files" : [
"bootstrap.php"
] ,
"psr-4" : {
"Symfony\\Polyfill\\Mbstring\\" : ""
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Nicolas Grekas" ,
"email" : "p@tchwork.com"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
] ,
"description" : "Symfony polyfill for the Mbstring extension" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"compatibility" ,
"mbstring" ,
"polyfill" ,
"portable" ,
"shim"
] ,
"support" : {
"source" : "https://github.com/symfony/polyfill-mbstring/tree/v1.28.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" : "2023-07-28T09:04:16+00:00"
} ,
{
"name" : "symfony/polyfill-php80" ,
"version" : "v1.28.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-php80.git" ,
"reference" : "6caa57379c4aec19c0a12a38b59b26487dcfe4b5"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5" ,
"reference" : "6caa57379c4aec19c0a12a38b59b26487dcfe4b5" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.1"
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-main" : "1.28-dev"
} ,
"thanks" : {
"name" : "symfony/polyfill" ,
"url" : "https://github.com/symfony/polyfill"
}
} ,
"autoload" : {
"files" : [
"bootstrap.php"
] ,
"psr-4" : {
"Symfony\\Polyfill\\Php80\\" : ""
} ,
"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.28.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" : "2023-01-26T09:26:14+00:00"
} ,
{
"name" : "symfony/process" ,
"version" : "v6.3.4" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/process.git" ,
"reference" : "0b5c29118f2e980d455d2e34a5659f4579847c54"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/process/zipball/0b5c29118f2e980d455d2e34a5659f4579847c54" ,
"reference" : "0b5c29118f2e980d455d2e34a5659f4579847c54" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=8.1"
} ,
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Symfony\\Component\\Process\\" : ""
} ,
"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" : "Executes commands in sub-processes" ,
"homepage" : "https://symfony.com" ,
"support" : {
"source" : "https://github.com/symfony/process/tree/v6.3.4"
} ,
"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" : "2023-08-07T10:39:22+00:00"
} ,
{
"name" : "symfony/translation" ,
"version" : "v6.3.3" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/translation.git" ,
"reference" : "3ed078c54bc98bbe4414e1e9b2d5e85ed5a5c8bd"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/translation/zipball/3ed078c54bc98bbe4414e1e9b2d5e85ed5a5c8bd" ,
"reference" : "3ed078c54bc98bbe4414e1e9b2d5e85ed5a5c8bd" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=8.1" ,
"symfony/deprecation-contracts" : "^2.5|^3" ,
"symfony/polyfill-mbstring" : "~1.0" ,
"symfony/translation-contracts" : "^2.5|^3.0"
} ,
"conflict" : {
"symfony/config" : "<5.4" ,
"symfony/console" : "<5.4" ,
"symfony/dependency-injection" : "<5.4" ,
"symfony/http-client-contracts" : "<2.5" ,
"symfony/http-kernel" : "<5.4" ,
"symfony/service-contracts" : "<2.5" ,
"symfony/twig-bundle" : "<5.4" ,
"symfony/yaml" : "<5.4"
} ,
"provide" : {
"symfony/translation-implementation" : "2.3|3.0"
} ,
"require-dev" : {
"nikic/php-parser" : "^4.13" ,
"psr/log" : "^1|^2|^3" ,
"symfony/config" : "^5.4|^6.0" ,
"symfony/console" : "^5.4|^6.0" ,
"symfony/dependency-injection" : "^5.4|^6.0" ,
"symfony/finder" : "^5.4|^6.0" ,
"symfony/http-client-contracts" : "^2.5|^3.0" ,
"symfony/http-kernel" : "^5.4|^6.0" ,
"symfony/intl" : "^5.4|^6.0" ,
"symfony/polyfill-intl-icu" : "^1.21" ,
"symfony/routing" : "^5.4|^6.0" ,
"symfony/service-contracts" : "^2.5|^3" ,
"symfony/yaml" : "^5.4|^6.0"
} ,
"type" : "library" ,
"autoload" : {
"files" : [
"Resources/functions.php"
] ,
"psr-4" : {
"Symfony\\Component\\Translation\\" : ""
} ,
"exclude-from-classmap" : [
"/Tests/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
] ,
"description" : "Provides tools to internationalize your application" ,
"homepage" : "https://symfony.com" ,
"support" : {
"source" : "https://github.com/symfony/translation/tree/v6.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" : "2023-07-31T07:08:24+00:00"
} ,
{
"name" : "symfony/translation-contracts" ,
"version" : "v3.3.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/translation-contracts.git" ,
"reference" : "02c24deb352fb0d79db5486c0c79905a85e37e86"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/translation-contracts/zipball/02c24deb352fb0d79db5486c0c79905a85e37e86" ,
"reference" : "02c24deb352fb0d79db5486c0c79905a85e37e86" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=8.1"
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-main" : "3.4-dev"
} ,
"thanks" : {
"name" : "symfony/contracts" ,
"url" : "https://github.com/symfony/contracts"
}
} ,
"autoload" : {
"psr-4" : {
"Symfony\\Contracts\\Translation\\" : ""
} ,
"exclude-from-classmap" : [
"/Test/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Nicolas Grekas" ,
"email" : "p@tchwork.com"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
] ,
"description" : "Generic abstractions related to translation" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"abstractions" ,
"contracts" ,
"decoupling" ,
"interfaces" ,
"interoperability" ,
"standards"
] ,
"support" : {
"source" : "https://github.com/symfony/translation-contracts/tree/v3.3.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" : "2023-05-30T17:17:10+00:00"
} ,
{
"name" : "voku/portable-ascii" ,
"version" : "2.0.1" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/voku/portable-ascii.git" ,
"reference" : "b56450eed252f6801410d810c8e1727224ae0743"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743" ,
"reference" : "b56450eed252f6801410d810c8e1727224ae0743" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.0.0"
} ,
"require-dev" : {
"phpunit/phpunit" : "~6.0 || ~7.0 || ~9.0"
} ,
"suggest" : {
"ext-intl" : "Use Intl for transliterator_transliterate() support"
} ,
"type" : "library" ,
"autoload" : {
"psr-4" : {
"voku\\" : "src/voku/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Lars Moelleken" ,
"homepage" : "http://www.moelleken.org/"
}
] ,
"description" : "Portable ASCII library - performance optimized (ascii) string functions for php." ,
"homepage" : "https://github.com/voku/portable-ascii" ,
"keywords" : [
"ascii" ,
"clean" ,
"php"
] ,
"support" : {
"issues" : "https://github.com/voku/portable-ascii/issues" ,
"source" : "https://github.com/voku/portable-ascii/tree/2.0.1"
} ,
"funding" : [
{
"url" : "https://www.paypal.me/moelleken" ,
"type" : "custom"
} ,
{
"url" : "https://github.com/voku" ,
"type" : "github"
} ,
{
"url" : "https://opencollective.com/portable-ascii" ,
"type" : "open_collective"
} ,
{
"url" : "https://www.patreon.com/voku" ,
"type" : "patreon"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/voku/portable-ascii" ,
"type" : "tidelift"
}
] ,
"time" : "2022-03-08T17:03:00+00:00"
}
] ,
"packages-dev" : [
{
"name" : "phpstan/phpstan" ,
"version" : "1.10.37" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/phpstan/phpstan.git" ,
"reference" : "058ba07e92f744d4dcf6061ae75283d0c6456f2e"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/phpstan/phpstan/zipball/058ba07e92f744d4dcf6061ae75283d0c6456f2e" ,
"reference" : "058ba07e92f744d4dcf6061ae75283d0c6456f2e" ,
"shasum" : ""
} ,
"require" : {
"php" : "^7.2|^8.0"
} ,
"conflict" : {
"phpstan/phpstan-shim" : "*"
} ,
"bin" : [
"phpstan" ,
"phpstan.phar"
] ,
"type" : "library" ,
"autoload" : {
"files" : [
"bootstrap.php"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"description" : "PHPStan - PHP Static Analysis Tool" ,
"keywords" : [
"dev" ,
"static analysis"
] ,
"support" : {
"docs" : "https://phpstan.org/user-guide/getting-started" ,
"forum" : "https://github.com/phpstan/phpstan/discussions" ,
"issues" : "https://github.com/phpstan/phpstan/issues" ,
"security" : "https://github.com/phpstan/phpstan/security/policy" ,
"source" : "https://github.com/phpstan/phpstan-src"
} ,
"funding" : [
{
"url" : "https://github.com/ondrejmirtes" ,
"type" : "github"
} ,
{
"url" : "https://github.com/phpstan" ,
"type" : "github"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/phpstan/phpstan" ,
"type" : "tidelift"
}
] ,
"time" : "2023-10-02T16:18:37+00:00"
}
] ,
"aliases" : [ ] ,
"minimum-stability" : "stable" ,
"stability-flags" : [ ] ,
"prefer-stable" : true ,
"prefer-lowest" : false ,
"platform" : {
"php" : "^8.2" ,
"ext-pdo" : "*"
} ,
"platform-dev" : [ ] ,
"plugin-api-version" : "2.3.0"
}