Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a80b613

Browse files
author
eran
committedFeb 16, 2023
Merge branch 'release/2.0.0'
2 parents 51784c1 + e788f85 commit a80b613

File tree

3 files changed

+373
-826
lines changed

3 files changed

+373
-826
lines changed
 

‎.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
nbproject
22
.AppleDouble
3-
/.idea
3+
/.idea
4+
/vendor

‎composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "coderan/laravel-data-migrations",
3+
"version": "2.0.0",
34
"description": "An extension to allow you to separate data migrations from structure migrations",
45
"version": "1.1.0",
56
"license": "MIT",
@@ -11,9 +12,9 @@
1112
"email": "dev@eranmachiels.nl"
1213
}],
1314
"require": {
14-
"php": "^7.4|^8.0",
15-
"illuminate/support": "^8.0|^9.0",
16-
"illuminate/database": "^8.0|^9.0"
15+
"php": "^8.1",
16+
"illuminate/support": "^8.0|^9.0|^10.0",
17+
"illuminate/database": "^8.0|^9.0|^10.0"
1718
},
1819
"autoload": {
1920
"psr-4": {

‎composer.lock

Lines changed: 367 additions & 822 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.