Skip to content

Commit 0d12689

Browse files
committed
Support PHPUnit 9
1 parent 650bc56 commit 0d12689

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"license": "GPL-2.0-or-later",
88
"require": {
99
"php": "^7.2.5",
10-
"joomla/http": "~1.3|~2.0",
11-
"joomla/registry": "^1.4.5|~2.0",
12-
"joomla/uri": "~1.0|~2.0"
10+
"joomla/http": "^1.3|^2.0",
11+
"joomla/registry": "^1.4.5|^2.0",
12+
"joomla/uri": "^1.0|^2.0"
1313
},
1414
"require-dev": {
15-
"joomla/coding-standards": "~2.0@alpha",
16-
"phpunit/phpunit": "~8.2"
15+
"joomla/coding-standards": "^2.0@alpha",
16+
"phpunit/phpunit": "^8.5|^9.0"
1717
},
1818
"autoload": {
1919
"psr-4": {

0 commit comments

Comments
 (0)