Skip to content

Commit b58fb57

Browse files
committed
Joomla! Framework v4.0.0
1 parent 41232b6 commit b58fb57

2 files changed

Lines changed: 9 additions & 12 deletions

File tree

composer.json

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"license": "GPL-2.0-or-later",
88
"require": {
99
"php": "^8.3.0",
10-
"joomla/application": "dev-4.x-dev",
11-
"joomla/event": "dev-4.x-dev",
12-
"joomla/string": "dev-4.x-dev",
10+
"joomla/application": "^4.0",
11+
"joomla/event": "^4.0",
12+
"joomla/string": "^4.0",
1313
"symfony/console": "^v7.0.0",
1414
"symfony/error-handler": "^7"
1515
},
1616
"require-dev": {
17-
"joomla/test": "dev-4.x-dev",
17+
"joomla/test": "^4.0",
1818
"phpunit/phpunit": "^12.0",
1919
"psr/container": "^2.0",
2020
"squizlabs/php_codesniffer": "~3.10.2",
@@ -34,12 +34,5 @@
3434
"Joomla\\Console\\Tests\\": "tests/"
3535
}
3636
},
37-
"minimum-stability": "dev",
38-
"extra": {
39-
"branch-alias": {
40-
"dev-2.0-dev": "2.0-dev",
41-
"dev-3.x-dev": "3.0-dev",
42-
"dev-4.x-dev": "4.0-dev"
43-
}
44-
}
37+
"minimum-stability": "dev"
4538
}

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 Console 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+
### Return type of `DescriptorHelper::getName()` has been set to string
10+
11+
To adapt to the changes in the Symfony class, the return type of `DescriptorHelper::getName()` has been now declared as string.

0 commit comments

Comments
 (0)