ClassLoader.php
1 month ago
InstalledVersions.php
1 month ago
LICENSE
1 month ago
autoload_classmap.php
1 month ago
autoload_files.php
1 month ago
autoload_namespaces.php
1 month ago
autoload_psr4.php
1 month ago
autoload_real.php
1 month ago
autoload_static.php
1 month ago
installed.json
1 month ago
installed.php
1 month ago
installed.json
288 lines
| 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 | "FacebookFeed\\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 | "FacebookFeed\\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\/phpdoc-reader", |
| 127 | "version": "2.2.1", |
| 128 | "version_normalized": "2.2.1.0", |
| 129 | "source": { |
| 130 | "type": "git", |
| 131 | "url": "https:\/\/github.com\/PHP-DI\/PhpDocReader.git", |
| 132 | "reference": "66daff34cbd2627740ffec9469ffbac9f8c8185c" |
| 133 | }, |
| 134 | "dist": { |
| 135 | "type": "zip", |
| 136 | "url": "https:\/\/api.github.com\/repos\/PHP-DI\/PhpDocReader\/zipball\/66daff34cbd2627740ffec9469ffbac9f8c8185c", |
| 137 | "reference": "66daff34cbd2627740ffec9469ffbac9f8c8185c", |
| 138 | "shasum": "" |
| 139 | }, |
| 140 | "require": { |
| 141 | "php": ">=7.2.0" |
| 142 | }, |
| 143 | "require-dev": { |
| 144 | "mnapoli\/hard-mode": "~0.3.0", |
| 145 | "phpunit\/phpunit": "^8.5|^9.0" |
| 146 | }, |
| 147 | "time": "2020-10-12T12:39:22+00:00", |
| 148 | "type": "library", |
| 149 | "installation-source": "dist", |
| 150 | "autoload": { |
| 151 | "psr-4": { |
| 152 | "FacebookFeed\\Vendor\\PhpDocReader\\": "src\/PhpDocReader" |
| 153 | } |
| 154 | }, |
| 155 | "notification-url": "https:\/\/packagist.org\/downloads\/", |
| 156 | "license": [ |
| 157 | "MIT" |
| 158 | ], |
| 159 | "description": "PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)", |
| 160 | "keywords": [ |
| 161 | "phpdoc", |
| 162 | "reflection" |
| 163 | ], |
| 164 | "support": { |
| 165 | "issues": "https:\/\/github.com\/PHP-DI\/PhpDocReader\/issues", |
| 166 | "source": "https:\/\/github.com\/PHP-DI\/PhpDocReader\/tree\/2.2.1" |
| 167 | }, |
| 168 | "install-path": "..\/php-di\/phpdoc-reader" |
| 169 | }, |
| 170 | { |
| 171 | "name": "psr\/container", |
| 172 | "version": "1.1.2", |
| 173 | "version_normalized": "1.1.2.0", |
| 174 | "source": { |
| 175 | "type": "git", |
| 176 | "url": "https:\/\/github.com\/php-fig\/container.git", |
| 177 | "reference": "513e0666f7216c7459170d56df27dfcefe1689ea" |
| 178 | }, |
| 179 | "dist": { |
| 180 | "type": "zip", |
| 181 | "url": "https:\/\/api.github.com\/repos\/php-fig\/container\/zipball\/513e0666f7216c7459170d56df27dfcefe1689ea", |
| 182 | "reference": "513e0666f7216c7459170d56df27dfcefe1689ea", |
| 183 | "shasum": "" |
| 184 | }, |
| 185 | "require": { |
| 186 | "php": ">=7.4.0" |
| 187 | }, |
| 188 | "time": "2021-11-05T16:50:12+00:00", |
| 189 | "type": "library", |
| 190 | "installation-source": "dist", |
| 191 | "autoload": { |
| 192 | "psr-4": { |
| 193 | "FacebookFeed\\Vendor\\Psr\\Container\\": "src\/" |
| 194 | } |
| 195 | }, |
| 196 | "notification-url": "https:\/\/packagist.org\/downloads\/", |
| 197 | "license": [ |
| 198 | "MIT" |
| 199 | ], |
| 200 | "authors": [ |
| 201 | { |
| 202 | "name": "PHP-FIG", |
| 203 | "homepage": "https:\/\/www.php-fig.org\/" |
| 204 | } |
| 205 | ], |
| 206 | "description": "Common Container Interface (PHP FIG PSR-11)", |
| 207 | "homepage": "https:\/\/github.com\/php-fig\/container", |
| 208 | "keywords": [ |
| 209 | "PSR-11", |
| 210 | "container", |
| 211 | "container-interface", |
| 212 | "container-interop", |
| 213 | "psr" |
| 214 | ], |
| 215 | "support": { |
| 216 | "issues": "https:\/\/github.com\/php-fig\/container\/issues", |
| 217 | "source": "https:\/\/github.com\/php-fig\/container\/tree\/1.1.2" |
| 218 | }, |
| 219 | "install-path": "..\/psr\/container" |
| 220 | }, |
| 221 | { |
| 222 | "name": "smashballoon\/framework", |
| 223 | "version": "dev-master", |
| 224 | "version_normalized": "dev-master", |
| 225 | "source": { |
| 226 | "type": "git", |
| 227 | "url": "git@github.com:awesomemotive\/sb-common.git", |
| 228 | "reference": "3c53a9a74cc5bbdb4df2cfec13007f4793404e0f" |
| 229 | }, |
| 230 | "dist": { |
| 231 | "type": "zip", |
| 232 | "url": "https:\/\/api.github.com\/repos\/awesomemotive\/sb-common\/zipball\/3c53a9a74cc5bbdb4df2cfec13007f4793404e0f", |
| 233 | "reference": "3c53a9a74cc5bbdb4df2cfec13007f4793404e0f", |
| 234 | "shasum": "" |
| 235 | }, |
| 236 | "require": { |
| 237 | "laravel\/serializable-closure": "^1.0", |
| 238 | "php": ">=7.4", |
| 239 | "php-di\/invoker": "^2.0", |
| 240 | "php-di\/phpdoc-reader": "^2.0.1", |
| 241 | "psr\/container": "^1.0" |
| 242 | }, |
| 243 | "replace": { |
| 244 | "php-di\/php-di": "6.4.0" |
| 245 | }, |
| 246 | "require-dev": { |
| 247 | "phpcompatibility\/php-compatibility": "^9.3", |
| 248 | "squizlabs\/php_codesniffer": "^3.7" |
| 249 | }, |
| 250 | "time": "2026-06-11T09:56:01+00:00", |
| 251 | "default-branch": true, |
| 252 | "type": "library", |
| 253 | "installation-source": "dist", |
| 254 | "autoload": { |
| 255 | "psr-4": { |
| 256 | "FacebookFeed\\Vendor\\Smashballoon\\Framework\\": "", |
| 257 | "FacebookFeed\\Vendor\\DI\\": "Packages\/php-di\/src\/" |
| 258 | }, |
| 259 | "files": [ |
| 260 | "Utilities\/functions.php", |
| 261 | "Packages\/php-di\/src\/functions.php" |
| 262 | ], |
| 263 | "exclude-from-classmap": [ |
| 264 | "Packages\/Blocks\/blocks\/*" |
| 265 | ] |
| 266 | }, |
| 267 | "scripts": { |
| 268 | "post-package-install": [ |
| 269 | "phpcs --config-set installed_paths vendor\/phpcompatibility\/php-compatibility" |
| 270 | ] |
| 271 | }, |
| 272 | "authors": [ |
| 273 | { |
| 274 | "name": "Smashballoon", |
| 275 | "email": "support@smashballoon.com" |
| 276 | } |
| 277 | ], |
| 278 | "description": "WordPress plugin framework. Developed by SmashBalloon Team.", |
| 279 | "support": { |
| 280 | "source": "https:\/\/github.com\/awesomemotive\/sb-common\/tree\/master", |
| 281 | "issues": "https:\/\/github.com\/awesomemotive\/sb-common\/issues" |
| 282 | }, |
| 283 | "install-path": "..\/smashballoon\/framework" |
| 284 | } |
| 285 | ], |
| 286 | "dev": false, |
| 287 | "dev-package-names": [] |
| 288 | } |