mirror of
https://github.com/retailcrm/Fetch.git
synced 2025-04-04 22:03:36 +03:00
Added composer file describing the project
This commit is contained in:
parent
d175e52ac1
commit
96debdd9b9
1 changed files with 20 additions and 0 deletions
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…
Add table
Reference in a new issue