You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
378 B
JSON

{
"name": "kartierung/kartierung",
"version": "0.1",
"require": {
"php": "^8.2",
"ext-pdo": "*"
},
"autoload": {
"psr-4": {
"Kartierung\\": [
"src/",
"tests/"
]
}
},
"require-dev": {
"phpunit/phpunit": "^12.4",
"phpstan/phpstan": "^2.1",
"smeghead/php-class-diagram": "^1.6",
"ext-pdo_sqlite": "*"
}
}