Skip to content

Commit e444ab8

Browse files
committed
Add license to composer.json
1 parent 6e0d731 commit e444ab8

File tree

2 files changed

+204
-116
lines changed

2 files changed

+204
-116
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
{
22
"name": "erikgall/eloquent-phpunit",
3-
"description": "Test Eloquent models, database tables, relationships, etc. using PHPUnit.",
3+
"description": "Test Eloquent models, database schemas & tables, relationships/foreign keys using PHPUnit.",
44
"keywords": ["laravel", "eloquent", "model", "phpunit", "database-testing", "eloquent-test"],
5+
"license": "MIT",
56
"authors": [
67
{
78
"name": "Erik Galloway",
8-
"email": "erik@mybarnapp.com"
9+
"email": "erik@fliplearning.com"
910
}
1011
],
1112
"require": {
1213
"laravel/framework": "^5.2|^5.3",
13-
"doctrine/dbal": "^2.5"
14+
"doctrine/dbal": "^2.5"
1415
},
1516
"autoload": {
1617
"psr-4": {

0 commit comments

Comments
 (0)