|
92 | 92 | "ext-intl": "*", |
93 | 93 | "ext-mbstring": "*", |
94 | 94 | "ext-xml": "*", |
95 | | - "berlioz/helpers": "^1.0", |
| 95 | + "berlioz/helpers": "^1.10", |
96 | 96 | "colinodell/json5": "^2.2", |
97 | 97 | "doctrine/sql-formatter": "^1.1", |
98 | 98 | "elgigi/har-parser": "^1.0", |
|
101 | 101 | "league/flysystem": "^2.1 || ^3.0", |
102 | 102 | "league/mime-type-detection": "^1.0", |
103 | 103 | "psr/clock": "^1.0", |
104 | | - "psr/container": "^1.0 || ^2.0", |
| 104 | + "psr/container": "^2.0", |
105 | 105 | "psr/event-dispatcher": "^1.0", |
106 | 106 | "psr/http-client": "^1.0", |
107 | | - "psr/http-factory": "^1.0 || ^2.0", |
108 | | - "psr/http-message": "^1.0 || ^2.0", |
| 107 | + "psr/http-factory": "^2.0", |
| 108 | + "psr/http-message": "^2.0", |
109 | 109 | "psr/http-server-handler": "^1.0", |
110 | 110 | "psr/http-server-middleware": "^1.0", |
111 | | - "psr/log": "^1.0 || ^2.0 || ^3.0", |
112 | | - "psr/simple-cache": "^1.0 || ^2.0 || ^3.0", |
| 111 | + "psr/log": "^2.0 || ^3.0", |
| 112 | + "psr/simple-cache": "^2.0 || ^3.0", |
113 | 113 | "twig/twig": "^3.0" |
114 | 114 | }, |
115 | 115 | "require-dev": { |
|
139 | 139 | "hectororm/query": "To use database queue in QueueManager" |
140 | 140 | }, |
141 | 141 | "provide": { |
142 | | - "psr/container-implementation": "^1.0", |
| 142 | + "psr/container-implementation": "^2.0", |
143 | 143 | "psr/event-dispatcher-implementation": "^1.0", |
144 | | - "psr/http-message-implementation": "^1.0", |
| 144 | + "psr/http-message-implementation": "^2.0", |
145 | 145 | "psr/http-server-handler-implementation": "^1.0", |
146 | 146 | "psr/http-server-middleware-implementation": "^1.0", |
147 | | - "psr/simple-cache-implementation": "^1.0" |
| 147 | + "psr/simple-cache-implementation": "^2.0 || ^3.0" |
148 | 148 | }, |
149 | 149 | "extra": { |
150 | 150 | "branch-alias": { |
|
0 commit comments