| 1 |
{ |
| 2 |
"packages": [ |
| 3 |
{ |
| 4 |
"name": "laravel/serializable-closure", |
| 5 |
"version": "v1.3.7", |
| 6 |
"version_normalized": "1.3.7.0", |
| 7 |
"source": { |
| 8 |
"type": "git", |
| 9 |
"url": "https://github.com/laravel/serializable-closure.git", |
| 10 |
"reference": "4f48ade902b94323ca3be7646db16209ec76be3d" |
| 11 |
}, |
| 12 |
"dist": { |
| 13 |
"type": "zip", |
| 14 |
"url": "https://api.github.com/repos/laravel/serializable-closure/zipball/4f48ade902b94323ca3be7646db16209ec76be3d", |
| 15 |
"reference": "4f48ade902b94323ca3be7646db16209ec76be3d", |
| 16 |
"shasum": "" |
| 17 |
}, |
| 18 |
"require": { |
| 19 |
"php": "^7.3|^8.0" |
| 20 |
}, |
| 21 |
"require-dev": { |
| 22 |
"illuminate/support": "^8.0|^9.0|^10.0|^11.0", |
| 23 |
"nesbot/carbon": "^2.61|^3.0", |
| 24 |
"pestphp/pest": "^1.21.3", |
| 25 |
"phpstan/phpstan": "^1.8.2", |
| 26 |
"symfony/var-dumper": "^5.4.11|^6.2.0|^7.0.0" |
| 27 |
}, |
| 28 |
"time": "2024-11-14T18:34:49+00:00", |
| 29 |
"type": "library", |
| 30 |
"extra": { |
| 31 |
"branch-alias": { |
| 32 |
"dev-master": "1.x-dev" |
| 33 |
} |
| 34 |
}, |
| 35 |
"installation-source": "dist", |
| 36 |
"autoload": { |
| 37 |
"psr-4": { |
| 38 |
"AATXT\\Vendor\\Laravel\\SerializableClosure\\": "src/" |
| 39 |
} |
| 40 |
}, |
| 41 |
"notification-url": "https://packagist.org/downloads/", |
| 42 |
"license": [ |
| 43 |
"MIT" |
| 44 |
], |
| 45 |
"authors": [ |
| 46 |
{ |
| 47 |
"name": "Taylor Otwell", |
| 48 |
"email": "taylor@laravel.com" |
| 49 |
}, |
| 50 |
{ |
| 51 |
"name": "Nuno Maduro", |
| 52 |
"email": "nuno@laravel.com" |
| 53 |
} |
| 54 |
], |
| 55 |
"description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.", |
| 56 |
"keywords": [ |
| 57 |
"closure", |
| 58 |
"laravel", |
| 59 |
"serializable" |
| 60 |
], |
| 61 |
"support": { |
| 62 |
"issues": "https://github.com/laravel/serializable-closure/issues", |
| 63 |
"source": "https://github.com/laravel/serializable-closure" |
| 64 |
}, |
| 65 |
"install-path": "../laravel/serializable-closure" |
| 66 |
}, |
| 67 |
{ |
| 68 |
"name": "php-di/invoker", |
| 69 |
"version": "2.3.7", |
| 70 |
"version_normalized": "2.3.7.0", |
| 71 |
"source": { |
| 72 |
"type": "git", |
| 73 |
"url": "https://github.com/PHP-DI/Invoker.git", |
| 74 |
"reference": "3c1ddfdef181431fbc4be83378f6d036d59e81e1" |
| 75 |
}, |
| 76 |
"dist": { |
| 77 |
"type": "zip", |
| 78 |
"url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/3c1ddfdef181431fbc4be83378f6d036d59e81e1", |
| 79 |
"reference": "3c1ddfdef181431fbc4be83378f6d036d59e81e1", |
| 80 |
"shasum": "" |
| 81 |
}, |
| 82 |
"require": { |
| 83 |
"php": ">=7.3", |
| 84 |
"psr/container": "^1.0|^2.0" |
| 85 |
}, |
| 86 |
"require-dev": { |
| 87 |
"athletic/athletic": "~0.1.8", |
| 88 |
"mnapoli/hard-mode": "~0.3.0", |
| 89 |
"phpunit/phpunit": "^9.0 || ^10 || ^11 || ^12" |
| 90 |
}, |
| 91 |
"time": "2025-08-30T10:22:22+00:00", |
| 92 |
"type": "library", |
| 93 |
"installation-source": "dist", |
| 94 |
"autoload": { |
| 95 |
"psr-4": { |
| 96 |
"AATXT\\Vendor\\Invoker\\": "src/" |
| 97 |
} |
| 98 |
}, |
| 99 |
"notification-url": "https://packagist.org/downloads/", |
| 100 |
"license": [ |
| 101 |
"MIT" |
| 102 |
], |
| 103 |
"description": "Generic and extensible callable invoker", |
| 104 |
"homepage": "https://github.com/PHP-DI/Invoker", |
| 105 |
"keywords": [ |
| 106 |
"callable", |
| 107 |
"dependency", |
| 108 |
"dependency-injection", |
| 109 |
"injection", |
| 110 |
"invoke", |
| 111 |
"invoker" |
| 112 |
], |
| 113 |
"support": { |
| 114 |
"issues": "https://github.com/PHP-DI/Invoker/issues", |
| 115 |
"source": "https://github.com/PHP-DI/Invoker/tree/2.3.7" |
| 116 |
}, |
| 117 |
"funding": [ |
| 118 |
{ |
| 119 |
"url": "https://github.com/mnapoli", |
| 120 |
"type": "github" |
| 121 |
} |
| 122 |
], |
| 123 |
"install-path": "../php-di/invoker" |
| 124 |
}, |
| 125 |
{ |
| 126 |
"name": "php-di/php-di", |
| 127 |
"version": "6.4.0", |
| 128 |
"version_normalized": "6.4.0.0", |
| 129 |
"source": { |
| 130 |
"type": "git", |
| 131 |
"url": "https://github.com/PHP-DI/PHP-DI.git", |
| 132 |
"reference": "ae0f1b3b03d8b29dff81747063cbfd6276246cc4" |
| 133 |
}, |
| 134 |
"dist": { |
| 135 |
"type": "zip", |
| 136 |
"url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/ae0f1b3b03d8b29dff81747063cbfd6276246cc4", |
| 137 |
"reference": "ae0f1b3b03d8b29dff81747063cbfd6276246cc4", |
| 138 |
"shasum": "" |
| 139 |
}, |
| 140 |
"require": { |
| 141 |
"laravel/serializable-closure": "^1.0", |
| 142 |
"php": ">=7.4.0", |
| 143 |
"php-di/invoker": "^2.0", |
| 144 |
"php-di/phpdoc-reader": "^2.0.1", |
| 145 |
"psr/container": "^1.0" |
| 146 |
}, |
| 147 |
"provide": { |
| 148 |
"psr/container-implementation": "^1.0" |
| 149 |
}, |
| 150 |
"require-dev": { |
| 151 |
"doctrine/annotations": "~1.10", |
| 152 |
"friendsofphp/php-cs-fixer": "^2.4", |
| 153 |
"mnapoli/phpunit-easymock": "^1.2", |
| 154 |
"ocramius/proxy-manager": "^2.11.2", |
| 155 |
"phpstan/phpstan": "^0.12", |
| 156 |
"phpunit/phpunit": "^9.5" |
| 157 |
}, |
| 158 |
"suggest": { |
| 159 |
"doctrine/annotations": "Install it if you want to use annotations (version ~1.2)", |
| 160 |
"ocramius/proxy-manager": "Install it if you want to use lazy injection (version ~2.0)" |
| 161 |
}, |
| 162 |
"time": "2022-04-09T16:46:38+00:00", |
| 163 |
"type": "library", |
| 164 |
"installation-source": "dist", |
| 165 |
"autoload": { |
| 166 |
"files": [ |
| 167 |
"src/functions.php" |
| 168 |
], |
| 169 |
"psr-4": { |
| 170 |
"AATXT\\Vendor\\DI\\": "src/" |
| 171 |
} |
| 172 |
}, |
| 173 |
"notification-url": "https://packagist.org/downloads/", |
| 174 |
"license": [ |
| 175 |
"MIT" |
| 176 |
], |
| 177 |
"description": "The dependency injection container for humans", |
| 178 |
"homepage": "https://php-di.org/", |
| 179 |
"keywords": [ |
| 180 |
"PSR-11", |
| 181 |
"container", |
| 182 |
"container-interop", |
| 183 |
"dependency injection", |
| 184 |
"di", |
| 185 |
"ioc", |
| 186 |
"psr11" |
| 187 |
], |
| 188 |
"support": { |
| 189 |
"issues": "https://github.com/PHP-DI/PHP-DI/issues", |
| 190 |
"source": "https://github.com/PHP-DI/PHP-DI/tree/6.4.0" |
| 191 |
}, |
| 192 |
"funding": [ |
| 193 |
{ |
| 194 |
"url": "https://github.com/mnapoli", |
| 195 |
"type": "github" |
| 196 |
}, |
| 197 |
{ |
| 198 |
"url": "https://tidelift.com/funding/github/packagist/php-di/php-di", |
| 199 |
"type": "tidelift" |
| 200 |
} |
| 201 |
], |
| 202 |
"install-path": "../php-di/php-di" |
| 203 |
}, |
| 204 |
{ |
| 205 |
"name": "php-di/phpdoc-reader", |
| 206 |
"version": "2.2.1", |
| 207 |
"version_normalized": "2.2.1.0", |
| 208 |
"source": { |
| 209 |
"type": "git", |
| 210 |
"url": "https://github.com/PHP-DI/PhpDocReader.git", |
| 211 |
"reference": "66daff34cbd2627740ffec9469ffbac9f8c8185c" |
| 212 |
}, |
| 213 |
"dist": { |
| 214 |
"type": "zip", |
| 215 |
"url": "https://api.github.com/repos/PHP-DI/PhpDocReader/zipball/66daff34cbd2627740ffec9469ffbac9f8c8185c", |
| 216 |
"reference": "66daff34cbd2627740ffec9469ffbac9f8c8185c", |
| 217 |
"shasum": "" |
| 218 |
}, |
| 219 |
"require": { |
| 220 |
"php": ">=7.2.0" |
| 221 |
}, |
| 222 |
"require-dev": { |
| 223 |
"mnapoli/hard-mode": "~0.3.0", |
| 224 |
"phpunit/phpunit": "^8.5|^9.0" |
| 225 |
}, |
| 226 |
"time": "2020-10-12T12:39:22+00:00", |
| 227 |
"type": "library", |
| 228 |
"installation-source": "dist", |
| 229 |
"autoload": { |
| 230 |
"psr-4": { |
| 231 |
"AATXT\\Vendor\\PhpDocReader\\": "src/PhpDocReader" |
| 232 |
} |
| 233 |
}, |
| 234 |
"notification-url": "https://packagist.org/downloads/", |
| 235 |
"license": [ |
| 236 |
"MIT" |
| 237 |
], |
| 238 |
"description": "PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)", |
| 239 |
"keywords": [ |
| 240 |
"phpdoc", |
| 241 |
"reflection" |
| 242 |
], |
| 243 |
"support": { |
| 244 |
"issues": "https://github.com/PHP-DI/PhpDocReader/issues", |
| 245 |
"source": "https://github.com/PHP-DI/PhpDocReader/tree/2.2.1" |
| 246 |
}, |
| 247 |
"install-path": "../php-di/phpdoc-reader" |
| 248 |
}, |
| 249 |
{ |
| 250 |
"name": "psr/container", |
| 251 |
"version": "1.1.2", |
| 252 |
"version_normalized": "1.1.2.0", |
| 253 |
"source": { |
| 254 |
"type": "git", |
| 255 |
"url": "https://github.com/php-fig/container.git", |
| 256 |
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea" |
| 257 |
}, |
| 258 |
"dist": { |
| 259 |
"type": "zip", |
| 260 |
"url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", |
| 261 |
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea", |
| 262 |
"shasum": "" |
| 263 |
}, |
| 264 |
"require": { |
| 265 |
"php": ">=7.4.0" |
| 266 |
}, |
| 267 |
"time": "2021-11-05T16:50:12+00:00", |
| 268 |
"type": "library", |
| 269 |
"installation-source": "dist", |
| 270 |
"autoload": { |
| 271 |
"psr-4": { |
| 272 |
"AATXT\\Vendor\\Psr\\Container\\": "src/" |
| 273 |
} |
| 274 |
}, |
| 275 |
"notification-url": "https://packagist.org/downloads/", |
| 276 |
"license": [ |
| 277 |
"MIT" |
| 278 |
], |
| 279 |
"authors": [ |
| 280 |
{ |
| 281 |
"name": "PHP-FIG", |
| 282 |
"homepage": "https://www.php-fig.org/" |
| 283 |
} |
| 284 |
], |
| 285 |
"description": "Common Container Interface (PHP FIG PSR-11)", |
| 286 |
"homepage": "https://github.com/php-fig/container", |
| 287 |
"keywords": [ |
| 288 |
"PSR-11", |
| 289 |
"container", |
| 290 |
"container-interface", |
| 291 |
"container-interop", |
| 292 |
"psr" |
| 293 |
], |
| 294 |
"support": { |
| 295 |
"issues": "https://github.com/php-fig/container/issues", |
| 296 |
"source": "https://github.com/php-fig/container/tree/1.1.2" |
| 297 |
}, |
| 298 |
"install-path": "../psr/container" |
| 299 |
} |
| 300 |
], |
| 301 |
"dev": false, |
| 302 |
"dev-package-names": [] |
| 303 |
} |
| 304 |
|