Page MenuHomeDevCentral

No OneTemporary

diff --git a/composer.json b/composer.json
index 57d349e..3b2f82e 100644
--- a/composer.json
+++ b/composer.json
@@ -1,75 +1,75 @@
{
"name": "keruald/keruald",
"type": "library",
"description": "Modular libraries to build frameworks and applications",
"keywords": [
"framework",
"keruald"
],
"license": "BSD-2-Clause",
"homepage": "https://keruald.nasqueron.org",
"authors": [
{
"name": "Sébastien Santoro",
"email": "dereckson@espace-win.org"
},
{
"name": "Keruald contributors"
}
],
"provide": {
"psr/simple-cache-implementation": "1.0|2.0|3.0"
},
"require": {
"psr/simple-cache": "^1.0|^2.0|^3.0",
+ "symfony/yaml": "^7.3.5",
"ext-intl": "*"
},
"require-dev": {
"ext-mbstring": "*",
"ext-mysqli": "*",
"ext-pdo": "*",
"ext-xmlwriter": "*",
"nasqueron/codestyle": "^0.1.2",
"phan/phan": "^5.3.1",
"phpunit/phpunit": "^10.2",
- "symfony/yaml": "^6.0.3",
"squizlabs/php_codesniffer": "^4.0.0"
},
"suggest": {
"ext-memcached": "*",
"ext-redis": "*"
},
"replace": {
"keruald/cache": "0.1.0",
"keruald/commands": "0.0.1",
"keruald/database": "0.6.0",
"keruald/github": "0.2.1",
"keruald/omnitools": "0.16.0",
"keruald/report": "0.1.0",
"keruald/yaml": "0.1.0"
},
"autoload": {
"psr-4": {
"Keruald\\Cache\\": "cache/src/",
"Keruald\\Cache\\Tests\\": "cache/tests/",
"Keruald\\Commands\\": "commands/src/",
"Keruald\\Commands\\Tests\\": "commands/tests/",
"Keruald\\Database\\": "database/src/",
"Keruald\\Database\\Tests\\": "database/tests/",
"Keruald\\GitHub\\": "github/src/",
"Keruald\\GitHub\\Tests\\": "github/tests/",
"Keruald\\OmniTools\\": "omnitools/src/",
"Keruald\\OmniTools\\Tests\\": "omnitools/tests/",
"Keruald\\Reporting\\": "report/src/",
"Keruald\\Reporting\\Tests\\": "report/tests/",
"Keruald\\Yaml\\": "yaml/src/",
"Keruald\\Yaml\\Tests\\": "yaml/tests/"
}
},
"scripts": {
"lint-src": "find */src -type f -name '*.php' | xargs -n1 php -l",
"lint-tests": "find */tests -type f -name '*.php' | xargs -n1 php -l",
"test": "vendor/bin/phpunit"
},
"minimum-stability": "dev"
}
diff --git a/yaml/composer.json b/yaml/composer.json
index 61bb0f2..707d4fd 100644
--- a/yaml/composer.json
+++ b/yaml/composer.json
@@ -1,41 +1,42 @@
{
"name": "keruald/yaml",
"description": "YAML parser",
"license": "BSD-2-Clause",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/keruald/yaml"
}
],
"authors": [
{
"name": "Sébastien 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
text/x-diff
Expires
Wed, Mar 18, 12:54 (1 d, 22 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3539871
Default Alt Text
(3 KB)

Event Timeline