Skip to content

Commit 3b63e2f

Browse files
author
Steve Bagwell
committed
In development, don't allow earlier versions of phpunit
1 parent 75d9f45 commit 3b63e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"php": ">=5.4"
1111
},
1212
"require-dev": {
13-
"phpunit/phpunit": "^6.1 || ^7.0 || ^8.0"
13+
"phpunit/phpunit": "^8.0"
1414
}
1515
}

0 commit comments

Comments
 (0)