Skip to content

Commit fe2b2b0

Browse files
authored
Merge pull request #135 from goaop/dependabot/composer/phpunit/phpunit-tw-11.0.7
Update phpunit/phpunit requirement from ^10.5.8 to ^11.0.7
2 parents e7e6192 + 350f012 commit fe2b2b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"nikic/php-parser": "^5.0"
2727
},
2828
"require-dev": {
29-
"phpunit/phpunit": "^10.5.8",
29+
"phpunit/phpunit": "^11.0.7",
3030
"tracy/tracy": "^2.10",
3131
"rector/rector": "^1.0",
3232
"rector/rector-php-parser": "^0.14.0"

phpunit.xml.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
</include>
1212
</source>
1313
<php>
14-
<ini name="memory_limit" value="512M" />
14+
<ini name="memory_limit" value="1536M" />
1515
</php>
1616
</phpunit>

0 commit comments

Comments
 (0)