mirror of
https://github.com/stan220/testcontainers-php.git
synced 2026-09-12 09:29:35 +00:00
adjust phpstan memory, small phpstan fixes added HostResolverTest
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@
|
||||
"integration:old": "phpunit tests/Integration/OldTests --bootstrap vendor/autoload.php",
|
||||
"cs": "php-cs-fixer fix --dry-run",
|
||||
"cs:fix": "php-cs-fixer fix",
|
||||
"phpstan": "phpstan analyse"
|
||||
"phpstan": "phpstan analyse --memory-limit=256M"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
|
||||
Reference in New Issue
Block a user