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 b1deb9a commit c8248adCopy full SHA for c8248ad
composer.json
@@ -20,10 +20,10 @@
20
"psr/log": "^1.0 || ^1.1.4",
21
"vlucas/phpdotenv": "^5.3",
22
"filp/whoops": "^2.15",
23
- "symfony/var-dumper": "5.4.3"
+ "symfony/var-dumper": "^5.4.3"
24
},
25
"conflict": {
26
- "symfony/var-dumper": "^5.4.4 || ^6.0"
+ "symfony/var-dumper": ">=6.0.0"
27
28
"autoload": {
29
"files": [
@@ -39,11 +39,6 @@
39
"builder\\Database\\Tests\\": "tests/"
40
}
41
42
- "extra": {
43
- "branch-alias": {
44
- "dev-main": "4.3.0-dev"
45
- }
46
- },
47
"minimum-stability": "stable",
48
"prefer-stable": true
49
0 commit comments