Skip to content

Commit cda170c

Browse files
authored
Laravel 12 support
1 parent 96b6bae commit cda170c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"require": {
2828
"php": ">=8.2",
2929
"elasticsearch/elasticsearch": "^8.0",
30-
"owen-it/laravel-auditing": "^13.0",
30+
"owen-it/laravel-auditing": "^13.0|^14.0",
3131
"php-http/httplug": "^2.4"
3232
},
3333
"autoload": {
@@ -45,7 +45,7 @@
4545
"require-dev": {
4646
"friendsofphp/php-cs-fixer": "^3.57",
4747
"larastan/larastan": "*",
48-
"orchestra/testbench": "^8.21|^9.0",
48+
"orchestra/testbench": "^8.21|^9.0|^10.0",
4949
"php-http/mock-client": "^1.6",
5050
"phpstan/phpstan": "^2.0.2",
5151
"phpstan/phpstan-phpunit": "*",

0 commit comments

Comments
 (0)