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: render-examples/php-laravel-docker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: render-examples/php-laravel-docker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dw/bump-dependencies
Choose a head ref
  • 4 commits
  • 5 files changed
  • 1 contributor

Commits on Jan 21, 2021

  1. Bump dependencies

    * PHP: 7.1 -> 7.4
      * nearly the latest
      * 8.0 is not yet supported by our base docker image
    * richarvey/nginx-php-fpm: 1.9.1 -> 1.10.4
      * latest, supports PHP 7.4
    * Laravel: 5.8 -> 8.23
      * latest
    * fzaninotto/faker: replaced with fakerphp/faker
      * fzaninotto/faker has been deprecated and the replacement is a fork
        owned by the Laravel team
    * Various other bumps to get rid of deprecated libraries/versions
    wendorf committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    30b464e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c66526 View commit details
    Browse the repository at this point in the history
  3. new webroot

    wendorf committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    3dbbc7d View commit details
    Browse the repository at this point in the history
  4. Clear original html

    wendorf committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    9bb4876 View commit details
    Browse the repository at this point in the history
Loading