8000 Comparing v5.10.3...v5.10.4 · symfony-cli/symfony-cli · GitHub
[go: up one dir, main page]

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: symfony-cli/symfony-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.10.3
Choose a base ref
...
head repository: symfony-cli/symfony-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.10.4
Choose a head ref
  • 4 commits
  • 7 files changed
  • 2 contributors

Commits on Oct 11, 2024

  1. Allow to define the IP on which server:start should listen to

    In addition to the flags, one can also uses the SYMFONY_LISTEN_IP and SYMFONY_ALL_IP environment variables
    tucksaun committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    298dbb2 View commit details
    Browse the repository at this point in the history
  2. refacto: improve Docker Compose project name determination

    By using the library constants and reading the yaml files
    tucksaun committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    903639a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #525 from tucksaun/feat/listen-all-ip

    Allow to define the IP on which `server:start` should listen to
    fabpot authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    12013a9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #515 from tucksaun/refacto/docker-compose-project-… 62B5

    …name
    
    refacto: improve Docker Compose project name determination
    fabpot authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    f25f81a View commit details
    Browse the repository at this point in the history
Loading
0