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: psalm/psalm-plugin-phpunit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.19.2
Choose a base ref
...
head repository: psalm/psalm-plugin-phpunit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.19.3
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Mar 20, 2025

  1. Add Psalm v7 support

    danog committed Mar 20, 2025
    Copy the full SHA
    f35e944 View commit details
  2. Fixup

    danog committed Mar 20, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    6cea2e1 View commit details
  3. Fixup

    danog committed Mar 20, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    07dbf9f View commit details
Showing with 2 additions and 1 deletion.
  1. +2 −1 composer.json
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -15,14 +15,15 @@
"ext-simplexml": "*",
"composer/semver": "^1.4 || ^2.0 || ^3.0",
"composer/package-versions-deprecated": "^1.10",
"vimeo/psalm": "dev-master || ^6"
"vimeo/psalm": "dev-master || ^6 || ^7"
},
"conflict": {
"phpunit/phpunit": "<7.5"
},
"require-dev": {
"php": "^7.3 || ^8.0",
"codeception/codeception": "^4.0.3",
"behat/gherkin": "~4.11.0",
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.0",
"squizlabs/php_codesniffer": "^3.3.1",
"weirdan/codeception-psalm-module": "^0.11.0",