File tree Expand file tree Collapse file tree 3 files changed +344
-530
lines changed
build/src/php/FileGenerator/Application Expand file tree Collapse file tree 3 files changed +344
-530
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,9 @@ public function generate(): array
2424 foreach ($ groupedPhelFns as $ fn ) {
2525 $ result [] = "## ` {$ fn ->fnName ()}` " ;
2626 $ result [] = $ fn ->doc ();
27+ if ($ fn ->url () !== '' ) {
28+ $ result [] = sprintf ('Read more [here](%s). ' , $ fn ->url ());
29+ }
2730 }
2831
2932 return $ result ;
Original file line number Diff line number Diff line change 1111 "require" : {
1212 "php" : " >=8.2" ,
1313 "ext-json" : " *" ,
14- "phel-lang/phel-lang" : " ^0.15 " ,
15- "gacela-project/gacela" : " ^1.7 "
14+ "phel-lang/phel-lang" : " ^0.16 " ,
15+ "gacela-project/gacela" : " ^1.9 "
1616 },
1717 "require-dev" : {
1818 "roave/security-advisories" : " dev-latest" ,
19- "phpunit/phpunit" : " ^9.6 " ,
20- "symfony/var-dumper" : " ^5 .4"
19+ "phpunit/phpunit" : " ^10.0 " ,
20+ "symfony/var-dumper" : " ^6 .4"
2121 },
2222 "autoload" : {
2323 "psr-4" : {
You can’t perform that action at this time.
0 commit comments