updating dependency versions
This commit is contained in:
parent
d7ee949a6a
commit
ece33e2ff2
1 changed files with 3 additions and 3 deletions
|
@ -8,11 +8,11 @@
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.1",
|
"php": ">=7.1",
|
||||||
"mofodojodino/profanity-filter": "^1.3",
|
"mofodojodino/profanity-filter": "^1.3",
|
||||||
"byjoby/flatrr": "dev-master"
|
"byjoby/flatrr": "^1"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^7",
|
"phpunit/phpunit": "^7",
|
||||||
"phpunit/dbunit": "^4.0"
|
"phpunit/dbunit": "^4"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": [
|
"test": [
|
||||||
|
@ -38,4 +38,4 @@
|
||||||
"Destructr\\": "tests/"
|
"Destructr\\": "tests/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue