|
977 | 977 | }, |
978 | 978 | { |
979 | 979 | "name": "symfony/deprecation-contracts", |
980 | | - "version": "v3.5.0", |
981 | | - "version_normalized": "3.5.0.0", |
| 980 | + "version": "v3.5.1", |
| 981 | + "version_normalized": "3.5.1.0", |
982 | 982 | "source": { |
983 | 983 | "type": "git", |
984 | 984 | "url": "https://github.com/symfony/deprecation-contracts.git", |
985 | | - "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1" |
| 985 | + "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6" |
986 | 986 | }, |
987 | 987 | "dist": { |
988 | 988 | "type": "zip", |
989 | | - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1", |
990 | | - "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1", |
| 989 | + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6", |
| 990 | + "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6", |
991 | 991 | "shasum": "" |
992 | 992 | }, |
993 | 993 | "require": { |
994 | 994 | "php": ">=8.1" |
995 | 995 | }, |
996 | | - "time": "2024-04-18T09:32:20+00:00", |
| 996 | + "time": "2024-09-25T14:20:29+00:00", |
997 | 997 | "type": "library", |
998 | 998 | "extra": { |
999 | 999 | "branch-alias": { |
|
1027 | 1027 | "description": "A generic function and convention to trigger deprecation notices", |
1028 | 1028 | "homepage": "https://symfony.com", |
1029 | 1029 | "support": { |
1030 | | - "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.0" |
| 1030 | + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1" |
1031 | 1031 | }, |
1032 | 1032 | "funding": [ |
1033 | 1033 | { |
|
1047 | 1047 | }, |
1048 | 1048 | { |
1049 | 1049 | "name": "symfony/http-client", |
1050 | | - "version": "v7.1.8", |
1051 | | - "version_normalized": "7.1.8.0", |
| 1050 | + "version": "v6.4.16", |
| 1051 | + "version_normalized": "6.4.16.0", |
1052 | 1052 | "source": { |
1053 | 1053 | "type": "git", |
1054 | 1054 | "url": "https://github.com/symfony/http-client.git", |
1055 | | - "reference": "c30d91a1deac0dc3ed5e604683cf2e1dfc635b8a" |
| 1055 | + "reference": "60a113666fa67e598abace38e5f46a0954d8833d" |
1056 | 1056 | }, |
1057 | 1057 | "dist": { |
1058 | 1058 | "type": "zip", |
1059 | | - "url": "https://api.github.com/repos/symfony/http-client/zipball/c30d91a1deac0dc3ed5e604683cf2e1dfc635b8a", |
1060 | | - "reference": "c30d91a1deac0dc3ed5e604683cf2e1dfc635b8a", |
| 1059 | + "url": "https://api.github.com/repos/symfony/http-client/zipball/60a113666fa67e598abace38e5f46a0954d8833d", |
| 1060 | + "reference": "60a113666fa67e598abace38e5f46a0954d8833d", |
1061 | 1061 | "shasum": "" |
1062 | 1062 | }, |
1063 | 1063 | "require": { |
1064 | | - "php": ">=8.2", |
| 1064 | + "php": ">=8.1", |
1065 | 1065 | "psr/log": "^1|^2|^3", |
1066 | 1066 | "symfony/deprecation-contracts": "^2.5|^3", |
1067 | | - "symfony/http-client-contracts": "^3.4.1", |
| 1067 | + "symfony/http-client-contracts": "~3.4.3|^3.5.1", |
1068 | 1068 | "symfony/service-contracts": "^2.5|^3" |
1069 | 1069 | }, |
1070 | 1070 | "conflict": { |
1071 | 1071 | "php-http/discovery": "<1.15", |
1072 | | - "symfony/http-foundation": "<6.4" |
| 1072 | + "symfony/http-foundation": "<6.3" |
1073 | 1073 | }, |
1074 | 1074 | "provide": { |
1075 | 1075 | "php-http/async-client-implementation": "*", |
|
1086 | 1086 | "nyholm/psr7": "^1.0", |
1087 | 1087 | "php-http/httplug": "^1.0|^2.0", |
1088 | 1088 | "psr/http-client": "^1.0", |
1089 | | - "symfony/dependency-injection": "^6.4|^7.0", |
1090 | | - "symfony/http-kernel": "^6.4|^7.0", |
1091 | | - "symfony/messenger": "^6.4|^7.0", |
1092 | | - "symfony/process": "^6.4|^7.0", |
1093 | | - "symfony/rate-limiter": "^6.4|^7.0", |
1094 | | - "symfony/stopwatch": "^6.4|^7.0" |
1095 | | - }, |
1096 | | - "time": "2024-11-13T13:40:27+00:00", |
| 1089 | + "symfony/dependency-injection": "^5.4|^6.0|^7.0", |
| 1090 | + "symfony/http-kernel": "^5.4|^6.0|^7.0", |
| 1091 | + "symfony/messenger": "^5.4|^6.0|^7.0", |
| 1092 | + "symfony/process": "^5.4|^6.0|^7.0", |
| 1093 | + "symfony/stopwatch": "^5.4|^6.0|^7.0" |
| 1094 | + }, |
| 1095 | + "time": "2024-11-27T11:52:33+00:00", |
1097 | 1096 | "type": "library", |
1098 | 1097 | "installation-source": "dist", |
1099 | 1098 | "autoload": { |
|
1124 | 1123 | "http" |
1125 | 1124 | ], |
1126 | 1125 | "support": { |
1127 | | - "source": "https://github.com/symfony/http-client/tree/v7.1.8" |
| 1126 | + "source": "https://github.com/symfony/http-client/tree/v6.4.16" |
1128 | 1127 | }, |
1129 | 1128 | "funding": [ |
1130 | 1129 | { |
|
1144 | 1143 | }, |
1145 | 1144 | { |
1146 | 1145 | "name": "symfony/http-client-contracts", |
1147 | | - "version": "v3.5.0", |
1148 | | - "version_normalized": "3.5.0.0", |
| 1146 | + "version": "v3.5.2", |
| 1147 | + "version_normalized": "3.5.2.0", |
1149 | 1148 | "source": { |
1150 | 1149 | "type": "git", |
1151 | 1150 | "url": "https://github.com/symfony/http-client-contracts.git", |
1152 | | - "reference": "20414d96f391677bf80078aa55baece78b82647d" |
| 1151 | + "reference": "ee8d807ab20fcb51267fdace50fbe3494c31e645" |
1153 | 1152 | }, |
1154 | 1153 | "dist": { |
1155 | 1154 | "type": "zip", |
1156 | | - "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/20414d96f391677bf80078aa55baece78b82647d", |
1157 | | - "reference": "20414d96f391677bf80078aa55baece78b82647d", |
| 1155 | + "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/ee8d807ab20fcb51267fdace50fbe3494c31e645", |
| 1156 | + "reference": "ee8d807ab20fcb51267fdace50fbe3494c31e645", |
1158 | 1157 | "shasum": "" |
1159 | 1158 | }, |
1160 | 1159 | "require": { |
1161 | 1160 | "php": ">=8.1" |
1162 | 1161 | }, |
1163 | | - "time": "2024-04-18T09:32:20+00:00", |
| 1162 | + "time": "2024-12-07T08:49:48+00:00", |
1164 | 1163 | "type": "library", |
1165 | 1164 | "extra": { |
| 1165 | + "thanks": { |
| 1166 | + "url": "https://github.com/symfony/contracts", |
| 1167 | + "name": "symfony/contracts" |
| 1168 | + }, |
1166 | 1169 | "branch-alias": { |
1167 | 1170 | "dev-main": "3.5-dev" |
1168 | | - }, |
1169 | | - "thanks": { |
1170 | | - "name": "symfony/contracts", |
1171 | | - "url": "https://github.com/symfony/contracts" |
1172 | 1171 | } |
1173 | 1172 | }, |
1174 | 1173 | "installation-source": "dist", |
|
1205 | 1204 | "standards" |
1206 | 1205 | ], |
1207 | 1206 | "support": { |
1208 | | - "source": "https://github.com/symfony/http-client-contracts/tree/v3.5.0" |
| 1207 | + "source": "https://github.com/symfony/http-client-contracts/tree/v3.5.2" |
1209 | 1208 | }, |
1210 | 1209 | "funding": [ |
1211 | 1210 | { |
|
1225 | 1224 | }, |
1226 | 1225 | { |
1227 | 1226 | "name": "symfony/service-contracts", |
1228 | | - "version": "v3.5.0", |
1229 | | - "version_normalized": "3.5.0.0", |
| 1227 | + "version": "v3.5.1", |
| 1228 | + "version_normalized": "3.5.1.0", |
1230 | 1229 | "source": { |
1231 | 1230 | "type": "git", |
1232 | 1231 | "url": "https://github.com/symfony/service-contracts.git", |
1233 | | - "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f" |
| 1232 | + "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0" |
1234 | 1233 | }, |
1235 | 1234 | "dist": { |
1236 | 1235 | "type": "zip", |
1237 | | - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/bd1d9e59a81d8fa4acdcea3f617c581f7475a80f", |
1238 | | - "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f", |
| 1236 | + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/e53260aabf78fb3d63f8d79d69ece59f80d5eda0", |
| 1237 | + "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0", |
1239 | 1238 | "shasum": "" |
1240 | 1239 | }, |
1241 | 1240 | "require": { |
|
1246 | 1245 | "conflict": { |
1247 | 1246 | "ext-psr": "<1.1|>=2" |
1248 | 1247 | }, |
1249 | | - "time": "2024-04-18T09:32:20+00:00", |
| 1248 | + "time": "2024-09-25T14:20:29+00:00", |
1250 | 1249 | "type": "library", |
1251 | 1250 | "extra": { |
1252 | 1251 | "branch-alias": { |
|
1291 | 1290 | "standards" |
1292 | 1291 | ], |
1293 | 1292 | "support": { |
1294 | | - "source": "https://github.com/symfony/service-contracts/tree/v3.5.0" |
| 1293 | + "source": "https://github.com/symfony/service-contracts/tree/v3.5.1" |
1295 | 1294 | }, |
1296 | 1295 | "funding": [ |
1297 | 1296 | { |
|
0 commit comments