File tree Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 7
7
"license" : " GPL-2.0-or-later" ,
8
8
"require" : {
9
9
"php" : " ^8.3.0" ,
10
- "joomla/registry" : " dev-4.x-dev "
10
+ "joomla/registry" : " ^4.0 "
11
11
},
12
12
"require-dev" : {
13
- "joomla/test" : " dev-4.x-dev " ,
13
+ "joomla/test" : " ^4.0 " ,
14
14
"phpunit/phpunit" : " ^12.0" ,
15
15
"squizlabs/php_codesniffer" : " ~3.10.2" ,
16
16
"phpstan/phpstan" : " 2.1.17" ,
26
26
"Joomla\\ Data\\ Tests\\ " : " Tests/"
27
27
}
28
28
},
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"
37
30
}
Original file line number Diff line number Diff line change @@ -5,3 +5,7 @@ The following changes were made to the Data package between v3 and v4.
5
5
### Minimum supported PHP version raised
6
6
7
7
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.
You can’t perform that action at this time.
0 commit comments