Skip to content

Commit fbc36e8

Browse files
authored
Upgrade webmozart/assert version to ^2.1 (#6)
* Update webmozart/assert version to ^2.1 * fix phpunit
1 parent bb33c7b commit fbc36e8

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"php": "^8.2",
1111
"symfony/console": "^6.4|^7.0",
1212
"nategood/httpful": "^1.0",
13-
"webmozart/assert": "^1.11",
13+
"webmozart/assert": "^2.1",
1414
"symfony/process": "^6.4|^7.0"
1515
},
1616
"require-dev": {

tests/ChangelogContentsFactory/Fixture/generated_changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## New Features :partying_face:
22

33
* Add new rule
4+
* Enable PHPStan on tests as well + add "unused public" ([#3238](https://github.com/rectorphp/rector-src/pull/3238))
45

56
<br>
67

0 commit comments

Comments
 (0)