Skip to content

Commit e69674b

Browse files
committed
Joomla! Framework v4.0
1 parent 861ed87 commit e69674b

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

composer.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"require-dev": {
1212
"mikey179/vfsstream": "^1.6.11",
1313
"phpunit/phpunit": "^12.2.7",
14-
"joomla/test": "dev-4.x-dev",
14+
"joomla/test": "^4.0",
1515
"squizlabs/php_codesniffer": "^3.13.2",
1616
"phpstan/phpstan": "^2.1.17",
1717
"phpstan/phpstan-deprecation-rules": "^2.0.3"
@@ -26,12 +26,5 @@
2626
"Joomla\\Filesystem\\Tests\\": "Tests/"
2727
}
2828
},
29-
"minimum-stability": "dev",
30-
"extra": {
31-
"branch-alias": {
32-
"dev-2.0-dev": "2.0-dev",
33-
"dev-3.x-dev": "3.0-dev",
34-
"dev-4.x-dev": "4.0-dev"
35-
}
36-
}
29+
"minimum-stability": "dev"
3730
}

0 commit comments

Comments
 (0)