summaryrefslogtreecommitdiff
path: root/composer.lock
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2022-03-06 11:45:31 +0100
committerDaniel Weipert <code@drogueronin.de>2022-03-06 11:45:31 +0100
commit1334236bb6059b2302a760196ce7885df379e984 (patch)
treef86e883e6ae9510454307f38be3ffd20aefa6c4c /composer.lock
parentad83d1dafac62bb28fda004f86129319a5c3e2ca (diff)
toml to yaml
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock186
1 files changed, 75 insertions, 111 deletions
diff --git a/composer.lock b/composer.lock
index b76bbec..fb703e6 100644
--- a/composer.lock
+++ b/composer.lock
@@ -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": "2c5ed920e00cd871d918787e2aad9fa0",
+ "content-hash": "8714b8c07f79460ddb0d4a15a753714c",
"packages": [
{
"name": "symfony/deprecation-contracts",
@@ -305,6 +305,80 @@
"time": "2021-05-27T12:26:48+00:00"
},
{
+ "name": "symfony/yaml",
+ "version": "v6.0.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/yaml.git",
+ "reference": "e77f3ea0b21141d771d4a5655faa54f692b34af5"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/yaml/zipball/e77f3ea0b21141d771d4a5655faa54f692b34af5",
+ "reference": "e77f3ea0b21141d771d4a5655faa54f692b34af5",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.0.2",
+ "symfony/polyfill-ctype": "^1.8"
+ },
+ "conflict": {
+ "symfony/console": "<5.4"
+ },
+ "require-dev": {
+ "symfony/console": "^5.4|^6.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/v6.0.3"
+ },
+ "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": "2022-01-26T17:23:29+00:00"
+ },
+ {
"name": "twig/twig",
"version": "v3.3.4",
"source": {
@@ -379,116 +453,6 @@
}
],
"time": "2021-11-25T13:46:55+00:00"
- },
- {
- "name": "yosymfony/parser-utils",
- "version": "v2.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/yosymfony/parser-utils.git",
- "reference": "00bec9a12722b21f2baf7f9db35f127e90c162c9"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/yosymfony/parser-utils/zipball/00bec9a12722b21f2baf7f9db35f127e90c162c9",
- "reference": "00bec9a12722b21f2baf7f9db35f127e90c162c9",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1"
- },
- "require-dev": {
- "phpunit/phpunit": "^6"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Yosymfony\\ParserUtils\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Victor Puertas",
- "email": "vpgugr@gmail.com",
- "homepage": "http://yosymfony.com"
- }
- ],
- "description": "Parser utilities",
- "homepage": "http://github.com/yosymfony/toml",
- "keywords": [
- "lexer",
- "parser"
- ],
- "support": {
- "issues": "https://github.com/yosymfony/parser-utils/issues",
- "source": "https://github.com/yosymfony/parser-utils/tree/master"
- },
- "time": "2018-06-29T15:31:11+00:00"
- },
- {
- "name": "yosymfony/toml",
- "version": "v1.0.4",
- "source": {
- "type": "git",
- "url": "https://github.com/yosymfony/toml.git",
- "reference": "bdab92ad920d0e36810a3a3e4a998d23f3498f8e"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/yosymfony/toml/zipball/bdab92ad920d0e36810a3a3e4a998d23f3498f8e",
- "reference": "bdab92ad920d0e36810a3a3e4a998d23f3498f8e",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1",
- "yosymfony/parser-utils": "^2.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^7.1"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Yosymfony\\Toml\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Victor Puertas",
- "email": "vpgugr@gmail.com",
- "homepage": "http://yosymfony.com"
- }
- ],
- "description": "A PHP parser for TOML compatible with specification 0.4.0",
- "homepage": "http://github.com/yosymfony/toml",
- "keywords": [
- "mojombo",
- "parser",
- "toml"
- ],
- "support": {
- "issues": "https://github.com/yosymfony/toml/issues",
- "source": "https://github.com/yosymfony/toml/tree/master"
- },
- "time": "2018-08-08T15:08:14+00:00"
}
],
"packages-dev": [