mirror of
https://github.com/ivuorinen/palette.git
synced 2026-02-22 03:53:34 +00:00
Updated tests, added phpcs
This commit is contained in:
@@ -19,10 +19,19 @@
|
||||
"psr-0": { "ivuorinen\\Palette\\": "src/" },
|
||||
"classmap": ["src/"]
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-0": {
|
||||
"ivuorinen\\Palette\\Tests\\": "tests/"
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.6.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "9.5.21"
|
||||
"phpunit/phpunit": "9.5.21",
|
||||
"squizlabs/php_codesniffer": "^3.7"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "vendor/bin/phpunit"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user