Skip to content

Commit 90efee5

Browse files
committed
Fixed development tools dependencies configuration
1 parent fe058ca commit 90efee5

File tree

11 files changed

+1260
-4071
lines changed

11 files changed

+1260
-4071
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
"aeon-php/calendar": "^1.0"
2222
},
2323
"require-dev": {
24-
"thunderer/shortcode": "^0.7",
25-
"phpunit/phpunit": "^9.4"
24+
"thunderer/shortcode": "^0.7"
2625
},
2726
"config": {
2827
"bin-dir": "bin"
@@ -55,11 +54,12 @@
5554
],
5655
"cs:php:fix": "tools/vendor/bin/php-cs-fixer fix",
5756
"tools:install": "composer install --working-dir=./tools",
57+
"tools:update": "composer update --working-dir=./tools",
5858
"post-install-cmd": [
5959
"@tools:install"
6060
],
6161
"post-update-cmd": [
62-
"@tools:install"
62+
"@tools:update"
6363
]
6464
}
6565
}

0 commit comments

Comments
 (0)