Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: WyriHaximus/php-async-test-utilities
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.1.0
Choose a base ref
...
head repository: WyriHaximus/php-async-test-utilities
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.2.0
Choose a head ref
  • 10 commits
  • 2 files changed
  • 2 contributors

Commits on Feb 6, 2023

  1. Bump phpunit/phpunit from 9.6.2 to 9.6.3

    Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.2 to 9.6.3.
    - [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
    - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/main/ChangeLog-9.6.md)
    - [Commits](sebastianbergmann/phpunit@9.6.2...9.6.3)
    
    ---
    updated-dependencies:
    - dependency-name: phpunit/phpunit
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 6, 2023
    Copy the full SHA
    b9bcb44 View commit details
  2. Merge pull request #186 from WyriHaximus/dependabot/composer/phpunit/…

    …phpunit-9.6.3
    
    Bump phpunit/phpunit from 9.6.2 to 9.6.3
    WyriHaximus authored Feb 6, 2023
    Copy the full SHA
    7782c23 View commit details

Commits on Apr 17, 2023

  1. Bump phpunit/phpunit from 9.6.3 to 9.6.7

    Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.3 to 9.6.7.
    - [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
    - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.7/ChangeLog-9.6.md)
    - [Commits](sebastianbergmann/phpunit@9.6.3...9.6.7)
    
    ---
    updated-dependencies:
    - dependency-name: phpunit/phpunit
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 17, 2023
    Copy the full SHA
    ef89dd8 View commit details
  2. Merge pull request #190 from WyriHaximus/dependabot/composer/phpunit/…

    …phpunit-9.6.7
    
    Bump phpunit/phpunit from 9.6.3 to 9.6.7
    WyriHaximus authored Apr 17, 2023
    Copy the full SHA
    f1a7c0f View commit details
  3. Unlock test utilities v6

    WyriHaximus committed Apr 17, 2023
    Copy the full SHA
    f9b497a View commit details
  4. Merge pull request #185 from WyriHaximus/unlock-test-utilities-v6

    Unlock test utilities v6
    WyriHaximus authored Apr 17, 2023
    Copy the full SHA
    6b25021 View commit details
  5. Bump wyrihaximus/test-utilities from 5.4.0 to 5.5.0

    Bumps [wyrihaximus/test-utilities](https://github.com/WyriHaximus/php-test-utilities) from 5.4.0 to 5.5.0.
    - [Release notes](https://github.com/WyriHaximus/php-test-utilities/releases)
    - [Commits](WyriHaximus/php-test-utilities@5.4.0...5.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: wyrihaximus/test-utilities
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 17, 2023
    Copy the full SHA
    a6ba009 View commit details
  6. Merge pull request #191 from WyriHaximus/dependabot/composer/wyrihaxi…

    …mus/test-utilities-5.5.0
    
    Bump wyrihaximus/test-utilities from 5.4.0 to 5.5.0
    WyriHaximus authored Apr 17, 2023
    Copy the full SHA
    2dd2c8e View commit details
  7. Copy the full SHA
    ae91b55 View commit details

Commits on Apr 18, 2023

  1. Merge pull request #193 from WyriHaximus/once-again-unlock-wyrihaximu…

    …s-test-utilities-v6
    
    Once again unlock wyrihaximus/test-utilities v6
    WyriHaximus authored Apr 18, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    laurit Lauri Tulmin
    Copy the full SHA
    eb5413f View commit details
Showing with 734 additions and 444 deletions.
  1. +2 −2 composer.json
  2. +732 −442 composer.lock
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -10,11 +10,11 @@
],
"require": {
"php": "^8.2",
"phpunit/phpunit": "^9.6.1",
"phpunit/phpunit": "^9.6.7",
"react/async": "^4.0",
"react/event-loop": "^1.3.0",
"react/promise": "^2.9.",
"wyrihaximus/test-utilities": "^5.4.0"
"wyrihaximus/test-utilities": "^5.5.0 || ^6"
},
"require-dev": {
"wyrihaximus/iterator-or-array-to-array": "^1.2"
1,174 changes: 732 additions & 442 deletions composer.lock

Large diffs are not rendered by default.