Skip to content

Commit 46e6735

Browse files
committed
minor #19224 Use a release-indepent command to sign the Symfony CLI (xabbuh)
This PR was merged into the 5.4 branch. Discussion ---------- Use a release-indepent command to sign the Symfony CLI fixes #19223 Commits ------- 1be5c60 use a release-indepent command to sign the symfony CLI
2 parents 1d9c613 + 1be5c60 commit 46e6735

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

setup/symfony_server.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,7 @@ run the Symfony server in the background:
6565

6666
.. code-block:: terminal
6767
68-
# find the installed version of the Symfony binary
69-
$ symfony version
70-
71-
# change the path to the location of your Symfony binary and replace {version} too
72-
$ sudo codesign --force --deep --sign - /opt/homebrew/Cellar/symfony-cli/{version}/bin/symfony
68+
$ sudo codesign --force --deep --sign - $(whereis -q symfony)
7369
7470
Enabling PHP-FPM
7571
----------------

0 commit comments

Comments
 (0)