Skip to content

Commit

Permalink
Finish 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlaefer committed Oct 12, 2019
2 parents a0b6506 + 1c96633 commit 2252220
Show file tree
Hide file tree
Showing 167 changed files with 3,374 additions and 2,988 deletions.
30 changes: 23 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@
"suin/php-rss-writer": "^1.6",
"friendsofcake/bootstrap-ui": "dev-develop",
"friendsofcake/search": "^4.4",
"admad/cakephp-jwt-auth": "^2.3",
"claviska/simpleimage": "^3.3",
"embed/embed": "^3.3",
"layershifter/tld-extract": "^2.0"
"layershifter/tld-extract": "^2.0",
"cakephp/authentication": "^1.2",
"firebase/php-jwt": "^5.0"
},
"require-dev": {
"cakephp/bake": "~1.0",
Expand Down Expand Up @@ -98,12 +99,27 @@

"cs-check": "phpcs --runtime-set ignore_warnings_on_exit true",
"cs-fix": "phpcbf > /dev/null || true",
"phpstan": "vendor/bin/phpstan analyse --ansi",
"check": ["@cs-fix", "@cs-check"],

"phpunit-stop": "phpunit --colors=always --stderr --stop-on-error --stop-on-failure",
"phpunit": "phpunit --colors=always",
"test": ["@phpunit", "@phpstan", "@check"],
"phpstan": "vendor/bin/phpstan analyse --ansi",
"coverage": [
"unset XDEBUG_CONFIG",
"Composer\\Config::disableProcessTimeout",
"composer phpunit -- --coverage-html docs/local/"
],
"phpunit-stop": [
"Composer\\Config::disableProcessTimeout",
"phpunit --colors=always --stderr --stop-on-error --stop-on-failure"
],
"phpunit": [
"Composer\\Config::disableProcessTimeout",
"phpunit --colors=always"
],
"test": [
"unset XDEBUG_CONFIG",
"@phpunit",
"@phpstan",
"@check"
],

"js-all": "yarn run test",

Expand Down
Loading

0 comments on commit 2252220

Please sign in to comment.