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.
replace
composer.json
1 parent dfc24d1 commit 45ea409Copy full SHA for 45ea409
composer.json
@@ -90,7 +90,8 @@
90
"illuminate/testing": "self.version",
91
"illuminate/translation": "self.version",
92
"illuminate/validation": "self.version",
93
- "illuminate/view": "self.version"
+ "illuminate/view": "self.version",
94
+ "spatie/once": "*"
95
},
96
"require-dev": {
97
"ext-gmp": "*",
@@ -115,16 +116,12 @@
115
116
"symfony/psr-http-message-bridge": "^7.0"
117
118
"conflict": {
- "illuminate/collections": "<11.0.0",
119
"tightenco/collect": "<5.5.33"
120
121
"provide": {
122
"psr/container-implementation": "1.1|2.0",
123
"psr/simple-cache-implementation": "1.0|2.0|3.0"
124
125
- "replace": {
126
- "spatie/once": "*"
127
- },
128
"autoload": {
129
"files": [
130
"src/Illuminate/Collections/helpers.php",
0 commit comments