2018-04-10 20:30:11 +02:00
{
"_readme" : [
"This file locks the dependencies of your project to a known state" ,
2019-03-04 17:43:12 +01:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies" ,
2018-04-10 20:30:11 +02:00
"This file is @generated automatically"
],
2020-10-14 22:49:29 +02:00
"content-hash" : "651fcabf083befffe196b08c8f17506b" ,
2018-04-10 20:30:11 +02:00
"packages" : [
2018-04-11 19:49:35 +02:00
{
"name" : "doctrine/inflector" ,
2020-08-18 18:27:58 +02:00
"version" : "1.4.3" ,
2018-04-11 19:49:35 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/doctrine/inflector.git" ,
2020-08-18 18:27:58 +02:00
"reference" : "4650c8b30c753a76bf44fb2ed00117d6f367490c"
2018-04-11 19:49:35 +02:00
},
"dist" : {
"type" : "zip" ,
2020-08-18 18:27:58 +02:00
"url" : "https://api.github.com/repos/doctrine/inflector/zipball/4650c8b30c753a76bf44fb2ed00117d6f367490c" ,
"reference" : "4650c8b30c753a76bf44fb2ed00117d6f367490c" ,
2018-04-11 19:49:35 +02:00
"shasum" : ""
},
"require" : {
2020-08-18 18:27:58 +02:00
"php" : "^7.2 || ^8.0"
2018-04-11 19:49:35 +02:00
},
"require-dev" : {
2020-08-18 18:27:58 +02:00
"doctrine/coding-standard" : "^7.0" ,
"phpstan/phpstan" : "^0.11" ,
"phpstan/phpstan-phpunit" : "^0.11" ,
"phpstan/phpstan-strict-rules" : "^0.11" ,
"phpunit/phpunit" : "^7.0 || ^8.0 || ^9.0"
2018-04-11 19:49:35 +02:00
},
"type" : "library" ,
"extra" : {
"branch-alias" : {
2020-08-18 18:27:58 +02:00
"dev-master" : "2.0.x-dev"
2018-04-11 19:49:35 +02:00
}
},
"autoload" : {
"psr-4" : {
2020-08-18 18:27:58 +02:00
"Doctrine\\Common\\Inflector\\" : "lib/Doctrine/Common/Inflector" ,
"Doctrine\\Inflector\\" : "lib/Doctrine/Inflector"
2018-04-11 19:49:35 +02:00
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
2020-01-27 19:00:49 +01:00
{
"name" : "Guilherme Blanco" ,
"email" : "guilhermeblanco@gmail.com"
},
2018-04-11 19:49:35 +02:00
{
"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"
}
],
2020-08-18 18:27:58 +02:00
"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" ,
2018-04-11 19:49:35 +02:00
"keywords" : [
"inflection" ,
2020-08-18 18:27:58 +02:00
"inflector" ,
"lowercase" ,
"manipulation" ,
"php" ,
"plural" ,
"singular" ,
"strings" ,
"uppercase" ,
"words"
2018-04-11 19:49:35 +02:00
],
2020-12-19 14:18:01 +01:00
"support" : {
"issues" : "https://github.com/doctrine/inflector/issues" ,
"source" : "https://github.com/doctrine/inflector/tree/1.4.x"
},
2020-08-18 18:27:58 +02:00
"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" : "2020-05-29T07:19:59+00:00"
2018-04-11 19:49:35 +02:00
},
2019-03-04 17:44:48 +01:00
{
"name" : "eluceo/ical" ,
2020-12-19 14:18:01 +01:00
"version" : "0.16.1" ,
2019-03-04 17:44:48 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/markuspoerschke/iCal.git" ,
2020-12-19 14:18:01 +01:00
"reference" : "7043337feaeacbc016844e7e52ef41bba504ad8f"
2019-03-04 17:44:48 +01:00
},
"dist" : {
"type" : "zip" ,
2020-12-19 14:18:01 +01:00
"url" : "https://api.github.com/repos/markuspoerschke/iCal/zipball/7043337feaeacbc016844e7e52ef41bba504ad8f" ,
"reference" : "7043337feaeacbc016844e7e52ef41bba504ad8f" ,
2019-03-04 17:44:48 +01:00
"shasum" : ""
},
"require" : {
2020-12-19 14:18:01 +01:00
"php" : ">=7.1 || ~8.0.0"
2019-03-04 17:44:48 +01:00
},
"require-dev" : {
2020-02-11 17:42:03 +01:00
"phpunit/phpunit" : "^7.0"
2019-03-04 17:44:48 +01:00
},
"suggest" : {
"ext-mbstring" : "Massive performance enhancement of line folding"
},
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Eluceo\\iCal\\" : "src/"
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Markus Poerschke" ,
"email" : "markus@eluceo.de" ,
"role" : "Developer"
}
],
"description" : "The eluceo/iCal package offers a abstraction layer for creating iCalendars. You can easily create iCal files by using PHP object instead of typing your *.ics file by hand. The output will follow RFC 5545 as best as possible." ,
"homepage" : "https://github.com/markuspoerschke/iCal" ,
"keywords" : [
"calendar" ,
"iCalendar" ,
"ical" ,
"ics" ,
"php calendar"
],
2020-12-19 14:18:01 +01:00
"support" : {
"issues" : "https://github.com/markuspoerschke/iCal/issues" ,
"source" : "https://github.com/markuspoerschke/iCal"
},
"time" : "2020-10-04T17:41:11+00:00"
2019-03-04 17:44:48 +01:00
},
2019-03-09 15:54:16 +01:00
{
"name" : "erusev/parsedown" ,
2020-01-27 19:00:49 +01:00
"version" : "1.7.4" ,
2019-03-09 15:54:16 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/erusev/parsedown.git" ,
2020-01-27 19:00:49 +01:00
"reference" : "cb17b6477dfff935958ba01325f2e8a2bfa6dab3"
2019-03-09 15:54:16 +01:00
},
"dist" : {
"type" : "zip" ,
2020-01-27 19:00:49 +01:00
"url" : "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3" ,
"reference" : "cb17b6477dfff935958ba01325f2e8a2bfa6dab3" ,
2019-03-09 15:54:16 +01:00
"shasum" : ""
},
"require" : {
"ext-mbstring" : "*" ,
"php" : ">=5.3.0"
},
"require-dev" : {
"phpunit/phpunit" : "^4.8.35"
},
"type" : "library" ,
"autoload" : {
"psr-0" : {
"Parsedown" : ""
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Emanuil Rusev" ,
"email" : "hello@erusev.com" ,
"homepage" : "http://erusev.com"
}
],
"description" : "Parser for Markdown." ,
"homepage" : "http://parsedown.org" ,
"keywords" : [
"markdown" ,
"parser"
],
2020-12-19 14:18:01 +01:00
"support" : {
"issues" : "https://github.com/erusev/parsedown/issues" ,
"source" : "https://github.com/erusev/parsedown/tree/1.7.x"
},
2020-01-27 19:00:49 +01:00
"time" : "2019-12-30T22:54:17+00:00"
2019-03-09 15:54:16 +01:00
},
2020-10-14 22:49:29 +02:00
{
"name" : "ezyang/htmlpurifier" ,
"version" : "v4.13.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/ezyang/htmlpurifier.git" ,
"reference" : "08e27c97e4c6ed02f37c5b2b20488046c8d90d75"
},
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/ezyang/htmlpurifier/zipball/08e27c97e4c6ed02f37c5b2b20488046c8d90d75" ,
"reference" : "08e27c97e4c6ed02f37c5b2b20488046c8d90d75" ,
"shasum" : ""
},
"require" : {
"php" : ">=5.2"
},
"require-dev" : {
"simpletest/simpletest" : "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd"
},
"type" : "library" ,
"autoload" : {
"psr-0" : {
"HTMLPurifier" : "library/"
},
"files" : [
"library/HTMLPurifier.composer.php"
],
"exclude-from-classmap" : [
"/library/HTMLPurifier/Language/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"LGPL-2.1-or-later"
],
"authors" : [
{
"name" : "Edward Z. Yang" ,
"email" : "admin@htmlpurifier.org" ,
"homepage" : "http://ezyang.com"
}
],
"description" : "Standards compliant HTML filter written in PHP" ,
"homepage" : "http://htmlpurifier.org/" ,
"keywords" : [
"html"
],
2020-12-19 14:18:01 +01:00
"support" : {
"issues" : "https://github.com/ezyang/htmlpurifier/issues" ,
"source" : "https://github.com/ezyang/htmlpurifier/tree/master"
},
2020-10-14 22:49:29 +02:00
"time" : "2020-06-29T00:56:53+00:00"
},
2020-02-11 17:42:03 +01:00
{
"name" : "fig/http-message-util" ,
2020-12-19 14:18:01 +01:00
"version" : "1.1.5" ,
2020-02-11 17:42:03 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/http-message-util.git" ,
2020-12-19 14:18:01 +01:00
"reference" : "9d94dc0154230ac39e5bf89398b324a86f63f765"
2020-02-11 17:42:03 +01:00
},
"dist" : {
"type" : "zip" ,
2020-12-19 14:18:01 +01:00
"url" : "https://api.github.com/repos/php-fig/http-message-util/zipball/9d94dc0154230ac39e5bf89398b324a86f63f765" ,
"reference" : "9d94dc0154230ac39e5bf89398b324a86f63f765" ,
2020-02-11 17:42:03 +01:00
"shasum" : ""
},
"require" : {
2020-12-19 14:18:01 +01:00
"php" : "^5.3 || ^7.0 || ^8.0"
2020-02-11 17:42:03 +01:00
},
"suggest" : {
"psr/http-message" : "The package containing the PSR-7 interfaces"
},
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.1.x-dev"
}
},
"autoload" : {
"psr-4" : {
"Fig\\Http\\Message\\" : "src/"
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "PHP-FIG" ,
2020-12-19 14:18:01 +01:00
"homepage" : "https://www.php-fig.org/"
2020-02-11 17:42:03 +01:00
}
],
"description" : "Utility classes and constants for use with PSR-7 (psr/http-message)" ,
"keywords" : [
"http" ,
"http-message" ,
"psr" ,
"psr-7" ,
"request" ,
"response"
],
2020-12-19 14:18:01 +01:00
"support" : {
"issues" : "https://github.com/php-fig/http-message-util/issues" ,
"source" : "https://github.com/php-fig/http-message-util/tree/1.1.5"
},
"time" : "2020-11-24T22:02:12+00:00"
2020-02-11 17:42:03 +01:00
},
2019-05-01 20:19:18 +02:00
{
"name" : "gettext/gettext" ,
2020-12-19 14:18:01 +01:00
"version" : "v4.8.3" ,
2019-05-01 20:19:18 +02:00
"source" : {
"type" : "git" ,
2020-01-27 19:00:49 +01:00
"url" : "https://github.com/php-gettext/Gettext.git" ,
2020-12-19 14:18:01 +01:00
"reference" : "57ff4fb16647e78e80a5909fe3c190f1c3110321"
2019-05-01 20:19:18 +02:00
},
"dist" : {
"type" : "zip" ,
2020-12-19 14:18:01 +01:00
"url" : "https://api.github.com/repos/php-gettext/Gettext/zipball/57ff4fb16647e78e80a5909fe3c190f1c3110321" ,
"reference" : "57ff4fb16647e78e80a5909fe3c190f1c3110321" ,
2019-05-01 20:19:18 +02:00
"shasum" : ""
},
"require" : {
"gettext/languages" : "^2.3" ,
"php" : ">=5.4.0"
},
"require-dev" : {
"illuminate/view" : "*" ,
"phpunit/phpunit" : "^4.8|^5.7|^6.5" ,
"squizlabs/php_codesniffer" : "^3.0" ,
"symfony/yaml" : "~2" ,
"twig/extensions" : "*" ,
"twig/twig" : "^1.31|^2.0"
},
"suggest" : {
"illuminate/view" : "Is necessary if you want to use the Blade extractor" ,
"symfony/yaml" : "Is necessary if you want to use the Yaml extractor/generator" ,
"twig/extensions" : "Is necessary if you want to use the Twig extractor" ,
"twig/twig" : "Is necessary if you want to use the Twig extractor"
},
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Gettext\\" : "src"
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Oscar Otero" ,
"email" : "oom@oscarotero.com" ,
"homepage" : "http://oscarotero.com" ,
"role" : "Developer"
}
],
"description" : "PHP gettext manager" ,
"homepage" : "https://github.com/oscarotero/Gettext" ,
"keywords" : [
"JS" ,
"gettext" ,
"i18n" ,
"mo" ,
"po" ,
"translation"
],
2020-12-19 14:18:01 +01:00
"support" : {
"email" : "oom@oscarotero.com" ,
"issues" : "https://github.com/oscarotero/Gettext/issues" ,
"source" : "https://github.com/php-gettext/Gettext/tree/v4.8.3"
},
"time" : "2020-11-18T22:35:49+00:00"
2019-05-01 20:19:18 +02:00
},
{
"name" : "gettext/languages" ,
2020-01-27 19:00:49 +01:00
"version" : "2.6.0" ,
2019-05-01 20:19:18 +02:00
"source" : {
"type" : "git" ,
2020-01-27 19:00:49 +01:00
"url" : "https://github.com/php-gettext/Languages.git" ,
"reference" : "38ea0482f649e0802e475f0ed19fa993bcb7a618"
2019-05-01 20:19:18 +02:00
},
"dist" : {
"type" : "zip" ,
2020-01-27 19:00:49 +01:00
"url" : "https://api.github.com/repos/php-gettext/Languages/zipball/38ea0482f649e0802e475f0ed19fa993bcb7a618" ,
"reference" : "38ea0482f649e0802e475f0ed19fa993bcb7a618" ,
2019-05-01 20:19:18 +02:00
"shasum" : ""
},
"require" : {
"php" : ">=5.3"
},
"require-dev" : {
2020-01-27 19:00:49 +01:00
"friendsofphp/php-cs-fixer" : "^2.16.0" ,
"phpunit/phpunit" : "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4"
2019-05-01 20:19:18 +02:00
},
"bin" : [
2020-01-27 19:00:49 +01:00
"bin/export-plural-rules"
2019-05-01 20:19:18 +02:00
],
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Gettext\\Languages\\" : "src/"
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Michele Locati" ,
"email" : "mlocati@gmail.com" ,
"role" : "Developer"
}
],
"description" : "gettext languages with plural rules" ,
2020-01-27 19:00:49 +01:00
"homepage" : "https://github.com/php-gettext/Languages" ,
2019-05-01 20:19:18 +02:00
"keywords" : [
"cldr" ,
"i18n" ,
"internationalization" ,
"l10n" ,
"language" ,
"languages" ,
"localization" ,
"php" ,
"plural" ,
"plural rules" ,
"plurals" ,
"translate" ,
"translations" ,
"unicode"
],
2020-12-19 14:18:01 +01:00
"support" : {
"issues" : "https://github.com/php-gettext/Languages/issues" ,
"source" : "https://github.com/php-gettext/Languages/tree/2.6.0"
},
2020-01-27 19:00:49 +01:00
"time" : "2019-11-13T10:30:21+00:00"
2019-05-01 20:19:18 +02:00
},
2019-09-18 11:04:59 +02:00
{
"name" : "gumlet/php-image-resize" ,
"version" : "1.9.2" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/gumlet/php-image-resize.git" ,
"reference" : "06339a9c1b167acd58173db226f57957a6617547"
},
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/gumlet/php-image-resize/zipball/06339a9c1b167acd58173db226f57957a6617547" ,
"reference" : "06339a9c1b167acd58173db226f57957a6617547" ,
"shasum" : ""
},
"require" : {
"ext-fileinfo" : "*" ,
"ext-gd" : "*" ,
"php" : ">=5.5.0"
},
"require-dev" : {
"apigen/apigen" : "^4.1" ,
"ext-exif" : "*" ,
"ext-gd" : "*" ,
"php-coveralls/php-coveralls" : "^2.1" ,
"phpunit/phpunit" : "^4.8"
},
"suggest" : {
"ext-exif" : "Auto-rotate jpeg files"
},
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Gumlet\\" : "lib/"
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Aditya Patadia" ,
"homepage" : "http://aditya.patadia.org/"
}
],
"description" : "PHP class to re-size and scale images" ,
"homepage" : "https://github.com/gumlet/php-image-resize" ,
"keywords" : [
"image" ,
"php" ,
"resize" ,
"scale"
],
2020-12-19 14:18:01 +01:00
"support" : {
"issues" : "https://github.com/gumlet/php-image-resize/issues" ,
"source" : "https://github.com/gumlet/php-image-resize/tree/master"
},
2019-09-18 11:04:59 +02:00
"time" : "2019-01-01T13:53:00+00:00"
},
2018-04-11 19:49:35 +02:00
{
"name" : "illuminate/container" ,
2020-01-27 19:00:49 +01:00
"version" : "v5.8.36" ,
2018-04-11 19:49:35 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/illuminate/container.git" ,
2019-09-18 11:04:59 +02:00
"reference" : "b42e5ef939144b77f78130918da0ce2d9ee16574"
2018-04-11 19:49:35 +02:00
},
"dist" : {
"type" : "zip" ,
2019-09-18 11:04:59 +02:00
"url" : "https://api.github.com/repos/illuminate/container/zipball/b42e5ef939144b77f78130918da0ce2d9ee16574" ,
"reference" : "b42e5ef939144b77f78130918da0ce2d9ee16574" ,
2018-04-11 19:49:35 +02:00
"shasum" : ""
},
"require" : {
2019-03-04 17:43:12 +01:00
"illuminate/contracts" : "5.8.*" ,
"illuminate/support" : "5.8.*" ,
2018-04-11 19:49:35 +02:00
"php" : "^7.1.3" ,
2018-09-08 14:14:23 +02:00
"psr/container" : "^1.0"
2018-04-11 19:49:35 +02:00
},
"type" : "library" ,
"extra" : {
"branch-alias" : {
2019-03-04 17:43:12 +01:00
"dev-master" : "5.8-dev"
2018-04-11 19:49:35 +02:00
}
},
"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" ,
2020-12-19 14:18:01 +01:00
"support" : {
"issues" : "https://github.com/laravel/framework/issues" ,
"source" : "https://github.com/laravel/framework"
},
2019-09-18 11:04:59 +02:00
"time" : "2019-08-20T02:00:23+00:00"
2018-04-11 19:49:35 +02:00
},
{
"name" : "illuminate/contracts" ,
2020-01-27 19:00:49 +01:00
"version" : "v5.8.36" ,
2018-04-11 19:49:35 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/illuminate/contracts.git" ,
2019-09-18 11:04:59 +02:00
"reference" : "00fc6afee788fa07c311b0650ad276585f8aef96"
2018-04-11 19:49:35 +02:00
},
"dist" : {
"type" : "zip" ,
2019-09-18 11:04:59 +02:00
"url" : "https://api.github.com/repos/illuminate/contracts/zipball/00fc6afee788fa07c311b0650ad276585f8aef96" ,
"reference" : "00fc6afee788fa07c311b0650ad276585f8aef96" ,
2018-04-11 19:49:35 +02:00
"shasum" : ""
},
"require" : {
"php" : "^7.1.3" ,
2018-09-08 14:14:23 +02:00
"psr/container" : "^1.0" ,
"psr/simple-cache" : "^1.0"
2018-04-11 19:49:35 +02:00
},
"type" : "library" ,
"extra" : {
"branch-alias" : {
2019-03-04 17:43:12 +01:00
"dev-master" : "5.8-dev"
2018-04-11 19:49:35 +02:00
}
},
"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" ,
2020-12-19 14:18:01 +01:00
"support" : {
"issues" : "https://github.com/laravel/framework/issues" ,
"source" : "https://github.com/laravel/framework"
},
2019-09-18 11:04:59 +02:00
"time" : "2019-07-30T13:57:21+00:00"
2018-04-11 19:49:35 +02:00
},
{
"name" : "illuminate/events" ,
2020-01-27 19:00:49 +01:00
"version" : "v5.8.36" ,
2018-04-11 19:49:35 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/illuminate/events.git" ,
2019-03-04 17:43:12 +01:00
"reference" : "a85d7c273bc4e3357000c5fc4812374598515de3"
2018-04-11 19:49:35 +02:00
},
"dist" : {
"type" : "zip" ,
2019-03-04 17:43:12 +01:00
"url" : "https://api.github.com/repos/illuminate/events/zipball/a85d7c273bc4e3357000c5fc4812374598515de3" ,
"reference" : "a85d7c273bc4e3357000c5fc4812374598515de3" ,
2018-04-11 19:49:35 +02:00
"shasum" : ""
},
"require" : {
2019-03-04 17:43:12 +01:00
"illuminate/container" : "5.8.*" ,
"illuminate/contracts" : "5.8.*" ,
"illuminate/support" : "5.8.*" ,
2018-04-11 19:49:35 +02:00
"php" : "^7.1.3"
},
"type" : "library" ,
"extra" : {
"branch-alias" : {
2019-03-04 17:43:12 +01:00
"dev-master" : "5.8-dev"
2018-04-11 19:49:35 +02:00
}
},
"autoload" : {
"psr-4" : {
"Illuminate\\Events\\" : ""
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Taylor Otwell" ,
"email" : "taylor@laravel.com"
}
],
"description" : "The Illuminate Events package." ,
"homepage" : "https://laravel.com" ,
2020-12-19 14:18:01 +01:00
"support" : {
"issues" : "https://github.com/laravel/framework/issues" ,
"source" : "https://github.com/laravel/framework"
},
2019-03-04 17:43:12 +01:00
"time" : "2019-02-18T18:37:54+00:00"
2018-04-11 19:49:35 +02:00
},
{
"name" : "illuminate/filesystem" ,
2020-01-27 19:00:49 +01:00
"version" : "v5.8.36" ,
2018-04-11 19:49:35 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/illuminate/filesystem.git" ,
2019-09-18 11:04:59 +02:00
"reference" : "494ba903402d64ec49c8d869ab61791db34b2288"
2018-04-11 19:49:35 +02:00
},
"dist" : {
"type" : "zip" ,
2019-09-18 11:04:59 +02:00
"url" : "https://api.github.com/repos/illuminate/filesystem/zipball/494ba903402d64ec49c8d869ab61791db34b2288" ,
"reference" : "494ba903402d64ec49c8d869ab61791db34b2288" ,
2018-04-11 19:49:35 +02:00
"shasum" : ""
},
"require" : {
2019-03-04 17:43:12 +01:00
"illuminate/contracts" : "5.8.*" ,
"illuminate/support" : "5.8.*" ,
2018-04-11 19:49:35 +02:00
"php" : "^7.1.3" ,
2019-03-04 17:43:12 +01:00
"symfony/finder" : "^4.2"
2018-04-11 19:49:35 +02:00
},
"suggest" : {
2018-09-08 14:14:23 +02:00
"league/flysystem" : "Required to use the Flysystem local and FTP drivers (^1.0)." ,
"league/flysystem-aws-s3-v3" : "Required to use the Flysystem S3 driver (^1.0)." ,
"league/flysystem-cached-adapter" : "Required to use the Flysystem cache (^1.0)." ,
"league/flysystem-rackspace" : "Required to use the Flysystem Rackspace driver (^1.0)." ,
"league/flysystem-sftp" : "Required to use the Flysystem SFTP driver (^1.0)."
2018-04-11 19:49:35 +02:00
},
"type" : "library" ,
"extra" : {
"branch-alias" : {
2019-03-04 17:43:12 +01:00
"dev-master" : "5.8-dev"
2018-04-11 19:49:35 +02:00
}
},
"autoload" : {
"psr-4" : {
"Illuminate\\Filesystem\\" : ""
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Taylor Otwell" ,
"email" : "taylor@laravel.com"
}
],
"description" : "The Illuminate Filesystem package." ,
"homepage" : "https://laravel.com" ,
2020-12-19 14:18:01 +01:00
"support" : {
"issues" : "https://github.com/laravel/framework/issues" ,
"source" : "https://github.com/laravel/framework"
},
2019-09-18 11:04:59 +02:00
"time" : "2019-08-14T13:38:15+00:00"
2018-04-11 19:49:35 +02:00
},
{
"name" : "illuminate/support" ,
2020-01-27 19:00:49 +01:00
"version" : "v5.8.36" ,
2018-04-11 19:49:35 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/illuminate/support.git" ,
2020-01-27 19:00:49 +01:00
"reference" : "df4af6a32908f1d89d74348624b57e3233eea247"
2018-04-11 19:49:35 +02:00
},
"dist" : {
"type" : "zip" ,
2020-01-27 19:00:49 +01:00
"url" : "https://api.github.com/repos/illuminate/support/zipball/df4af6a32908f1d89d74348624b57e3233eea247" ,
"reference" : "df4af6a32908f1d89d74348624b57e3233eea247" ,
2018-04-11 19:49:35 +02:00
"shasum" : ""
},
"require" : {
2018-09-08 14:14:23 +02:00
"doctrine/inflector" : "^1.1" ,
2019-03-04 17:43:12 +01:00
"ext-json" : "*" ,
2018-04-11 19:49:35 +02:00
"ext-mbstring" : "*" ,
2019-03-04 17:43:12 +01:00
"illuminate/contracts" : "5.8.*" ,
"nesbot/carbon" : "^1.26.3 || ^2.0" ,
2018-04-11 19:49:35 +02:00
"php" : "^7.1.3"
},
"conflict" : {
"tightenco/collect" : "<5.5.33"
},
"suggest" : {
2019-03-04 17:43:12 +01:00
"illuminate/filesystem" : "Required to use the composer class (5.8.*)." ,
2018-09-08 14:14:23 +02:00
"moontoast/math" : "Required to use ordered UUIDs (^1.1)." ,
2018-07-11 19:43:05 +02:00
"ramsey/uuid" : "Required to use Str::uuid() (^3.7)." ,
2019-03-04 17:43:12 +01:00
"symfony/process" : "Required to use the composer class (^4.2)." ,
"symfony/var-dumper" : "Required to use the dd function (^4.2)." ,
"vlucas/phpdotenv" : "Required to use the env helper (^3.3)."
2018-04-11 19:49:35 +02:00
},
"type" : "library" ,
"extra" : {
"branch-alias" : {
2019-03-04 17:43:12 +01:00
"dev-master" : "5.8-dev"
2018-04-11 19:49:35 +02:00
}
},
"autoload" : {
"psr-4" : {
"Illuminate\\Support\\" : ""
},
"files" : [
"helpers.php"
]
},
"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" ,
2020-12-19 14:18:01 +01:00
"support" : {
"issues" : "https://github.com/laravel/framework/issues" ,
"source" : "https://github.com/laravel/framework"
},
2020-01-27 19:00:49 +01:00
"time" : "2019-12-12T14:16:47+00:00"
2018-04-11 19:49:35 +02:00
},
{
"name" : "illuminate/view" ,
2020-01-27 19:00:49 +01:00
"version" : "v5.8.36" ,
2018-04-11 19:49:35 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/illuminate/view.git" ,
2019-09-18 11:04:59 +02:00
"reference" : "c859919bc3be97a3f114377d5d812f047b8ea90d"
2018-04-11 19:49:35 +02:00
},
"dist" : {
"type" : "zip" ,
2019-09-18 11:04:59 +02:00
"url" : "https://api.github.com/repos/illuminate/view/zipball/c859919bc3be97a3f114377d5d812f047b8ea90d" ,
"reference" : "c859919bc3be97a3f114377d5d812f047b8ea90d" ,
2018-04-11 19:49:35 +02:00
"shasum" : ""
},
"require" : {
2019-03-04 17:43:12 +01:00
"ext-json" : "*" ,
"illuminate/container" : "5.8.*" ,
"illuminate/contracts" : "5.8.*" ,
"illuminate/events" : "5.8.*" ,
"illuminate/filesystem" : "5.8.*" ,
"illuminate/support" : "5.8.*" ,
2018-04-11 19:49:35 +02:00
"php" : "^7.1.3" ,
2019-03-04 17:43:12 +01:00
"symfony/debug" : "^4.2"
2018-04-11 19:49:35 +02:00
},
"type" : "library" ,
"extra" : {
"branch-alias" : {
2019-03-04 17:43:12 +01:00
"dev-master" : "5.8-dev"
2018-04-11 19:49:35 +02:00
}
},
"autoload" : {
"psr-4" : {
"Illuminate\\View\\" : ""
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Taylor Otwell" ,
"email" : "taylor@laravel.com"
}
],
"description" : "The Illuminate View package." ,
"homepage" : "https://laravel.com" ,
2020-12-19 14:18:01 +01:00
"support" : {
"issues" : "https://github.com/laravel/framework/issues" ,
"source" : "https://github.com/laravel/framework"
},
2019-09-18 11:04:59 +02:00
"time" : "2019-06-20T13:13:59+00:00"
2018-04-11 19:49:35 +02:00
},
2018-04-10 20:30:11 +02:00
{
"name" : "morris/lessql" ,
2019-05-10 20:56:03 +02:00
"version" : "v0.4.1" ,
2018-04-10 20:30:11 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/morris/lessql.git" ,
2019-05-10 20:56:03 +02:00
"reference" : "f4150517f6492a761ed1ccb8dd180769e1f89e54"
2018-04-10 20:30:11 +02:00
},
"dist" : {
"type" : "zip" ,
2019-05-10 20:56:03 +02:00
"url" : "https://api.github.com/repos/morris/lessql/zipball/f4150517f6492a761ed1ccb8dd180769e1f89e54" ,
"reference" : "f4150517f6492a761ed1ccb8dd180769e1f89e54" ,
2018-04-10 20:30:11 +02:00
"shasum" : ""
},
"require" : {
"php" : ">=5.3.4"
},
"require-dev" : {
"codeclimate/php-test-reporter" : "dev-master" ,
2019-05-10 20:56:03 +02:00
"friendsofphp/php-cs-fixer" : "v2.2.20" ,
"phpunit/phpunit" : "~4.6|~5|~6|~7"
2018-04-10 20:30:11 +02:00
},
"type" : "library" ,
"autoload" : {
"psr-0" : {
"" : "src"
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Morris Brodersen" ,
"homepage" : "https://morrisbrodersen.de"
}
],
"description" : "LessQL: The agile PHP ORM alternative" ,
"homepage" : "https://github.com/morris/lessql" ,
"keywords" : [
"database" ,
"notorm" ,
"orm" ,
"pdo" ,
"sql"
],
2020-12-19 14:18:01 +01:00
"support" : {
"issues" : "https://github.com/morris/lessql/issues" ,
"source" : "https://github.com/morris/lessql/tree/master"
},
2019-05-10 20:56:03 +02:00
"time" : "2019-05-03T23:46:26+00:00"
2018-04-10 20:30:11 +02:00
},
2018-04-11 19:49:35 +02:00
{
"name" : "nesbot/carbon" ,
2020-12-19 14:18:01 +01:00
"version" : "2.43.0" ,
2018-04-11 19:49:35 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/briannesbitt/Carbon.git" ,
2020-12-19 14:18:01 +01:00
"reference" : "d32c57d8389113742f4a88725a170236470012e2"
2018-04-11 19:49:35 +02:00
},
"dist" : {
"type" : "zip" ,
2020-12-19 14:18:01 +01:00
"url" : "https://api.github.com/repos/briannesbitt/Carbon/zipball/d32c57d8389113742f4a88725a170236470012e2" ,
"reference" : "d32c57d8389113742f4a88725a170236470012e2" ,
2018-04-11 19:49:35 +02:00
"shasum" : ""
},
"require" : {
2019-03-04 17:43:12 +01:00
"ext-json" : "*" ,
"php" : "^7.1.8 || ^8.0" ,
2020-08-18 18:27:58 +02:00
"symfony/polyfill-mbstring" : "^1.0" ,
2020-01-27 19:00:49 +01:00
"symfony/translation" : "^3.4 || ^4.0 || ^5.0"
2018-04-11 19:49:35 +02:00
},
"require-dev" : {
2020-04-16 18:22:38 +02:00
"doctrine/orm" : "^2.7" ,
2019-03-04 17:43:12 +01:00
"friendsofphp/php-cs-fixer" : "^2.14 || ^3.0" ,
2020-08-18 18:27:58 +02:00
"kylekatarnls/multi-tester" : "^2.0" ,
2020-12-19 14:18:01 +01:00
"phpmd/phpmd" : "^2.9" ,
2020-08-18 18:27:58 +02:00
"phpstan/extension-installer" : "^1.0" ,
2020-12-19 14:18:01 +01:00
"phpstan/phpstan" : "^0.12.54" ,
2019-03-04 17:43:12 +01:00
"phpunit/phpunit" : "^7.5 || ^8.0" ,
"squizlabs/php_codesniffer" : "^3.4"
2018-11-24 20:18:50 +01:00
},
2019-09-18 11:04:59 +02:00
"bin" : [
"bin/carbon"
],
2018-04-11 19:49:35 +02:00
"type" : "library" ,
2018-07-11 19:43:05 +02:00
"extra" : {
2020-01-27 19:00:49 +01:00
"branch-alias" : {
2020-08-18 18:27:58 +02:00
"dev-master" : "2.x-dev" ,
"dev-3.x" : "3.x-dev"
2020-01-27 19:00:49 +01:00
},
2018-07-11 19:43:05 +02:00
"laravel" : {
"providers" : [
"Carbon\\Laravel\\ServiceProvider"
]
2020-08-18 18:27:58 +02:00
},
"phpstan" : {
"includes" : [
"extension.neon"
]
2018-07-11 19:43:05 +02:00
}
},
2018-04-11 19:49:35 +02:00
"autoload" : {
"psr-4" : {
2019-03-04 17:43:12 +01:00
"Carbon\\" : "src/Carbon/"
2018-04-11 19:49:35 +02:00
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Brian Nesbitt" ,
"email" : "brian@nesbot.com" ,
"homepage" : "http://nesbot.com"
2019-09-18 11:04:59 +02:00
},
{
"name" : "kylekatarnls" ,
"homepage" : "http://github.com/kylekatarnls"
2018-04-11 19:49:35 +02:00
}
],
2020-01-27 19:00:49 +01:00
"description" : "An API extension for DateTime that supports 281 different languages." ,
2018-04-11 19:49:35 +02:00
"homepage" : "http://carbon.nesbot.com" ,
"keywords" : [
"date" ,
"datetime" ,
"time"
],
2020-12-19 14:18:01 +01:00
"support" : {
"issues" : "https://github.com/briannesbitt/Carbon/issues" ,
"source" : "https://github.com/briannesbitt/Carbon"
},
2020-08-18 18:27:58 +02:00
"funding" : [
{
"url" : "https://opencollective.com/Carbon" ,
"type" : "open_collective"
},
{
"url" : "https://tidelift.com/funding/github/packagist/nesbot/carbon" ,
"type" : "tidelift"
}
],
2020-12-19 14:18:01 +01:00
"time" : "2020-12-17T20:55:32+00:00"
2018-04-11 19:49:35 +02:00
},
2018-04-10 20:30:11 +02:00
{
"name" : "nikic/fast-route" ,
"version" : "v1.3.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/nikic/FastRoute.git" ,
"reference" : "181d480e08d9476e61381e04a71b34dc0432e812"
},
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812" ,
"reference" : "181d480e08d9476e61381e04a71b34dc0432e812" ,
"shasum" : ""
},
"require" : {
"php" : ">=5.4.0"
},
"require-dev" : {
"phpunit/phpunit" : "^4.8.35|~5.7"
},
"type" : "library" ,
"autoload" : {
"psr-4" : {
"FastRoute\\" : "src/"
},
"files" : [
"src/functions.php"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
],
"authors" : [
{
"name" : "Nikita Popov" ,
"email" : "nikic@php.net"
}
],
"description" : "Fast request router for PHP" ,
"keywords" : [
"router" ,
"routing"
],
2020-12-19 14:18:01 +01:00
"support" : {
"issues" : "https://github.com/nikic/FastRoute/issues" ,
"source" : "https://github.com/nikic/FastRoute/tree/master"
},
2018-04-10 20:30:11 +02:00
"time" : "2018-02-13T20:26:39+00:00"
},
2020-02-11 17:42:03 +01:00
{
2020-08-18 18:27:58 +02:00
"name" : "opis/closure" ,
2020-12-19 14:18:01 +01:00
"version" : "3.6.1" ,
2020-02-11 17:42:03 +01:00
"source" : {
"type" : "git" ,
2020-08-18 18:27:58 +02:00
"url" : "https://github.com/opis/closure.git" ,
2020-12-19 14:18:01 +01:00
"reference" : "943b5d70cc5ae7483f6aff6ff43d7e34592ca0f5"
2020-02-11 17:42:03 +01:00
},
"dist" : {
"type" : "zip" ,
2020-12-19 14:18:01 +01:00
"url" : "https://api.github.com/repos/opis/closure/zipball/943b5d70cc5ae7483f6aff6ff43d7e34592ca0f5" ,
"reference" : "943b5d70cc5ae7483f6aff6ff43d7e34592ca0f5" ,
2020-02-11 17:42:03 +01:00
"shasum" : ""
},
"require" : {
2020-12-19 14:18:01 +01:00
"php" : "^5.4 || ^7.0 || ^8.0"
2020-02-11 17:42:03 +01:00
},
"require-dev" : {
2020-08-18 18:27:58 +02:00
"jeremeamia/superclosure" : "^2.0" ,
2020-12-19 14:18:01 +01:00
"phpunit/phpunit" : "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
2020-02-11 17:42:03 +01:00
},
"type" : "library" ,
"extra" : {
"branch-alias" : {
2020-12-19 14:18:01 +01:00
"dev-master" : "3.6.x-dev"
2020-02-11 17:42:03 +01:00
}
},
"autoload" : {
"psr-4" : {
2020-08-18 18:27:58 +02:00
"Opis\\Closure\\" : "src/"
},
"files" : [
"functions.php"
]
2020-02-11 17:42:03 +01:00
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
2020-08-18 18:27:58 +02:00
"MIT"
2020-02-11 17:42:03 +01:00
],
"authors" : [
{
2020-08-18 18:27:58 +02:00
"name" : "Marius Sarca" ,
"email" : "marius.sarca@gmail.com"
},
{
"name" : "Sorin Sarca" ,
"email" : "sarca_sorin@hotmail.com"
2020-02-11 17:42:03 +01:00
}
],
2020-08-18 18:27:58 +02:00
"description" : "A library that can be used to serialize closures (anonymous functions) and arbitrary objects." ,
"homepage" : "https://opis.io/closure" ,
2020-02-11 17:42:03 +01:00
"keywords" : [
2020-08-18 18:27:58 +02:00
"anonymous functions" ,
"closure" ,
"function" ,
"serializable" ,
"serialization" ,
"serialize"
2020-02-11 17:42:03 +01:00
],
2020-12-19 14:18:01 +01:00
"support" : {
"issues" : "https://github.com/opis/closure/issues" ,
"source" : "https://github.com/opis/closure/tree/3.6.1"
},
"time" : "2020-11-07T02:01:34+00:00"
2020-02-11 17:42:03 +01:00
},
2018-04-11 19:49:35 +02:00
{
"name" : "philo/laravel-blade" ,
"version" : "v3.1" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/PhiloNL/Laravel-Blade.git" ,
"reference" : "3f0ce2ee198604c53c25188110e6d7b5e887527a"
},
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/PhiloNL/Laravel-Blade/zipball/3f0ce2ee198604c53c25188110e6d7b5e887527a" ,
"reference" : "3f0ce2ee198604c53c25188110e6d7b5e887527a" ,
"shasum" : ""
},
"require" : {
"illuminate/events" : "~5" ,
"illuminate/view" : "~5"
},
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Philo\\Blade\\" : "src"
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Philo Hermans" ,
"email" : "me@philohermans.com"
}
],
"description" : "Use the simple and yet powerful Laravel Blade templating engine as a standalone component." ,
"keywords" : [
"blade" ,
"laravel"
],
2020-12-19 14:18:01 +01:00
"support" : {
"issues" : "https://github.com/PhiloNL/Laravel-Blade/issues" ,
"source" : "https://github.com/PhiloNL/Laravel-Blade/tree/master"
},
2018-04-11 19:49:35 +02:00
"time" : "2015-12-04T09:42:42+00:00"
},
2018-04-10 20:30:11 +02:00
{
2020-02-11 17:42:03 +01:00
"name" : "php-di/invoker" ,
2020-12-19 14:18:01 +01:00
"version" : "2.2.0" ,
2018-04-10 20:30:11 +02:00
"source" : {
"type" : "git" ,
2020-02-11 17:42:03 +01:00
"url" : "https://github.com/PHP-DI/Invoker.git" ,
2020-12-19 14:18:01 +01:00
"reference" : "e08a7c87068daeaeef464b95d81643ea530bc535"
2018-04-10 20:30:11 +02:00
},
"dist" : {
"type" : "zip" ,
2020-12-19 14:18:01 +01:00
"url" : "https://api.github.com/repos/PHP-DI/Invoker/zipball/e08a7c87068daeaeef464b95d81643ea530bc535" ,
"reference" : "e08a7c87068daeaeef464b95d81643ea530bc535" ,
2018-04-10 20:30:11 +02:00
"shasum" : ""
},
"require" : {
2020-08-18 18:27:58 +02:00
"php" : ">=7.3" ,
2020-02-11 17:42:03 +01:00
"psr/container" : "~1.0"
2018-04-10 20:30:11 +02:00
},
"require-dev" : {
2020-02-11 17:42:03 +01:00
"athletic/athletic" : "~0.1.8" ,
2020-12-19 14:18:01 +01:00
"mnapoli/hard-mode" : "~0.3.0" ,
2020-08-18 18:27:58 +02:00
"phpunit/phpunit" : "^9.0"
2018-04-10 20:30:11 +02:00
},
"type" : "library" ,
2020-02-11 17:42:03 +01:00
"autoload" : {
"psr-4" : {
"Invoker\\" : "src/"
2018-04-10 20:30:11 +02:00
}
},
2020-02-11 17:42:03 +01:00
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"description" : "Generic and extensible callable invoker" ,
"homepage" : "https://github.com/PHP-DI/Invoker" ,
"keywords" : [
"callable" ,
"dependency" ,
"dependency-injection" ,
"injection" ,
"invoke" ,
"invoker"
],
2020-12-19 14:18:01 +01:00
"support" : {
"issues" : "https://github.com/PHP-DI/Invoker/issues" ,
"source" : "https://github.com/PHP-DI/Invoker/tree/2.2.0"
},
"funding" : [
{
"url" : "https://github.com/mnapoli" ,
"type" : "github"
}
],
"time" : "2020-10-12T12:15:50+00:00"
2020-02-11 17:42:03 +01:00
},
{
"name" : "php-di/php-di" ,
2020-12-19 14:18:01 +01:00
"version" : "6.3.0" ,
2020-02-11 17:42:03 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/PHP-DI/PHP-DI.git" ,
2020-12-19 14:18:01 +01:00
"reference" : "955cacea6b0beaba07e8c11b8367f5b3d5abe89f"
2020-02-11 17:42:03 +01:00
},
"dist" : {
"type" : "zip" ,
2020-12-19 14:18:01 +01:00
"url" : "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/955cacea6b0beaba07e8c11b8367f5b3d5abe89f" ,
"reference" : "955cacea6b0beaba07e8c11b8367f5b3d5abe89f" ,
2020-02-11 17:42:03 +01:00
"shasum" : ""
},
"require" : {
2020-08-18 18:27:58 +02:00
"opis/closure" : "^3.5.5" ,
2020-04-16 18:22:38 +02:00
"php" : ">=7.2.0" ,
2020-02-11 17:42:03 +01:00
"php-di/invoker" : "^2.0" ,
"php-di/phpdoc-reader" : "^2.0.1" ,
"psr/container" : "^1.0"
},
"provide" : {
"psr/container-implementation" : "^1.0"
},
"require-dev" : {
"doctrine/annotations" : "~1.2" ,
"friendsofphp/php-cs-fixer" : "^2.4" ,
2020-04-16 18:22:38 +02:00
"mnapoli/phpunit-easymock" : "^1.2" ,
2020-02-11 17:42:03 +01:00
"ocramius/proxy-manager" : "~2.0.2" ,
2020-04-16 18:22:38 +02:00
"phpstan/phpstan" : "^0.12" ,
2020-12-19 14:18:01 +01:00
"phpunit/phpunit" : "^8.5|^9.0"
2020-02-11 17:42:03 +01:00
},
"suggest" : {
"doctrine/annotations" : "Install it if you want to use annotations (version ~1.2)" ,
"ocramius/proxy-manager" : "Install it if you want to use lazy injection (version ~2.0)"
},
"type" : "library" ,
2018-04-10 20:30:11 +02:00
"autoload" : {
2020-02-11 17:42:03 +01:00
"psr-4" : {
"DI\\" : "src/"
},
"files" : [
"src/functions.php"
]
2018-04-10 20:30:11 +02:00
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
2020-02-11 17:42:03 +01:00
"description" : "The dependency injection container for humans" ,
2020-08-18 18:27:58 +02:00
"homepage" : "https://php-di.org/" ,
2020-02-11 17:42:03 +01:00
"keywords" : [
"PSR-11" ,
"container" ,
"container-interop" ,
"dependency injection" ,
"di" ,
"ioc" ,
"psr11"
],
2020-12-19 14:18:01 +01:00
"support" : {
"issues" : "https://github.com/PHP-DI/PHP-DI/issues" ,
"source" : "https://github.com/PHP-DI/PHP-DI/tree/6.3.0"
},
2020-04-16 18:22:38 +02:00
"funding" : [
{
"url" : "https://github.com/mnapoli" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/php-di/php-di" ,
"type" : "tidelift"
}
],
2020-12-19 14:18:01 +01:00
"time" : "2020-10-12T14:39:15+00:00"
2020-02-11 17:42:03 +01:00
},
{
"name" : "php-di/phpdoc-reader" ,
2020-12-19 14:18:01 +01:00
"version" : "2.2.1" ,
2020-02-11 17:42:03 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/PHP-DI/PhpDocReader.git" ,
2020-12-19 14:18:01 +01:00
"reference" : "66daff34cbd2627740ffec9469ffbac9f8c8185c"
2020-02-11 17:42:03 +01:00
},
"dist" : {
"type" : "zip" ,
2020-12-19 14:18:01 +01:00
"url" : "https://api.github.com/repos/PHP-DI/PhpDocReader/zipball/66daff34cbd2627740ffec9469ffbac9f8c8185c" ,
"reference" : "66daff34cbd2627740ffec9469ffbac9f8c8185c" ,
2020-02-11 17:42:03 +01:00
"shasum" : ""
},
"require" : {
2020-12-19 14:18:01 +01:00
"php" : ">=7.2.0"
2020-02-11 17:42:03 +01:00
},
"require-dev" : {
2020-12-19 14:18:01 +01:00
"mnapoli/hard-mode" : "~0.3.0" ,
"phpunit/phpunit" : "^8.5|^9.0"
2020-02-11 17:42:03 +01:00
},
"type" : "library" ,
"autoload" : {
"psr-4" : {
"PhpDocReader\\" : "src/PhpDocReader"
2018-04-10 20:30:11 +02:00
}
2020-02-11 17:42:03 +01:00
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
2018-04-10 20:30:11 +02:00
],
2020-02-11 17:42:03 +01:00
"description" : "PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)" ,
2018-04-10 20:30:11 +02:00
"keywords" : [
2020-02-11 17:42:03 +01:00
"phpdoc" ,
"reflection"
2018-04-10 20:30:11 +02:00
],
2020-12-19 14:18:01 +01:00
"support" : {
"issues" : "https://github.com/PHP-DI/PhpDocReader/issues" ,
"source" : "https://github.com/PHP-DI/PhpDocReader/tree/2.2.1"
},
"time" : "2020-10-12T12:39:22+00:00"
2018-04-10 20:30:11 +02:00
},
{
"name" : "psr/container" ,
"version" : "1.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/container.git" ,
"reference" : "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
},
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f" ,
"reference" : "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" ,
"shasum" : ""
},
"require" : {
"php" : ">=5.3.0"
},
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.0.x-dev"
}
},
"autoload" : {
"psr-4" : {
"Psr\\Container\\" : "src/"
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "PHP-FIG" ,
"homepage" : "http://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"
],
2020-12-19 14:18:01 +01:00
"support" : {
"issues" : "https://github.com/php-fig/container/issues" ,
"source" : "https://github.com/php-fig/container/tree/master"
},
2018-04-10 20:30:11 +02:00
"time" : "2017-02-14T16:28:37+00:00"
},
2019-05-10 20:56:03 +02:00
{
"name" : "psr/http-factory" ,
"version" : "1.0.1" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/http-factory.git" ,
"reference" : "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
},
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be" ,
"reference" : "12ac7fcd07e5b077433f5f2bee95b3a771bf61be" ,
"shasum" : ""
},
"require" : {
"php" : ">=7.0.0" ,
"psr/http-message" : "^1.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 interfaces for PSR-7 HTTP message factories" ,
"keywords" : [
"factory" ,
"http" ,
"message" ,
"psr" ,
"psr-17" ,
"psr-7" ,
"request" ,
"response"
],
2020-12-19 14:18:01 +01:00
"support" : {
"source" : "https://github.com/php-fig/http-factory/tree/master"
},
2019-05-10 20:56:03 +02:00
"time" : "2019-04-30T12:38:16+00:00"
},
2018-04-10 20:30:11 +02: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"
],
2020-12-19 14:18:01 +01:00
"support" : {
"source" : "https://github.com/php-fig/http-message/tree/master"
},
2018-04-10 20:30:11 +02:00
"time" : "2016-08-06T14:39:51+00:00"
},
2018-04-20 23:09:18 +02:00
{
"name" : "psr/http-server-handler" ,
2018-11-24 20:18:50 +01:00
"version" : "1.0.1" ,
2018-04-20 23:09:18 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/http-server-handler.git" ,
2018-11-24 20:18:50 +01:00
"reference" : "aff2f80e33b7f026ec96bb42f63242dc50ffcae7"
2018-04-20 23:09:18 +02:00
},
"dist" : {
"type" : "zip" ,
2018-11-24 20:18:50 +01:00
"url" : "https://api.github.com/repos/php-fig/http-server-handler/zipball/aff2f80e33b7f026ec96bb42f63242dc50ffcae7" ,
"reference" : "aff2f80e33b7f026ec96bb42f63242dc50ffcae7" ,
2018-04-20 23:09:18 +02:00
"shasum" : ""
},
"require" : {
"php" : ">=7.0" ,
"psr/http-message" : "^1.0"
},
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.0.x-dev"
}
},
"autoload" : {
"psr-4" : {
"Psr\\Http\\Server\\" : "src/"
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "PHP-FIG" ,
"homepage" : "http://www.php-fig.org/"
}
],
"description" : "Common interface for HTTP server-side request handler" ,
"keywords" : [
"handler" ,
"http" ,
"http-interop" ,
"psr" ,
"psr-15" ,
"psr-7" ,
"request" ,
"response" ,
"server"
],
2020-12-19 14:18:01 +01:00
"support" : {
"issues" : "https://github.com/php-fig/http-server-handler/issues" ,
"source" : "https://github.com/php-fig/http-server-handler/tree/master"
},
2018-11-24 20:18:50 +01:00
"time" : "2018-10-30T16:46:14+00:00"
2018-04-20 23:09:18 +02:00
},
{
"name" : "psr/http-server-middleware" ,
2019-03-04 17:43:12 +01:00
"version" : "1.0.1" ,
2018-04-20 23:09:18 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/http-server-middleware.git" ,
2019-03-04 17:43:12 +01:00
"reference" : "2296f45510945530b9dceb8bcedb5cb84d40c5f5"
2018-04-20 23:09:18 +02:00
},
"dist" : {
"type" : "zip" ,
2019-03-04 17:43:12 +01:00
"url" : "https://api.github.com/repos/php-fig/http-server-middleware/zipball/2296f45510945530b9dceb8bcedb5cb84d40c5f5" ,
"reference" : "2296f45510945530b9dceb8bcedb5cb84d40c5f5" ,
2018-04-20 23:09:18 +02:00
"shasum" : ""
},
"require" : {
"php" : ">=7.0" ,
"psr/http-message" : "^1.0" ,
"psr/http-server-handler" : "^1.0"
},
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.0.x-dev"
}
},
"autoload" : {
"psr-4" : {
"Psr\\Http\\Server\\" : "src/"
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "PHP-FIG" ,
"homepage" : "http://www.php-fig.org/"
}
],
"description" : "Common interface for HTTP server-side middleware" ,
"keywords" : [
"http" ,
"http-interop" ,
"middleware" ,
"psr" ,
"psr-15" ,
"psr-7" ,
"request" ,
"response"
],
2020-12-19 14:18:01 +01:00
"support" : {
"issues" : "https://github.com/php-fig/http-server-middleware/issues" ,
"source" : "https://github.com/php-fig/http-server-middleware/tree/master"
},
2019-03-04 17:43:12 +01:00
"time" : "2018-10-30T17:12:04+00:00"
2018-04-20 23:09:18 +02:00
},
2018-04-10 20:30:11 +02:00
{
2018-04-11 19:49:35 +02:00
"name" : "psr/log" ,
2020-04-13 10:00:29 +02:00
"version" : "1.1.3" ,
2018-04-10 20:30:11 +02:00
"source" : {
"type" : "git" ,
2018-04-11 19:49:35 +02:00
"url" : "https://github.com/php-fig/log.git" ,
2020-04-13 10:00:29 +02:00
"reference" : "0f73288fd15629204f9d42b7055f72dacbe811fc"
2018-04-10 20:30:11 +02:00
},
"dist" : {
"type" : "zip" ,
2020-04-13 10:00:29 +02:00
"url" : "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc" ,
"reference" : "0f73288fd15629204f9d42b7055f72dacbe811fc" ,
2018-04-10 20:30:11 +02:00
"shasum" : ""
},
"require" : {
2018-04-11 19:49:35 +02:00
"php" : ">=5.3.0"
},
"type" : "library" ,
"extra" : {
"branch-alias" : {
2020-01-27 19:00:49 +01:00
"dev-master" : "1.1.x-dev"
2018-04-11 19:49:35 +02:00
}
},
"autoload" : {
"psr-4" : {
"Psr\\Log\\" : "Psr/Log/"
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "PHP-FIG" ,
"homepage" : "http://www.php-fig.org/"
}
],
"description" : "Common interface for logging libraries" ,
"homepage" : "https://github.com/php-fig/log" ,
"keywords" : [
"log" ,
"psr" ,
"psr-3"
],
2020-12-19 14:18:01 +01:00
"support" : {
"source" : "https://github.com/php-fig/log/tree/1.1.3"
},
2020-04-13 10:00:29 +02:00
"time" : "2020-03-23T09:12:05+00:00"
2018-04-11 19:49:35 +02:00
},
{
"name" : "psr/simple-cache" ,
"version" : "1.0.1" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/simple-cache.git" ,
"reference" : "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
},
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" ,
"reference" : "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" ,
"shasum" : ""
},
"require" : {
"php" : ">=5.3.0"
},
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.0.x-dev"
}
},
"autoload" : {
"psr-4" : {
"Psr\\SimpleCache\\" : "src/"
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "PHP-FIG" ,
"homepage" : "http://www.php-fig.org/"
}
],
"description" : "Common interfaces for simple caching" ,
"keywords" : [
"cache" ,
"caching" ,
"psr" ,
"psr-16" ,
"simple-cache"
],
2020-12-19 14:18:01 +01:00
"support" : {
"source" : "https://github.com/php-fig/simple-cache/tree/master"
},
2018-04-11 19:49:35 +02:00
"time" : "2017-10-23T01:57:42+00:00"
},
2020-02-11 17:42:03 +01: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." ,
2020-12-19 14:18:01 +01:00
"support" : {
"issues" : "https://github.com/ralouphie/getallheaders/issues" ,
"source" : "https://github.com/ralouphie/getallheaders/tree/develop"
},
2020-02-11 17:42:03 +01:00
"time" : "2019-03-08T08:55:37+00:00"
},
2018-04-11 19:49:35 +02:00
{
"name" : "rubellum/slim-blade-view" ,
"version" : "0.1.1" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/rubellum/Slim-Blade-View.git" ,
"reference" : "9cdea69285acbf712463b38a9bb0b5ce23c4c98c"
},
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/rubellum/Slim-Blade-View/zipball/9cdea69285acbf712463b38a9bb0b5ce23c4c98c" ,
"reference" : "9cdea69285acbf712463b38a9bb0b5ce23c4c98c" ,
"shasum" : ""
},
"require" : {
"illuminate/view" : "5.*" ,
"philo/laravel-blade" : "3.*" ,
2018-04-10 20:30:11 +02:00
"psr/http-message" : "^1.0"
},
"require-dev" : {
2018-04-11 19:49:35 +02:00
"phpunit/phpunit" : "^5.0" ,
2018-04-10 20:30:11 +02:00
"slim/slim" : "^3.0"
},
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Slim\\Views\\" : "src"
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
2018-04-11 19:49:35 +02:00
"name" : "Hiroaki Matsuura" ,
"email" : "hiropeke.jp@gmail.com"
2018-04-10 20:30:11 +02:00
}
],
2018-04-11 19:49:35 +02:00
"description" : "Slim Framework 3 view helper built on the Blade component" ,
2018-04-10 20:30:11 +02:00
"keywords" : [
2018-04-11 19:49:35 +02:00
"blade" ,
2018-04-10 20:30:11 +02:00
"framework" ,
"renderer" ,
"slim" ,
"template" ,
"view"
],
2020-12-19 14:18:01 +01:00
"support" : {
"issues" : "https://github.com/rubellum/Slim-Blade-View/issues" ,
"source" : "https://github.com/rubellum/Slim-Blade-View/tree/0.1.1"
},
2018-04-11 19:49:35 +02:00
"time" : "2016-03-11T02:32:00+00:00"
2018-04-10 20:30:11 +02:00
},
{
2020-02-11 17:42:03 +01:00
"name" : "slim/http" ,
2020-12-19 14:18:01 +01:00
"version" : "1.2.0" ,
2018-04-10 20:30:11 +02:00
"source" : {
"type" : "git" ,
2020-02-11 17:42:03 +01:00
"url" : "https://github.com/slimphp/Slim-Http.git" ,
2020-12-19 14:18:01 +01:00
"reference" : "3bc9d61b5243cab0d75c89d778bd69464de07354"
2018-04-10 20:30:11 +02:00
},
"dist" : {
"type" : "zip" ,
2020-12-19 14:18:01 +01:00
"url" : "https://api.github.com/repos/slimphp/Slim-Http/zipball/3bc9d61b5243cab0d75c89d778bd69464de07354" ,
"reference" : "3bc9d61b5243cab0d75c89d778bd69464de07354" ,
2018-04-10 20:30:11 +02:00
"shasum" : ""
},
"require" : {
2020-02-11 17:42:03 +01:00
"ext-fileinfo" : "*" ,
2019-09-18 11:04:59 +02:00
"ext-json" : "*" ,
"ext-libxml" : "*" ,
"ext-simplexml" : "*" ,
2020-12-19 14:18:01 +01:00
"php" : "^7.2 || ^8.0" ,
2020-02-11 17:42:03 +01:00
"psr/http-factory" : "^1.0" ,
2018-04-10 20:30:11 +02:00
"psr/http-message" : "^1.0"
},
2020-02-11 17:42:03 +01:00
"require-dev" : {
2020-12-19 14:18:01 +01:00
"adriansuter/php-autoload-override" : "^1.2" ,
"laminas/laminas-diactoros" : "^2.4" ,
"nyholm/psr7" : "^1.3" ,
2020-02-11 17:42:03 +01:00
"php-http/psr7-integration-tests" : "dev-master" ,
2020-12-19 14:18:01 +01:00
"phpstan/phpstan" : "^0.12.52" ,
"phpunit/phpunit" : "^8.5 || ^9.3" ,
2020-02-11 17:42:03 +01:00
"squizlabs/php_codesniffer" : "^3.5"
},
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Slim\\Http\\" : "src/"
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Josh Lockhart" ,
"email" : "hello@joshlockhart.com" ,
"homepage" : "http://joshlockhart.com"
},
{
"name" : "Andrew Smith" ,
"email" : "a.smith@silentworks.co.uk" ,
"homepage" : "http://silentworks.co.uk"
},
{
"name" : "Rob Allen" ,
"email" : "rob@akrabat.com" ,
"homepage" : "http://akrabat.com"
},
{
"name" : "Pierre Berube" ,
"email" : "pierre@lgse.com" ,
"homepage" : "http://www.lgse.com"
}
],
"description" : "Slim PSR-7 Object Decorators" ,
"homepage" : "http://slimframework.com" ,
"keywords" : [
"http" ,
"psr-7" ,
"psr7"
],
2020-12-19 14:18:01 +01:00
"support" : {
"issues" : "https://github.com/slimphp/Slim-Http/issues" ,
"source" : "https://github.com/slimphp/Slim-Http/tree/1.2.0"
},
"time" : "2020-11-20T06:43:10+00:00"
2020-02-11 17:42:03 +01:00
},
{
"name" : "slim/psr7" ,
2020-12-19 14:18:01 +01:00
"version" : "1.3.0" ,
2020-02-11 17:42:03 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/slimphp/Slim-Psr7.git" ,
2020-12-19 14:18:01 +01:00
"reference" : "235d2e5a5ee1ad4b97b96870f37f3091b22fffd7"
2020-02-11 17:42:03 +01:00
},
"dist" : {
"type" : "zip" ,
2020-12-19 14:18:01 +01:00
"url" : "https://api.github.com/repos/slimphp/Slim-Psr7/zipball/235d2e5a5ee1ad4b97b96870f37f3091b22fffd7" ,
"reference" : "235d2e5a5ee1ad4b97b96870f37f3091b22fffd7" ,
2020-02-11 17:42:03 +01:00
"shasum" : ""
},
"require" : {
2020-12-19 14:18:01 +01:00
"fig/http-message-util" : "^1.1.4" ,
"php" : "^7.2 || ^8.0" ,
2020-02-11 17:42:03 +01:00
"psr/http-factory" : "^1.0" ,
"psr/http-message" : "^1.0" ,
2020-12-19 14:18:01 +01:00
"ralouphie/getallheaders" : "^3" ,
"symfony/polyfill-php80" : "^1.18"
2020-02-11 17:42:03 +01:00
},
2018-04-10 20:30:11 +02:00
"provide" : {
2020-12-19 14:18:01 +01:00
"psr/http-factory-implementation" : "1.0" ,
2018-04-10 20:30:11 +02:00
"psr/http-message-implementation" : "1.0"
},
"require-dev" : {
2020-12-19 14:18:01 +01:00
"adriansuter/php-autoload-override" : "^1.2" ,
2020-02-11 17:42:03 +01:00
"ext-json" : "*" ,
2020-12-19 14:18:01 +01:00
"http-interop/http-factory-tests" : "^0.7.0" ,
2020-02-11 17:42:03 +01:00
"php-http/psr7-integration-tests" : "dev-master" ,
"phpstan/phpstan" : "^0.12" ,
2020-12-19 14:18:01 +01:00
"phpunit/phpunit" : "^8.5 || ^9.3" ,
"squizlabs/php_codesniffer" : "^3.5" ,
"weirdan/prophecy-shim" : "^1.0 || ^2.0.2"
2020-02-11 17:42:03 +01:00
},
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Slim\\Psr7\\" : "src"
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Josh Lockhart" ,
"email" : "hello@joshlockhart.com" ,
"homepage" : "http://joshlockhart.com"
},
{
"name" : "Andrew Smith" ,
"email" : "a.smith@silentworks.co.uk" ,
"homepage" : "http://silentworks.co.uk"
},
{
"name" : "Rob Allen" ,
"email" : "rob@akrabat.com" ,
"homepage" : "http://akrabat.com"
},
{
"name" : "Pierre Berube" ,
"email" : "pierre@lgse.com" ,
"homepage" : "http://www.lgse.com"
}
],
"description" : "Strict PSR-7 implementation" ,
"homepage" : "https://www.slimframework.com" ,
"keywords" : [
"http" ,
"psr-7" ,
"psr7"
],
2020-12-19 14:18:01 +01:00
"support" : {
"issues" : "https://github.com/slimphp/Slim-Psr7/issues" ,
"source" : "https://github.com/slimphp/Slim-Psr7/tree/1.3.0"
},
"time" : "2020-11-28T06:28:46+00:00"
2020-02-11 17:42:03 +01:00
},
{
"name" : "slim/slim" ,
2020-12-19 14:18:01 +01:00
"version" : "4.7.1" ,
2020-02-11 17:42:03 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/slimphp/Slim.git" ,
2020-12-19 14:18:01 +01:00
"reference" : "0905e0775f8c1cfb3bbcfabeb6588dcfd8b82d3f"
2020-02-11 17:42:03 +01:00
},
"dist" : {
"type" : "zip" ,
2020-12-19 14:18:01 +01:00
"url" : "https://api.github.com/repos/slimphp/Slim/zipball/0905e0775f8c1cfb3bbcfabeb6588dcfd8b82d3f" ,
"reference" : "0905e0775f8c1cfb3bbcfabeb6588dcfd8b82d3f" ,
2020-02-11 17:42:03 +01:00
"shasum" : ""
},
"require" : {
"ext-json" : "*" ,
"nikic/fast-route" : "^1.3" ,
2020-12-19 14:18:01 +01:00
"php" : "^7.2 || ^8.0" ,
2020-02-11 17:42:03 +01:00
"psr/container" : "^1.0" ,
"psr/http-factory" : "^1.0" ,
"psr/http-message" : "^1.0" ,
"psr/http-server-handler" : "^1.0" ,
2020-04-16 18:22:38 +02:00
"psr/http-server-middleware" : "^1.0" ,
"psr/log" : "^1.1"
2020-02-11 17:42:03 +01:00
},
"require-dev" : {
2020-12-19 14:18:01 +01:00
"adriansuter/php-autoload-override" : "^1.2" ,
2020-02-11 17:42:03 +01:00
"ext-simplexml" : "*" ,
2020-12-19 14:18:01 +01:00
"guzzlehttp/psr7" : "^1.7" ,
2020-02-11 17:42:03 +01:00
"http-interop/http-factory-guzzle" : "^1.0" ,
2020-12-19 14:18:01 +01:00
"laminas/laminas-diactoros" : "^2.4" ,
"nyholm/psr7" : "^1.3" ,
"nyholm/psr7-server" : "^1.0.1" ,
"phpspec/prophecy" : "^1.12" ,
"phpstan/phpstan" : "^0.12.58" ,
"phpunit/phpunit" : "^8.5.13" ,
"slim/http" : "^1.2" ,
"slim/psr7" : "^1.3" ,
"squizlabs/php_codesniffer" : "^3.5" ,
"weirdan/prophecy-shim" : "^1.0 || ^2.0.2"
2020-02-11 17:42:03 +01:00
},
"suggest" : {
"ext-simplexml" : "Needed to support XML format in BodyParsingMiddleware" ,
"ext-xml" : "Needed to support XML format in BodyParsingMiddleware" ,
"php-di/php-di" : "PHP-DI is the recommended container library to be used with Slim" ,
"slim/psr7" : "Slim PSR-7 implementation. See https://www.slimframework.com/docs/v4/start/installation.html for more information."
2018-04-10 20:30:11 +02:00
},
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Slim\\" : "Slim"
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Josh Lockhart" ,
"email" : "hello@joshlockhart.com" ,
"homepage" : "https://joshlockhart.com"
},
{
"name" : "Andrew Smith" ,
"email" : "a.smith@silentworks.co.uk" ,
"homepage" : "http://silentworks.co.uk"
2019-09-18 11:04:59 +02:00
},
{
"name" : "Rob Allen" ,
"email" : "rob@akrabat.com" ,
"homepage" : "http://akrabat.com"
},
2020-02-11 17:42:03 +01:00
{
"name" : "Pierre Berube" ,
"email" : "pierre@lgse.com" ,
"homepage" : "http://www.lgse.com"
},
2019-09-18 11:04:59 +02:00
{
"name" : "Gabriel Manricks" ,
"email" : "gmanricks@me.com" ,
"homepage" : "http://gabrielmanricks.com"
2018-04-10 20:30:11 +02:00
}
],
"description" : "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs" ,
2020-02-11 17:42:03 +01:00
"homepage" : "https://www.slimframework.com" ,
2018-04-10 20:30:11 +02:00
"keywords" : [
"api" ,
"framework" ,
"micro" ,
"router"
],
2020-12-19 14:18:01 +01:00
"support" : {
"docs" : "https://www.slimframework.com/docs/v4/" ,
"forum" : "https://discourse.slimframework.com/" ,
"irc" : "irc://irc.freenode.net:6667/slimphp" ,
"issues" : "https://github.com/slimphp/Slim/issues" ,
"rss" : "https://www.slimframework.com/blog/feed.rss" ,
"slack" : "https://slimphp.slack.com/" ,
"source" : "https://github.com/slimphp/Slim" ,
"wiki" : "https://github.com/slimphp/Slim/wiki"
},
"funding" : [
{
"url" : "https://opencollective.com/slimphp" ,
"type" : "open_collective"
},
{
"url" : "https://tidelift.com/funding/github/packagist/slim/slim" ,
"type" : "tidelift"
}
],
"time" : "2020-12-01T19:41:22+00:00"
2018-04-11 19:49:35 +02:00
},
{
"name" : "symfony/debug" ,
2020-12-19 14:18:01 +01:00
"version" : "v4.4.18" ,
2018-04-11 19:49:35 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/debug.git" ,
2020-12-19 14:18:01 +01:00
"reference" : "5dfc7825f3bfe9bb74b23d8b8ce0e0894e32b544"
2018-04-11 19:49:35 +02:00
},
"dist" : {
"type" : "zip" ,
2020-12-19 14:18:01 +01:00
"url" : "https://api.github.com/repos/symfony/debug/zipball/5dfc7825f3bfe9bb74b23d8b8ce0e0894e32b544" ,
"reference" : "5dfc7825f3bfe9bb74b23d8b8ce0e0894e32b544" ,
2018-04-11 19:49:35 +02:00
"shasum" : ""
},
"require" : {
2020-08-18 18:27:58 +02:00
"php" : ">=7.1.3" ,
"psr/log" : "~1.0" ,
"symfony/polyfill-php80" : "^1.15"
2018-04-11 19:49:35 +02:00
},
"conflict" : {
"symfony/http-kernel" : "<3.4"
},
"require-dev" : {
2020-01-27 19:00:49 +01:00
"symfony/http-kernel" : "^3.4|^4.0|^5.0"
2018-04-11 19:49:35 +02:00
},
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Symfony\\Component\\Debug\\" : ""
},
"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" : "Symfony Debug Component" ,
"homepage" : "https://symfony.com" ,
2020-12-19 14:18:01 +01:00
"support" : {
"source" : "https://github.com/symfony/debug/tree/v4.4.18"
},
2020-04-16 18:22:38 +02:00
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2020-12-19 14:18:01 +01:00
"time" : "2020-12-10T16:34:26+00:00"
2018-04-11 19:49:35 +02:00
},
{
"name" : "symfony/finder" ,
2020-12-19 14:18:01 +01:00
"version" : "v4.4.18" ,
2018-04-11 19:49:35 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/finder.git" ,
2020-12-19 14:18:01 +01:00
"reference" : "ebd0965f2dc2d4e0f11487c16fbb041e50b5c09b"
2018-04-11 19:49:35 +02:00
},
"dist" : {
"type" : "zip" ,
2020-12-19 14:18:01 +01:00
"url" : "https://api.github.com/repos/symfony/finder/zipball/ebd0965f2dc2d4e0f11487c16fbb041e50b5c09b" ,
"reference" : "ebd0965f2dc2d4e0f11487c16fbb041e50b5c09b" ,
2018-04-11 19:49:35 +02:00
"shasum" : ""
},
"require" : {
2020-08-18 18:27:58 +02:00
"php" : ">=7.1.3"
2018-04-11 19:49:35 +02:00
},
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Symfony\\Component\\Finder\\" : ""
},
"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" : "Symfony Finder Component" ,
"homepage" : "https://symfony.com" ,
2020-12-19 14:18:01 +01:00
"support" : {
"source" : "https://github.com/symfony/finder/tree/v4.4.18"
},
2020-04-16 18:22:38 +02:00
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2020-12-19 14:18:01 +01:00
"time" : "2020-12-08T16:59:59+00:00"
2018-04-11 19:49:35 +02:00
},
{
"name" : "symfony/polyfill-mbstring" ,
2020-12-19 14:18:01 +01:00
"version" : "v1.20.0" ,
2018-04-11 19:49:35 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-mbstring.git" ,
2020-12-19 14:18:01 +01:00
"reference" : "39d483bdf39be819deabf04ec872eb0b2410b531"
2018-04-11 19:49:35 +02:00
},
"dist" : {
"type" : "zip" ,
2020-12-19 14:18:01 +01:00
"url" : "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/39d483bdf39be819deabf04ec872eb0b2410b531" ,
"reference" : "39d483bdf39be819deabf04ec872eb0b2410b531" ,
2018-04-11 19:49:35 +02:00
"shasum" : ""
},
"require" : {
2020-12-19 14:18:01 +01:00
"php" : ">=7.1"
2018-04-11 19:49:35 +02:00
},
"suggest" : {
"ext-mbstring" : "For best performance"
},
"type" : "library" ,
"extra" : {
"branch-alias" : {
2020-12-19 14:18:01 +01:00
"dev-main" : "1.20-dev"
2020-08-18 18:27:58 +02:00
},
"thanks" : {
"name" : "symfony/polyfill" ,
"url" : "https://github.com/symfony/polyfill"
2018-04-11 19:49:35 +02:00
}
},
"autoload" : {
"psr-4" : {
"Symfony\\Polyfill\\Mbstring\\" : ""
},
"files" : [
"bootstrap.php"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Nicolas Grekas" ,
"email" : "p@tchwork.com"
},
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
],
"description" : "Symfony polyfill for the Mbstring extension" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"compatibility" ,
"mbstring" ,
"polyfill" ,
"portable" ,
"shim"
],
2020-12-19 14:18:01 +01:00
"support" : {
"source" : "https://github.com/symfony/polyfill-mbstring/tree/v1.20.0"
},
2020-04-16 18:22:38 +02:00
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2020-12-19 14:18:01 +01:00
"time" : "2020-10-23T14:02:19+00:00"
2018-04-11 19:49:35 +02:00
},
2020-02-11 17:42:03 +01:00
{
2020-08-18 18:27:58 +02:00
"name" : "symfony/polyfill-php80" ,
2020-12-19 14:18:01 +01:00
"version" : "v1.20.0" ,
2020-02-11 17:42:03 +01:00
"source" : {
"type" : "git" ,
2020-08-18 18:27:58 +02:00
"url" : "https://github.com/symfony/polyfill-php80.git" ,
2020-12-19 14:18:01 +01:00
"reference" : "e70aa8b064c5b72d3df2abd5ab1e90464ad009de"
2020-02-11 17:42:03 +01:00
},
"dist" : {
"type" : "zip" ,
2020-12-19 14:18:01 +01:00
"url" : "https://api.github.com/repos/symfony/polyfill-php80/zipball/e70aa8b064c5b72d3df2abd5ab1e90464ad009de" ,
"reference" : "e70aa8b064c5b72d3df2abd5ab1e90464ad009de" ,
2020-02-11 17:42:03 +01:00
"shasum" : ""
},
"require" : {
2020-12-19 14:18:01 +01:00
"php" : ">=7.1"
2020-02-11 17:42:03 +01:00
},
"type" : "library" ,
"extra" : {
"branch-alias" : {
2020-12-19 14:18:01 +01:00
"dev-main" : "1.20-dev"
2020-08-18 18:27:58 +02:00
},
"thanks" : {
"name" : "symfony/polyfill" ,
"url" : "https://github.com/symfony/polyfill"
2020-02-11 17:42:03 +01:00
}
},
"autoload" : {
"psr-4" : {
2020-08-18 18:27:58 +02:00
"Symfony\\Polyfill\\Php80\\" : ""
2020-02-11 17:42:03 +01:00
},
"files" : [
"bootstrap.php"
2020-08-18 18:27:58 +02:00
],
"classmap" : [
"Resources/stubs"
2020-02-11 17:42:03 +01:00
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
2020-08-18 18:27:58 +02:00
"name" : "Ion Bazan" ,
"email" : "ion.bazan@gmail.com"
2020-04-16 18:22:38 +02:00
},
2020-02-11 17:42:03 +01:00
{
"name" : "Nicolas Grekas" ,
"email" : "p@tchwork.com"
},
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
],
2020-08-18 18:27:58 +02:00
"description" : "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions" ,
2020-02-11 17:42:03 +01:00
"homepage" : "https://symfony.com" ,
"keywords" : [
"compatibility" ,
"polyfill" ,
2020-08-18 18:27:58 +02:00
"portable" ,
2020-02-11 17:42:03 +01:00
"shim"
],
2020-12-19 14:18:01 +01:00
"support" : {
"source" : "https://github.com/symfony/polyfill-php80/tree/v1.20.0"
},
2020-04-16 18:22:38 +02:00
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2020-12-19 14:18:01 +01:00
"time" : "2020-10-23T14:02:19+00:00"
2020-02-11 17:42:03 +01:00
},
2018-04-11 19:49:35 +02:00
{
"name" : "symfony/translation" ,
2020-12-19 14:18:01 +01:00
"version" : "v5.2.1" ,
2018-04-11 19:49:35 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/translation.git" ,
2020-12-19 14:18:01 +01:00
"reference" : "a04209ba0d1391c828e5b2373181dac63c52ee70"
2018-04-11 19:49:35 +02:00
},
"dist" : {
"type" : "zip" ,
2020-12-19 14:18:01 +01:00
"url" : "https://api.github.com/repos/symfony/translation/zipball/a04209ba0d1391c828e5b2373181dac63c52ee70" ,
"reference" : "a04209ba0d1391c828e5b2373181dac63c52ee70" ,
2018-04-11 19:49:35 +02:00
"shasum" : ""
},
"require" : {
2020-08-18 18:27:58 +02:00
"php" : ">=7.2.5" ,
2019-09-18 11:04:59 +02:00
"symfony/polyfill-mbstring" : "~1.0" ,
2020-08-18 18:27:58 +02:00
"symfony/polyfill-php80" : "^1.15" ,
2020-12-19 14:18:01 +01:00
"symfony/translation-contracts" : "^2.3"
2018-04-11 19:49:35 +02:00
},
"conflict" : {
2020-01-27 19:00:49 +01:00
"symfony/config" : "<4.4" ,
"symfony/dependency-injection" : "<5.0" ,
"symfony/http-kernel" : "<5.0" ,
"symfony/twig-bundle" : "<5.0" ,
"symfony/yaml" : "<4.4"
2018-04-11 19:49:35 +02:00
},
2019-03-04 17:43:12 +01:00
"provide" : {
2020-01-27 19:00:49 +01:00
"symfony/translation-implementation" : "2.0"
2019-03-04 17:43:12 +01:00
},
2018-04-11 19:49:35 +02:00
"require-dev" : {
"psr/log" : "~1.0" ,
2020-01-27 19:00:49 +01:00
"symfony/config" : "^4.4|^5.0" ,
"symfony/console" : "^4.4|^5.0" ,
"symfony/dependency-injection" : "^5.0" ,
"symfony/finder" : "^4.4|^5.0" ,
"symfony/http-kernel" : "^5.0" ,
"symfony/intl" : "^4.4|^5.0" ,
"symfony/service-contracts" : "^1.1.2|^2" ,
"symfony/yaml" : "^4.4|^5.0"
2018-04-11 19:49:35 +02:00
},
"suggest" : {
2018-07-11 19:43:05 +02:00
"psr/log-implementation" : "To use logging capability in translator" ,
2018-04-11 19:49:35 +02:00
"symfony/config" : "" ,
"symfony/yaml" : ""
},
"type" : "library" ,
"autoload" : {
2020-12-19 14:18:01 +01:00
"files" : [
"Resources/functions.php"
],
2018-04-11 19:49:35 +02:00
"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" : "Symfony Translation Component" ,
"homepage" : "https://symfony.com" ,
2020-12-19 14:18:01 +01:00
"support" : {
"source" : "https://github.com/symfony/translation/tree/v5.2.1"
},
2020-08-18 18:27:58 +02:00
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2020-12-19 14:18:01 +01:00
"time" : "2020-12-08T17:03:37+00:00"
2019-09-18 11:04:59 +02:00
},
{
"name" : "symfony/translation-contracts" ,
2020-12-19 14:18:01 +01:00
"version" : "v2.3.0" ,
2019-09-18 11:04:59 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/translation-contracts.git" ,
2020-12-19 14:18:01 +01:00
"reference" : "e2eaa60b558f26a4b0354e1bbb25636efaaad105"
2019-09-18 11:04:59 +02:00
},
"dist" : {
"type" : "zip" ,
2020-12-19 14:18:01 +01:00
"url" : "https://api.github.com/repos/symfony/translation-contracts/zipball/e2eaa60b558f26a4b0354e1bbb25636efaaad105" ,
"reference" : "e2eaa60b558f26a4b0354e1bbb25636efaaad105" ,
2019-09-18 11:04:59 +02:00
"shasum" : ""
},
"require" : {
2020-08-18 18:27:58 +02:00
"php" : ">=7.2.5"
2019-09-18 11:04:59 +02:00
},
"suggest" : {
"symfony/translation-implementation" : ""
},
"type" : "library" ,
"extra" : {
"branch-alias" : {
2020-12-19 14:18:01 +01:00
"dev-master" : "2.3-dev"
2020-08-18 18:27:58 +02:00
},
"thanks" : {
"name" : "symfony/contracts" ,
"url" : "https://github.com/symfony/contracts"
2019-09-18 11:04:59 +02:00
}
},
"autoload" : {
"psr-4" : {
"Symfony\\Contracts\\Translation\\" : ""
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Nicolas Grekas" ,
"email" : "p@tchwork.com"
},
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
],
"description" : "Generic abstractions related to translation" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"abstractions" ,
"contracts" ,
"decoupling" ,
"interfaces" ,
"interoperability" ,
"standards"
],
2020-12-19 14:18:01 +01:00
"support" : {
"source" : "https://github.com/symfony/translation-contracts/tree/v2.3.0"
},
2020-08-18 18:27:58 +02:00
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2020-12-19 14:18:01 +01:00
"time" : "2020-09-28T13:05:58+00:00"
2018-04-10 20:30:11 +02:00
}
],
"packages-dev" : [],
"aliases" : [],
"minimum-stability" : "stable" ,
"stability-flags" : [],
"prefer-stable" : false ,
"prefer-lowest" : false ,
2018-04-19 19:47:38 +02:00
"platform" : {
2018-07-11 19:43:05 +02:00
"php" : ">=7.2"
2018-04-19 19:47:38 +02:00
},
2020-04-13 10:00:29 +02:00
"platform-dev" : [],
2020-12-19 14:18:01 +01:00
"plugin-api-version" : "2.0.0"
2018-04-10 20:30:11 +02:00
}