Updated required extensions list.

This commit is contained in:
flash 2019-12-12 20:26:01 +01:00
parent dfca1f6589
commit 4512040362
2 changed files with 45 additions and 34 deletions

View file

@ -7,9 +7,14 @@
"issues": "https://github.com/flashwave/misuzu/issues" "issues": "https://github.com/flashwave/misuzu/issues"
}, },
"require": { "require": {
"php": "^7.2", "php": "^7.4",
"ext-bcmath": "*", "ext-curl": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-mbstring": "*", "ext-mbstring": "*",
"ext-pdo": "*",
"ext-xml": "*",
"ext-zip": "*",
"twig/twig": "^2.0", "twig/twig": "^2.0",
"swiftmailer/swiftmailer": "~6.0", "swiftmailer/swiftmailer": "~6.0",
"erusev/parsedown": "~1.6", "erusev/parsedown": "~1.6",

70
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "9d392430e326cc07adcdb41f72c0f2cc", "content-hash": "400b588939ef5651adf2ca9ca06dd090",
"packages": [ "packages": [
{ {
"name": "chillerlan/php-qrcode", "name": "chillerlan/php-qrcode",
@ -124,16 +124,16 @@
}, },
{ {
"name": "composer/ca-bundle", "name": "composer/ca-bundle",
"version": "1.2.4", "version": "1.2.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/composer/ca-bundle.git", "url": "https://github.com/composer/ca-bundle.git",
"reference": "10bb96592168a0f8e8f6dcde3532d9fa50b0b527" "reference": "62e8fc2dc550e5d6d8c9360c7721662670f58149"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/10bb96592168a0f8e8f6dcde3532d9fa50b0b527", "url": "https://api.github.com/repos/composer/ca-bundle/zipball/62e8fc2dc550e5d6d8c9360c7721662670f58149",
"reference": "10bb96592168a0f8e8f6dcde3532d9fa50b0b527", "reference": "62e8fc2dc550e5d6d8c9360c7721662670f58149",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -144,7 +144,7 @@
"require-dev": { "require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8", "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8",
"psr/log": "^1.0", "psr/log": "^1.0",
"symfony/process": "^2.5 || ^3.0 || ^4.0" "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -176,7 +176,7 @@
"ssl", "ssl",
"tls" "tls"
], ],
"time": "2019-08-30T08:44:50+00:00" "time": "2019-12-11T14:44:42+00:00"
}, },
{ {
"name": "composer/installers", "name": "composer/installers",
@ -529,26 +529,27 @@
}, },
{ {
"name": "geoip2/geoip2", "name": "geoip2/geoip2",
"version": "v2.9.0", "version": "v2.10.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/maxmind/GeoIP2-php.git", "url": "https://github.com/maxmind/GeoIP2-php.git",
"reference": "a807fbf65212eef5d8d2db1a1b31082b53633d77" "reference": "419557cd21d9fe039721a83490701a58c8ce784a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/a807fbf65212eef5d8d2db1a1b31082b53633d77", "url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/419557cd21d9fe039721a83490701a58c8ce784a",
"reference": "a807fbf65212eef5d8d2db1a1b31082b53633d77", "reference": "419557cd21d9fe039721a83490701a58c8ce784a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"maxmind-db/reader": "~1.0", "ext-json": "*",
"maxmind/web-service-common": "~0.5", "maxmind-db/reader": "~1.5",
"php": ">=5.4" "maxmind/web-service-common": "~0.6",
"php": ">=5.6"
}, },
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "2.*", "friendsofphp/php-cs-fixer": "2.*",
"phpunit/phpunit": "4.*", "phpunit/phpunit": "5.*",
"squizlabs/php_codesniffer": "3.*" "squizlabs/php_codesniffer": "3.*"
}, },
"type": "library", "type": "library",
@ -565,7 +566,7 @@
{ {
"name": "Gregory J. Oschwald", "name": "Gregory J. Oschwald",
"email": "goschwald@maxmind.com", "email": "goschwald@maxmind.com",
"homepage": "http://www.maxmind.com/" "homepage": "https://www.maxmind.com/"
} }
], ],
"description": "MaxMind GeoIP2 PHP API", "description": "MaxMind GeoIP2 PHP API",
@ -577,7 +578,7 @@
"geolocation", "geolocation",
"maxmind" "maxmind"
], ],
"time": "2018-04-10T15:32:59+00:00" "time": "2019-12-12T18:48:39+00:00"
}, },
{ {
"name": "jublonet/codebird-php", "name": "jublonet/codebird-php",
@ -640,16 +641,16 @@
}, },
{ {
"name": "maxmind-db/reader", "name": "maxmind-db/reader",
"version": "v1.5.0", "version": "v1.5.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git", "url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git",
"reference": "bd436094fc0a9b0558a899fb80b0ae34fe1808a0" "reference": "f096bbe4d37e3d93e62626297bfc2179472a972d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/bd436094fc0a9b0558a899fb80b0ae34fe1808a0", "url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/f096bbe4d37e3d93e62626297bfc2179472a972d",
"reference": "bd436094fc0a9b0558a899fb80b0ae34fe1808a0", "reference": "f096bbe4d37e3d93e62626297bfc2179472a972d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -693,31 +694,31 @@
"geolocation", "geolocation",
"maxmind" "maxmind"
], ],
"time": "2019-09-30T22:56:38+00:00" "time": "2019-12-12T18:32:55+00:00"
}, },
{ {
"name": "maxmind/web-service-common", "name": "maxmind/web-service-common",
"version": "v0.5.0", "version": "v0.6.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/maxmind/web-service-common-php.git", "url": "https://github.com/maxmind/web-service-common-php.git",
"reference": "61a9836fa3bb1743ab89752bae5005d71e78c73b" "reference": "40c928bb0194c45088b369a17f9baef9c3fc7460"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/maxmind/web-service-common-php/zipball/61a9836fa3bb1743ab89752bae5005d71e78c73b", "url": "https://api.github.com/repos/maxmind/web-service-common-php/zipball/40c928bb0194c45088b369a17f9baef9c3fc7460",
"reference": "61a9836fa3bb1743ab89752bae5005d71e78c73b", "reference": "40c928bb0194c45088b369a17f9baef9c3fc7460",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"composer/ca-bundle": "^1.0.3", "composer/ca-bundle": "^1.0.3",
"ext-curl": "*", "ext-curl": "*",
"ext-json": "*", "ext-json": "*",
"php": ">=5.4" "php": ">=5.6"
}, },
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "2.*", "friendsofphp/php-cs-fixer": "2.*",
"phpunit/phpunit": "4.*", "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0",
"squizlabs/php_codesniffer": "3.*" "squizlabs/php_codesniffer": "3.*"
}, },
"type": "library", "type": "library",
@ -739,7 +740,7 @@
], ],
"description": "Internal MaxMind Web Service API", "description": "Internal MaxMind Web Service API",
"homepage": "https://github.com/maxmind/web-service-common-php", "homepage": "https://github.com/maxmind/web-service-common-php",
"time": "2018-02-12T22:31:54+00:00" "time": "2019-12-12T15:56:05+00:00"
}, },
{ {
"name": "psr/log", "name": "psr/log",
@ -1273,9 +1274,14 @@
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
"php": "^7.2", "php": "^7.4",
"ext-bcmath": "*", "ext-curl": "*",
"ext-mbstring": "*" "ext-intl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-pdo": "*",
"ext-xml": "*",
"ext-zip": "*"
}, },
"platform-dev": [] "platform-dev": []
} }