Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Declare required PHP extensions using Composer #1008

Merged
merged 1 commit into from
Jun 17, 2020

Conversation

osma
Copy link
Member

@osma osma commented Jun 17, 2020

I noticed that only one required PHP extension (gettext) is declared via Composer, but there are actually several that Skosmos requires. So I added declarations for the others as well. I'm not sure this whether this is a complete list but at least it covers the cases that need to be installed from separate Debian/Ubuntu packages (as listed in the Install Tutorial section on installing PHP).

@osma osma added the bug label Jun 17, 2020
@osma osma added this to the 2.7 milestone Jun 17, 2020
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@codecov
Copy link

codecov bot commented Jun 17, 2020

Codecov Report

Merging #1008 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #1008   +/-   ##
=========================================
  Coverage     60.29%   60.29%           
  Complexity     1592     1592           
=========================================
  Files            32       32           
  Lines          4425     4425           
=========================================
  Hits           2668     2668           
  Misses         1757     1757           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2ba7237...e513ea2. Read the comment docs.

@osma osma merged commit a4bc432 into master Jun 17, 2020
@osma osma deleted the fix-declare-ext-dependencies branch June 17, 2020 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant