We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aafbadf commit 44235dfCopy full SHA for 44235df
composer.json
@@ -9,10 +9,13 @@
9
"php": "^7.2.5"
10
},
11
"require-dev": {
12
- "doctrine/inflector": "~1.2",
13
- "joomla/coding-standards": "~2.0@alpha",
14
- "joomla/test": "~1.0",
15
- "phpunit/phpunit": "~8.2"
+ "doctrine/inflector": "^1.2",
+ "joomla/coding-standards": "^2.0@alpha",
+ "joomla/test": "^2.0",
+ "phpunit/phpunit": "^8.5|^9.0"
16
+ },
17
+ "conflict": {
18
+ "doctrine/inflector": "<1.2"
19
20
"suggest": {
21
"ext-mbstring": "For improved processing",
@@ -45,6 +48,7 @@
45
48
"Joomla\\String\\Tests\\": "Tests/"
46
49
}
47
50
51
+ "minimum-stability": "dev",
52
"extra": {
53
"branch-alias": {
54
"dev-2.0-dev": "2.0-dev"
0 commit comments