diff options
Diffstat (limited to 'lib/composer.json')
| -rw-r--r-- | lib/composer.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/composer.json b/lib/composer.json index 3d307f6e8..6fdc90ef4 100644 --- a/lib/composer.json +++ b/lib/composer.json @@ -6,9 +6,11 @@ "license": "AGPL-3.0", "require": { "php": ">=7.0.0", + "phpgt/cssxpath": "v1.1.4", "phpmailer/phpmailer": "6.6.0" }, "config": { + "sort-packages": true, "vendor-dir": "./" }, "scripts": { |
