Skip to content

Commit b12e45a

Browse files
authored
Merge pull request #23 from kamansoft/ll/update
ensure working for laravel 9 to release branch
2 parents 92b5a32 + b0f2e92 commit b12e45a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.1",
19+
"php": "^8.2",
2020
"doctrine/dbal": "^3.5",
2121
"illuminate/contracts": "^9.0",
22-
"spatie/laravel-package-tools": "^1.13.0"
22+
"spatie/laravel-package-tools": "^1.19.0"
2323
},
2424
"require-dev": {
2525
"laravel/pint": "^1.0",

0 commit comments

Comments
 (0)