Skip to content

Commit ab9b657

Browse files
Merge pull request #296 from TheDragonCode/andrey-helldar-patch-1
Added Laravel 12 compatibility
2 parents 33679b6 + da03174 commit ab9b657

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
"voku/portable-ascii": "^1.4.8 || ^2.0.1"
5151
},
5252
"require-dev": {
53-
"illuminate/contracts": "^9.0 || ^10.0 || ^11.0",
54-
"phpunit/phpunit": "^9.6 || ^11.0",
53+
"illuminate/contracts": "^9.0 || ^10.0 || ^11.0 || ^12.0",
54+
"phpunit/phpunit": "^9.6 || ^11.0 || ^12.0",
5555
"symfony/var-dumper": "^6.0 || ^7.0"
5656
},
5757
"conflict": {
@@ -93,4 +93,4 @@
9393
}
9494
}
9595
}
96-
}
96+
}

0 commit comments

Comments
 (0)