Newer
Older
{
"name": "tflori/breyta",
"description": "Library for database migrations",
"license": "MIT",
"require": {
},
"require-dev": {
"mockery/mockery": "^1.1",
"phpunit/phpunit": "^7.2",
},
"autoload": {
"psr-4": {
"Breyta\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Breyta\\Test\\": "tests"
}
},
"scripts": {
"code-style": [
"phpcs --standard=PSR2 src",
"phpcs --standard=PSR2 --ignore=Example tests"
]