Skip to content

Commit 6744215

Browse files
committed
Fix links to Docker and PHPStan Docker image
1 parent 535e172 commit 6744215

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.org

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Emacs interface to [[https://github.com/phpstan/phpstan][PHPStan]], includes che
2626
*** For Flymake user
2727
The function for flymake will be implemented soon. You do not have to depend on flycheck.
2828
*** Using Docker (phpstan/docker-image)
29-
Install [[https://www.docker.com/community-edition][Docker CE]] and [[https://github.com/phpstan/docker-image][phpstan/docker-image]](latest).
29+
Install [[https://www.docker.com/get-started][Docker]] and [[https://hub.docker.com/r/phpstan/phpstan][phpstan/phpstan image]].
3030

3131
If you always use Docker for PHPStan, add the following into your ~.emacs~ file (~~/.emacs.d/init.el~)
3232
#+BEGIN_SRC emacs-lisp
@@ -51,6 +51,7 @@ If your project Composer relies on phpstan, you do not need to set anything.
5151
(phpstan-config-file . (root . "path/to/dir/phpstan-docker.neon"))
5252
(phpstan-level . 7))))
5353
#+END_SRC
54+
5455
*** Using Composer
5556
Please install [[https://packagist.org/packages/phpstan/phpstan-shim][phpstan/phpstan-shim]] or [[https://packagist.org/packages/phpstan/phpstan][phpstan/phpstan]] package for each user environment or project by using [[https://getcomposer.org/download/][Composer]].
5657

@@ -63,6 +64,7 @@ $ composer global require phpstan/phpstan-shim
6364
$ composer global remove psy/psysh nikic/php-parser
6465
$ composer global require phpstan/phpstan-shim psy/psysh
6566
#+END_SRC
67+
6668
*** Using PHAR archive
6769
*NOTICE*: ~phpstan.el~ requires PHPStan **0.10+**.
6870

0 commit comments

Comments
 (0)