Skip to content

Commit 51f94cb

Browse files
committed
fix phpunit version constraint
1 parent b92477a commit 51f94cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ install:
4949
- IF NOT EXIST php-installed.txt type nul >> php-installed.txt
5050
- cd c:\reflection
5151
- composer install --no-interaction --prefer-dist --no-progress
52-
- composer global require phpunit/phpunit "^6"
52+
- composer global require phpunit/phpunit ^6
5353
- composer global config bin-dir --absolute
5454

5555
test_script:

0 commit comments

Comments
 (0)