We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a4c76c commit 5f261fbCopy full SHA for 5f261fb
src/Illuminate/Container/composer.json
@@ -16,7 +16,9 @@
16
"require": {
17
"php": "^8.2",
18
"illuminate/contracts": "^12.0",
19
- "psr/container": "^1.1.1|^2.0.1"
+ "psr/container": "^1.1.1|^2.0.1",
20
+ "symfony/polyfill-php84": "^1.31",
21
+ "symfony/polyfill-php85": "^1.33"
22
},
23
"suggest": {
24
"illuminate/auth": "Required to use the Auth attribute",
0 commit comments