Skip to content

Commit 442b7d6

Browse files
committed
Merge branch 'release/3.0.5'
2 parents db08ca3 + efab1fc commit 442b7d6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.1",
19+
"php": "^8.1 || ^8.2",
2020
"filament/filament": "^3.0",
21-
"illuminate/contracts": "^10.0",
22-
"laravellegends/pt-br-validator": "^10.0",
21+
"illuminate/contracts": "^10.0 || ^11.0",
22+
"laravellegends/pt-br-validator": "^10.0 || ^11.0",
2323
"spatie/laravel-package-tools": "^1.14.0"
2424
},
2525
"require-dev": {
2626
"laravel/pint": "^1.0",
2727
"nunomaduro/collision": "^7.9",
28-
"nunomaduro/larastan": "^2.0.1",
28+
"larastan/larastan": "^2.9.2",
2929
"orchestra/testbench": "^8.0",
3030
"pestphp/pest": "^2.0",
3131
"pestphp/pest-plugin-arch": "^2.0",

0 commit comments

Comments
 (0)