- Issue created by @AstonVictor
- last update
about 1 year ago 2 pass - Status changed to Needs review
about 1 year ago 7:13am 5 February 2024 - 🇺🇦Ukraine AstonVictor
Created a new MR with a composer.json file.
- Status changed to Active
about 1 year ago 4:01pm 10 February 2024 - 🇬🇧United Kingdom adamps
According to this page https://www.drupal.org/docs/develop/using-composer/add-a-composerjson-file → it is optional. What do you see as the advantages?
Why "minimum-stability": "dev"?
- 🇮🇳India Raveen Kumar
@. For prod env, I believe it is "stable" to ensure only stable releases are installed. However, for dev, including development versions can be beneficial for testing new features or bug fixes.
** Adding a composer.json file may bring several advantages like Dependency Management, Version Control & ease of updating.
- Status changed to Needs review
about 1 year ago 8:17am 12 February 2024 - 🇬🇧United Kingdom adamps
On the page I linked to in #4 is says this:
When prompted for Minimum Stability []:, hit enter to use the the default of "stable" stability. This will have no effect on websites where your code is installed, but may affect which versions of dependencies are used when running your project's tests. Stable dependencies during testing is preferred to unstable ones.
I searched all the modules installed on one of my sites. The majority leave it out altogether so perhaps that's best??
- Status changed to Closed: won't fix
about 1 year ago 4:21pm 14 February 2024 - 🇬🇧United Kingdom adamps
I have very little time now for Drupal, so I will try to leave you as much freedom as possible. You can commit it is you like.
- Status changed to Fixed
10 months ago 8:15am 16 April 2024 Automatically closed - issue fixed for 2 weeks with no activity.