|
622 | 622 | },
|
623 | 623 | "install-path": "../mustache/mustache"
|
624 | 624 | },
|
625 |
| - { |
626 |
| - "name": "mustangostang/spyc", |
627 |
| - "version": "0.6.3", |
628 |
| - "version_normalized": "0.6.3.0", |
629 |
| - "source": { |
630 |
| - "type": "git", |
631 |
| - "url": "[email protected]:mustangostang/spyc.git", |
632 |
| - "reference": "4627c838b16550b666d15aeae1e5289dd5b77da0" |
633 |
| - }, |
634 |
| - "dist": { |
635 |
| - "type": "zip", |
636 |
| - "url": "https://api.github.com/repos/mustangostang/spyc/zipball/4627c838b16550b666d15aeae1e5289dd5b77da0", |
637 |
| - "reference": "4627c838b16550b666d15aeae1e5289dd5b77da0", |
638 |
| - "shasum": "" |
639 |
| - }, |
640 |
| - "require": { |
641 |
| - "php": ">=5.3.1" |
642 |
| - }, |
643 |
| - "require-dev": { |
644 |
| - "phpunit/phpunit": "4.3.*@dev" |
645 |
| - }, |
646 |
| - "time": "2019-09-10T13:16:29+00:00", |
647 |
| - "type": "library", |
648 |
| - "extra": { |
649 |
| - "branch-alias": { |
650 |
| - "dev-master": "0.5.x-dev" |
651 |
| - } |
652 |
| - }, |
653 |
| - "installation-source": "dist", |
654 |
| - "autoload": { |
655 |
| - "files": [ |
656 |
| - "Spyc.php" |
657 |
| - ] |
658 |
| - }, |
659 |
| - "notification-url": "https://packagist.org/downloads/", |
660 |
| - "license": [ |
661 |
| - "MIT" |
662 |
| - ], |
663 |
| - "authors": [ |
664 |
| - { |
665 |
| - "name": "mustangostang", |
666 |
| - |
667 |
| - } |
668 |
| - ], |
669 |
| - "description": "A simple YAML loader/dumper class for PHP", |
670 |
| - "homepage": "https://github.com/mustangostang/spyc/", |
671 |
| - "keywords": [ |
672 |
| - "spyc", |
673 |
| - "yaml", |
674 |
| - "yml" |
675 |
| - ], |
676 |
| - "install-path": "../mustangostang/spyc" |
677 |
| - }, |
678 | 625 | {
|
679 | 626 | "name": "myclabs/deep-copy",
|
680 | 627 | "version": "1.10.2",
|
|
4175 | 4122 | },
|
4176 | 4123 | {
|
4177 | 4124 | "name": "symfony/yaml",
|
4178 |
| - "version": "v6.0.2", |
4179 |
| - "version_normalized": "6.0.2.0", |
| 4125 | + "version": "v5.4.2", |
| 4126 | + "version_normalized": "5.4.2.0", |
4180 | 4127 | "source": {
|
4181 | 4128 | "type": "git",
|
4182 | 4129 | "url": "https://github.com/symfony/yaml.git",
|
4183 |
| - "reference": "ed602f38b8636a2ea21af760d2578f3d2f92fc60" |
| 4130 | + "reference": "b9eb163846a61bb32dfc147f7859e274fab38b58" |
4184 | 4131 | },
|
4185 | 4132 | "dist": {
|
4186 | 4133 | "type": "zip",
|
4187 |
| - "url": "https://api.github.com/repos/symfony/yaml/zipball/ed602f38b8636a2ea21af760d2578f3d2f92fc60", |
4188 |
| - "reference": "ed602f38b8636a2ea21af760d2578f3d2f92fc60", |
| 4134 | + "url": "https://api.github.com/repos/symfony/yaml/zipball/b9eb163846a61bb32dfc147f7859e274fab38b58", |
| 4135 | + "reference": "b9eb163846a61bb32dfc147f7859e274fab38b58", |
4189 | 4136 | "shasum": ""
|
4190 | 4137 | },
|
4191 | 4138 | "require": {
|
4192 |
| - "php": ">=8.0.2", |
| 4139 | + "php": ">=7.2.5", |
| 4140 | + "symfony/deprecation-contracts": "^2.1|^3", |
4193 | 4141 | "symfony/polyfill-ctype": "^1.8"
|
4194 | 4142 | },
|
4195 | 4143 | "conflict": {
|
4196 |
| - "symfony/console": "<5.4" |
| 4144 | + "symfony/console": "<5.3" |
4197 | 4145 | },
|
4198 | 4146 | "require-dev": {
|
4199 |
| - "symfony/console": "^5.4|^6.0" |
| 4147 | + "symfony/console": "^5.3|^6.0" |
4200 | 4148 | },
|
4201 | 4149 | "suggest": {
|
4202 | 4150 | "symfony/console": "For validating YAML files using the lint command"
|
4203 | 4151 | },
|
4204 |
| - "time": "2021-12-16T22:13:01+00:00", |
| 4152 | + "time": "2021-12-16T21:58:21+00:00", |
4205 | 4153 | "bin": [
|
4206 | 4154 | "Resources/bin/yaml-lint"
|
4207 | 4155 | ],
|
|
4232 | 4180 | "description": "Loads and dumps YAML files",
|
4233 | 4181 | "homepage": "https://symfony.com",
|
4234 | 4182 | "support": {
|
4235 |
| - "source": "https://github.com/symfony/yaml/tree/v6.0.2" |
| 4183 | + "source": "https://github.com/symfony/yaml/tree/v5.4.2" |
4236 | 4184 | },
|
4237 | 4185 | "funding": [
|
4238 | 4186 | {
|
|
4717 | 4665 | "squizlabs/php_codesniffer",
|
4718 | 4666 | "symfony/config",
|
4719 | 4667 | "symfony/console",
|
4720 |
| - "symfony/deprecation-contracts", |
4721 | 4668 | "symfony/filesystem",
|
4722 | 4669 | "symfony/finder",
|
4723 | 4670 | "symfony/polyfill-intl-grapheme",
|
|
0 commit comments