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: jitesoft/php-container
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: jitesoft/php-container
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 17 files changed
  • 3 contributors

Commits on Dec 9, 2019

  1. Merge branch 'develop' into 'master'

    Dependency updates.
    
    See merge request jitesoft/open-source/php/container!1
    Johannestegner committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    c1b915b View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Update README.md

    conatiner is not a thing
    rasmusbe authored and Johannestegner committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    327504c View commit details
    Browse the repository at this point in the history

Commits on May 25, 2020

  1. Merge branch 'develop' into 'master'

    Updated ci pipeline.
    
    See merge request jitesoft/open-source/php/container!2
    Johannestegner committed May 25, 2020
    Configuration menu
    Copy the full SHA
    c409298 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into 'master'

    Fixed sniff file path.
    
    See merge request jitesoft/open-source/php/container!3
    Johannestegner committed May 25, 2020
    Configuration menu
    Copy the full SHA
    f520b5f View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2020

  1. Correction to auto path.

    Signed-off-by: Johannes Tegnér <[email protected]>
    Johannestegner committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    29a5e74 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2020

  1. Updated packages. Removed .github directory, added cc badge.

    Signed-off-by: Johannes Tegnér <[email protected]>
    Johannestegner committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    05236a2 View commit details
    Browse the repository at this point in the history
  2. Migrated phpunit schema.

    Signed-off-by: Johannes Tegnér <[email protected]>
    Johannestegner committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    4b535ec View commit details
    Browse the repository at this point in the history
  3. Rewriting parts of the injector flow to be easier to maintai.

    Signed-off-by: Johannes Tegnér <[email protected]>
    Johannestegner committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    680a30e View commit details
    Browse the repository at this point in the history
  4. Broke up the create function into two methods, introduced `getParamet…

    …ers` private method.`
    
    Signed-off-by: Johannes Tegnér <[email protected]>
    Johannestegner committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    4cb1f97 View commit details
    Browse the repository at this point in the history
  5. Docs fix.

    Signed-off-by: Johannes Tegnér <[email protected]>
    Johannestegner committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    d090fd2 View commit details
    Browse the repository at this point in the history
  6. Minor comment fixes for cleanup.

    Signed-off-by: Johannes Tegnér <[email protected]>
    Johannestegner committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    4189a41 View commit details
    Browse the repository at this point in the history
  7. phpcs fixes.

    Signed-off-by: Johannes Tegnér <[email protected]>
    Johannestegner committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    d56d591 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. Configuration menu
    Copy the full SHA
    01a7606 View commit details
    Browse the repository at this point in the history
  2. Updated code to make use of some new php 8 features. Implemented a ne…

    …w way to resolve with functions instead of class/object.
    
    Signed-off-by: Johannes Tegnér <[email protected]>
    Johannestegner committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    6af1c21 View commit details
    Browse the repository at this point in the history
  3. Created internal ContainerInterface class. Updated readme.

    Signed-off-by: Johannes Tegnér <[email protected]>
    Johannestegner committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    404e48f View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. feat: Php8.1 update.

    Signed-off-by: Johannes Tegnér <[email protected]>
    Johannestegner committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    51e0b7d View commit details
    Browse the repository at this point in the history
Loading