Skip to content

Commit

Permalink
Updated composer.json script to be Bolt 3.0 compatible.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raistlfiren committed May 24, 2016
1 parent 4c3da52 commit 9c5075e
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@
"tagclouds"
],
"require": {
"bolt/bolt": ">=2.0.0,<3.0.0"
"bolt/bolt": "^3.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
"authors": [
{
"name": "Lodewijk Evers",
Expand All @@ -22,16 +24,11 @@
}
],
"autoload": {
"files": [
"init.php"
],
"psr-4" : {
"Bolt\\Extension\\Jadwigo\\TaxonomyList\\" : ""
"Bolt\\Extension\\Jadwigo\\TaxonomyList\\" : "src"
}
},
"extra": {
"branch-alias": {
"dev-master": "2.0.*"
}
"bolt-class": "Bolt\\Extension\\Jadwigo\\TaxonomyList\\TaxonomyListExtension"
}
}

0 comments on commit 9c5075e

Please sign in to comment.