Skip to content

Commit 38f0305

Browse files
authored
Bump version to 2.0.1 and update PHPUnit dependency
1 parent af4b24b commit 38f0305

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "riverside/php-waf",
33
"description": "PHP Web Application Firewall",
44
"type": "library",
5-
"version": "2.0.0",
5+
"version": "2.0.1",
66
"keywords": ["php", "firewall", "waf", "application", "webapp"],
77
"homepage": "https://github.com/riverside/php-waf",
88
"license": "MIT",
@@ -18,7 +18,7 @@
1818
"php": ">=7.0"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "8"
21+
"phpunit/phpunit": "8.5.52"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)