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: php-fig/container
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.0
Choose a base ref
...
head repository: php-fig/container
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.1.0
Choose a head ref
  • 15 commits
  • 5 files changed
  • 7 contributors

Commits on Jun 27, 2017

  1. Fixes the link to PSR-11

    moufmouf committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    617b13e View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2017

  1. Configuration menu
    Copy the full SHA
    83c9b15 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #15 from moufmouf/fix_link

    Fixes the link to PSR-11
    mnapoli authored Jun 28, 2017
    Configuration menu
    Copy the full SHA
    2cc4a01 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2018

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

Commits on Dec 29, 2018

  1. Merge pull request #16 from chalasr/rm-license-annot

    Remove license phpdoc annotation
    Jean85 authored Dec 29, 2018
    Configuration menu
    Copy the full SHA
    014d250 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. docs: Standardize the README

    What:
    Standardizes the README file providing a common language and an implementation link.
    
    Why:
    There are differences between PSR's READMEs in regarding language and the lacking of implementations references. So I've updated all READMEs using the https://github.com/php-fig/http-factory as base.
    gnumoksha authored May 21, 2019
    Configuration menu
    Copy the full SHA
    5c6f59b View commit details
    Browse the repository at this point in the history
  2. docs: Standardize the README

    What:
    Standardizes the README file providing a common language and an implementation link.
    
    Why:
    There are differences between PSR's READMEs in regarding language and the lacking of implementations references. So I've updated all READMEs using the https://github.com/php-fig/http-factory as base.
    gnumoksha authored May 21, 2019
    Configuration menu
    Copy the full SHA
    f532b23 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2019

  1. chore: update README

    Changes requested in php-fig/http-factory#9
    gnumoksha authored May 23, 2019
    Configuration menu
    Copy the full SHA
    f8f0d26 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2019

  1. Merge pull request #24 from gnumoksha/patch-1

    docs: Standardize the README
    Jean85 authored Oct 4, 2019
    Configuration menu
    Copy the full SHA
    fc1bc36 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. feat: Adds parameter typehints to ContainerInterface

    This patch bumps the minimum supported PHP version to 7.2 and adds
    parameter typehints to ContainerInterface, as the first step towards
    adding explicit typehints based on the specification.
    
    See https://www.php-fig.org/blog/2019/10/upgrading-psr-interfaces/
    weierophinney committed Jun 17, 2020
    13 Configuration menu
    Copy the full SHA
    6c2bc7f View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

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

Commits on Sep 17, 2020

  1. Update url to HTTPS

    J0WI authored Sep 17, 2020
    Configuration menu
    Copy the full SHA
    ccffa9f View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

  1. Merge pull request #29 from J0WI/patch-1

    Update url to HTTPS
    Jean85 authored Sep 18, 2020
    Configuration menu
    Copy the full SHA
    b1fbdff View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Merge pull request #27 from weierophinney/feature/add-param-hints

    Adds parameter typehints to ContainerInterface
    mnapoli authored Oct 13, 2020
    Configuration menu
    Copy the full SHA
    381524e View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Merge pull request #20 from moufmouf/type_hinting

    Adding type-hints and extending Throwable for exception interfaces
    weierophinney authored Mar 5, 2021
    Configuration menu
    Copy the full SHA
    9fc7aab View commit details
    Browse the repository at this point in the history
Loading