v-wordpress-plugin-updater/v-update-api/composer.json
Nikolai X. Shadeauxs 8fc3bc20ad
Some checks failed
CI & Security / CI Scan (push) Failing after 9s
CI & Security / CodeQL (JavaScript) (push) Failing after 6s
CI & Security / Semgrep (PHP) (push) Failing after 8s
modified: .github/copilot-instructions.md
modified:   CHANGELOG.md
	modified:   README.md
2026-04-06 14:39:21 -04:00

16 lines
354 B
JSON

{
"require": {
"php": "^8.2",
"nikic/fast-route": "2.0.0-beta1",
"doctrine/dbal": "^4.3",
"respect/validation": "^2.4",
"psr/log": "^3.0",
"psr/http-message": "^2.0",
"psr/http-server-middleware": "^1.0"
},
"autoload": {
"psr-4": {
"App\\": "app/"
}
}
}