Skip to content
Snippets Groups Projects
Unverified Commit 22e1944c authored by Christoph Wurst's avatar Christoph Wurst
Browse files

Add phan as composer dev dependency and add a composer script

parent abc1b0a0
No related branches found
No related tags found
No related merge requests found
......@@ -32,14 +32,13 @@
},
"require-dev": {
"christophwurst/nextcloud": "dev-stable15",
"christophwurst/nextcloud_testing": "0.5.1"
"christophwurst/nextcloud_testing": "0.5.1",
"phan/phan": "^1.2"
},
"scripts": {
"phan": "phan --allow-polyfill-parser -k .phan/config.php",
"test": "phpunit -c tests/phpunit.xml --fail-on-warning",
"test:unit": "phpunit -c tests/phpunit.xml tests --fail-on-warning",
"test:unit:dev": "phpunit -c tests/phpunit.xml tests --no-coverage --fail-on-warning"
},
"suggest": {
"phan/phan": "^0.10.0"
}
}
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment