Skip to content

Commit

Permalink
Merge pull request #135 from goaop/dependabot/composer/phpunit/phpuni…
Browse files Browse the repository at this point in the history
…t-tw-11.0.7

Update phpunit/phpunit requirement from ^10.5.8 to ^11.0.7
  • Loading branch information
lisachenko authored Mar 26, 2024
2 parents e7e6192 + 350f012 commit fe2b2b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"nikic/php-parser": "^5.0"
},
"require-dev": {
"phpunit/phpunit": "^10.5.8",
"phpunit/phpunit": "^11.0.7",
"tracy/tracy": "^2.10",
"rector/rector": "^1.0",
"rector/rector-php-parser": "^0.14.0"
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
</include>
</source>
<php>
<ini name="memory_limit" value="512M" />
<ini name="memory_limit" value="1536M" />
</php>
</phpunit>

0 comments on commit fe2b2b0

Please sign in to comment.