Skip to content

Commit 44235df

Browse files
committed
Support PHPUnit 9
1 parent aafbadf commit 44235df

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

composer.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,13 @@
99
"php": "^7.2.5"
1010
},
1111
"require-dev": {
12-
"doctrine/inflector": "~1.2",
13-
"joomla/coding-standards": "~2.0@alpha",
14-
"joomla/test": "~1.0",
15-
"phpunit/phpunit": "~8.2"
12+
"doctrine/inflector": "^1.2",
13+
"joomla/coding-standards": "^2.0@alpha",
14+
"joomla/test": "^2.0",
15+
"phpunit/phpunit": "^8.5|^9.0"
16+
},
17+
"conflict": {
18+
"doctrine/inflector": "<1.2"
1619
},
1720
"suggest": {
1821
"ext-mbstring": "For improved processing",
@@ -45,6 +48,7 @@
4548
"Joomla\\String\\Tests\\": "Tests/"
4649
}
4750
},
51+
"minimum-stability": "dev",
4852
"extra": {
4953
"branch-alias": {
5054
"dev-2.0-dev": "2.0-dev"

0 commit comments

Comments
 (0)