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: ghostwriter/console
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.0
Choose a base ref
...
head repository: ghostwriter/console
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.1.1
Choose a head ref
  • 14 commits
  • 9 files changed
  • 1 contributor

Commits on Nov 20, 2025

  1. Update .github/settings.yml file

    Updates the repository settings configuration file.
    
    This pull request changes the following file(s):
    
    - Update `.github/settings.yml`
    
    Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
    ghostwriter committed Nov 20, 2025
    Configuration menu
    Copy the full SHA
    216c833 View commit details
    Browse the repository at this point in the history
  2. Update .github/settings.yml file #3

    Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
    ghostwriter committed Nov 20, 2025
    Configuration menu
    Copy the full SHA
    8f3c65d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc20e97 View commit details
    Browse the repository at this point in the history
  4. Update .github/settings.yml file

    Updates the repository settings configuration file.
    
    This pull request changes the following file(s):
    
    - Update `.github/settings.yml`
    
    Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
    ghostwriter committed Nov 20, 2025
    Configuration menu
    Copy the full SHA
    aa1f661 View commit details
    Browse the repository at this point in the history
  5. Update .github/settings.yml file #4

    Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
    ghostwriter committed Nov 20, 2025
    Configuration menu
    Copy the full SHA
    2d63420 View commit details
    Browse the repository at this point in the history
  6. Update ghostwriter/coding-standard to version dev-main#1ebe035

    Updates the `ghostwriter/coding-standard` dependency from `dev-main#eeed510` to `dev-main#1ebe035`.
    
    This pull request changes the following file(s):
    
    - Update `composer.lock`
    
    Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
    ghostwriter committed Nov 20, 2025
    Configuration menu
    Copy the full SHA
    72e5027 View commit details
    Browse the repository at this point in the history
  7. Update ghostwriter/coding-standard to version dev-main#1ebe035 #5

    Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
    ghostwriter committed Nov 20, 2025
    Configuration menu
    Copy the full SHA
    0369411 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2025

  1. Update phpunit/phpunit to version 12.4.4

    Updates the `phpunit/phpunit` dependency from `12.4.3` to `12.4.4`.
    
    This pull request changes the following file(s):
    
    - Update `composer.json`
    - Update `composer.lock`
    
    Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
    ghostwriter committed Nov 21, 2025
    Configuration menu
    Copy the full SHA
    04a19b0 View commit details
    Browse the repository at this point in the history
  2. Update phpunit/phpunit to version 12.4.4 #6

    Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
    ghostwriter committed Nov 21, 2025
    Configuration menu
    Copy the full SHA
    f79ba9f View commit details
    Browse the repository at this point in the history
  3. Update ghostwriter/coding-standard to version dev-main#2defba4

    Updates the `ghostwriter/coding-standard` dependency from `dev-main#1ebe035` to `dev-main#2defba4`.
    
    This pull request changes the following file(s):
    
    - Update `composer.lock`
    
    Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
    ghostwriter committed Nov 21, 2025
    Configuration menu
    Copy the full SHA
    d040329 View commit details
    Browse the repository at this point in the history
  4. Update ghostwriter/coding-standard to version dev-main#2defba4 #7

    Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
    ghostwriter committed Nov 21, 2025
    Configuration menu
    Copy the full SHA
    8f3bd64 View commit details
    Browse the repository at this point in the history
  5. Update ghostwriter/coding-standard to version dev-main#0320392

    Updates the `ghostwriter/coding-standard` dependency from `dev-main#2defba4` to `dev-main#0320392`.
    
    This pull request changes the following file(s):
    
    - Update `composer.lock`
    
    Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
    ghostwriter committed Nov 21, 2025
    Configuration menu
    Copy the full SHA
    c83694a View commit details
    Browse the repository at this point in the history
  6. Update ghostwriter/coding-standard to version dev-main#0320392 #8

    Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
    ghostwriter committed Nov 21, 2025
    Configuration menu
    Copy the full SHA
    eaa33ca View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2025

  1. Integrate Symfony Console with container and config

    Added support for Symfony Console integration by introducing ApplicationFactory, ApplicationExtension, and ContainerCommandLoaderFactory. Updated ConsoleDefinition to register new factories, extensions, and aliases for Console components. Required ghostwriter/config as a dependency. Updated related unit tests to cover new service registrations.
    
    Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
    ghostwriter committed Nov 25, 2025
    Configuration menu
    Copy the full SHA
    bc025cb View commit details
    Browse the repository at this point in the history
Loading