We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e7e6192 + 350f012 commit fe2b2b0Copy full SHA for fe2b2b0
composer.json
@@ -26,7 +26,7 @@
26
"nikic/php-parser": "^5.0"
27
},
28
"require-dev": {
29
- "phpunit/phpunit": "^10.5.8",
+ "phpunit/phpunit": "^11.0.7",
30
"tracy/tracy": "^2.10",
31
"rector/rector": "^1.0",
32
"rector/rector-php-parser": "^0.14.0"
phpunit.xml.dist
@@ -11,6 +11,6 @@
11
</include>
12
</source>
13
<php>
14
- <ini name="memory_limit" value="512M" />
+ <ini name="memory_limit" value="1536M" />
15
</php>
16
</phpunit>
0 commit comments