Skip to content

Commit 4dbaaa2

Browse files
committed
Revert "conflict symfony/type-info 7.1 (experimental release)"
This reverts commit 0fb4d82.
1 parent 0fb4d82 commit 4dbaaa2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

composer.json

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

0 commit comments

Comments
 (0)