Skip to content

Commit 3b77521

Browse files
authored
Merge pull request #45 from laravel-shift/l10-compatibility
2 parents b4ccaa5 + 38d4c11 commit 3b77521

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

composer.json

+16-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
{
22
"name": "jaybizzle/laravel-migrations-organiser",
33
"description": "A Laravel package to help organise migration files.",
4-
"keywords": ["laravel", "migrations", "migrate", "organise", "organiser", "organize", "organizer", "folder", "date", "dated"],
4+
"keywords": [
5+
"laravel",
6+
"migrations",
7+
"migrate",
8+
"organise",
9+
"organiser",
10+
"organize",
11+
"organizer",
12+
"folder",
13+
"date",
14+
"dated"
15+
],
516
"license": "MIT",
617
"authors": [
718
{
@@ -15,7 +26,7 @@
1526
],
1627
"require": {
1728
"php": "^7.3|^8.0",
18-
"illuminate/support": "^8.0|^9.0"
29+
"illuminate/support": "^8.0|^9.0|^10.0"
1930
},
2031
"autoload": {
2132
"psr-4": {
@@ -25,9 +36,9 @@
2536
"require-dev": {
2637
"mockery/mockery": "^1.3.1",
2738
"phpunit/phpunit": "^9.3",
28-
"illuminate/database": "^8.0",
29-
"illuminate/filesystem": "^8.0",
30-
"illuminate/console": "^8.0"
39+
"illuminate/database": "^8.0|^10.0",
40+
"illuminate/filesystem": "^8.0|^10.0",
41+
"illuminate/console": "^8.0|^10.0"
3142
},
3243
"extra": {
3344
"laravel": {

0 commit comments

Comments
 (0)