diff options
| author | 2022-05-16 12:04:43 +0200 | |
|---|---|---|
| committer | 2022-05-16 12:04:43 +0200 | |
| commit | d6fd78b96837969dc36ff852a3288fd45f8f9e61 (patch) | |
| tree | 74d5482fad307e0e62c751535298d1e7c8f1ee5b /lib/composer.json | |
| parent | ffd1061850d73182d40126658a0e9dd7f28f646e (diff) | |
Allow CssXPath updates with composer (#4368)
* Install CssXPath with composer
* Fix code style in tests
* fix pathnames for tests and linting
* add irrelevant files to .gitignore
* Alphabetic order
* let composer sort the packages alphabetically
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
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": { |
