Skip to content

Commit

Permalink
Fixed development tools dependencies configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Apr 11, 2024
1 parent fe058ca commit 90efee5
Show file tree
Hide file tree
Showing 11 changed files with 1,260 additions and 4,071 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"aeon-php/calendar": "^1.0"
},
"require-dev": {
"thunderer/shortcode": "^0.7",
"phpunit/phpunit": "^9.4"
"thunderer/shortcode": "^0.7"
},
"config": {
"bin-dir": "bin"
Expand Down Expand Up @@ -55,11 +54,12 @@
],
"cs:php:fix": "tools/vendor/bin/php-cs-fixer fix",
"tools:install": "composer install --working-dir=./tools",
"tools:update": "composer update --working-dir=./tools",
"post-install-cmd": [
"@tools:install"
],
"post-update-cmd": [
"@tools:install"
"@tools:update"
]
}
}
Loading

0 comments on commit 90efee5

Please sign in to comment.