Skip to content

Commit e002930

Browse files
committed
Joomla! Framework v4.0.0
1 parent 3beedd6 commit e002930

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

composer.json

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"license": "GPL-2.0-or-later",
88
"require": {
99
"php": "^8.3.0",
10-
"joomla/registry": "dev-4.x-dev"
10+
"joomla/registry": "^4.0"
1111
},
1212
"require-dev": {
13-
"joomla/test": "dev-4.x-dev",
13+
"joomla/test": "^4.0",
1414
"phpunit/phpunit": "^12.0",
1515
"squizlabs/php_codesniffer": "~3.10.2",
1616
"phpstan/phpstan": "2.1.17",
@@ -26,12 +26,5 @@
2626
"Joomla\\Data\\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
}

docs/v3-to-v4-update.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ The following changes were made to the Data package between v3 and v4.
55
### Minimum supported PHP version raised
66

77
All Framework packages now require PHP 8.3 or newer.
8+
9+
### Methods of `Joomla\Data\Dataset` have return types declared
10+
11+
To conform with the PHP interfaces, the return types of several methods in the `Dataset` class have been explicitely declared.

0 commit comments

Comments
 (0)