Skip to content

Commit 1d9b946

Browse files
committed
Joomla! Framework v4.0.0
1 parent f417d84 commit 1d9b946

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

composer.json

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"php": "^8.3.0"
1010
},
1111
"require-dev": {
12-
"joomla/database": "dev-4.x-dev",
13-
"joomla/input": "dev-4.x-dev",
12+
"joomla/database": "^4.0",
13+
"joomla/input": "^4.0",
1414
"phpunit/phpunit": "^12.0",
1515
"symfony/phpunit-bridge": "^8.0",
1616
"squizlabs/php_codesniffer": "^3.10.2",
@@ -31,12 +31,5 @@
3131
"Joomla\\Authentication\\Tests\\": "tests/"
3232
}
3333
},
34-
"minimum-stability": "dev",
35-
"extra": {
36-
"branch-alias": {
37-
"dev-2.0-dev": "2.0-dev",
38-
"dev-3.x-dev": "3.0-dev",
39-
"dev-4.x-dev": "4.0-dev"
40-
}
41-
}
34+
"minimum-stability": "dev"
4235
}

0 commit comments

Comments
 (0)