Skip to content

Commit

Permalink
Merge pull request #2 from coderan-io/develop
Browse files Browse the repository at this point in the history
1.0.0
  • Loading branch information
EranNL authored Feb 9, 2021
2 parents 8b4bcc5 + fabaeda commit 9acb38c
Show file tree
Hide file tree
Showing 9 changed files with 1,702 additions and 91 deletions.
20 changes: 12 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,28 @@
{
"name": "jlorente/laravel-data-migrations",
"name": "coderan/laravel-data-migrations",
"description": "An extension to allow you to separate data migrations from structure migrations",
"license": "MIT",
"authors": [{
"name": "Jose Lorente",
"email": "[email protected]"
}],
"name": "Jose Lorente",
"email": "[email protected]"
}, {
"name": "Eran Machiels",
"email": "[email protected]"
}],
"require": {
"php": ">=7.0.0",
"illuminate/support": ">=5.5"
"php": "^7.4|^8.0",
"illuminate/support": "^8.0",
"illuminate/database": "^8.0"
},
"autoload": {
"psr-4": {
"Jlorente\\DataMigrations\\": "src/"
"Coderan\\DataMigrations\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Jlorente\\DataMigrations\\DataMigrationsServiceProvider"
"Coderan\\DataMigrations\\DataMigrationsServiceProvider"
]
}
}
Expand Down
Loading

0 comments on commit 9acb38c

Please sign in to comment.