Skip to content

Commit 4de559a

Browse files
committed
chore: upgrade phpunit to v12
1 parent 83efccb commit 4de559a

File tree

3 files changed

+293
-323
lines changed

3 files changed

+293
-323
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"license": "MIT",
88
"authors": [
99
{
10-
"name": "ludovicm67",
10+
"name": "Ludovic Muller",
1111
"email": "[email protected]",
1212
"homepage": "https://ludovic-muller.fr/"
1313
}
@@ -18,6 +18,6 @@
1818
}
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "^10"
21+
"phpunit/phpunit": "^12"
2222
}
2323
}

0 commit comments

Comments
 (0)