mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 23:44:11 +01:00
11 lines
118 B
JSON
11 lines
118 B
JSON
{
|
|
"require": {
|
|
"phpunit/phpunit": "^6"
|
|
},
|
|
|
|
"autoload": {
|
|
"psr-4": { "": "src/" }
|
|
}
|
|
|
|
}
|