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.9.1
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.9.2
Choose a head ref
  • 5 commits
  • 2 files changed
  • 2 contributors

Commits on Apr 1, 2020

  1. Cache effectively (#59)

    * Cache composer cache, don't cache vendor
    
    Instead of caching the vendor folder (which changes for every job, as
    different levels of dependencies are installed) we now cache composer
    cache folders (where it stores downloaded packages and cloned repos).
    This should make caching much more effective, without introducing any
    persistance issues (as metadata used for dependency resolution is not
    cached).
    
    * Allow vendor changes autodiscard
    
    `ocramius/package-versions` changes the file it installs, so composer
    may notice this (when the package is installed from source?) and refuse
    upgrade/downgrade.
    weirdan authored Apr 1, 2020
    Configuration menu
    Copy the full SHA
    d3c9662 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa0be36 View commit details
    Browse the repository at this point in the history
  3. Fixed travis lint warnings

    weirdan committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    067bb8d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #50 from snapshotpl/patch-1

    Assert functions are public and static
    weirdan authored Apr 1, 2020
    Configuration menu
    Copy the full SHA
    668554f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #60 from weirdan/fix-travis-lint-warnings

    Fixed travis lint warnings
    weirdan authored Apr 1, 2020
    Configuration menu
    Copy the full SHA
    ebfae6c View commit details
    Browse the repository at this point in the history
Loading