Browse Source

remove unnecessary ext-yaml dependency

tags/v0.8.0
itismadness 6 years ago
parent
commit
51e4545a60
2 changed files with 2 additions and 4 deletions
  1. +0
    -1
      composer.json
  2. +2
    -3
      composer.lock

+ 0
- 1
composer.json View File

@@ -18,7 +18,6 @@
"require": { "require": {
"php": ">=7", "php": ">=7",
"ext-mbstring": "*", "ext-mbstring": "*",
"ext-yaml": "*",
"symfony/console": "^3.4", "symfony/console": "^3.4",
"symfony/yaml": "^3.4" "symfony/yaml": "^3.4"
}, },


+ 2
- 3
composer.lock 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": "16f9f1b41df5e24d17703651ea707cb5",
"content-hash": "48707cdd1b94a97eec608265a353ca7c",
"packages": [ "packages": [
{ {
"name": "psr/log", "name": "psr/log",
@@ -363,8 +363,7 @@
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
"php": ">=7", "php": ">=7",
"ext-mbstring": "*",
"ext-yaml": "*"
"ext-mbstring": "*"
}, },
"platform-dev": [] "platform-dev": []
} }

Loading…
Cancel
Save