We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51784c1 + e788f85 commit a80b613Copy full SHA for a80b613
.gitignore
@@ -1,3 +1,4 @@
1
nbproject
2
.AppleDouble
3
-/.idea
+/.idea
4
+/vendor
composer.json
@@ -1,5 +1,6 @@
{
"name": "coderan/laravel-data-migrations",
+ "version": "2.0.0",
"description": "An extension to allow you to separate data migrations from structure migrations",
5
"version": "1.1.0",
6
"license": "MIT",
@@ -11,9 +12,9 @@
11
12
"email": "dev@eranmachiels.nl"
13
}],
14
"require": {
- "php": "^7.4|^8.0",
15
- "illuminate/support": "^8.0|^9.0",
16
- "illuminate/database": "^8.0|^9.0"
+ "php": "^8.1",
+ "illuminate/support": "^8.0|^9.0|^10.0",
17
+ "illuminate/database": "^8.0|^9.0|^10.0"
18
},
19
"autoload": {
20
"psr-4": {
0 commit comments