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

Bump czproject/git-php from 3.17.1 to 4.0.3 #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 23, 2023

Bumps czproject/git-php from 3.17.1 to 4.0.3.

Release notes

Sourced from czproject/git-php's releases.

Version 4.0.3

  • uses --end-of-options after command options (for security reasons)

Version 4.0.2

  • GitRepository: fixed parameters in git log commands (closes #70)

Version 4.0.1

  • CliRunner: fixed reading of STDOUT (#69)
  • GitRepository: uses --no-color option for git branch commands

Version 4.0.0

  • removed interface IGit
  • changed namespace to CzProject\GitPhp
  • GitRepository - return-type changed to static
  • requires PHP 5.6 or newer
  • added factory CzProject\GitPhp\Git with methods open(), init() & cloneRepository()
  • GitRepository::execute() uses variadics parameters
  • exec() replaced by proc_open() (see CzProject\GitPhp\Runners\CliRunner)
  • improved command processing, throws exception for invalid value types
  • rewritten tests
  • removed GitRepository::isChanges()
  • GitRepository::getLastCommitId() returns CzProject\GitPhp\CommitId
  • added GitRepository::getCommit()
  • removed GitRepository::getCommitAuthor() (use GitRepository::getCommit() instead)
  • removed GitRepository::getCommitDate() (use GitRepository::getCommit() instead)
  • removed GitRepository::getCommitMessage() (use GitRepository::getCommit() instead)
  • removed GitRepository::getCommitData() (use GitRepository::getCommit() instead)
  • uses PhpStan
  • coding style

Version 3.18.2

  • return-type self changed to IGit (#61)

Version 3.18.1

  • GitRepository: fixed getCommitDate() (#55)

Version v3.18.0

GitRepository: added methods getCommitDate() & getCommitAuthor() (#54)

Commits
  • 5e82d54 Uses --end-of-options after command options (for security reasons)
  • b00d8dd Tests: AssertRunner - fixed arguments order
  • 3250512 GitRepository: fixed parameters in git log commands (closes #70)
  • dc084fc CliRunner: coding style
  • 0d437f2 GitRepository: uses '--no-color' option for 'git branch' commands
  • 96aca96 CliRunner: fixed reading of big stdout (closes #69)
  • 47d4c21 Readme: typo
  • 3d92b7e GitRepository: fixed usage of \DateTimeInterface::ATOM
  • e672098 GitRepository: \DateTimeInterface::ISO8601 replaced by ATOM
  • 46c3e0d Added GitHub Actions
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [czproject/git-php](https://github.com/czproject/git-php) from 3.17.1 to 4.0.3.
- [Release notes](https://github.com/czproject/git-php/releases)
- [Commits](czproject/git-php@v3.17.1...v4.0.3)

---
updated-dependencies:
- dependency-name: czproject/git-php
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@private-packagist
Copy link

composer.lock

Package changes

Package Operation From To Changes
czproject/git-php upgrade v3.17.1 ⚠️ v4.0.3 ✅ diff

Important Metadata Changes

Package Version Metadata From To
webmozart/assert 1.8.0 dist url https://api.github.com/repos/webmozart/assert/zipball/ab2cb0b3b559010b75981b1bdce728da3ee90ad6 https://api.github.com/repos/webmozarts/assert/zipball/ab2cb0b3b559010b75981b1bdce728da3ee90ad6
webmozart/assert 1.8.0 source url https://github.com/webmozart/assert.git https://github.com/webmozarts/assert.git

Settings · Docs · Powered by Private Packagist

@settings settings bot removed the dependencies label Dec 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants