Skip to content

Commit

Permalink
WIP: Writing tests, adds models and migrations tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mtolhuys committed Feb 17, 2020
1 parent 583e47f commit 5ab2888
Show file tree
Hide file tree
Showing 14 changed files with 1,026 additions and 359 deletions.
20 changes: 11 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@
"description": "A interface to help you build your models",
"keywords": [
"mtolhuys",
"laravel-schematics"
"laravel-schematics",
"eloquent",
"diagram",
"models",
"schema",
"schematics",
"laravel"
],
"homepage": "https://github.com/mtolhuys/laravel-schematics",
"license": "MIT",
Expand All @@ -20,9 +26,8 @@
},
"require-dev": {
"doctrine/dbal": "^2.0",
"laravel/framework": "^5.0",
"orchestra/testbench": "^3.5",
"phpunit/phpunit": "^7.0"
"phpunit/phpunit": "^8.0"
},
"autoload": {
"psr-4": {
Expand All @@ -31,12 +36,12 @@
},
"autoload-dev": {
"psr-4": {
"App\\": "vendor/orchestra/testbench-core/laravel/app",
"Mtolhuys\\LaravelSchematics\\Tests\\": "tests"
}
},
"scripts": {
"test": "vendor/bin/phpunit",
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
"test": "vendor/bin/phpunit"
},
"config": {
"sort-packages": true
Expand All @@ -45,10 +50,7 @@
"laravel": {
"providers": [
"Mtolhuys\\LaravelSchematics\\LaravelSchematicsServiceProvider"
],
"aliases": {
"LaravelEnvScanner": "Mtolhuys\\LaravelSchematics\\LaravelSchematicsFacade"
}
]
}
}
}
Loading

0 comments on commit 5ab2888

Please sign in to comment.