|
|
|
@ -4,7 +4,7 @@ |
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
|
|
|
"This file is @generated automatically" |
|
|
|
], |
|
|
|
"content-hash": "c1e5ebef565e5b9357e36df1deab2b66", |
|
|
|
"content-hash": "7dcd4159bc96ec62d11f8ee396e25a1b", |
|
|
|
"packages": [ |
|
|
|
{ |
|
|
|
"name": "barryvdh/laravel-ide-helper", |
|
|
|
@ -4009,6 +4009,51 @@ |
|
|
|
}, |
|
|
|
"time": "2020-12-08T23:43:32+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "mnapoli/front-yaml", |
|
|
|
"version": "1.8.0", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/mnapoli/FrontYAML.git", |
|
|
|
"reference": "76baa8ca538e111bfe53ac49c6a512ec5ea2bf54" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/mnapoli/FrontYAML/zipball/76baa8ca538e111bfe53ac49c6a512ec5ea2bf54", |
|
|
|
"reference": "76baa8ca538e111bfe53ac49c6a512ec5ea2bf54", |
|
|
|
"shasum": "", |
|
|
|
"mirrors": [ |
|
|
|
{ |
|
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", |
|
|
|
"preferred": true |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"erusev/parsedown": "~1.0", |
|
|
|
"php": ">=7.3", |
|
|
|
"symfony/yaml": "~2.1|^3.0|^4.0|^5.0" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"league/commonmark": "~1.4", |
|
|
|
"phpunit/phpunit": "^9.4" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"autoload": { |
|
|
|
"psr-4": { |
|
|
|
"Mni\\FrontYAML\\": "src/" |
|
|
|
} |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
"license": [ |
|
|
|
"MIT" |
|
|
|
], |
|
|
|
"support": { |
|
|
|
"issues": "https://github.com/mnapoli/FrontYAML/issues", |
|
|
|
"source": "https://github.com/mnapoli/FrontYAML/tree/1.8.0" |
|
|
|
}, |
|
|
|
"time": "2020-12-04T10:52:19+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "monolog/monolog", |
|
|
|
"version": "1.26.0", |
|
|
|
@ -6583,6 +6628,65 @@ |
|
|
|
}, |
|
|
|
"time": "2020-07-07T18:42:57+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "spatie/yaml-front-matter", |
|
|
|
"version": "2.0.5", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/spatie/yaml-front-matter.git", |
|
|
|
"reference": "efb5170a92216b8d2f40874301db8eb51b8e73cc" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/spatie/yaml-front-matter/zipball/efb5170a92216b8d2f40874301db8eb51b8e73cc", |
|
|
|
"reference": "efb5170a92216b8d2f40874301db8eb51b8e73cc", |
|
|
|
"shasum": "", |
|
|
|
"mirrors": [ |
|
|
|
{ |
|
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", |
|
|
|
"preferred": true |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"php": ">=7.0", |
|
|
|
"symfony/yaml": "^3.0|^4.0|^5.0" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"phpunit/phpunit": "^6.5" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"autoload": { |
|
|
|
"psr-4": { |
|
|
|
"Spatie\\YamlFrontMatter\\": "src" |
|
|
|
} |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
"license": [ |
|
|
|
"MIT" |
|
|
|
], |
|
|
|
"authors": [ |
|
|
|
{ |
|
|
|
"name": "Sebastian De Deyne", |
|
|
|
"email": "sebastian@spatie.be", |
|
|
|
"homepage": "https://spatie.be", |
|
|
|
"role": "Developer" |
|
|
|
} |
|
|
|
], |
|
|
|
"description": "A to the point yaml front matter parser", |
|
|
|
"homepage": "https://github.com/sebastiandedeyne/yaml-front-matter", |
|
|
|
"keywords": [ |
|
|
|
"front matter", |
|
|
|
"jekyll", |
|
|
|
"spatie", |
|
|
|
"yaml" |
|
|
|
], |
|
|
|
"support": { |
|
|
|
"issues": "https://github.com/spatie/yaml-front-matter/issues", |
|
|
|
"source": "https://github.com/spatie/yaml-front-matter/tree/master" |
|
|
|
}, |
|
|
|
"time": "2019-12-02T20:50:50+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "swiftmailer/swiftmailer", |
|
|
|
"version": "v6.2.4", |
|
|
|
@ -6905,6 +7009,79 @@ |
|
|
|
], |
|
|
|
"time": "2020-12-10T16:34:26+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "symfony/deprecation-contracts", |
|
|
|
"version": "v2.4.0", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/symfony/deprecation-contracts.git", |
|
|
|
"reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5f38c8804a9e97d23e0c8d63341088cd8a22d627", |
|
|
|
"reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627", |
|
|
|
"shasum": "", |
|
|
|
"mirrors": [ |
|
|
|
{ |
|
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", |
|
|
|
"preferred": true |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"php": ">=7.1" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"extra": { |
|
|
|
"branch-alias": { |
|
|
|
"dev-main": "2.4-dev" |
|
|
|
}, |
|
|
|
"thanks": { |
|
|
|
"name": "symfony/contracts", |
|
|
|
"url": "https://github.com/symfony/contracts" |
|
|
|
} |
|
|
|
}, |
|
|
|
"autoload": { |
|
|
|
"files": [ |
|
|
|
"function.php" |
|
|
|
] |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
"license": [ |
|
|
|
"MIT" |
|
|
|
], |
|
|
|
"authors": [ |
|
|
|
{ |
|
|
|
"name": "Nicolas Grekas", |
|
|
|
"email": "p@tchwork.com" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Symfony Community", |
|
|
|
"homepage": "https://symfony.com/contributors" |
|
|
|
} |
|
|
|
], |
|
|
|
"description": "A generic function and convention to trigger deprecation notices", |
|
|
|
"homepage": "https://symfony.com", |
|
|
|
"support": { |
|
|
|
"source": "https://github.com/symfony/deprecation-contracts/tree/v2.4.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-03-23T23:28:01+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "symfony/dom-crawler", |
|
|
|
"version": "v4.4.18", |
|
|
|
@ -9003,6 +9180,87 @@ |
|
|
|
], |
|
|
|
"time": "2020-12-08T16:59:59+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "symfony/yaml", |
|
|
|
"version": "v5.2.5", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/symfony/yaml.git", |
|
|
|
"reference": "298a08ddda623485208506fcee08817807a251dd" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/symfony/yaml/zipball/298a08ddda623485208506fcee08817807a251dd", |
|
|
|
"reference": "298a08ddda623485208506fcee08817807a251dd", |
|
|
|
"shasum": "", |
|
|
|
"mirrors": [ |
|
|
|
{ |
|
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", |
|
|
|
"preferred": true |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"php": ">=7.2.5", |
|
|
|
"symfony/deprecation-contracts": "^2.1", |
|
|
|
"symfony/polyfill-ctype": "~1.8" |
|
|
|
}, |
|
|
|
"conflict": { |
|
|
|
"symfony/console": "<4.4" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"symfony/console": "^4.4|^5.0" |
|
|
|
}, |
|
|
|
"suggest": { |
|
|
|
"symfony/console": "For validating YAML files using the lint command" |
|
|
|
}, |
|
|
|
"bin": [ |
|
|
|
"Resources/bin/yaml-lint" |
|
|
|
], |
|
|
|
"type": "library", |
|
|
|
"autoload": { |
|
|
|
"psr-4": { |
|
|
|
"Symfony\\Component\\Yaml\\": "" |
|
|
|
}, |
|
|
|
"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": "Loads and dumps YAML files", |
|
|
|
"homepage": "https://symfony.com", |
|
|
|
"support": { |
|
|
|
"source": "https://github.com/symfony/yaml/tree/v5.2.5" |
|
|
|
}, |
|
|
|
"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-03-06T07:59:01+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "tightenco/collect", |
|
|
|
"version": "v8.0.4", |
|
|
|
|