File: couscous.yml

package info (click to toggle)
php-di 7.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,940 kB
  • sloc: php: 10,572; makefile: 42; xml: 17; sh: 10; pascal: 5
file content (153 lines) | stat: -rw-r--r-- 5,250 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
baseUrl: https://php-di.org

scripts:
    before:
        - lessc --clean-css website/less/main.less website/css/all.min.css

exclude:
    - vendor
    - website
    - src
    - tests
    - logo

menu:
    items:
        introduction:
            section: Introduction
            items:
                getting-started:
                    text: Getting started
                    url: doc/getting-started.html
                understanding-di:
                    text: Understanding dependency injection
                    url: doc/understanding-di.html
                best-practices:
                    text: "\"Best practices\" guide"
                    url: doc/best-practices.html
        usage:
            section: Usage
            items:
                container-configuration:
                    text: Configuring the container
                    url: doc/container-configuration.html
                container:
                    text: Using the container
                    url: doc/container.html
        definition:
            section: Definitions
            items:
                definition-introduction:
                    text: Introduction
                    url: doc/definition.html
                autowiring:
                    text: Autowiring
                    url: doc/autowiring.html
                php-definitions:
                    text: PHP definitions
                    url: doc/php-definitions.html
                attributes:
                    text: PHP attributes
                    url: doc/attributes.html
                annotations:
                    text: Annotations
                    url: doc/annotations.html
                definition-overriding:
                    text: Definition extensions and overriding
                    url: doc/definition-overriding.html
        frameworks:
            section: Frameworks
            items:
                slim:
                    text: Slim
                    url: doc/frameworks/slim.html
                symfony:
                    text: Symfony
                    url: doc/frameworks/symfony2.html
                zf2:
                    text: Zend Framework 2
                    url: doc/frameworks/zf2.html
                zf1:
                    text: Zend Framework 1
                    url: doc/frameworks/zf1.html
                zend-expressive:
                    text: Zend Expressive
                    url: doc/frameworks/zend-expressive.html
                silly:
                    text: Silly
                    url: doc/frameworks/silly.html
                silex:
                    text: Silex
                    url: doc/frameworks/silex.html
                demo:
                    text: Demo application
                    absoluteUrl: https://github.com/PHP-DI/demo
        advanced:
            section: Advanced topics
            items:
                performances:
                    text: Performances
                    url: doc/performances.html
                lazy-injection:
                    text: Lazy injection
                    url: doc/lazy-injection.html
                inject-on-instance:
                    text: Inject on an existing instance
                    url: doc/inject-on-instance.html
                environments:
                    text: Injections depending on the environment
                    url: doc/environments.html
                ide-integration:
                    text: IDE integration
                    url: doc/ide-integration.html
        migration:
            section: Migration guides
            items:
                v4:
                    text: From PHP-DI 3.x to 4.0
                    url: doc/migration/4.0.html
                v5:
                    text: From PHP-DI 4.x to 5.0
                    url: doc/migration/5.0.html
                v6:
                    text: From PHP-DI 5.x to 6.0
                    url: doc/migration/6.0.html
                v7:
                    text: From PHP-DI 6.x to 7.0
                    url: doc/migration/7.0.html
        support:
            section: Support
            items:
                enterprise-support:
                    text: Enterprise support
                    url: support.html
        internals:
            section: Internals
            items:
                contributing:
                    text: Contributing
                    url: contributing.html
                how-it-works:
                    text: How PHP-DI works
                    url: doc/how-it-works.html
        versions:
            section: Old documentation
            items:
                docv3:
                    text: PHP-DI 3.x
                    absoluteUrl: https://github.com/PHP-DI/PHP-DI/tree/3.x/doc
                docv4:
                    text: PHP-DI 4.x
                    absoluteUrl: https://github.com/PHP-DI/PHP-DI/tree/4.x/doc
                docv5:
                    text: PHP-DI 5.x
                    absoluteUrl: https://github.com/PHP-DI/PHP-DI/tree/5.4/doc

frameworks:
    zf1: Zend Framework 1
    zf2: Zend Framework 2
    zend-expressive: Zend Expressive
    symfony2: Symfony
    silex: Silex
    slim: Slim
    silly: Silly