-
Notifications
You must be signed in to change notification settings - Fork 95
Commit 368e737
Fix dependencies
- Explicit requirement for `symfony/dependency-injection` (it's used in actual code, so it's needed). It needs to be v4 because of PHP7.1 support.
- Do not use `psr/log` 1.1.2 (see: symfony/symfony#44371 (comment))1 parent 6cfde57 commit 368e737
1 file changed
+3
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 | - | ||
18 | + | ||
19 | + | ||
19 | 20 |
| |
20 | 21 |
| |
22 | + | ||
21 | 23 |
| |
22 | 24 |
| |
23 | 25 |
| |
|
0 commit comments