Commit f5ceb97
committed
Remove development dependencies when building release
Due to the way that distributions for Packagist needs to be configured, according to the Laravel Zero docs (https://laravel-zero.com/docs/build-a-standalone-application#distribute-via-packagist), all dependencies need to be dev-dependencies.
This presents a problem. We don't want to include the actual development dependencies in the release. My best solution as of now is to simply remove them before building the release version. Sadly, this means we cannot cache the Composer packages for the job anymore.
Fixes #261 parent a1d7253 commit f5ceb97
1 file changed
+4
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
47 | 43 | | |
48 | 44 | | |
49 | 45 | | |
| |||
0 commit comments