Skip to content

Commit fbce544

Browse files
committed
chore: bump PHPUnit version and remove composer.lock
1 parent 9ce90ad commit fbce544

File tree

3 files changed

+2
-7608
lines changed

3 files changed

+2
-7608
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
/.idea
33
.phpunit.result.cache
44
build
5+
composer.lock

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"require-dev": {
2525
"orchestra/testbench": "^4.0|^5.0|^6.0",
26-
"phpunit/phpunit": "^8.0|^9.0"
26+
"phpunit/phpunit": "^9.0"
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)