File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1717 - " 8.1"
1818 - " 8.2"
1919 - " 8.3"
20+ - " 8.4"
2021 dependencies :
2122 - " lowest"
2223 - " highest"
Original file line number Diff line number Diff line change 88 " AFL-3.0"
99 ],
1010 "require" : {
11- "php" : " ~7.4.0||~8.1.0||~8.2.0||~8.3.0" ,
12- "composer/composer" : " ^2.0 " ,
11+ "php" : " ~7.4.0||~8.1.0||~8.2.0||~8.3.0||~8.4.0 " ,
12+ "composer/composer" : " ^2.1.13 " ,
1313 "symfony/console" : " ~4.4.0||~5.4.0||~6.4.0"
1414 },
1515 "require-dev" : {
16- "phpunit/phpunit" : " ^9 || ^10"
16+ "phpunit/phpunit" : " ^9.5.10 || ^10"
1717 },
1818 "autoload" : {
1919 "psr-4" : {
Original file line number Diff line number Diff line change @@ -65,9 +65,9 @@ class MagentoComposerApplication
6565 public function __construct (
6666 $ pathToComposerHome ,
6767 $ pathToComposerJson ,
68- Application $ consoleApplication = null ,
69- ConsoleArrayInputFactory $ consoleArrayInputFactory = null ,
70- BufferedOutput $ consoleOutput = null
68+ ? Application $ consoleApplication = null ,
69+ ? ConsoleArrayInputFactory $ consoleArrayInputFactory = null ,
70+ ? BufferedOutput $ consoleOutput = null
7171 ) {
7272 $ this ->consoleApplication = $ consoleApplication ? $ consoleApplication : new Application ();
7373 $ this ->consoleArrayInputFactory = $ consoleArrayInputFactory ? $ consoleArrayInputFactory
You can’t perform that action at this time.
0 commit comments