Skip to content

Commit 67351d1

Browse files
committed
Update deps
Signed-off-by: Jack Cherng <jfcherng@gmail.com>
1 parent 8b14dae commit 67351d1

File tree

3 files changed

+102
-95
lines changed

3 files changed

+102
-95
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# some IDE things
2+
*.cache
23
.idea/
34
.tags*
45
/.web-server-pid
56
**/oracle.sqlite
6-
.php_cs.cache
77

88
# composer
99
vendor/

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"require-dev": {
3131
"friendsofphp/php-cs-fixer": "^2.14",
3232
"phan/phan": "^1.0",
33-
"phpunit/phpunit": "^7.2"
33+
"phpunit/phpunit": "^7.2 || ^8.0"
3434
},
3535
"config": {
3636
"sort-packages": true

0 commit comments

Comments
 (0)