Skip to content

Commit 088e0d6

Browse files
committed
Dependency updates
1 parent 4896cf9 commit 088e0d6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ vendor/
33
bin/
44
composer.lock
55
.phpunit.result.cache
6+
.phpunit.cache
67
.php-cs-fixer.cache
78
phpunit.xml
89

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"php": ">=8.0 <8.4"
1616
},
1717
"require-dev": {
18-
"phpunit/phpunit": "<11.0",
18+
"phpunit/phpunit": "<12.0",
1919
"phpfui/phpunit-syntax-coverage": "^1.0",
2020
"roave/security-advisories": "dev-latest",
2121
"friendsofphp/php-cs-fixer": "^3.0",

0 commit comments

Comments
 (0)