Skip to content

Commit 34c759e

Browse files
committed
Upgrade phpunit
1 parent ac8c26b commit 34c759e

15 files changed

+479
-338
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ program.php
55
program.js
66
/solution
77
exercises/*/solution/vendor
8+
.phpunit.result.cache

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"require" : {
1515
"php" : ">=7.2",
1616
"ext-pdo_sqlite": "*",
17-
"php-school/php-workshop": "^2.2",
17+
"php-school/php-workshop": "2.2",
1818
"hoa/socket": "^1.0"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "^5.7",
21+
"phpunit/phpunit": "^7.0 | ^8.0",
2222
"squizlabs/php_codesniffer": "^3.5"
2323
},
2424
"autoload" : {

0 commit comments

Comments
 (0)