{ "packages": [ { "name": "laravel\/serializable-closure", "version": "v1.3.7", "version_normalized": "1.3.7.0", "source": { "type": "git", "url": "https:\/\/github.com\/laravel\/serializable-closure.git", "reference": "4f48ade902b94323ca3be7646db16209ec76be3d" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/laravel\/serializable-closure\/zipball\/4f48ade902b94323ca3be7646db16209ec76be3d", "reference": "4f48ade902b94323ca3be7646db16209ec76be3d", "shasum": "" }, "require": { "php": "^7.3|^8.0" }, "require-dev": { "illuminate\/support": "^8.0|^9.0|^10.0|^11.0", "nesbot\/carbon": "^2.61|^3.0", "pestphp\/pest": "^1.21.3", "phpstan\/phpstan": "^1.8.2", "symfony\/var-dumper": "^5.4.11|^6.2.0|^7.0.0" }, "time": "2024-11-14T18:34:49+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "InstagramFeed\\Vendor\\Laravel\\SerializableClosure\\": "src\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" }, { "name": "Nuno Maduro", "email": "nuno@laravel.com" } ], "description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.", "keywords": [ "closure", "laravel", "serializable" ], "support": { "issues": "https:\/\/github.com\/laravel\/serializable-closure\/issues", "source": "https:\/\/github.com\/laravel\/serializable-closure" }, "install-path": "..\/laravel\/serializable-closure" }, { "name": "php-di\/invoker", "version": "2.3.7", "version_normalized": "2.3.7.0", "source": { "type": "git", "url": "https:\/\/github.com\/PHP-DI\/Invoker.git", "reference": "3c1ddfdef181431fbc4be83378f6d036d59e81e1" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/PHP-DI\/Invoker\/zipball\/3c1ddfdef181431fbc4be83378f6d036d59e81e1", "reference": "3c1ddfdef181431fbc4be83378f6d036d59e81e1", "shasum": "" }, "require": { "php": ">=7.3", "psr\/container": "^1.0|^2.0" }, "require-dev": { "athletic\/athletic": "~0.1.8", "mnapoli\/hard-mode": "~0.3.0", "phpunit\/phpunit": "^9.0 || ^10 || ^11 || ^12" }, "time": "2025-08-30T10:22:22+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "InstagramFeed\\Vendor\\Invoker\\": "src\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "description": "Generic and extensible callable invoker", "homepage": "https:\/\/github.com\/PHP-DI\/Invoker", "keywords": [ "callable", "dependency", "dependency-injection", "injection", "invoke", "invoker" ], "support": { "issues": "https:\/\/github.com\/PHP-DI\/Invoker\/issues", "source": "https:\/\/github.com\/PHP-DI\/Invoker\/tree\/2.3.7" }, "funding": [ { "url": "https:\/\/github.com\/mnapoli", "type": "github" } ], "install-path": "..\/php-di\/invoker" }, { "name": "php-di\/phpdoc-reader", "version": "2.2.1", "version_normalized": "2.2.1.0", "source": { "type": "git", "url": "https:\/\/github.com\/PHP-DI\/PhpDocReader.git", "reference": "66daff34cbd2627740ffec9469ffbac9f8c8185c" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/PHP-DI\/PhpDocReader\/zipball\/66daff34cbd2627740ffec9469ffbac9f8c8185c", "reference": "66daff34cbd2627740ffec9469ffbac9f8c8185c", "shasum": "" }, "require": { "php": ">=7.2.0" }, "require-dev": { "mnapoli\/hard-mode": "~0.3.0", "phpunit\/phpunit": "^8.5|^9.0" }, "time": "2020-10-12T12:39:22+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "InstagramFeed\\Vendor\\PhpDocReader\\": "src\/PhpDocReader" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "description": "PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)", "keywords": [ "phpdoc", "reflection" ], "support": { "issues": "https:\/\/github.com\/PHP-DI\/PhpDocReader\/issues", "source": "https:\/\/github.com\/PHP-DI\/PhpDocReader\/tree\/2.2.1" }, "install-path": "..\/php-di\/phpdoc-reader" }, { "name": "psr\/container", "version": "1.1.2", "version_normalized": "1.1.2.0", "source": { "type": "git", "url": "https:\/\/github.com\/php-fig\/container.git", "reference": "513e0666f7216c7459170d56df27dfcefe1689ea" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/php-fig\/container\/zipball\/513e0666f7216c7459170d56df27dfcefe1689ea", "reference": "513e0666f7216c7459170d56df27dfcefe1689ea", "shasum": "" }, "require": { "php": ">=7.4.0" }, "time": "2021-11-05T16:50:12+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "InstagramFeed\\Vendor\\Psr\\Container\\": "src\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https:\/\/www.php-fig.org\/" } ], "description": "Common Container Interface (PHP FIG PSR-11)", "homepage": "https:\/\/github.com\/php-fig\/container", "keywords": [ "PSR-11", "container", "container-interface", "container-interop", "psr" ], "support": { "issues": "https:\/\/github.com\/php-fig\/container\/issues", "source": "https:\/\/github.com\/php-fig\/container\/tree\/1.1.2" }, "install-path": "..\/psr\/container" }, { "name": "smashballoon\/framework", "version": "dev-master", "version_normalized": "dev-master", "source": { "type": "git", "url": "git@github.com:awesomemotive\/sb-common.git", "reference": "77aa1314e55e645ff8c79e17b2f2f4de382facbd" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/awesomemotive\/sb-common\/zipball\/77aa1314e55e645ff8c79e17b2f2f4de382facbd", "reference": "77aa1314e55e645ff8c79e17b2f2f4de382facbd", "shasum": "" }, "require": { "laravel\/serializable-closure": "^1.0", "php": ">=7.4", "php-di\/invoker": "^2.0", "php-di\/phpdoc-reader": "^2.0.1", "psr\/container": "^1.0" }, "replace": { "php-di\/php-di": "6.4.0" }, "require-dev": { "phpcompatibility\/php-compatibility": "^9.3", "squizlabs\/php_codesniffer": "^3.7" }, "time": "2026-02-11T20:26:46+00:00", "default-branch": true, "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "InstagramFeed\\Vendor\\Smashballoon\\Framework\\": "", "InstagramFeed\\Vendor\\DI\\": "Packages\/php-di\/src\/" }, "files": [ "Utilities\/functions.php", "Packages\/php-di\/src\/functions.php" ], "exclude-from-classmap": [ "Packages\/Blocks\/blocks\/*" ] }, "scripts": { "post-package-install": [ "phpcs --config-set installed_paths vendor\/phpcompatibility\/php-compatibility" ] }, "authors": [ { "name": "Smashballoon", "email": "support@smashballoon.com" } ], "description": "WordPress plugin framework. Developed by SmashBalloon Team.", "support": { "source": "https:\/\/github.com\/awesomemotive\/sb-common\/tree\/master", "issues": "https:\/\/github.com\/awesomemotive\/sb-common\/issues" }, "install-path": "..\/smashballoon\/framework" }, { "name": "smashballoon\/stubs", "version": "dev-master", "version_normalized": "dev-master", "source": { "type": "git", "url": "git@github.com:awesomemotive\/sb-stubs.git", "reference": "063c3e588e897985d83cb65958c45e12281263ba" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/awesomemotive\/sb-stubs\/zipball\/063c3e588e897985d83cb65958c45e12281263ba", "reference": "063c3e588e897985d83cb65958c45e12281263ba", "shasum": "" }, "time": "2022-06-15T20:49:33+00:00", "default-branch": true, "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Smashballoon\\Stubs\\": "src\/" } }, "authors": [ { "name": "Ahmed Hussein", "email": "ahussein@awesomemotive.com" } ], "description": "Shared common stubs.", "support": { "source": "https:\/\/github.com\/awesomemotive\/sb-stubs\/tree\/1.0.0", "issues": "https:\/\/github.com\/awesomemotive\/sb-stubs\/issues" }, "install-path": "..\/smashballoon\/stubs" } ], "dev": false, "dev-package-names": [] }