Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Commit 0ef4ed7

Browse files
committed
Add PHAR install
1 parent 48415e3 commit 0ef4ed7

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,16 @@ $ composer global require sensiolabs-de/deprecation-detector
3333

3434
Make sure you have `~/.composer/vendor/bin/` in your `PATH` and you will be able to call the `deprecation-detector` command.
3535

36-
### Standalone installation
36+
### PHAR
37+
38+
You can download the PHAR file available on the [releases page](https://github.com/sensiolabs-de/deprecation-detector/releases):
39+
40+
```
41+
curl -OL https://github.com/sensiolabs-de/deprecation-detector/releases/download/0.1.0-alpha4/deprecation-detector.phar
42+
php deprecation-detector.phar
43+
```
44+
45+
### Standalone
3746

3847
Clone the repository
3948

0 commit comments

Comments
 (0)