Skip to content

Commit 5f261fb

Browse files
committed
add depss
1 parent 9a4c76c commit 5f261fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Illuminate/Container/composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
"require": {
1717
"php": "^8.2",
1818
"illuminate/contracts": "^12.0",
19-
"psr/container": "^1.1.1|^2.0.1"
19+
"psr/container": "^1.1.1|^2.0.1",
20+
"symfony/polyfill-php84": "^1.31",
21+
"symfony/polyfill-php85": "^1.33"
2022
},
2123
"suggest": {
2224
"illuminate/auth": "Required to use the Auth attribute",

0 commit comments

Comments
 (0)