Skip to content

Commit 82bc661

Browse files
committed
Require illuminate/cache 10.36 for method isOwnedCurrentProcess
laravel/framework@234444e
1 parent e4ec812 commit 82bc661

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,15 @@
2525
"php": "^8.1",
2626
"ext-mongodb": "^1.15",
2727
"composer-runtime-api": "^2.0.0",
28-
"illuminate/support": "^10.0|^11",
28+
"illuminate/cache": "^10.36|^11",
2929
"illuminate/container": "^10.0|^11",
3030
"illuminate/database": "^10.30|^11",
3131
"illuminate/events": "^10.0|^11",
32+
"illuminate/support": "^10.0|^11",
3233
"mongodb/mongodb": "^1.15"
3334
},
3435
"require-dev": {
36+
"laravel/framework": "10.*",
3537
"mongodb/builder": "^0.2",
3638
"phpunit/phpunit": "^10.3",
3739
"orchestra/testbench": "^8.0|^9.0",

0 commit comments

Comments
 (0)