Skip to content

Commit 7c62764

Browse files
committed
Update composer
- Update PHPUnit - Switch minimum-stability to stable
1 parent cfb6e87 commit 7c62764

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/app/composer.json.dist

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"require-dev": {
66
"squizlabs/php_codesniffer": "3.*",
7-
"phpunit/phpunit": "^6.0",
7+
"phpunit/phpunit": "^7.0",
88
"apigen/apigen": "dev-master",
99
"roave/better-reflection": "dev-master#c87d856"
1010
},
@@ -18,6 +18,6 @@
1818
"AppTest\\Acme\\": "test/"
1919
}
2020
},
21-
"minimum-stability": "dev",
21+
"minimum-stability": "stable",
2222
"prefer-stable": true
2323
}

0 commit comments

Comments
 (0)