File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
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}
Original file line number Diff line number Diff 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
77All 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.
You can’t perform that action at this time.
0 commit comments