Skip to content

Commit

Permalink
Update module's Composer file
Browse files Browse the repository at this point in the history
  • Loading branch information
michalkleiner committed Jul 11, 2018
1 parent ed1df33 commit 73947f9
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "chrometoaster/image-quality",
"name": "chrometoaster/silverstripe-image-quality",
"description": "Adds Quality function to images",
"type": "silverstripe-vendormodule",
"keywords": [
Expand All @@ -8,13 +8,18 @@
"quality"
],
"license": "BSD-3-Clause",
"authors": [{
"name": "Douglas McKechie",
"email": "doug.mckechie@chrometoaster.com"
}],
"minimum-stability": "dev",
"prefer-stable": true,
"authors": [
{
"name": "Chrometoaster",
"homepage": "https://www.chrometoaster.com/"
}
],
"require": {
"silverstripe/framework": "^4.1"
"silverstripe/framework": "^4"
},
"autoload": {
"psr-4": {
"Chrometoaster\\ImageQuality\\": "src/"
}
}
}

0 comments on commit 73947f9

Please sign in to comment.