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: laravel-zero/framework
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 517dddb
Choose a base ref
...
head repository: laravel-zero/framework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1c44f0c
Choose a head ref
  • 17 commits
  • 20 files changed
  • 4 contributors

Commits on Dec 5, 2023

  1. Throw a more descriptive exception when the binary was not created

    When the build command fails and a binary was not created, this results in an error like `rename(app.phar, builds/app): the system cannot find the file specified `. This is not very descriptive to the actual issue, so this PR adds a check to thrown an exception if the file was not created. This will make debugging easier.
    
    Co-Authored-By: Owen Voke <development@voke.dev>
    emmadesilva and owenvoke committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    d3bb835 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    c86f516 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    297dda5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #485 from owenvoke/feature/php-8.3

    ci: run tests against PHP 8.3
    owenvoke authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    23699dd View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Merge pull request #489 from caendesilva/patch-1

    Throw a more descriptive exception when the binary was not created
    owenvoke authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    9afbb03 View commit details
    Browse the repository at this point in the history
  2. style: apply fixes from Pint

    owenvoke committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    90dcfda View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Update self-update command description to be more useful to users

    Since this command is present in the compiled binaries, and thus shown to the end users, I think it makes more sense to word it in a way that is more useful to the end users, instead of the more technical current description that seems tailored to the developers.
    emmadesilva authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    fcc29d6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #491 from caendesilva/patch-1

    Update self-update command description to be more useful to users
    owenvoke authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    a249975 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    48c2e7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    394765e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f846934 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09d8202 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    054f11e View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    aac9c1b View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. chore: bumps dependencies

    nunomaduro committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    58978b7 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. bumps dependencies

    nunomaduro committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    97660f3 View commit details
    Browse the repository at this point in the history
  2. bumps dependencies

    nunomaduro committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    1c44f0c View commit details
    Browse the repository at this point in the history
Loading