|
55 | 55 |
|
56 | 56 | $ruleset = [ |
57 | 57 | 'Auth' => ['Cache', 'Cookies', 'Core', 'Session'], |
58 | | - 'Boot' => ['Config', 'Core', 'Debug', 'Events', 'Exceptions', 'Files', 'Framework', 'Logger'], |
59 | | - 'Broadcasting' => ['Boot', 'Config', 'Core', 'Framework'], |
60 | | - 'Cache' => ['Boot', 'Config', 'Core', 'Files'], |
| 58 | + 'Boot' => ['+Config', 'Debug', 'Events', 'Exceptions', 'Files', 'Framework', 'Logger'], |
| 59 | + 'Broadcasting' => ['Boot', '+Config', 'Framework'], |
| 60 | + 'Cache' => ['Boot', '+Config', 'Files'], |
61 | 61 | 'Config' => ['Core'], |
62 | | - 'Console' => ['Boot', 'Config', 'Core', 'Events', 'Exceptions', 'Files', 'Framework', 'Interceptors', 'Logger', 'Tokenizer'], |
63 | | - 'Cookies' => ['Core', 'Encrypter', 'Framework'], |
| 62 | + 'Console' => ['+Events', 'Exceptions', 'Files', 'Logger'], |
| 63 | + 'Cookies' => ['+Encrypter', 'Framework'], |
64 | 64 | 'Core' => ['Interceptors', 'Security'], |
65 | 65 | 'Csrf' => ['Cookies', 'Core'], |
66 | | - 'Debug' => ['Boot', 'Core', 'Logger'], |
67 | | - 'Distribution' => ['Boot', 'Config', 'Core'], |
| 66 | + 'Debug' => ['+Logger'], |
| 67 | + 'Distribution' => ['Boot', '+Config'], |
68 | 68 | 'DotEnv' => ['Boot', 'Core'], |
69 | 69 | 'Encrypter' => ['Core'], |
70 | | - 'Events' => ['Boot', 'Config', 'Core', 'Framework', 'Interceptors', 'Tokenizer'], |
| 70 | + 'Events' => ['Boot', '+Config', 'Framework', 'Interceptors', 'Tokenizer'], |
71 | 71 | 'Exceptions' => ['Boot', 'Core', 'Debug', 'Filters', 'Http', 'Snapshots'], |
72 | 72 | 'Files' => [], |
73 | | - 'Filters' => ['Auth', 'Core', 'Interceptors', 'Models', 'Validation'], |
| 73 | + 'Filters' => ['Auth', '+Interceptors', 'Models', 'Validation'], |
74 | 74 | 'Framework' => $frameworkDependencies, |
75 | | - 'Http' => ['Boot', 'Core', 'Exceptions', 'Files', 'Framework', 'Logger', 'Pagination', 'Router', 'Streams', 'Telemetry'], |
| 75 | + 'Http' => ['Exceptions', 'Files', 'Framework', '+Logger', 'Pagination', 'Router', 'Streams', 'Telemetry'], |
76 | 76 | 'Interceptors' => ['Core'], |
77 | 77 | 'Logger' => ['Boot', 'Core'], |
78 | 78 | 'Mailer' => [], |
79 | 79 | 'Models' => [], |
80 | | - 'Monolog' => ['Boot', 'Config', 'Core', 'Logger'], |
| 80 | + 'Monolog' => ['Config', '+Logger'], |
81 | 81 | 'Pagination' => [], |
82 | 82 | 'Prototype' => [ |
83 | 83 | 'Auth', |
|
110 | 110 | 'Validation', |
111 | 111 | 'Views', |
112 | 112 | ], |
113 | | - 'Queue' => ['Boot', 'Config', 'Core', 'Exceptions', 'Interceptors', 'Serializer', 'Snapshots', 'Telemetry', 'Tokenizer'], |
| 113 | + 'Queue' => ['Exceptions', 'Interceptors', '+Serializer', 'Snapshots', 'Telemetry', 'Tokenizer'], |
114 | 114 | 'Reactor' => ['Files'], |
115 | | - 'Router' => ['Boot', 'Core', 'Framework', 'Http', 'Interceptors', 'Telemetry', 'Tokenizer'], |
116 | | - 'Scaffolder' => ['Boot', 'Config', 'Console', 'Core', 'Events', 'Files', 'Filters', 'Framework', 'Interceptors', 'Prototype', 'Queue', 'Reactor', 'Router', 'Validation'], |
117 | | - 'Security' => ['Console', 'Core', 'Events', 'Interceptors'], |
118 | | - 'SendIt' => ['Boot', 'Config', 'Core', 'Logger', 'Mailer', 'Queue', 'Stempler', 'Views'], |
119 | | - 'Serializer' => ['Boot', 'Config', 'Core'], |
| 115 | + 'Router' => ['Boot', 'Framework', 'Http', '+Interceptors', 'Telemetry', 'Tokenizer'], |
| 116 | + 'Scaffolder' => ['Console', 'Events', 'Files', 'Filters', 'Framework', 'Interceptors', 'Prototype', 'Queue', 'Reactor', 'Router', '+Validation'], |
| 117 | + 'Security' => ['Console', 'Events', '+Interceptors'], |
| 118 | + 'SendIt' => ['Config', '+Logger', 'Mailer', 'Queue', 'Stempler', 'Views'], |
| 119 | + 'Serializer' => ['Boot', '+Config'], |
120 | 120 | 'Session' => ['Cache', 'Cookies', 'Core', 'Files', 'Http'], |
121 | 121 | 'Snapshots' => ['Exceptions', 'Files', 'Storage'], |
122 | | - 'Stempler' => ['Boot', 'Config', 'Core', 'Files', 'Router', 'Translator', 'Views'], |
123 | | - 'Storage' => ['Boot', 'Config', 'Core', 'Distribution'], |
| 122 | + 'Stempler' => ['Router', 'Translator', '+Views'], |
| 123 | + 'Storage' => ['+Distribution'], |
124 | 124 | 'Streams' => [], |
125 | | - 'Telemetry' => ['Boot', 'Config', 'Core', 'Logger'], |
126 | | - 'Tokenizer' => ['Boot', 'Config', 'Core', 'Framework', 'Logger'], |
127 | | - 'Translator' => ['Boot', 'Core', 'Logger', 'Tokenizer', 'Views'], |
128 | | - 'Validation' => ['Boot', 'Config', 'Core'], |
129 | | - 'Views' => ['Boot', 'Config', 'Core', 'Files'], |
| 125 | + 'Telemetry' => ['Config', '+Logger'], |
| 126 | + 'Tokenizer' => ['Config', 'Framework', '+Logger'], |
| 127 | + 'Translator' => ['+Logger', 'Tokenizer', 'Views'], |
| 128 | + 'Validation' => ['Boot', '+Config'], |
| 129 | + 'Views' => ['Boot', '+Config', 'Files'], |
130 | 130 | ]; |
131 | 131 |
|
132 | 132 | $architecture = Architecture::define() |
|
0 commit comments