Skip to content

Commit 0fb4d82

Browse files
committed
conflict symfony/type-info 7.1 (experimental release)
1 parent 6dfad0a commit 0fb4d82

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@
6767
"willdurand/negotiation": "^3.0"
6868
},
6969
"conflict": {
70-
"zircote/swagger-php": "4.8.7 || 5.5.0"
70+
"zircote/swagger-php": "4.8.7 || 5.5.0",
71+
"symfony/type-info": "7.1.*"
7172
},
7273
"suggest": {
7374
"api-platform/core": "For using an API oriented framework.",
@@ -113,8 +114,8 @@
113114
"scripts": {
114115
"phpcs-check": "vendor/bin/php-cs-fixer check -v --diff",
115116
"phpcs-fix": "vendor/bin/php-cs-fixer fix -v",
116-
"phpstan": "phpstan",
117-
"phpstan-baseline": "phpstan --generate-baseline",
117+
"phpstan": "phpstan --memory-limit=2G",
118+
"phpstan-baseline": "phpstan --generate-baseline --memory-limit=2G",
118119
"phpunit": "phpunit"
119120
}
120121
}

0 commit comments

Comments
 (0)