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 b01329f commit da2329eCopy full SHA for da2329e
1 file changed
composer.json
@@ -12,15 +12,12 @@
12
},
13
"require-dev": {
14
"doctrine/inflector": "^2.0.10",
15
- "joomla/test": "dev-4.x-dev",
+ "joomla/test": "^4.0",
16
"phpunit/phpunit": "^12.2.6",
17
"squizlabs/php_codesniffer": "^3.7.2",
18
"phpstan/phpstan": "2.1.17",
19
"phpstan/phpstan-deprecation-rules": "2.0.3"
20
21
- "conflict": {
22
- "doctrine/inflector": "<1.2"
23
- },
24
"suggest": {
25
"ext-mbstring": "For improved processing",
26
"doctrine/inflector": "To use the string inflector"
@@ -35,12 +32,5 @@
35
32
"Joomla\\String\\Tests\\": "Tests/"
36
33
}
37
34
38
- "minimum-stability": "dev",
39
- "extra": {
40
- "branch-alias": {
41
- "dev-2.0-dev": "2.0-dev",
42
- "dev-3.x-dev": "3.x-dev",
43
- "dev-4.x-dev": "4.x-dev"
44
- }
45
+ "minimum-stability": "dev"
46
0 commit comments