Skip to content

Commit 4fc18d7

Browse files
onairmarcEncoreBot
andauthored
Create Assert Class (#159)
Co-authored-by: EncoreBot <[email protected]>
1 parent 21c42e6 commit 4fc18d7

File tree

16 files changed

+626
-245
lines changed

16 files changed

+626
-245
lines changed

.git-blame-ignore-revs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,5 @@ c400a3c655b1157b8ff30f5c2ead30563fad972a
5353
9ceb35f77a0bfefe8bf4b51d5026399f12ad79b0
5454
8614c245e767ac74c2ca65697553b70bf54394ad
5555
e7d3e86c6e045f09131ec7cdb3e2cf0887e7eb21
56+
7350f8fc64aa43ff050446bd64157a28f73e21d4
57+
bb927a60f808d44d10b6ffbd796982a3e5022c44

.idea/php.xml

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/stdlib.iml

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
},
2424
"require-dev": {
2525
"mockery/mockery": "^1.6",
26-
"pestphp/pest": "^2.34 || ^3.0 || ^4.0",
26+
"pestphp/pest": "^4",
2727
"phpstan/extension-installer": "^1.3",
28-
"phpstan/phpstan": "^1.10",
29-
"rector/rector": "^1.0",
30-
"tightenco/duster": "^2.7 || ^3.0",
31-
"tomasvotruba/cognitive-complexity": "^0.2.3"
28+
"phpstan/phpstan": "^2",
29+
"rector/rector": "^2",
30+
"tightenco/duster": "^3",
31+
"tomasvotruba/cognitive-complexity": "^1"
3232
},
3333
"autoload": {
3434
"psr-4": {

0 commit comments

Comments
 (0)