mirror of
https://github.com/dwaxweiler/connector-mobilizon
synced 2025-02-16 11:41:24 +01:00
11 lines
148 B
JSON
11 lines
148 B
JSON
{
|
|
"autoload": {
|
|
"psr-4": {
|
|
"MobilizonConnector\\": "source/includes/"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.6"
|
|
}
|
|
}
|