Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Configuration consistency fixes #10

Merged
merged 9 commits into from
Apr 11, 2018
Merged

Configuration consistency fixes #10

merged 9 commits into from
Apr 11, 2018

Commits on Mar 21, 2018

  1. Ability to disable shared services with Pimple container

    By default all services created through the `get` method were shared,
    first call creates an instance, and every another call return the
    previously created instance.
    Providing service name in "shared" allows to disable this functionality
    for a specific service. Then every call of the `get` method creates
    brand new instance of the service.
    It is possoble to disable shared services by default for all services
    by using `shared_by_default` option to boolean `false`.
    michalbundyra committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    f27874c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef2bb02 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2018

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

Commits on Apr 10, 2018

  1. Updates to zend-container-config-test 0.1.0

    Allows removing repository, pinning to a (semi-) stable version, and
    using the shipped abstract class.
    weierophinney committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    fdef4cd View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2018

  1. Configuration menu
    Copy the full SHA
    fddbce4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37029ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa36777 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5624b6a View commit details
    Browse the repository at this point in the history