gmail-filter-builder/composer.json

24 lines
513 B
JSON
Raw Normal View History

2016-07-12 18:58:57 +00:00
{
2017-11-03 09:35:08 +00:00
"name": "opdavies/gmail-filter-builder",
"description": "Generates XML to import as Gmail filters.",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Oliver Davies",
"email": "oliver@oliverdavies.uk"
}
],
2017-11-03 11:23:22 +00:00
"require": {
2017-11-03 23:22:13 +00:00
"tightenco/collect": "^5.4"
2017-11-03 11:23:22 +00:00
},
2017-11-03 09:35:08 +00:00
"require-dev": {
"phpunit/phpunit": "^5.7"
},
"autoload": {
"psr-4": {
"Opdavies\\GmailFilterBuilder\\": "src/"
}
2016-07-12 18:58:57 +00:00
}
}