Skip to content

Commit

Permalink
Added support for composer.
Browse files Browse the repository at this point in the history
  • Loading branch information
AntikCz committed Jan 2, 2015
1 parent c6e9166 commit af37651
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
##Installation

With composer:
```php
composer require webchemistry\images:@dev
```

Config.neon:
```yaml
extensions:
Expand Down
20 changes: 20 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "webchemistry/images",
"type": "library",
"description": "Images storage for easily uploading, deleting and manilpulation.",
"license": ["GPL-3.0"],
"support": {
"email": "[email protected]",
"issues": "https://github.com/AntikCz/WebChemistry-Images/issues"
},
"keywords": ["images", "storage", "responsive"],
"authors": [
{
"name": "Antik",
"email": "[email protected]"
}
],
"autoload": {
"classmap": ["src/"]
}
}

0 comments on commit af37651

Please sign in to comment.