mirror of
https://github.com/Circlepuller/Tinyboard.git
synced 2025-01-17 05:18:28 +01:00
1215 lines
43 KiB
JSON
1215 lines
43 KiB
JSON
{
|
|
"_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"
|
|
],
|
|
"content-hash": "8bc7409d30b142bc84e3d42e0f09578e",
|
|
"packages": [
|
|
{
|
|
"name": "awsumchan/ip",
|
|
"version": "v1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/AwsumChan/IP.git",
|
|
"reference": "0566f091baa7eee5684c0f7dc6a02cade416de54"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/AwsumChan/IP/zipball/0566f091baa7eee5684c0f7dc6a02cade416de54",
|
|
"reference": "0566f091baa7eee5684c0f7dc6a02cade416de54",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-bcmath": "*",
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"AwsumChan\\IP\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jason Morriss",
|
|
"email": "lifo2013@gmail.com"
|
|
},
|
|
{
|
|
"name": "Daniel Saunders",
|
|
"email": "dsaunders@dansaunders.me"
|
|
}
|
|
],
|
|
"description": "IP address helper PHP library for working with IPv4 and IPv6 addresses",
|
|
"keywords": [
|
|
"IP",
|
|
"ip address",
|
|
"ipv4",
|
|
"ipv6"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/AwsumChan/IP/issues",
|
|
"source": "https://github.com/AwsumChan/IP/tree/master"
|
|
},
|
|
"time": "2020-01-16T05:53:34+00:00"
|
|
},
|
|
{
|
|
"name": "erusev/parsedown",
|
|
"version": "1.7.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/erusev/parsedown.git",
|
|
"reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
|
|
"reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
|
|
"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"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/erusev/parsedown/issues",
|
|
"source": "https://github.com/erusev/parsedown/tree/1.7.x"
|
|
},
|
|
"time": "2019-12-30T22:54:17+00:00"
|
|
},
|
|
{
|
|
"name": "geoip/geoip",
|
|
"version": "v1.17",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/maxmind/geoip-api-php.git",
|
|
"reference": "2053a85c2ed3e7adcbaf0117e26832f57366e370"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/maxmind/geoip-api-php/zipball/2053a85c2ed3e7adcbaf0117e26832f57366e370",
|
|
"reference": "2053a85c2ed3e7adcbaf0117e26832f57366e370",
|
|
"shasum": ""
|
|
},
|
|
"conflict": {
|
|
"ext-geoip": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "3.7.*",
|
|
"satooshi/php-coveralls": "1.0.*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"src/geoip.inc",
|
|
"src/geoipcity.inc",
|
|
"src/timezone.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL 2.1+"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "MaxMind, Inc.",
|
|
"email": "support@maxmind.com",
|
|
"homepage": "http://www.maxmind.com/"
|
|
}
|
|
],
|
|
"description": "MaxMind GeoIP PHP API",
|
|
"homepage": "http://dev.maxmind.com/geoip/legacy/downloadable",
|
|
"keywords": [
|
|
"geoip",
|
|
"geolocation",
|
|
"maxmind"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/maxmind/geoip-api-php/issues",
|
|
"source": "https://github.com/maxmind/geoip-api-php/tree/master"
|
|
},
|
|
"time": "2016-05-16T19:06:50+00:00"
|
|
},
|
|
{
|
|
"name": "gettext/gettext",
|
|
"version": "v4.8.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-gettext/Gettext.git",
|
|
"reference": "57ff4fb16647e78e80a5909fe3c190f1c3110321"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-gettext/Gettext/zipball/57ff4fb16647e78e80a5909fe3c190f1c3110321",
|
|
"reference": "57ff4fb16647e78e80a5909fe3c190f1c3110321",
|
|
"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"
|
|
],
|
|
"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"
|
|
},
|
|
{
|
|
"name": "gettext/languages",
|
|
"version": "2.6.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-gettext/Languages.git",
|
|
"reference": "38ea0482f649e0802e475f0ed19fa993bcb7a618"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-gettext/Languages/zipball/38ea0482f649e0802e475f0ed19fa993bcb7a618",
|
|
"reference": "38ea0482f649e0802e475f0ed19fa993bcb7a618",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^2.16.0",
|
|
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4"
|
|
},
|
|
"bin": [
|
|
"bin/export-plural-rules"
|
|
],
|
|
"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",
|
|
"homepage": "https://github.com/php-gettext/Languages",
|
|
"keywords": [
|
|
"cldr",
|
|
"i18n",
|
|
"internationalization",
|
|
"l10n",
|
|
"language",
|
|
"languages",
|
|
"localization",
|
|
"php",
|
|
"plural",
|
|
"plural rules",
|
|
"plurals",
|
|
"translate",
|
|
"translations",
|
|
"unicode"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/php-gettext/Languages/issues",
|
|
"source": "https://github.com/php-gettext/Languages/tree/2.6.0"
|
|
},
|
|
"time": "2019-11-13T10:30:21+00:00"
|
|
},
|
|
{
|
|
"name": "intervention/httpauth",
|
|
"version": "3.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Intervention/httpauth.git",
|
|
"reference": "825202e88c0918f5249bd5af6ff1fb8ef6e3271e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Intervention/httpauth/zipball/825202e88c0918f5249bd5af6ff1fb8ef6e3271e",
|
|
"reference": "825202e88c0918f5249bd5af6ff1fb8ef6e3271e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2"
|
|
},
|
|
"require-dev": {
|
|
"phpstan/phpstan": "^0.12.11",
|
|
"phpunit/phpunit": "^8.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"Intervention\\HttpAuth\\Laravel\\HttpAuthServiceProvider"
|
|
],
|
|
"aliases": {
|
|
"HttpAuth": "Intervention\\HttpAuth\\Laravel\\Facades\\HttpAuth"
|
|
}
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Intervention\\HttpAuth\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Oliver Vogel",
|
|
"email": "oliver@olivervogel.com",
|
|
"homepage": "https://olivervogel.com/"
|
|
}
|
|
],
|
|
"description": "HTTP authentication (Basic & Digest) including ServiceProviders for easy Laravel integration",
|
|
"homepage": "https://github.com/Intervention/httpauth",
|
|
"keywords": [
|
|
"Authentication",
|
|
"http",
|
|
"laravel"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/Intervention/httpauth/issues",
|
|
"source": "https://github.com/Intervention/httpauth/tree/3.0.1"
|
|
},
|
|
"time": "2020-03-09T16:18:28+00:00"
|
|
},
|
|
{
|
|
"name": "marcusschwarz/lesserphp",
|
|
"version": "v0.5.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/MarcusSchwarz/lesserphp.git",
|
|
"reference": "3a0f5ae0d63cbb661b5f4afd2f96875e73b3ad7e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/MarcusSchwarz/lesserphp/zipball/3a0f5ae0d63cbb661b5f4afd2f96875e73b3ad7e",
|
|
"reference": "3a0f5ae0d63cbb661b5f4afd2f96875e73b3ad7e",
|
|
"shasum": ""
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.3"
|
|
},
|
|
"bin": [
|
|
"plessc"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.5.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"lessc.inc.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT",
|
|
"GPL-3.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Leaf Corcoran",
|
|
"email": "leafot@gmail.com",
|
|
"homepage": "http://leafo.net"
|
|
},
|
|
{
|
|
"name": "Marcus Schwarz",
|
|
"email": "github@maswaba.de",
|
|
"homepage": "https://www.maswaba.de"
|
|
}
|
|
],
|
|
"description": "lesserphp is a compiler for LESS written in PHP based on leafo's lessphp.",
|
|
"homepage": "http://leafo.net/lessphp/",
|
|
"support": {
|
|
"issues": "https://github.com/MarcusSchwarz/lesserphp/issues",
|
|
"source": "https://github.com/MarcusSchwarz/lesserphp/tree/v0.5.4"
|
|
},
|
|
"time": "2020-01-19T19:18:49+00:00"
|
|
},
|
|
{
|
|
"name": "monolog/monolog",
|
|
"version": "2.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Seldaek/monolog.git",
|
|
"reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/1cb1cde8e8dd0f70cc0fe51354a59acad9302084",
|
|
"reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2",
|
|
"psr/log": "^1.0.1"
|
|
},
|
|
"provide": {
|
|
"psr/log-implementation": "1.0.0"
|
|
},
|
|
"require-dev": {
|
|
"aws/aws-sdk-php": "^2.4.9 || ^3.0",
|
|
"doctrine/couchdb": "~1.0@dev",
|
|
"elasticsearch/elasticsearch": "^7",
|
|
"graylog2/gelf-php": "^1.4.2",
|
|
"mongodb/mongodb": "^1.8",
|
|
"php-amqplib/php-amqplib": "~2.4",
|
|
"php-console/php-console": "^3.1.3",
|
|
"phpspec/prophecy": "^1.6.1",
|
|
"phpstan/phpstan": "^0.12.59",
|
|
"phpunit/phpunit": "^8.5",
|
|
"predis/predis": "^1.1",
|
|
"rollbar/rollbar": "^1.3",
|
|
"ruflin/elastica": ">=0.90 <7.0.1",
|
|
"swiftmailer/swiftmailer": "^5.3|^6.0"
|
|
},
|
|
"suggest": {
|
|
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
|
|
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
|
|
"elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
|
|
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
|
|
"ext-mbstring": "Allow to work properly with unicode symbols",
|
|
"ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
|
|
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
|
|
"mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
|
|
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
|
|
"php-console/php-console": "Allow sending log messages to Google Chrome",
|
|
"rollbar/rollbar": "Allow sending log messages to Rollbar",
|
|
"ruflin/elastica": "Allow sending log messages to an Elastic Search server"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Monolog\\": "src/Monolog"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jordi Boggiano",
|
|
"email": "j.boggiano@seld.be",
|
|
"homepage": "https://seld.be"
|
|
}
|
|
],
|
|
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
|
|
"homepage": "https://github.com/Seldaek/monolog",
|
|
"keywords": [
|
|
"log",
|
|
"logging",
|
|
"psr-3"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/Seldaek/monolog/issues",
|
|
"source": "https://github.com/Seldaek/monolog/tree/2.2.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/Seldaek",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2020-12-14T13:15:25+00:00"
|
|
},
|
|
{
|
|
"name": "mrclay/jsmin-php",
|
|
"version": "2.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/mrclay/jsmin-php.git",
|
|
"reference": "bb05febc9440852d39899255afd5569b7f21a72c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/mrclay/jsmin-php/zipball/bb05febc9440852d39899255afd5569b7f21a72c",
|
|
"reference": "bb05febc9440852d39899255afd5569b7f21a72c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-pcre": "*",
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.2"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"JSMin\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Stephen Clay",
|
|
"email": "steve@mrclay.org",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Ryan Grove",
|
|
"email": "ryan@wonko.com",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Provides a modified port of Douglas Crockford's jsmin.c, which removes unnecessary whitespace from JavaScript files.",
|
|
"homepage": "https://github.com/mrclay/jsmin-php/",
|
|
"keywords": [
|
|
"compress",
|
|
"jsmin",
|
|
"minify"
|
|
],
|
|
"support": {
|
|
"email": "minify@googlegroups.com",
|
|
"issues": "https://github.com/mrclay/jsmin-php/issues",
|
|
"source": "https://github.com/mrclay/jsmin-php/tree/master"
|
|
},
|
|
"time": "2018-12-06T15:03:38+00:00"
|
|
},
|
|
{
|
|
"name": "mrclay/minify",
|
|
"version": "3.0.10",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/mrclay/minify.git",
|
|
"reference": "8dba84a2d24ae6382057a1215ad3af25202addb9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/mrclay/minify/zipball/8dba84a2d24ae6382057a1215ad3af25202addb9",
|
|
"reference": "8dba84a2d24ae6382057a1215ad3af25202addb9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-pcre": "*",
|
|
"intervention/httpauth": "^2.0|^3.0",
|
|
"marcusschwarz/lesserphp": "^0.5.1",
|
|
"monolog/monolog": "~1.1|~2.0",
|
|
"mrclay/jsmin-php": "~2",
|
|
"mrclay/props-dic": "^2.2|^3.0",
|
|
"php": "^5.3.0 || ^7.0",
|
|
"tubalmartin/cssmin": "~4"
|
|
},
|
|
"require-dev": {
|
|
"firephp/firephp-core": "~0.4.0",
|
|
"leafo/scssphp": "^0.3 || ^0.6 || ^0.7",
|
|
"meenie/javascript-packer": "~1.1",
|
|
"phpunit/phpunit": "^4.8.36",
|
|
"tedivm/jshrink": "~1.1.0"
|
|
},
|
|
"suggest": {
|
|
"firephp/firephp-core": "Use FirePHP for Log messages",
|
|
"meenie/javascript-packer": "Keep track of the Packer PHP port using Composer"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"lib/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Stephen Clay",
|
|
"email": "steve@mrclay.org",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Minify is a PHP app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers",
|
|
"homepage": "https://github.com/mrclay/minify",
|
|
"support": {
|
|
"email": "minify@googlegroups.com",
|
|
"issues": "https://github.com/mrclay/minify/issues",
|
|
"source": "https://github.com/mrclay/minify/tree/3.0.10",
|
|
"wiki": "https://github.com/mrclay/minify/blob/master/docs"
|
|
},
|
|
"time": "2020-04-02T19:47:26+00:00"
|
|
},
|
|
{
|
|
"name": "mrclay/props-dic",
|
|
"version": "3.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/mrclay/Props.git",
|
|
"reference": "0b0fd254e33e2d60bc2bcd7867f2ab3cdd05a843"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/mrclay/Props/zipball/0b0fd254e33e2d60bc2bcd7867f2ab3cdd05a843",
|
|
"reference": "0b0fd254e33e2d60bc2bcd7867f2ab3cdd05a843",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"pimple/pimple": "~3.0",
|
|
"psr/container": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.8"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Props\\": [
|
|
"src/"
|
|
]
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Steve Clay",
|
|
"email": "steve@mrclay.org",
|
|
"homepage": "http://www.mrclay.org/"
|
|
}
|
|
],
|
|
"description": "Props is a simple DI container that allows retrieving values via custom property and method names",
|
|
"keywords": [
|
|
"container",
|
|
"dependency injection",
|
|
"dependency injection container",
|
|
"di",
|
|
"di container"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/mrclay/Props/issues",
|
|
"source": "https://github.com/mrclay/Props/tree/master"
|
|
},
|
|
"time": "2019-11-26T17:56:10+00:00"
|
|
},
|
|
{
|
|
"name": "pimple/pimple",
|
|
"version": "v3.3.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/silexphp/Pimple.git",
|
|
"reference": "21e45061c3429b1e06233475cc0e1f6fc774d5b0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/silexphp/Pimple/zipball/21e45061c3429b1e06233475cc0e1f6fc774d5b0",
|
|
"reference": "21e45061c3429b1e06233475cc0e1f6fc774d5b0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"psr/container": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/phpunit-bridge": "^5.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.3.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Pimple": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
}
|
|
],
|
|
"description": "Pimple, a simple Dependency Injection Container",
|
|
"homepage": "https://pimple.symfony.com",
|
|
"keywords": [
|
|
"container",
|
|
"dependency injection"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/silexphp/Pimple/tree/v3.3.1"
|
|
},
|
|
"time": "2020-11-24T20:35:42+00: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"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/php-fig/container/issues",
|
|
"source": "https://github.com/php-fig/container/tree/master"
|
|
},
|
|
"time": "2017-02-14T16:28:37+00:00"
|
|
},
|
|
{
|
|
"name": "psr/log",
|
|
"version": "1.1.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/log.git",
|
|
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
|
|
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Log\\": "Psr/Log/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "http://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interface for logging libraries",
|
|
"homepage": "https://github.com/php-fig/log",
|
|
"keywords": [
|
|
"log",
|
|
"psr",
|
|
"psr-3"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/php-fig/log/tree/1.1.3"
|
|
},
|
|
"time": "2020-03-23T09:12:05+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-ctype",
|
|
"version": "v1.22.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
|
"reference": "c6c942b1ac76c82448322025e084cadc56048b4e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/c6c942b1ac76c82448322025e084cadc56048b4e",
|
|
"reference": "c6c942b1ac76c82448322025e084cadc56048b4e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"suggest": {
|
|
"ext-ctype": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.22-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Ctype\\": ""
|
|
},
|
|
"files": [
|
|
"bootstrap.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Gert de Pagter",
|
|
"email": "BackEndTea@gmail.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill for ctype functions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"ctype",
|
|
"polyfill",
|
|
"portable"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.22.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://symfony.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2021-01-07T16:49:33+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-mbstring",
|
|
"version": "v1.22.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
"reference": "f377a3dd1fde44d37b9831d68dc8dea3ffd28e13"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f377a3dd1fde44d37b9831d68dc8dea3ffd28e13",
|
|
"reference": "f377a3dd1fde44d37b9831d68dc8dea3ffd28e13",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"suggest": {
|
|
"ext-mbstring": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.22-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Mbstring\\": ""
|
|
},
|
|
"files": [
|
|
"bootstrap.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill for the Mbstring extension",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"mbstring",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.22.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://symfony.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2021-01-07T16:49:33+00:00"
|
|
},
|
|
{
|
|
"name": "tubalmartin/cssmin",
|
|
"version": "v4.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port.git",
|
|
"reference": "3cbf557f4079d83a06f9c3ff9b957c022d7805cf"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/tubalmartin/YUI-CSS-compressor-PHP-port/zipball/3cbf557f4079d83a06f9c3ff9b957c022d7805cf",
|
|
"reference": "3cbf557f4079d83a06f9c3ff9b957c022d7805cf",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-pcre": "*",
|
|
"php": ">=5.3.2"
|
|
},
|
|
"require-dev": {
|
|
"cogpowered/finediff": "0.3.*",
|
|
"phpunit/phpunit": "4.8.*"
|
|
},
|
|
"bin": [
|
|
"cssmin"
|
|
],
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"tubalmartin\\CssMin\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Túbal Martín",
|
|
"homepage": "http://tubalmartin.me/"
|
|
}
|
|
],
|
|
"description": "A PHP port of the YUI CSS compressor",
|
|
"homepage": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port",
|
|
"keywords": [
|
|
"compress",
|
|
"compressor",
|
|
"css",
|
|
"cssmin",
|
|
"minify",
|
|
"yui"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port/issues",
|
|
"source": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port"
|
|
},
|
|
"time": "2018-01-15T15:26:51+00:00"
|
|
},
|
|
{
|
|
"name": "twig/extensions",
|
|
"version": "v1.5.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/twigphp/Twig-extensions.git",
|
|
"reference": "57873c8b0c1be51caa47df2cdb824490beb16202"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202",
|
|
"reference": "57873c8b0c1be51caa47df2cdb824490beb16202",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"twig/twig": "^1.27|^2.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/phpunit-bridge": "^3.4",
|
|
"symfony/translation": "^2.7|^3.4"
|
|
},
|
|
"suggest": {
|
|
"symfony/translation": "Allow the time_diff output to be translated"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.5-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Twig_Extensions_": "lib/"
|
|
},
|
|
"psr-4": {
|
|
"Twig\\Extensions\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
}
|
|
],
|
|
"description": "Common additional features for Twig that do not directly belong in core",
|
|
"keywords": [
|
|
"i18n",
|
|
"text"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/twigphp/Twig-extensions/issues",
|
|
"source": "https://github.com/twigphp/Twig-extensions/tree/master"
|
|
},
|
|
"abandoned": true,
|
|
"time": "2018-12-05T18:34:18+00:00"
|
|
},
|
|
{
|
|
"name": "twig/twig",
|
|
"version": "v2.14.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/twigphp/Twig.git",
|
|
"reference": "8bc568d460d88b25c00c046256ec14a787ea60d9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/twigphp/Twig/zipball/8bc568d460d88b25c00c046256ec14a787ea60d9",
|
|
"reference": "8bc568d460d88b25c00c046256ec14a787ea60d9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/polyfill-ctype": "^1.8",
|
|
"symfony/polyfill-mbstring": "^1.3"
|
|
},
|
|
"require-dev": {
|
|
"psr/container": "^1.0",
|
|
"symfony/phpunit-bridge": "^4.4.9|^5.0.9"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.14-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Twig_": "lib/"
|
|
},
|
|
"psr-4": {
|
|
"Twig\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com",
|
|
"homepage": "http://fabien.potencier.org",
|
|
"role": "Lead Developer"
|
|
},
|
|
{
|
|
"name": "Twig Team",
|
|
"role": "Contributors"
|
|
},
|
|
{
|
|
"name": "Armin Ronacher",
|
|
"email": "armin.ronacher@active-4.com",
|
|
"role": "Project Founder"
|
|
}
|
|
],
|
|
"description": "Twig, the flexible, fast, and secure template language for PHP",
|
|
"homepage": "https://twig.symfony.com",
|
|
"keywords": [
|
|
"templating"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/twigphp/Twig/issues",
|
|
"source": "https://github.com/twigphp/Twig/tree/v2.14.3"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/twig/twig",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2021-01-05T15:34:33+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": [],
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": {
|
|
"ext-pdo": "*",
|
|
"ext-gd": "*"
|
|
},
|
|
"platform-dev": [],
|
|
"platform-overrides": {
|
|
"php": "7.2.9"
|
|
},
|
|
"plugin-api-version": "2.0.0"
|
|
}
|