Skip to content

Commit

Permalink
Tweak composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
GwendolenLynch committed Feb 7, 2016
1 parent 2ae2a43 commit d908e13
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,30 @@
"description": "An extension to add a colourpicker as a field type within Bolt",
"type": "bolt-extension",
"require": {
"bolt/bolt": ">3.0,<4.0"
"bolt/bolt": "^3.0"
},
"license": "MIT",
"authors": [{"name": "Ross Riley", "email": "[email protected]"}
"authors": [
{
"name": "Ross Riley",
"email": "[email protected]"
}
],
"keywords": [
"backend", "field", "colourpicker"
"backend",
"field",
"colourpicker"
],
"minimum-stability":"dev",
"prefer-stable":true,
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Bolt\\Extensions\\Bolt\\ColourPicker\\": "src"
}
},

"extra": {
"bolt-class": "Bolt\\Extensions\\Bolt\\ColourPicker\\Extension",
"bolt-assets": "assets",
"bolt-class": "Bolt\\Extensions\\Bolt\\ColourPicker\\ColourPickerExtension",
"bolt-screenshots": [
"screenshot.png"
]
Expand Down

0 comments on commit d908e13

Please sign in to comment.