Skip to content

Commit

Permalink
Doctrine CS 12 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus authored May 22, 2024
1 parent c5b33bb commit 2c3e549
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 @@ -41,7 +41,7 @@
"php": "^8.1"
},
"require-dev": {
"doctrine/coding-standard": "^10",
"doctrine/coding-standard": "^12",
"phpstan/phpstan": "^1.8.8",
"phpunit/phpunit": "^9.5",
"vimeo/psalm": "^4.28"
Expand Down
2 changes: 1 addition & 1 deletion phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<!-- Ignore warnings, show progress of the run and show sniff names -->
<arg value="nps"/>

<config name="php_version" value="70100"/>
<config name="php_version" value="80100"/>

<file>src</file>
<file>tests</file>
Expand Down

0 comments on commit 2c3e549

Please sign in to comment.