Skip to content

Commit da2329e

Browse files
committed
Joomla! Framework v4.0
1 parent b01329f commit da2329e

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

composer.json

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,12 @@
1212
},
1313
"require-dev": {
1414
"doctrine/inflector": "^2.0.10",
15-
"joomla/test": "dev-4.x-dev",
15+
"joomla/test": "^4.0",
1616
"phpunit/phpunit": "^12.2.6",
1717
"squizlabs/php_codesniffer": "^3.7.2",
1818
"phpstan/phpstan": "2.1.17",
1919
"phpstan/phpstan-deprecation-rules": "2.0.3"
2020
},
21-
"conflict": {
22-
"doctrine/inflector": "<1.2"
23-
},
2421
"suggest": {
2522
"ext-mbstring": "For improved processing",
2623
"doctrine/inflector": "To use the string inflector"
@@ -35,12 +32,5 @@
3532
"Joomla\\String\\Tests\\": "Tests/"
3633
}
3734
},
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-
}
35+
"minimum-stability": "dev"
4636
}

0 commit comments

Comments
 (0)