Skip to content

Commit c926187

Browse files
committed
up
1 parent e133dbd commit c926187

File tree

3 files changed

+240
-238
lines changed

3 files changed

+240
-238
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
"survey"
1616
],
1717
"require": {
18-
"php": "^7.0",
18+
"php": "7.*",
1919
"ext-imagick": "*",
2020
"symfony/console": "2.7.*"
2121
},
2222
"bin": ["bin/omr"],
2323
"require-dev": {
24-
"phpunit/phpunit": "6.5.14"
24+
"phpunit/phpunit": "8.*"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)