Skip to content

Commit

Permalink
RESOLVED #JJ284: Upgrade to webtrees 2.0.12 - Rural theme upgrade
Browse files Browse the repository at this point in the history
https://bugs.jaubart.com/view.php?id=284
Change master branch to main
Upgrade Robo to 3.0
  • Loading branch information
jon48 committed Mar 11, 2021
1 parent 5552303 commit ff875fd
Show file tree
Hide file tree
Showing 8 changed files with 1,391 additions and 1,377 deletions.
2 changes: 1 addition & 1 deletion RoboFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class RoboFile extends \Robo\Tasks
* @throws \Exception
* @return \Robo\Result
*/
public function package($commit = 'master')
public function package($commit = 'main')
{
$getCommitResult =
$this->taskExec("git rev-parse --quiet --verify $commit")
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"sort-packages" : true
},
"require-dev" : {
"fisharebest/webtrees" : "2.0.9",
"consolidation/robo": "^2.1"
"fisharebest/webtrees" : "^2.0.12,<=2.0.12",
"consolidation/robo": "^3.0"
},
"scripts": {
"webtrees-theme-rural:package": "./vendor/bin/robo package",
Expand Down
Loading

0 comments on commit ff875fd

Please sign in to comment.