Skip to content

Commit 4bfbf95

Browse files
committed
fix: update PHP and package version requirements in composer.json
1 parent 65aaaf4 commit 4bfbf95

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
"framework"
1616
],
1717
"require": {
18-
"php": "^8.3|^8.4",
18+
"php": "^8.3|^8.4|^8.5",
1919
"illuminate/support": "~12",
20-
"laravel/framework": "^12.21",
21-
"laravel/tinker": "^2.0"
20+
"laravel/framework": "^12.40",
21+
"laravel/tinker": "^2.10"
2222
},
2323
"require-dev": {
24-
"rector/rector": "^2.1",
25-
"larastan/larastan": "^3.6",
26-
"laravel/pint": "^1.24"
24+
"rector/rector": "^2.2",
25+
"larastan/larastan": "^3.8",
26+
"laravel/pint": "^1.26"
2727
},
2828
"repositories": [
2929
{

0 commit comments

Comments
 (0)