28 lines
551 B
JSON
28 lines
551 B
JSON
{
|
|
"name": "qferr/mjml-php",
|
|
"type": "library",
|
|
"authors": [
|
|
{
|
|
"name": "Quentin",
|
|
"email": "qferrer@outook.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.2",
|
|
"symfony/process": "~4.0|~5.0",
|
|
"guzzlehttp/guzzle": "~6.0|~7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~7.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Qferrer\\" : "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Qferrer\\Tests\\" : "tests/"
|
|
}
|
|
}
|
|
}
|