13 Commits (main)

Author SHA1 Message Date
Jordi Boggiano a8ed352b31
Add docs for the new bin-dir access and bump runtime-api, refs #10402 2 years ago
Jordi Boggiano 5d218287d9
Doc clarification 2 years ago
Helmut Hummel f12a5b8214
Expose path to autoload in a global var for binaries (#10137)
Always create proxy files for package binaries,
to avoid not working binaries in case the package
was installed from a path repository and is itself linked

If the binary is a PHP script, a global variable is now exposed,
which holds the path to the vendor/autoload.php file.
This variable can the be used in the binaries to include this file
without guessing where the path to the vendor folder might be.

Additionally it is now checked on binary creation whether
the reference binary has a shebang and if not, generates
a much simple proxy code, because the stream wrapper code,
that is required for PHP <8 to omit the shebang from the output,
can be skipped.

Fixes: #10119

Co-authored-by: Jordi Boggiano <j.boggiano@seld.be>
3 years ago
Jordi Boggiano 0868245589
Rename master branch to main 3 years ago
Jordi Boggiano c90cd6f640
Clarify what is checked when with platofrm check, fixes #9307 3 years ago
Jordi Boggiano 284ec95712
Document new methods and update the composer-runtime-api version to 2.1 3 years ago
Jordi Boggiano 52a452c885
Improve InstalledVersions docs slightly 3 years ago
Jordi Boggiano b724adde10
Link source from docs 3 years ago
Jordi Boggiano 55c7b45de0
Add php-only to docs 4 years ago
Krzysztof Andrzej Sikorski 938d0470f4
Fix link in documentation 4 years ago
Jordi Boggiano 592b05df11
Add one more use case to InstalledVersions docs 4 years ago
Jordi Boggiano fc8be2bed8
Add --no-dev to recommended check-platform-reqs command for prod deploy 4 years ago
Jordi Boggiano 0071bc1ec0
Add docs about new runtime features 4 years ago