mirror of
https://github.com/Aviortheking/DeltaCMS.git
synced 2025-06-28 16:09:20 +00:00
Updated Gitlab CI to use composer
This commit is contained in:
@ -32,5 +32,10 @@
|
||||
"phpunit/phpunit": "^8.1",
|
||||
"codacy/coverage": "^1.4",
|
||||
"phpmd/phpmd": "^2.6"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"phpmd": "phpmd src/ text phpmd",
|
||||
"phpcs": "phpcs --coverage-text --colors=never",
|
||||
"test": "composer run phpmd && composer run phpcs"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user