Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / league / container / README.md
1 # Container (Dependency Injection)
2
3 [![Author](http://img.shields.io/badge/author-@philipobenito-blue.svg?style=flat-square)](https://twitter.com/philipobenito)
4 [![Latest Version](https://img.shields.io/github/release/thephpleague/container.svg?style=flat-square)](https://github.com/thephpleague/container/releases)
5 [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
6 [![Build Status](https://img.shields.io/travis/thephpleague/container/master.svg?style=flat-square)](https://travis-ci.org/thephpleague/container)
7 [![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/thephpleague/container.svg?style=flat-square)](https://scrutinizer-ci.com/g/thephpleague/container/code-structure)
8 [![Quality Score](https://img.shields.io/scrutinizer/g/thephpleague/container.svg?style=flat-square)](https://scrutinizer-ci.com/g/thephpleague/container)
9 [![Total Downloads](https://img.shields.io/packagist/dt/league/container.svg?style=flat-square)](https://packagist.org/packages/league/container)
10
11 [![SensioLabsInsight](https://insight.sensiolabs.com/projects/ad6b4c3e-8f93-4968-8dd3-391d39a4c3c2/big.png)](https://insight.sensiolabs.com/projects/ad6b4c3e-8f93-4968-8dd3-391d39a4c3c2)
12
13 This package is compliant with [PSR-1], [PSR-2] and [PSR-4]. If you notice compliance oversights,
14 please send a patch via pull request.
15
16 [PSR-1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md
17 [PSR-2]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md
18 [PSR-4]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md
19 [PSR-11]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-11-container.md
20
21 ## Install
22
23 Via Composer
24
25 ``` bash
26 $ composer require league/container
27 ```
28
29 ## Requirements
30
31 The following versions of PHP are supported by this version.
32
33 * PHP 5.4
34 * PHP 5.5
35 * PHP 5.6
36 * PHP 7.0
37 * PHP 7.1
38 * HHVM
39
40 ## Documentation
41
42 Container has [full documentation](http://container.thephpleague.com), powered by [Jekyll](http://jekyllrb.com/).
43
44 Contribute to this documentation in the [gh-pages branch](https://github.com/thephpleague/container/tree/gh-pages/).
45
46 ## Testing
47
48 ``` bash
49 $ vendor/bin/phpunit
50 ```
51
52 ## Contributing
53
54 Please see [CONTRIBUTING](https://github.com/thephpleague/container/blob/master/CONTRIBUTING.md) for details.
55
56 ## Security
57
58 If you discover any security related issues, please email philipobenito@gmail.com instead of using the issue tracker.
59
60 ## Credits
61
62 - [Phil Bennett](https://github.com/philipobenito)
63 - [All Contributors](https://github.com/thephpleague/container/contributors)
64
65 All `Orno\Di` contributions can be found [here](https://github.com/orno/di/graphs/contributors).
66
67 ## License
68
69 The MIT License (MIT). Please see [License File](https://github.com/thephpleague/container/blob/master/LICENSE.md) for more information.