Skip to content

Commit 9acb38c

Browse files
authored
Merge pull request #2 from coderan-io/develop
1.0.0
2 parents 8b4bcc5 + fabaeda commit 9acb38c

9 files changed

+1702
-91
lines changed

Diff for: composer.json

+12-8
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,28 @@
11
{
2-
"name": "jlorente/laravel-data-migrations",
2+
"name": "coderan/laravel-data-migrations",
33
"description": "An extension to allow you to separate data migrations from structure migrations",
44
"license": "MIT",
55
"authors": [{
6-
"name": "Jose Lorente",
7-
"email": "jose.lorente.martin@gmail.com"
8-
}],
6+
"name": "Jose Lorente",
7+
"email": "jose.lorente.martin@gmail.com"
8+
}, {
9+
"name": "Eran Machiels",
10+
"email": "dev@eranmachiels.nl"
11+
}],
912
"require": {
10-
"php": ">=7.0.0",
11-
"illuminate/support": ">=5.5"
13+
"php": "^7.4|^8.0",
14+
"illuminate/support": "^8.0",
15+
"illuminate/database": "^8.0"
1216
},
1317
"autoload": {
1418
"psr-4": {
15-
"Jlorente\\DataMigrations\\": "src/"
19+
"Coderan\\DataMigrations\\": "src/"
1620
}
1721
},
1822
"extra": {
1923
"laravel": {
2024
"providers": [
21-
"Jlorente\\DataMigrations\\DataMigrationsServiceProvider"
25+
"Coderan\\DataMigrations\\DataMigrationsServiceProvider"
2226
]
2327
}
2428
}

0 commit comments

Comments
 (0)