schneespur/vendor/thecodingmachine/safe/generator/composer.json
Michael ee3dbba6cc Initial release v1.0.0
Schneespur — Open-source winter service documentation software (PWA + Admin).
GPS tracking via OwnTracks, weather data, photo evidence, and legally
compliant service records for winter maintenance operators.

License: AGPL-3.0-or-later
2026-05-17 13:33:51 +00:00

37 lines
965 B
JSON

{
"name": "thecodingmachine/safe-generator",
"description": "Generated the files for thecodingmachine/safe",
"version": "0.0.0",
"autoload": {
"psr-4": {
"Safe\\": "src/"
}
},
"require": {
"php": "^8.3",
"ext-simplexml": "*",
"ext-json": "*",
"phpstan/phpstan": "^2.1",
"symfony/console": "^7.2",
"symfony/process": "^7.2",
"symfony/finder": "^7.2",
"symfony/filesystem": "^7.2"
},
"require-dev": {
"phpunit/phpunit": "^12.0",
"squizlabs/php_codesniffer": "^3.2",
"php-parallel-lint/php-parallel-lint": "^1.4"
},
"scripts": {
"lint": "parallel-lint config/ src/ tests/",
"test": "XDEBUG_MODE=coverage phpunit",
"phpstan": "phpstan analyse",
"cs-fix": "phpcbf",
"cs-check": "phpcs"
},
"config": {
"platform": {
"php": "8.3"
}
}
}