Skip to content

Commit 70ecf88

Browse files
authored
Merge pull request #184 from utopia-php/feat-array-headers-0.33.x
Feat: array-like headers
2 parents 5112b10 + 3ef6341 commit 70ecf88

6 files changed

Lines changed: 330 additions & 83 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"scripts": {
1818
"lint": "vendor/bin/pint --test",
1919
"format": "vendor/bin/pint",
20-
"check": "vendor/bin/phpstan analyse -c phpstan.neon",
20+
"check": "vendor/bin/phpstan analyse -c phpstan.neon --memory-limit 512M",
2121
"test": "vendor/bin/phpunit --configuration phpunit.xml",
2222
"bench": "vendor/bin/phpbench run --report=benchmark"
2323
},

0 commit comments

Comments
 (0)