ClassLoader.php
3 weeks ago
InstalledVersions.php
3 weeks ago
LICENSE
3 weeks ago
autoload_classmap.php
3 weeks ago
autoload_files.php
3 weeks ago
autoload_namespaces.php
3 weeks ago
autoload_psr4.php
3 weeks ago
autoload_real.php
3 weeks ago
autoload_static.php
3 weeks ago
installed.json
3 weeks ago
installed.php
3 weeks ago
installed.json
354 lines
| 1 | { |
| 2 | "packages": [ |
| 3 | { |
| 4 | "name": "laravel\/serializable-closure", |
| 5 | "version": "1.x-dev", |
| 6 | "version_normalized": "1.9999999.9999999.9999999-dev", |
| 7 | "source": { |
| 8 | "type": "git", |
| 9 | "url": "https:\/\/github.com\/laravel\/serializable-closure.git", |
| 10 | "reference": "8be68b9a31863c40ccccac14f7e885e274b8ea62" |
| 11 | }, |
| 12 | "dist": { |
| 13 | "type": "zip", |
| 14 | "url": "https:\/\/api.github.com\/repos\/laravel\/serializable-closure\/zipball\/8be68b9a31863c40ccccac14f7e885e274b8ea62", |
| 15 | "reference": "8be68b9a31863c40ccccac14f7e885e274b8ea62", |
| 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-19T20:48:19+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 | "SmashBalloon\\Reviews\\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 | "SmashBalloon\\Reviews\\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 | "SmashBalloon\\Reviews\\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.x-dev", |
| 173 | "version_normalized": "1.9999999.9999999.9999999-dev", |
| 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 | "SmashBalloon\\Reviews\\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\/customizer", |
| 223 | "version": "v2.x-dev", |
| 224 | "version_normalized": "2.9999999.9999999.9999999-dev", |
| 225 | "source": { |
| 226 | "type": "git", |
| 227 | "url": "git@github.com:awesomemotive\/sb-customizer.git", |
| 228 | "reference": "3dfba6d1bf26516d301ff2f2e2e58095649549c1" |
| 229 | }, |
| 230 | "require": { |
| 231 | "smashballoon\/framework": "dev-master", |
| 232 | "smashballoon\/stubs": "dev-master" |
| 233 | }, |
| 234 | "time": "2026-08-05T14:42:33+00:00", |
| 235 | "type": "library", |
| 236 | "installation-source": "source", |
| 237 | "autoload": { |
| 238 | "psr-4": { |
| 239 | "Smashballoon\\Customizer\\V2\\": "app\/V2" |
| 240 | } |
| 241 | }, |
| 242 | "authors": [ |
| 243 | { |
| 244 | "name": "SmashBalloon" |
| 245 | } |
| 246 | ], |
| 247 | "description": "The SmashBalloon customizer library.", |
| 248 | "install-path": "..\/smashballoon\/customizer" |
| 249 | }, |
| 250 | { |
| 251 | "name": "smashballoon\/framework", |
| 252 | "version": "dev-master", |
| 253 | "version_normalized": "dev-master", |
| 254 | "source": { |
| 255 | "type": "git", |
| 256 | "url": "git@github.com:awesomemotive\/sb-common.git", |
| 257 | "reference": "3c53a9a74cc5bbdb4df2cfec13007f4793404e0f" |
| 258 | }, |
| 259 | "dist": { |
| 260 | "type": "zip", |
| 261 | "url": "https:\/\/api.github.com\/repos\/awesomemotive\/sb-common\/zipball\/3c53a9a74cc5bbdb4df2cfec13007f4793404e0f", |
| 262 | "reference": "3c53a9a74cc5bbdb4df2cfec13007f4793404e0f", |
| 263 | "shasum": "" |
| 264 | }, |
| 265 | "require": { |
| 266 | "laravel\/serializable-closure": "^1.0", |
| 267 | "php": ">=7.4", |
| 268 | "php-di\/invoker": "^2.0", |
| 269 | "php-di\/phpdoc-reader": "^2.0.1", |
| 270 | "psr\/container": "^1.0" |
| 271 | }, |
| 272 | "replace": { |
| 273 | "php-di\/php-di": "6.4.0" |
| 274 | }, |
| 275 | "require-dev": { |
| 276 | "phpcompatibility\/php-compatibility": "^9.3", |
| 277 | "squizlabs\/php_codesniffer": "^3.7" |
| 278 | }, |
| 279 | "time": "2026-06-11T09:56:01+00:00", |
| 280 | "default-branch": true, |
| 281 | "type": "library", |
| 282 | "installation-source": "dist", |
| 283 | "autoload": { |
| 284 | "psr-4": { |
| 285 | "SmashBalloon\\Reviews\\Vendor\\Smashballoon\\Framework\\": "", |
| 286 | "SmashBalloon\\Reviews\\Vendor\\DI\\": "Packages\/php-di\/src\/" |
| 287 | }, |
| 288 | "files": [ |
| 289 | "Utilities\/functions.php", |
| 290 | "Packages\/php-di\/src\/functions.php" |
| 291 | ], |
| 292 | "exclude-from-classmap": [ |
| 293 | "Packages\/Blocks\/blocks\/*" |
| 294 | ] |
| 295 | }, |
| 296 | "scripts": { |
| 297 | "post-package-install": [ |
| 298 | "phpcs --config-set installed_paths vendor\/phpcompatibility\/php-compatibility" |
| 299 | ] |
| 300 | }, |
| 301 | "authors": [ |
| 302 | { |
| 303 | "name": "Smashballoon", |
| 304 | "email": "support@smashballoon.com" |
| 305 | } |
| 306 | ], |
| 307 | "description": "WordPress plugin framework. Developed by SmashBalloon Team.", |
| 308 | "support": { |
| 309 | "source": "https:\/\/github.com\/awesomemotive\/sb-common\/tree\/master", |
| 310 | "issues": "https:\/\/github.com\/awesomemotive\/sb-common\/issues" |
| 311 | }, |
| 312 | "install-path": "..\/smashballoon\/framework" |
| 313 | }, |
| 314 | { |
| 315 | "name": "smashballoon\/stubs", |
| 316 | "version": "dev-master", |
| 317 | "version_normalized": "dev-master", |
| 318 | "source": { |
| 319 | "type": "git", |
| 320 | "url": "git@github.com:awesomemotive\/sb-stubs.git", |
| 321 | "reference": "063c3e588e897985d83cb65958c45e12281263ba" |
| 322 | }, |
| 323 | "dist": { |
| 324 | "type": "zip", |
| 325 | "url": "https:\/\/api.github.com\/repos\/awesomemotive\/sb-stubs\/zipball\/063c3e588e897985d83cb65958c45e12281263ba", |
| 326 | "reference": "063c3e588e897985d83cb65958c45e12281263ba", |
| 327 | "shasum": "" |
| 328 | }, |
| 329 | "time": "2022-06-15T20:49:33+00:00", |
| 330 | "default-branch": true, |
| 331 | "type": "library", |
| 332 | "installation-source": "dist", |
| 333 | "autoload": { |
| 334 | "psr-4": { |
| 335 | "Smashballoon\\Stubs\\": "src\/" |
| 336 | } |
| 337 | }, |
| 338 | "authors": [ |
| 339 | { |
| 340 | "name": "Ahmed Hussein", |
| 341 | "email": "ahussein@awesomemotive.com" |
| 342 | } |
| 343 | ], |
| 344 | "description": "Shared common stubs.", |
| 345 | "support": { |
| 346 | "source": "https:\/\/github.com\/awesomemotive\/sb-stubs\/tree\/1.0.0", |
| 347 | "issues": "https:\/\/github.com\/awesomemotive\/sb-stubs\/issues" |
| 348 | }, |
| 349 | "install-path": "..\/smashballoon\/stubs" |
| 350 | } |
| 351 | ], |
| 352 | "dev": false, |
| 353 | "dev-package-names": [] |
| 354 | } |