Skip to content

Commit

Permalink
RESOLVED #JJ287: Upgrade to webtrees 2.0.23 - Rural theme upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
jon48 committed Apr 10, 2022
1 parent 74d62af commit 155fc97
Show file tree
Hide file tree
Showing 9 changed files with 12,873 additions and 25,250 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ RoboFile.php export-ignore
.github/ export-ignore
.stylelintrc.json export-ignore
phpcs.xml.dist export-ignore
phpstan.neon.dist export-ignore
sonar-project.properties export-ignore
2 changes: 1 addition & 1 deletion .github/workflows/php-staticanalysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:

- run: composer install --no-progress --no-suggest --ignore-platform-reqs

- run: ~/.composer/vendor/bin/phpstan analyze --no-progress --level=max module.php resources
- run: ~/.composer/vendor/bin/phpstan analyze --no-progress --error-format=github
1 change: 0 additions & 1 deletion RoboFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

class RoboFile extends \Robo\Tasks
{

/**
* Package the specific commitish in a zip file for distribution.
* Commitish can be a commit hash, a tag, or a branch.
Expand Down
11 changes: 7 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,26 @@
"platform" : {
"php" : "7.2"
},
"sort-packages" : true
"sort-packages" : true,
"allow-plugins": {
"composer/package-versions-deprecated": true
}
},
"require-dev" : {
"fisharebest/webtrees" : "^2.0.12,<=2.0.12",
"fisharebest/webtrees" : "^2.0.23,<=2.0.23",
"consolidation/robo": "^3.0",
"psr/http-message": "^1.0"
},
"scripts": {
"webtrees-theme-rural:package": "./vendor/bin/robo package",
"webtrees-theme-rural:phpcs" : "phpcs -s",
"webtrees-theme-rural:phpcbf" : "phpcbf",
"webtrees-theme-rural:phpstan" : "phpstan analyze --no-progress --level=max module.php resources"
"webtrees-theme-rural:phpstan" : "phpstan analyze --no-progress"
},
"scripts-descriptions": {
"webtrees-theme-rural:package": "Create a package file for distribution. Add -- commit for specific commit."
},
"extra" : {
"installer-name" : "myartjaub_ruraltheme"
}
}
}
Loading

0 comments on commit 155fc97

Please sign in to comment.