Skip to content

Commit 2ab647e

Browse files
committed
Fix Composer by referencing deleted tag of nette/di
1 parent 7e9cd45 commit 2ab647e

File tree

2 files changed

+80
-3
lines changed

2 files changed

+80
-3
lines changed

composer.json

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,83 @@
123123
"tests/PHPStan"
124124
]
125125
},
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+
],
126203
"minimum-stability": "dev",
127204
"prefer-stable": true,
128205
"bin": [

composer.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)