File tree 2 files changed +1
-11
lines changed
2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 29
29
coverage : " none"
30
30
php-version : " 8.3"
31
31
32
- - name : " Remove existing composer file"
33
- run : " rm composer.json"
34
-
35
- - name : " Require phpdocumentor/guides-cli"
36
- run : " composer require --dev phpdocumentor/guides-cli --no-update"
37
-
38
- - name : " Install dependencies with Composer"
39
- uses : " ramsey/composer-install@v3"
40
- with :
41
- dependency-versions : " highest"
42
-
43
32
- name : " Add orphan metadata where needed"
44
33
run : |
45
34
printf '%s\n\n%s\n' ":orphan:" "$(cat docs/en/sidebar.rst)" > docs/en/sidebar.rst
Original file line number Diff line number Diff line change 38
38
"require-dev" : {
39
39
"doctrine/coding-standard" : " ^12.0" ,
40
40
"phpbench/phpbench" : " ^1.0" ,
41
+ "phpdocumentor/guides-cli" : " ^1.4" ,
41
42
"phpstan/phpstan" : " 1.11.1" ,
42
43
"phpunit/phpunit" : " ^10.4.0" ,
43
44
"psr/log" : " ^1 || ^2 || ^3" ,
You can’t perform that action at this time.
0 commit comments