|
123 | 123 | "tests/PHPStan"
|
124 | 124 | ]
|
125 | 125 | },
|
| 126 | + "repositories": [ |
| 127 | + { |
| 128 | + "type": "package", |
| 129 | + "package": { |
| 130 | + "name": "nette/di", |
| 131 | + "version": "v3.1.5", |
| 132 | + "source": { |
| 133 | + "type": "git", |
| 134 | + "url": "https://github.com/nette/di.git", |
| 135 | + "reference": "00ea0afa643b3b4383a5cd1a322656c989ade498" |
| 136 | + }, |
| 137 | + "dist": { |
| 138 | + "type": "zip", |
| 139 | + "url": "https://api.github.com/repos/nette/di/zipball/00ea0afa643b3b4383a5cd1a322656c989ade498", |
| 140 | + "reference": "00ea0afa643b3b4383a5cd1a322656c989ade498", |
| 141 | + "shasum": "" |
| 142 | + }, |
| 143 | + "require": { |
| 144 | + "ext-tokenizer": "*", |
| 145 | + "nette/neon": "^3.3 || ^4.0", |
| 146 | + "nette/php-generator": "^3.5.4 || ^4.0", |
| 147 | + "nette/robot-loader": "^3.2 || ~4.0.0", |
| 148 | + "nette/schema": "^1.2", |
| 149 | + "nette/utils": "^3.2.5 || ~4.0.0", |
| 150 | + "php": "7.2 - 8.3" |
| 151 | + }, |
| 152 | + "require-dev": { |
| 153 | + "nette/tester": "^2.4", |
| 154 | + "phpstan/phpstan": "^1.0", |
| 155 | + "tracy/tracy": "^2.9" |
| 156 | + }, |
| 157 | + "type": "library", |
| 158 | + "extra": { |
| 159 | + "branch-alias": { |
| 160 | + "dev-master": "3.1-dev" |
| 161 | + } |
| 162 | + }, |
| 163 | + "autoload": { |
| 164 | + "classmap": [ |
| 165 | + "src/" |
| 166 | + ] |
| 167 | + }, |
| 168 | + "notification-url": "https://packagist.org/downloads/", |
| 169 | + "license": [ |
| 170 | + "BSD-3-Clause", |
| 171 | + "GPL-2.0-only", |
| 172 | + "GPL-3.0-only" |
| 173 | + ], |
| 174 | + "authors": [ |
| 175 | + { |
| 176 | + "name": "David Grudl", |
| 177 | + "homepage": "https://davidgrudl.com" |
| 178 | + }, |
| 179 | + { |
| 180 | + "name": "Nette Community", |
| 181 | + "homepage": "https://nette.org/contributors" |
| 182 | + } |
| 183 | + ], |
| 184 | + "description": "💎 Nette Dependency Injection Container: Flexible, compiled and full-featured DIC with perfectly usable autowiring and support for all new PHP features.", |
| 185 | + "homepage": "https://nette.org", |
| 186 | + "keywords": [ |
| 187 | + "compiled", |
| 188 | + "di", |
| 189 | + "dic", |
| 190 | + "factory", |
| 191 | + "ioc", |
| 192 | + "nette", |
| 193 | + "static" |
| 194 | + ], |
| 195 | + "support": { |
| 196 | + "issues": "https://github.com/nette/di/issues", |
| 197 | + "source": "https://github.com/nette/di/tree/v3.1.5" |
| 198 | + }, |
| 199 | + "time": "2023-10-02T19:58:38+00:00" |
| 200 | + } |
| 201 | + } |
| 202 | + ], |
126 | 203 | "minimum-stability": "dev",
|
127 | 204 | "prefer-stable": true,
|
128 | 205 | "bin": [
|
|
0 commit comments