Skip to content

Commit

Permalink
Update commands
Browse files Browse the repository at this point in the history
  • Loading branch information
whikloj committed Dec 30, 2020
1 parent 8956f42 commit 88bc94e
Show file tree
Hide file tree
Showing 3 changed files with 1,351 additions and 4,215 deletions.
7 changes: 2 additions & 5 deletions Homarus/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@
"islandora/crayfish-commons": "dev-symfony-flex"
},
"config": {
"platform": {
"php": "^7.2 || ^7.3"
},
"preferred-install": {
"*": "dist"
},
Expand All @@ -58,11 +55,11 @@
"scripts": {
"check": [
"vendor/bin/phpcs --standard=PSR2 src tests",
"vendor/bin/phpcpd --names *.php src"
"vendor/bin/phpcpd --suffix *.php src"
],
"test": [
"@check",
"php ./bin/phpunit"
"vendor/bin/simple-phpunit"
],
"auto-scripts": {
"cache:clear": "symfony-cmd",
Expand Down
Loading

0 comments on commit 88bc94e

Please sign in to comment.