Move spyc to composer.json

This commit is contained in:
Abijeet
2020-02-01 00:14:01 +05:30
committed by Niklas Laxström
parent 8b0ca32167
commit e9a6c467f3
4 changed files with 56 additions and 1050 deletions

View File

@@ -27,7 +27,8 @@
],
"type": "library",
"require": {
"php": ">=7.2"
"php": ">=7.2",
"mustangostang/spyc": "0.6.3"
},
"require-dev": {
"phpunit/phpunit": "8.*",