mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
15 lines
224 B
JSON
Executable File
15 lines
224 B
JSON
Executable File
{
|
|
"require": {
|
|
"doctrine/orm": "2.*",
|
|
"slim/slim": "2.*"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"": "application/"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "3.7.*"
|
|
}
|
|
}
|