Add support for thecodingmachine safe 3 0#10
Conversation
|
@turingal I ran the CI jobs, please see the highlighted issues: https://github.com/onmoon/money/pull/10/checks Most of the jobs were cancelled because the first one failed: It tries to install the minimum allowed versions of packages with Also note that by limiting version constraints to only the latest versions, we restrict the end user of the package. Therefore, the broad version range should preferably be kept if possible (e.g., we add support for thecodingmachine/safe 3.0 on top of 1.3 and 2, not replace support for 1.3 and 2 with only supporting 3.0). The same applies to other version constraints you changed in the pull request. You can inspect the configuration of the various CI jobs in the repository and reproduce them locally with the corresponding PHP versions and composer install arguments to ensure the CI jobs will install and pass when committed to the repository. |
|
Here is an example in our other package that supports the whole range of thecodingmachine/safe versions: |
No description provided.