We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9cc09a commit a4414cdCopy full SHA for a4414cd
README.md
@@ -5,15 +5,19 @@
5
You can install the package via Composer:
6
7
```bash
8
-composer require nativephp/php-bin
+composer require nativephp/php-bin --dev
9
```
10
11
or NPM:
12
13
14
-npm -i @nativephp/php-bin
+npm -i @nativephp/php-bin --save-dev
15
16
17
+### ℹ️ Heads up...
18
+> You should install this package as a `dev` dependency, in most cases, and simply copy what you need from it to the
19
+relevant parts of your application. This will save you distributing all of the PHP binaries with every installation.
20
+
21
## Credits
22
23
- [Marcel Pociot](https://github.com/mpociot)
0 commit comments