mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-22 09:35:28 +03:00
chore: add scripts section to composer.json (#2684)
This commit is contained in:
parent
19a8165fc6
commit
db8462e6fa
1 changed files with 5 additions and 0 deletions
|
@ -38,5 +38,10 @@
|
|||
"ext-memcached": "Allows to use memcached as cache type",
|
||||
"ext-sqlite3": "Allows to use an SQLite database for caching",
|
||||
"ext-dom": "Allows to use some bridges based on XPath expressions"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "./vendor/bin/phpunit",
|
||||
"lint": "./vendor/bin/phpcs --standard=phpcs.xml --warning-severity=0 --extensions=php -p ./",
|
||||
"compat": "./vendor/bin/phpcs --standard=phpcompatibility.xml --warning-severity=0 --extensions=php -p ./"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue