mirror of
https://github.com/retailcrm/Fetch.git
synced 2024-11-21 18:56:02 +03:00
Added composer file describing the project
This commit is contained in:
parent
d175e52ac1
commit
96debdd9b9
20
composer.json
Normal file
20
composer.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "tedivm/fetch",
|
||||
"description": "A PHP IMAP Library",
|
||||
"keywords": ["email","imap"],
|
||||
"homepage": "http://github.com/tedivm/Fetch",
|
||||
"type": "library",
|
||||
"license": "BSD",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Robert Hafner",
|
||||
"email": "tedivm@tedivm.com"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": {"Fetch": "src/"}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user