|
|
@@ -4,8 +4,384 @@
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
"This file is @generated automatically"
|
|
|
],
|
|
|
- "content-hash": "c61ff82cbf0142a401a48a8161e1595a",
|
|
|
+ "content-hash": "0aea38a9727665403b2dc934fc4fc0eb",
|
|
|
"packages": [
|
|
|
+ {
|
|
|
+ "name": "adbario/php-dot-notation",
|
|
|
+ "version": "2.4.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/adbario/php-dot-notation.git",
|
|
|
+ "reference": "3bfe67895d26697d20485343499532234eeb7c08"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/adbario/php-dot-notation/zipball/3bfe67895d26697d20485343499532234eeb7c08",
|
|
|
+ "reference": "3bfe67895d26697d20485343499532234eeb7c08",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-json": "*",
|
|
|
+ "php": "^5.5 || ^7.0 || ^8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^4.8|^5.7|^6.6|^7.5|^8.5|^9.5",
|
|
|
+ "squizlabs/php_codesniffer": "^3.6"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "src/helpers.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Adbar\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Riku Särkinen",
|
|
|
+ "email": "riku@adbar.io"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "PHP dot notation access to arrays",
|
|
|
+ "homepage": "https://github.com/adbario/php-dot-notation",
|
|
|
+ "keywords": [
|
|
|
+ "ArrayAccess",
|
|
|
+ "dotnotation"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/adbario/php-dot-notation/issues",
|
|
|
+ "source": "https://github.com/adbario/php-dot-notation/tree/2.4.1"
|
|
|
+ },
|
|
|
+ "time": "2022-08-25T19:47:20+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "alibabacloud/client",
|
|
|
+ "version": "1.5.31",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/aliyun/openapi-sdk-php-client.git",
|
|
|
+ "reference": "19224d92fe27ab8ef501d77d4891e7660bc023c1"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/aliyun/openapi-sdk-php-client/zipball/19224d92fe27ab8ef501d77d4891e7660bc023c1",
|
|
|
+ "reference": "19224d92fe27ab8ef501d77d4891e7660bc023c1",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "adbario/php-dot-notation": "^2.2",
|
|
|
+ "clagiordano/weblibs-configmanager": "^1.0",
|
|
|
+ "danielstjules/stringy": "^3.1",
|
|
|
+ "ext-curl": "*",
|
|
|
+ "ext-json": "*",
|
|
|
+ "ext-libxml": "*",
|
|
|
+ "ext-mbstring": "*",
|
|
|
+ "ext-openssl": "*",
|
|
|
+ "ext-simplexml": "*",
|
|
|
+ "ext-xmlwriter": "*",
|
|
|
+ "guzzlehttp/guzzle": "^6.3|^7.0",
|
|
|
+ "mtdowling/jmespath.php": "^2.5",
|
|
|
+ "php": ">=5.5"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "composer/composer": "^1.8",
|
|
|
+ "drupal/coder": "^8.3",
|
|
|
+ "ext-dom": "*",
|
|
|
+ "ext-pcre": "*",
|
|
|
+ "ext-sockets": "*",
|
|
|
+ "ext-spl": "*",
|
|
|
+ "league/climate": "^3.2.4",
|
|
|
+ "mikey179/vfsstream": "^1.6",
|
|
|
+ "monolog/monolog": "^1.24",
|
|
|
+ "phpunit/phpunit": "^5.7.27|^6.1",
|
|
|
+ "psr/cache": "^1.0",
|
|
|
+ "symfony/dotenv": "^3.4",
|
|
|
+ "symfony/var-dumper": "^3.4"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-sockets": "To use client-side monitoring"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "src/Functions.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "AlibabaCloud\\Client\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Alibaba Cloud SDK",
|
|
|
+ "email": "sdk-team@alibabacloud.com",
|
|
|
+ "homepage": "http://www.alibabacloud.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Alibaba Cloud Client for PHP - Use Alibaba Cloud in your PHP project",
|
|
|
+ "homepage": "https://www.alibabacloud.com/",
|
|
|
+ "keywords": [
|
|
|
+ "alibaba",
|
|
|
+ "alibabacloud",
|
|
|
+ "aliyun",
|
|
|
+ "client",
|
|
|
+ "cloud",
|
|
|
+ "library",
|
|
|
+ "sdk",
|
|
|
+ "tool"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/aliyun/openapi-sdk-php-client/issues",
|
|
|
+ "source": "https://github.com/aliyun/openapi-sdk-php-client"
|
|
|
+ },
|
|
|
+ "time": "2021-05-13T06:26:38+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "alibabacloud/sdk",
|
|
|
+ "version": "1.8.1471",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/aliyun/openapi-sdk-php.git",
|
|
|
+ "reference": "e70053be0d2bbf1a2dfaa1335faab55024b01df0"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/aliyun/openapi-sdk-php/zipball/e70053be0d2bbf1a2dfaa1335faab55024b01df0",
|
|
|
+ "reference": "e70053be0d2bbf1a2dfaa1335faab55024b01df0",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "alibabacloud/client": "^1.5",
|
|
|
+ "ext-curl": "*",
|
|
|
+ "ext-json": "*",
|
|
|
+ "ext-libxml": "*",
|
|
|
+ "ext-mbstring": "*",
|
|
|
+ "ext-openssl": "*",
|
|
|
+ "ext-simplexml": "*",
|
|
|
+ "ext-xmlwriter": "*",
|
|
|
+ "php": ">=5.5"
|
|
|
+ },
|
|
|
+ "replace": {
|
|
|
+ "alibabacloud/aas": "self.version",
|
|
|
+ "alibabacloud/actiontrail": "self.version",
|
|
|
+ "alibabacloud/adb": "self.version",
|
|
|
+ "alibabacloud/aegis": "self.version",
|
|
|
+ "alibabacloud/afs": "self.version",
|
|
|
+ "alibabacloud/airec": "self.version",
|
|
|
+ "alibabacloud/alidns": "self.version",
|
|
|
+ "alibabacloud/alikafka": "self.version",
|
|
|
+ "alibabacloud/alimt": "self.version",
|
|
|
+ "alibabacloud/aliprobe": "self.version",
|
|
|
+ "alibabacloud/aliyuncvc": "self.version",
|
|
|
+ "alibabacloud/appmallsservice": "self.version",
|
|
|
+ "alibabacloud/arms": "self.version",
|
|
|
+ "alibabacloud/arms4finance": "self.version",
|
|
|
+ "alibabacloud/baas": "self.version",
|
|
|
+ "alibabacloud/batchcompute": "self.version",
|
|
|
+ "alibabacloud/bss": "self.version",
|
|
|
+ "alibabacloud/bssopenapi": "self.version",
|
|
|
+ "alibabacloud/cas": "self.version",
|
|
|
+ "alibabacloud/cbn": "self.version",
|
|
|
+ "alibabacloud/ccc": "self.version",
|
|
|
+ "alibabacloud/ccs": "self.version",
|
|
|
+ "alibabacloud/cdn": "self.version",
|
|
|
+ "alibabacloud/cds": "self.version",
|
|
|
+ "alibabacloud/cf": "self.version",
|
|
|
+ "alibabacloud/chatbot": "self.version",
|
|
|
+ "alibabacloud/cloudapi": "self.version",
|
|
|
+ "alibabacloud/cloudauth": "self.version",
|
|
|
+ "alibabacloud/cloudesl": "self.version",
|
|
|
+ "alibabacloud/cloudmarketing": "self.version",
|
|
|
+ "alibabacloud/cloudphoto": "self.version",
|
|
|
+ "alibabacloud/cloudwf": "self.version",
|
|
|
+ "alibabacloud/cms": "self.version",
|
|
|
+ "alibabacloud/commondriver": "self.version",
|
|
|
+ "alibabacloud/companyreg": "self.version",
|
|
|
+ "alibabacloud/cr": "self.version",
|
|
|
+ "alibabacloud/crm": "self.version",
|
|
|
+ "alibabacloud/cs": "self.version",
|
|
|
+ "alibabacloud/csb": "self.version",
|
|
|
+ "alibabacloud/cusanalyticsconline": "self.version",
|
|
|
+ "alibabacloud/dataworkspublic": "self.version",
|
|
|
+ "alibabacloud/dbs": "self.version",
|
|
|
+ "alibabacloud/dcdn": "self.version",
|
|
|
+ "alibabacloud/dds": "self.version",
|
|
|
+ "alibabacloud/democenter": "self.version",
|
|
|
+ "alibabacloud/dm": "self.version",
|
|
|
+ "alibabacloud/dmsenterprise": "self.version",
|
|
|
+ "alibabacloud/domain": "self.version",
|
|
|
+ "alibabacloud/domainintl": "self.version",
|
|
|
+ "alibabacloud/drcloud": "self.version",
|
|
|
+ "alibabacloud/drds": "self.version",
|
|
|
+ "alibabacloud/dts": "self.version",
|
|
|
+ "alibabacloud/dybaseapi": "self.version",
|
|
|
+ "alibabacloud/dyplsapi": "self.version",
|
|
|
+ "alibabacloud/dypnsapi": "self.version",
|
|
|
+ "alibabacloud/dysmsapi": "self.version",
|
|
|
+ "alibabacloud/dyvmsapi": "self.version",
|
|
|
+ "alibabacloud/eci": "self.version",
|
|
|
+ "alibabacloud/ecs": "self.version",
|
|
|
+ "alibabacloud/ecsinc": "self.version",
|
|
|
+ "alibabacloud/edas": "self.version",
|
|
|
+ "alibabacloud/ehpc": "self.version",
|
|
|
+ "alibabacloud/elasticsearch": "self.version",
|
|
|
+ "alibabacloud/emr": "self.version",
|
|
|
+ "alibabacloud/ess": "self.version",
|
|
|
+ "alibabacloud/facebody": "self.version",
|
|
|
+ "alibabacloud/fnf": "self.version",
|
|
|
+ "alibabacloud/foas": "self.version",
|
|
|
+ "alibabacloud/ft": "self.version",
|
|
|
+ "alibabacloud/goodstech": "self.version",
|
|
|
+ "alibabacloud/gpdb": "self.version",
|
|
|
+ "alibabacloud/green": "self.version",
|
|
|
+ "alibabacloud/hbase": "self.version",
|
|
|
+ "alibabacloud/hiknoengine": "self.version",
|
|
|
+ "alibabacloud/hpc": "self.version",
|
|
|
+ "alibabacloud/hsm": "self.version",
|
|
|
+ "alibabacloud/httpdns": "self.version",
|
|
|
+ "alibabacloud/idst": "self.version",
|
|
|
+ "alibabacloud/imageaudit": "self.version",
|
|
|
+ "alibabacloud/imageenhan": "self.version",
|
|
|
+ "alibabacloud/imagerecog": "self.version",
|
|
|
+ "alibabacloud/imagesearch": "self.version",
|
|
|
+ "alibabacloud/imageseg": "self.version",
|
|
|
+ "alibabacloud/imm": "self.version",
|
|
|
+ "alibabacloud/industrybrain": "self.version",
|
|
|
+ "alibabacloud/iot": "self.version",
|
|
|
+ "alibabacloud/iqa": "self.version",
|
|
|
+ "alibabacloud/itaas": "self.version",
|
|
|
+ "alibabacloud/ivision": "self.version",
|
|
|
+ "alibabacloud/ivpd": "self.version",
|
|
|
+ "alibabacloud/jaq": "self.version",
|
|
|
+ "alibabacloud/jarvis": "self.version",
|
|
|
+ "alibabacloud/jarvispublic": "self.version",
|
|
|
+ "alibabacloud/kms": "self.version",
|
|
|
+ "alibabacloud/linkedmall": "self.version",
|
|
|
+ "alibabacloud/linkface": "self.version",
|
|
|
+ "alibabacloud/linkwan": "self.version",
|
|
|
+ "alibabacloud/live": "self.version",
|
|
|
+ "alibabacloud/lubancloud": "self.version",
|
|
|
+ "alibabacloud/lubanruler": "self.version",
|
|
|
+ "alibabacloud/market": "self.version",
|
|
|
+ "alibabacloud/mopen": "self.version",
|
|
|
+ "alibabacloud/mpserverless": "self.version",
|
|
|
+ "alibabacloud/mts": "self.version",
|
|
|
+ "alibabacloud/multimediaai": "self.version",
|
|
|
+ "alibabacloud/nas": "self.version",
|
|
|
+ "alibabacloud/netana": "self.version",
|
|
|
+ "alibabacloud/nlp": "self.version",
|
|
|
+ "alibabacloud/nlpautoml": "self.version",
|
|
|
+ "alibabacloud/nlscloudmeta": "self.version",
|
|
|
+ "alibabacloud/nlsfiletrans": "self.version",
|
|
|
+ "alibabacloud/objectdet": "self.version",
|
|
|
+ "alibabacloud/ocr": "self.version",
|
|
|
+ "alibabacloud/ocs": "self.version",
|
|
|
+ "alibabacloud/oms": "self.version",
|
|
|
+ "alibabacloud/ons": "self.version",
|
|
|
+ "alibabacloud/onsmqtt": "self.version",
|
|
|
+ "alibabacloud/oos": "self.version",
|
|
|
+ "alibabacloud/openanalytics": "self.version",
|
|
|
+ "alibabacloud/ossadmin": "self.version",
|
|
|
+ "alibabacloud/ots": "self.version",
|
|
|
+ "alibabacloud/outboundbot": "self.version",
|
|
|
+ "alibabacloud/petadata": "self.version",
|
|
|
+ "alibabacloud/polardb": "self.version",
|
|
|
+ "alibabacloud/productcatalog": "self.version",
|
|
|
+ "alibabacloud/pts": "self.version",
|
|
|
+ "alibabacloud/push": "self.version",
|
|
|
+ "alibabacloud/pvtz": "self.version",
|
|
|
+ "alibabacloud/qualitycheck": "self.version",
|
|
|
+ "alibabacloud/ram": "self.version",
|
|
|
+ "alibabacloud/rds": "self.version",
|
|
|
+ "alibabacloud/reid": "self.version",
|
|
|
+ "alibabacloud/retailcloud": "self.version",
|
|
|
+ "alibabacloud/rkvstore": "self.version",
|
|
|
+ "alibabacloud/ros": "self.version",
|
|
|
+ "alibabacloud/rtc": "self.version",
|
|
|
+ "alibabacloud/saf": "self.version",
|
|
|
+ "alibabacloud/sas": "self.version",
|
|
|
+ "alibabacloud/sasapi": "self.version",
|
|
|
+ "alibabacloud/scdn": "self.version",
|
|
|
+ "alibabacloud/schedulerx2": "self.version",
|
|
|
+ "alibabacloud/skyeye": "self.version",
|
|
|
+ "alibabacloud/slb": "self.version",
|
|
|
+ "alibabacloud/smartag": "self.version",
|
|
|
+ "alibabacloud/smc": "self.version",
|
|
|
+ "alibabacloud/sms": "self.version",
|
|
|
+ "alibabacloud/smsintl": "self.version",
|
|
|
+ "alibabacloud/snsuapi": "self.version",
|
|
|
+ "alibabacloud/sts": "self.version",
|
|
|
+ "alibabacloud/taginner": "self.version",
|
|
|
+ "alibabacloud/tesladam": "self.version",
|
|
|
+ "alibabacloud/teslamaxcompute": "self.version",
|
|
|
+ "alibabacloud/teslastream": "self.version",
|
|
|
+ "alibabacloud/ubsms": "self.version",
|
|
|
+ "alibabacloud/ubsmsinner": "self.version",
|
|
|
+ "alibabacloud/uis": "self.version",
|
|
|
+ "alibabacloud/unimkt": "self.version",
|
|
|
+ "alibabacloud/visionai": "self.version",
|
|
|
+ "alibabacloud/vod": "self.version",
|
|
|
+ "alibabacloud/voicenavigator": "self.version",
|
|
|
+ "alibabacloud/vpc": "self.version",
|
|
|
+ "alibabacloud/vs": "self.version",
|
|
|
+ "alibabacloud/wafopenapi": "self.version",
|
|
|
+ "alibabacloud/welfareinner": "self.version",
|
|
|
+ "alibabacloud/xspace": "self.version",
|
|
|
+ "alibabacloud/xtrace": "self.version",
|
|
|
+ "alibabacloud/yqbridge": "self.version",
|
|
|
+ "alibabacloud/yundun": "self.version"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "composer/composer": "^1.8",
|
|
|
+ "league/climate": "^3.2.4",
|
|
|
+ "phpunit/phpunit": "^4.8",
|
|
|
+ "symfony/dotenv": "^3.4",
|
|
|
+ "symfony/var-dumper": "^3.4"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-sockets": "To use client-side monitoring"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "AlibabaCloud\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Alibaba Cloud SDK",
|
|
|
+ "email": "sdk-team@alibabacloud.com",
|
|
|
+ "homepage": "http://www.alibabacloud.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Alibaba Cloud SDK for PHP - Easier to Use Alibaba Cloud in your PHP project",
|
|
|
+ "homepage": "https://www.alibabacloud.com/",
|
|
|
+ "keywords": [
|
|
|
+ "alibaba",
|
|
|
+ "alibabacloud",
|
|
|
+ "aliyun",
|
|
|
+ "cloud",
|
|
|
+ "library",
|
|
|
+ "sdk"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/aliyun/openapi-sdk-php/issues",
|
|
|
+ "source": "https://github.com/aliyun/openapi-sdk-php"
|
|
|
+ },
|
|
|
+ "time": "2022-09-08T13:27:25+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "asm89/stack-cors",
|
|
|
"version": "v2.1.1",
|
|
|
@@ -122,6 +498,118 @@
|
|
|
],
|
|
|
"time": "2021-08-15T20:50:18+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "clagiordano/weblibs-configmanager",
|
|
|
+ "version": "v1.2.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/clagiordano/weblibs-configmanager.git",
|
|
|
+ "reference": "5c8ebcc62782313b1278afe802b120d18c07a059"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/clagiordano/weblibs-configmanager/zipball/5c8ebcc62782313b1278afe802b120d18c07a059",
|
|
|
+ "reference": "5c8ebcc62782313b1278afe802b120d18c07a059",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.4"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "clagiordano/phpunit-result-printer": "^1",
|
|
|
+ "phpunit/phpunit": "^4.8"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "clagiordano\\weblibs\\configmanager\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "LGPL-3.0-or-later"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Claudio Giordano",
|
|
|
+ "email": "claudio.giordano@autistici.org",
|
|
|
+ "role": "Developer"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "weblibs-configmanager is a tool library for easily read and access to php config array file and direct read/write configuration file / object",
|
|
|
+ "keywords": [
|
|
|
+ "clagiordano",
|
|
|
+ "configuration",
|
|
|
+ "manager",
|
|
|
+ "tool",
|
|
|
+ "weblibs"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/clagiordano/weblibs-configmanager/issues",
|
|
|
+ "source": "https://github.com/clagiordano/weblibs-configmanager/tree/v1.2.0"
|
|
|
+ },
|
|
|
+ "time": "2021-05-18T17:55:57+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "danielstjules/stringy",
|
|
|
+ "version": "3.1.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/danielstjules/Stringy.git",
|
|
|
+ "reference": "df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/danielstjules/Stringy/zipball/df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e",
|
|
|
+ "reference": "df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.4.0",
|
|
|
+ "symfony/polyfill-mbstring": "~1.1"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "~4.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "src/Create.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Stringy\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Daniel St. Jules",
|
|
|
+ "email": "danielst.jules@gmail.com",
|
|
|
+ "homepage": "http://www.danielstjules.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "A string manipulation library with multibyte support",
|
|
|
+ "homepage": "https://github.com/danielstjules/Stringy",
|
|
|
+ "keywords": [
|
|
|
+ "UTF",
|
|
|
+ "helpers",
|
|
|
+ "manipulation",
|
|
|
+ "methods",
|
|
|
+ "multibyte",
|
|
|
+ "string",
|
|
|
+ "utf-8",
|
|
|
+ "utility",
|
|
|
+ "utils"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/danielstjules/Stringy/issues",
|
|
|
+ "source": "https://github.com/danielstjules/Stringy"
|
|
|
+ },
|
|
|
+ "time": "2017-06-12T01:10:27+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "dflydev/dot-access-data",
|
|
|
"version": "v3.0.1",
|
|
|
@@ -366,16 +854,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "dragonmantank/cron-expression",
|
|
|
- "version": "v3.3.1",
|
|
|
+ "version": "v3.3.2",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/dragonmantank/cron-expression.git",
|
|
|
- "reference": "be85b3f05b46c39bbc0d95f6c071ddff669510fa"
|
|
|
+ "reference": "782ca5968ab8b954773518e9e49a6f892a34b2a8"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/be85b3f05b46c39bbc0d95f6c071ddff669510fa",
|
|
|
- "reference": "be85b3f05b46c39bbc0d95f6c071ddff669510fa",
|
|
|
+ "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/782ca5968ab8b954773518e9e49a6f892a34b2a8",
|
|
|
+ "reference": "782ca5968ab8b954773518e9e49a6f892a34b2a8",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
@@ -415,7 +903,7 @@
|
|
|
],
|
|
|
"support": {
|
|
|
"issues": "https://github.com/dragonmantank/cron-expression/issues",
|
|
|
- "source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.1"
|
|
|
+ "source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.2"
|
|
|
},
|
|
|
"funding": [
|
|
|
{
|
|
|
@@ -423,7 +911,7 @@
|
|
|
"type": "github"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2022-01-18T15:43:28+00:00"
|
|
|
+ "time": "2022-09-10T18:51:20+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "egulias/email-validator",
|
|
|
@@ -1205,16 +1693,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "laravel/serializable-closure",
|
|
|
- "version": "v1.2.1",
|
|
|
+ "version": "v1.2.2",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/laravel/serializable-closure.git",
|
|
|
- "reference": "d78fd36ba031a1a695ea5a406f29996948d7011b"
|
|
|
+ "reference": "47afb7fae28ed29057fdca37e16a84f90cc62fae"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/d78fd36ba031a1a695ea5a406f29996948d7011b",
|
|
|
- "reference": "d78fd36ba031a1a695ea5a406f29996948d7011b",
|
|
|
+ "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/47afb7fae28ed29057fdca37e16a84f90cc62fae",
|
|
|
+ "reference": "47afb7fae28ed29057fdca37e16a84f90cc62fae",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
@@ -1261,7 +1749,7 @@
|
|
|
"issues": "https://github.com/laravel/serializable-closure/issues",
|
|
|
"source": "https://github.com/laravel/serializable-closure"
|
|
|
},
|
|
|
- "time": "2022-08-26T15:25:27+00:00"
|
|
|
+ "time": "2022-09-08T13:45:54+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "laravel/tinker",
|
|
|
@@ -1771,6 +2259,67 @@
|
|
|
],
|
|
|
"time": "2022-07-24T11:55:47+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "mtdowling/jmespath.php",
|
|
|
+ "version": "2.6.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/jmespath/jmespath.php.git",
|
|
|
+ "reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/9b87907a81b87bc76d19a7fb2d61e61486ee9edb",
|
|
|
+ "reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.4 || ^7.0 || ^8.0",
|
|
|
+ "symfony/polyfill-mbstring": "^1.17"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "composer/xdebug-handler": "^1.4 || ^2.0",
|
|
|
+ "phpunit/phpunit": "^4.8.36 || ^7.5.15"
|
|
|
+ },
|
|
|
+ "bin": [
|
|
|
+ "bin/jp.php"
|
|
|
+ ],
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.6-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "src/JmesPath.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "JmesPath\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Michael Dowling",
|
|
|
+ "email": "mtdowling@gmail.com",
|
|
|
+ "homepage": "https://github.com/mtdowling"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Declaratively specify how to extract elements from a JSON document",
|
|
|
+ "keywords": [
|
|
|
+ "json",
|
|
|
+ "jsonpath"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/jmespath/jmespath.php/issues",
|
|
|
+ "source": "https://github.com/jmespath/jmespath.php/tree/2.6.1"
|
|
|
+ },
|
|
|
+ "time": "2021-06-14T00:11:39+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "nesbot/carbon",
|
|
|
"version": "2.62.1",
|
|
|
@@ -1937,20 +2486,20 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "nette/utils",
|
|
|
- "version": "v3.2.7",
|
|
|
+ "version": "v3.2.8",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/nette/utils.git",
|
|
|
- "reference": "0af4e3de4df9f1543534beab255ccf459e7a2c99"
|
|
|
+ "reference": "02a54c4c872b99e4ec05c4aec54b5a06eb0f6368"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/nette/utils/zipball/0af4e3de4df9f1543534beab255ccf459e7a2c99",
|
|
|
- "reference": "0af4e3de4df9f1543534beab255ccf459e7a2c99",
|
|
|
+ "url": "https://api.github.com/repos/nette/utils/zipball/02a54c4c872b99e4ec05c4aec54b5a06eb0f6368",
|
|
|
+ "reference": "02a54c4c872b99e4ec05c4aec54b5a06eb0f6368",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
- "php": ">=7.2 <8.2"
|
|
|
+ "php": ">=7.2 <8.3"
|
|
|
},
|
|
|
"conflict": {
|
|
|
"nette/di": "<3.0.6"
|
|
|
@@ -2016,9 +2565,9 @@
|
|
|
],
|
|
|
"support": {
|
|
|
"issues": "https://github.com/nette/utils/issues",
|
|
|
- "source": "https://github.com/nette/utils/tree/v3.2.7"
|
|
|
+ "source": "https://github.com/nette/utils/tree/v3.2.8"
|
|
|
},
|
|
|
- "time": "2022-01-24T11:29:14+00:00"
|
|
|
+ "time": "2022-09-12T23:36:20+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "nikic/php-parser",
|
|
|
@@ -5153,16 +5702,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "tijsverkoyen/css-to-inline-styles",
|
|
|
- "version": "2.2.4",
|
|
|
+ "version": "2.2.5",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
|
|
|
- "reference": "da444caae6aca7a19c0c140f68c6182e337d5b1c"
|
|
|
+ "reference": "4348a3a06651827a27d989ad1d13efec6bb49b19"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/da444caae6aca7a19c0c140f68c6182e337d5b1c",
|
|
|
- "reference": "da444caae6aca7a19c0c140f68c6182e337d5b1c",
|
|
|
+ "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/4348a3a06651827a27d989ad1d13efec6bb49b19",
|
|
|
+ "reference": "4348a3a06651827a27d989ad1d13efec6bb49b19",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
@@ -5200,9 +5749,9 @@
|
|
|
"homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
|
|
|
"support": {
|
|
|
"issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
|
|
|
- "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/2.2.4"
|
|
|
+ "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/2.2.5"
|
|
|
},
|
|
|
- "time": "2021-12-08T09:12:39+00:00"
|
|
|
+ "time": "2022-09-12T13:28:28+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "vlucas/phpdotenv",
|
|
|
@@ -7535,16 +8084,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "sebastian/type",
|
|
|
- "version": "3.1.0",
|
|
|
+ "version": "3.2.0",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/sebastianbergmann/type.git",
|
|
|
- "reference": "fb44e1cc6e557418387ad815780360057e40753e"
|
|
|
+ "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/fb44e1cc6e557418387ad815780360057e40753e",
|
|
|
- "reference": "fb44e1cc6e557418387ad815780360057e40753e",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e",
|
|
|
+ "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
@@ -7556,7 +8105,7 @@
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
|
"branch-alias": {
|
|
|
- "dev-master": "3.1-dev"
|
|
|
+ "dev-master": "3.2-dev"
|
|
|
}
|
|
|
},
|
|
|
"autoload": {
|
|
|
@@ -7579,7 +8128,7 @@
|
|
|
"homepage": "https://github.com/sebastianbergmann/type",
|
|
|
"support": {
|
|
|
"issues": "https://github.com/sebastianbergmann/type/issues",
|
|
|
- "source": "https://github.com/sebastianbergmann/type/tree/3.1.0"
|
|
|
+ "source": "https://github.com/sebastianbergmann/type/tree/3.2.0"
|
|
|
},
|
|
|
"funding": [
|
|
|
{
|
|
|
@@ -7587,7 +8136,7 @@
|
|
|
"type": "github"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2022-08-29T06:55:37+00:00"
|
|
|
+ "time": "2022-09-12T14:47:03+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "sebastian/version",
|