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

reactivate project #50

Merged
merged 5 commits into from
Dec 16, 2023
Merged

reactivate project #50

merged 5 commits into from
Dec 16, 2023

Conversation

mimmi20
Copy link
Owner

@mimmi20 mimmi20 commented Dec 16, 2023

No description provided.

@mimmi20 mimmi20 added maintenance Maintenance dependencies Pull requests that update a dependency file BC Break labels Dec 16, 2023
@mimmi20 mimmi20 self-assigned this Dec 16, 2023
Copy link

github-actions bot commented Dec 16, 2023

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 1 package(s) with unknown licenses.
See the Details below.

License Issues

composer.json

PackageVersionLicenseIssue Type
php>= 8.1.0, < 9.0.0NullUnknown License

Scanned Manifest Files

.github/workflows/cleanup-caches.yml
  • actions/checkout@4
.github/workflows/codeql.yml
  • actions/checkout@4
  • github/codeql-action/analyze@2
  • github/codeql-action/autobuild@2
  • github/codeql-action/init@2
.github/workflows/continuous-integration.yml
  • actions/checkout@4
  • codecov/codecov-action@3.1.4
  • mimmi20/ci/.github/workflows/analytics.yml@master
  • mimmi20/ci/.github/workflows/install.yml@master
  • mimmi20/ci/.github/workflows/validate.yml@master
  • ramsey/composer-install@2.2.0
  • shivammathur/setup-php@2.27.0
  • actions/cache@2.1.7
  • actions/cache@2.1.6
  • actions/checkout@2.4.0
  • codecov/codecov-action@2.1.0
  • shivammathur/setup-php@2.16.0
.github/workflows/dependency-review.yml
  • actions/checkout@4
  • actions/dependency-review-action@3
.github/workflows/labels.yml
  • actions/checkout@4
  • actions/checkout@2.4.0
.github/workflows/reactions.yml
  • dessant/reaction-comments@3
  • dessant/reaction-comments@2
.github/workflows/release-drafter.yml
  • release-drafter/release-drafter@5.25.0
  • release-drafter/release-drafter@5.15.0
composer.json
  • infection/infection@>= 0.27.9, < 0.28.0
  • laminas/laminas-modulemanager@>= 2.15.0, < 3.0.0
  • laminas/laminas-navigation@>= 2.19.0, < 3.0.0
  • laminas/laminas-permissions-acl@>= 2.16.0, < 3.0.0
  • laminas/laminas-servicemanager@>= 3.22.1, < 4.0.0
  • mimmi20/coding-standard@>= 5.2.2, < 6.0.0
  • mimmi20/mezzio-generic-authorization@>= 3.0.3, < 4.0.0
  • php@>= 8.1.0, < 9.0.0
  • phpstan/extension-installer@>= 1.3.1, < 2.0.0
  • phpstan/phpstan@>= 1.10.50, < 2.0.0
  • phpstan/phpstan-deprecation-rules@>= 1.1.4, < 2.0.0
  • phpstan/phpstan-phpunit@>= 1.3.15, < 2.0.0
  • phpunit/phpunit@>= 10.5.3, < 11.0.0
  • psr/container@>= 1.1.2, < 2.0.0 || >= 2.0.2, < 3.0.0
  • psr/log@>= 3.0.0, < 4.0.0
  • rector/rector@>= 0.18.12, < 0.19.0
  • ext-mbstring@>= 0
  • laminas/laminas-dependency-plugin@>= 2.2.0, < 3.0.0
  • laminas/laminas-log@>= 2.13.1, < 3.0.0
  • laminas/laminas-modulemanager@>= 2.11.0, < 3.0.0
  • laminas/laminas-navigation@>= 2.11.1, < 3.0.0
  • laminas/laminas-servicemanager@>= 3.10.0, < 4.0.0
  • mimmi20/coding-standard@>= 2.5.1, < 3.0.0
  • php@>= 7.4.3, < 8.0.0 || >= 8.0.0, < 9.0.0
  • phpstan/extension-installer@>= 1.1.0, < 2.0.0
  • phpstan/phpstan@>= 1.2.0, < 2.0.0
  • phpstan/phpstan-deprecation-rules@>= 1.0.0, < 2.0.0
  • phpstan/phpstan-phpunit@>= 1.0.0, < 2.0.0
  • phpunit/phpunit@>= 9.5.10, < 10.0.0
  • rector/rector@>= 0.12.5, < 0.13.0

@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

Copy link

codecov bot commented Dec 16, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b298a0b) 100.00% compared to head (e75635f) 100.00%.

Additional details and impacted files
@@             Coverage Diff             @@
##              master       #50   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
+ Complexity        23        22    -1     
===========================================
  Files              4         4           
  Lines             58        71   +13     
===========================================
+ Hits              58        71   +13     
Flag Coverage Δ
7.4 ?
php-7.4 ?
php-8.1 100.00% <100.00%> (?)
phpunit 100.00% <100.00%> (ø)
ubuntu-20.04 100.00% <100.00%> (ø)
xdebug ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mimmi20 mimmi20 merged commit 054ac99 into master Dec 16, 2023
72 checks passed
@mimmi20 mimmi20 deleted the updates branch December 16, 2023 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file maintenance Maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant