Page MenuHomeDevCentral

composer.json
No OneTemporary

composer.json

{
"name": "keruald/yaml",
"description": "YAML parser",
"license": "BSD-2-Clause",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/keruald/yaml"
}
],
"authors": [
{
"name": "S\u00e9bastien Santoro",
"email": "dereckson@espace-win.org"
}
],
"keywords": [
"keruald",
"YAML"
],
"support": {
"irc": "irc://irc.libera.chat/nasqueron",
"issues": "https://devcentral.nasqueron.org"
},
"require": {
"keruald/omnitools": "^0.16.0",
"symfony/yaml": "^7.3.5",
"php": ">=8.3.0"
},
"require-dev": {
"phpunit/phpunit": "12.*"
},
"autoload": {
"psr-4": {
"Keruald\\Yaml\\": "src/",
"Keruald\\Yaml\\Tests\\": "tests/"
}
},
"scripts": {
"test": "phpunit tests"
}
}

File Metadata

Mime Type
application/json
Expires
Tue, Nov 18, 17:35 (1 d, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3157985
Default Alt Text
composer.json (792 B)

Event Timeline