0m 21s
Feb 2, 2025, 12:02 AM

oauth2

Fix missing code param in authentication request (#21) The $data array for the authentication request is overwritten after setting the value and key for the code parameter, so $data['code'] is missing.

LadySolveig
executed scheduled task
nightly-build-2-x

Pipeline stages

8 stages

Console Logs

1+ php -v 0s
2PHP 7.4.33 (cli) (built: Nov 15 2022 06:03:30) ( NTS ) 0s
3Copyright (c) The PHP Group 0s
4Zend Engine v3.4.0, Copyright (c) Zend Technologies 0s
5 with Zend OPcache v7.4.33, Copyright (c), by Zend Technologies 0s
6+ composer update 0s
7Loading composer repositories with package information 0s
8Updating dependencies 1s
9Lock file operations: 47 installs, 0 updates, 0 removals 1s
10 - Locking composer/ca-bundle (dev-main 08c50d5) 1s
11 - Locking doctrine/instantiator (1.5.x-dev 12be248) 1s
12 - Locking joomla/application (dev-2.0-dev 5cd9232) 1s
13 - Locking joomla/coding-standards (dev-3.x-dev 57a1433) 1s
14 - Locking joomla/event (dev-2.0-dev 245396d) 1s
15 - Locking joomla/filter (dev-2.0-dev 6a2bb23) 1s
16 - Locking joomla/http (dev-2.0-dev b20fe5c) 1s
17 - Locking joomla/input (dev-2.0-dev 80d2b63) 1s
18 - Locking joomla/registry (dev-2.0-dev fde9573) 1s
19 - Locking joomla/session (dev-2.0-dev afa4dce) 1s
20 - Locking joomla/string (dev-2.0-dev c7a9330) 1s
21 - Locking joomla/uri (dev-2.0-dev d1cd68a) 1s
22 - Locking joomla/utilities (dev-2.0-dev 2baa8af) 1s
23 - Locking laminas/laminas-diactoros (2.17.x-dev 5b32597) 1s
24 - Locking myclabs/deep-copy (1.x-dev 4764e04) 1s
25 - Locking nikic/php-parser (v5.4.0) 1s
26 - Locking phar-io/manifest (dev-master 54750ef) 1s
27 - Locking phar-io/version (3.2.1) 1s
28 - Locking phpunit/php-code-coverage (9.2.x-dev 0448d60) 1s
29 - Locking phpunit/php-file-iterator (3.0.x-dev 38b2436) 1s
30 - Locking phpunit/php-invoker (3.1.1) 1s
31 - Locking phpunit/php-text-template (2.0.4) 1s
32 - Locking phpunit/php-timer (5.0.3) 1s
33 - Locking phpunit/phpunit (9.6.x-dev 6863147) 1s
34 - Locking psr/http-client (dev-master bb5906e) 1s
35 - Locking psr/http-factory (1.1.0) 1s
36 - Locking psr/http-message (1.1) 1s
37 - Locking psr/log (1.1.4) 1s
38 - Locking sebastian/cli-parser (1.0.x-dev 2b56bea) 1s
39 - Locking sebastian/code-unit (1.0.8) 1s
40 - Locking sebastian/code-unit-reverse-lookup (2.0.3) 1s
41 - Locking sebastian/comparator (4.0.x-dev b247957) 1s
42 - Locking sebastian/complexity (2.0.x-dev 25f207c) 1s
43 - Locking sebastian/diff (4.0.x-dev ba01945) 1s
44 - Locking sebastian/environment (5.1.x-dev 830c43a) 1s
45 - Locking sebastian/exporter (4.0.x-dev 78c00df) 1s
46 - Locking sebastian/global-state (5.0.x-dev bca7df1) 1s
47 - Locking sebastian/lines-of-code (1.0.x-dev e1e4a17) 1s
48 - Locking sebastian/object-enumerator (4.0.4) 1s
49 - Locking sebastian/object-reflector (2.0.4) 1s
50 - Locking sebastian/recursion-context (4.0.x-dev e75bd0f) 1s
51 - Locking sebastian/resource-operations (dev-main ff553e7) 1s
52 - Locking sebastian/type (3.2.x-dev 75e2c2a) 1s
53 - Locking sebastian/version (3.0.x-dev c6c1022) 1s
54 - Locking squizlabs/php_codesniffer (dev-master 2cbfb36) 1s
55 - Locking symfony/deprecation-contracts (2.5.x-dev 605389f) 1s
56 - Locking theseer/tokenizer (1.2.3) 1s
57Writing lock file 1s
58Installing dependencies from lock file (including require-dev) 1s
59Package operations: 47 installs, 0 updates, 0 removals 1s
60 - Installing symfony/deprecation-contracts (2.5.x-dev 605389f): Extracting archive 1s
61 - Installing psr/log (1.1.4): Extracting archive 1s
62 - Installing psr/http-message (1.1): Extracting archive 1s
63 - Installing psr/http-factory (1.1.0): Extracting archive 1s
64 - Installing laminas/laminas-diactoros (2.17.x-dev 5b32597): Extracting archive 1s
65 - Installing joomla/string (dev-2.0-dev c7a9330): Extracting archive 1s
66 - Installing joomla/utilities (dev-2.0-dev 2baa8af): Extracting archive 1s
67 - Installing joomla/registry (dev-2.0-dev fde9573): Extracting archive 1s
68 - Installing joomla/event (dev-2.0-dev 245396d): Extracting archive 1s
69 - Installing joomla/application (dev-2.0-dev 5cd9232): Extracting archive 1s
70 - Installing squizlabs/php_codesniffer (dev-master 2cbfb36): Extracting archive 1s
71 - Installing joomla/coding-standards (dev-3.x-dev 57a1433): Extracting archive 1s
72 - Installing psr/http-client (dev-master bb5906e): Extracting archive 1s
73 - Installing joomla/uri (dev-2.0-dev d1cd68a): Extracting archive 1s
74 - Installing composer/ca-bundle (dev-main 08c50d5): Extracting archive 1s
75 - Installing joomla/http (dev-2.0-dev b20fe5c): Extracting archive 1s
76 - Installing joomla/filter (dev-2.0-dev 6a2bb23): Extracting archive 1s
77 - Installing joomla/input (dev-2.0-dev 80d2b63): Extracting archive 1s
78 - Installing joomla/session (dev-2.0-dev afa4dce): Extracting archive 1s
79 - Installing sebastian/version (3.0.x-dev c6c1022): Extracting archive 1s
80 - Installing sebastian/type (3.2.x-dev 75e2c2a): Extracting archive 1s
81 - Installing sebastian/resource-operations (dev-main ff553e7): Extracting archive 1s
82 - Installing sebastian/recursion-context (4.0.x-dev e75bd0f): Extracting archive 1s
83 - Installing sebastian/object-reflector (2.0.4): Extracting archive 1s
84 - Installing sebastian/object-enumerator (4.0.4): Extracting archive 1s
85 - Installing sebastian/global-state (5.0.x-dev bca7df1): Extracting archive 1s
86 - Installing sebastian/exporter (4.0.x-dev 78c00df): Extracting archive 1s
87 - Installing sebastian/environment (5.1.x-dev 830c43a): Extracting archive 1s
88 - Installing sebastian/diff (4.0.x-dev ba01945): Extracting archive 1s
89 - Installing sebastian/comparator (4.0.x-dev b247957): Extracting archive 1s
90 - Installing sebastian/code-unit (1.0.8): Extracting archive 1s
91 - Installing sebastian/cli-parser (1.0.x-dev 2b56bea): Extracting archive 1s
92 - Installing phpunit/php-timer (5.0.3): Extracting archive 1s
93 - Installing phpunit/php-text-template (2.0.4): Extracting archive 1s
94 - Installing phpunit/php-invoker (3.1.1): Extracting archive 1s
95 - Installing phpunit/php-file-iterator (3.0.x-dev 38b2436): Extracting archive 1s
96 - Installing theseer/tokenizer (1.2.3): Extracting archive 1s
97 - Installing nikic/php-parser (v5.4.0): Extracting archive 1s
98 - Installing sebastian/lines-of-code (1.0.x-dev e1e4a17): Extracting archive 1s
99 - Installing sebastian/complexity (2.0.x-dev 25f207c): Extracting archive 1s
100 - Installing sebastian/code-unit-reverse-lookup (2.0.3): Extracting archive 1s
101 - Installing phpunit/php-code-coverage (9.2.x-dev 0448d60): Extracting archive 1s
102 - Installing phar-io/version (3.2.1): Extracting archive 1s
103 - Installing phar-io/manifest (dev-master 54750ef): Extracting archive 1s
104 - Installing myclabs/deep-copy (1.x-dev 4764e04): Extracting archive 1s
105 - Installing doctrine/instantiator (1.5.x-dev 12be248): Extracting archive 1s
106 - Installing phpunit/phpunit (9.6.x-dev 6863147): Extracting archive 1s
10717 package suggestions were added by new dependencies, use `composer suggest` to see details. 2s
108Generating autoload files 2s
10940 packages you are using are looking for funding. 2s
110Use the `composer fund` command to find out more! 2s
111Found 1 security vulnerability advisory affecting 1 package. 2s
112Run composer audit for a full list of advisories. 2s
113+ composer require phpmd/phpmd phpstan/phpstan 2s
114Using version dev-master for phpmd/phpmd 2s
115Using version 2.1.x-dev for phpstan/phpstan 2s
116./composer.json has been updated 2s
117Running composer update phpmd/phpmd phpstan/phpstan 2s
118Loading composer repositories with package information 2s
119Updating dependencies 3s
120Lock file operations: 14 installs, 0 updates, 0 removals 3s
121 - Locking composer/pcre (dev-main deb3871) 3s
122 - Locking composer/xdebug-handler (3.0.5) 3s
123 - Locking pdepend/pdepend (dev-master 058c4a9) 3s
124 - Locking phpmd/phpmd (dev-master 014778e) 3s
125 - Locking phpstan/phpstan (2.1.x-dev 2c0a5b0) 3s
126 - Locking psr/container (1.x-dev 513e066) 3s
127 - Locking symfony/config (5.4.x-dev 977c88a) 3s
128 - Locking symfony/dependency-injection (5.4.x-dev e5ca16d) 3s
129 - Locking symfony/filesystem (5.4.x-dev 57c8294) 3s
130 - Locking symfony/polyfill-ctype (1.x-dev a3cc8b0) 3s
131 - Locking symfony/polyfill-mbstring (1.x-dev 6d857f4) 3s
132 - Locking symfony/polyfill-php80 (1.x-dev 60328e3) 3s
133 - Locking symfony/polyfill-php81 (1.x-dev 4a4cfc2) 3s
134 - Locking symfony/service-contracts (2.5.x-dev f37b419) 3s
135Writing lock file 3s
136Installing dependencies from lock file (including require-dev) 3s
137Package operations: 14 installs, 0 updates, 0 removals 3s
138 - Installing composer/pcre (dev-main deb3871): Extracting archive 3s
139 - Installing symfony/polyfill-mbstring (1.x-dev 6d857f4): Extracting archive 3s
140 - Installing symfony/polyfill-php80 (1.x-dev 60328e3): Extracting archive 3s
141 - Installing symfony/polyfill-ctype (1.x-dev a3cc8b0): Extracting archive 3s
142 - Installing symfony/filesystem (5.4.x-dev 57c8294): Extracting archive 3s
143 - Installing psr/container (1.x-dev 513e066): Extracting archive 3s
144 - Installing symfony/service-contracts (2.5.x-dev f37b419): Extracting archive 3s
145 - Installing symfony/polyfill-php81 (1.x-dev 4a4cfc2): Extracting archive 3s
146 - Installing symfony/dependency-injection (5.4.x-dev e5ca16d): Extracting archive 3s
147 - Installing symfony/config (5.4.x-dev 977c88a): Extracting archive 3s
148 - Installing pdepend/pdepend (dev-master 058c4a9): Extracting archive 3s
149 - Installing composer/xdebug-handler (3.0.5): Extracting archive 3s
150 - Installing phpmd/phpmd (dev-master 014778e): Extracting archive 3s
151 - Installing phpstan/phpstan (2.1.x-dev 2c0a5b0): Extracting archive 3s
1525 package suggestions were added by new dependencies, use `composer suggest` to see details. 3s
153Generating autoload files 3s
15453 packages you are using are looking for funding. 3s
155Use the `composer fund` command to find out more! 3s
156Found 1 security vulnerability advisory affecting 1 package. 4s
157Run composer audit for a full list of advisories. 4s
Exit Code 0