File tree 3 files changed +7
-6
lines changed
3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 17
17
- " 8.1"
18
18
- " 8.2"
19
19
- " 8.3"
20
+ - " 8.4"
20
21
dependencies :
21
22
- " lowest"
22
23
- " highest"
Original file line number Diff line number Diff line change 8
8
" AFL-3.0"
9
9
],
10
10
"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 " ,
13
13
"symfony/console" : " ~4.4.0||~5.4.0||~6.4.0"
14
14
},
15
15
"require-dev" : {
16
- "phpunit/phpunit" : " ^9 || ^10"
16
+ "phpunit/phpunit" : " ^9.5.10 || ^10"
17
17
},
18
18
"autoload" : {
19
19
"psr-4" : {
Original file line number Diff line number Diff line change @@ -65,9 +65,9 @@ class MagentoComposerApplication
65
65
public function __construct (
66
66
$ pathToComposerHome ,
67
67
$ 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
71
71
) {
72
72
$ this ->consoleApplication = $ consoleApplication ? $ consoleApplication : new Application ();
73
73
$ this ->consoleArrayInputFactory = $ consoleArrayInputFactory ? $ consoleArrayInputFactory
You can’t perform that action at this time.
0 commit comments