{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "7cba4f7d8da61ea10c2ff36696b6db97", "packages": [], "packages-dev": [ { "name": "laravel/pint", "version": "v1.20.0", "source": { "type": "git", "url": "https://github.com/laravel/pint.git", "reference": "53072e8ea22213a7ed168a8a15b96fbb8b82d44b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laravel/pint/zipball/53072e8ea22213a7ed168a8a15b96fbb8b82d44b", "reference": "53072e8ea22213a7ed168a8a15b96fbb8b82d44b", "shasum": "" }, "require": { "ext-json": "*", "ext-mbstring": "*", "ext-tokenizer": "*", "ext-xml": "*", "php": "^8.1.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.66.0", "illuminate/view": "^10.48.25", "larastan/larastan": "^2.9.12", "laravel-zero/framework": "^10.48.25", "mockery/mockery": "^1.6.12", "nunomaduro/termwind": "^1.17.0", "pestphp/pest": "^2.36.0" }, "bin": [ "builds/pint" ], "type": "project", "autoload": { "psr-4": { "App\\": "app/", "Database\\Seeders\\": "database/seeders/", "Database\\Factories\\": "database/factories/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nuno Maduro", "email": "enunomaduro@gmail.com" } ], "description": "An opinionated code formatter for PHP.", "homepage": "https://laravel.com", "keywords": [ "format", "formatter", "lint", "linter", "php" ], "support": { "issues": "https://github.com/laravel/pint/issues", "source": "https://github.com/laravel/pint" }, "time": "2025-01-14T16:20:53+00:00" }, { "name": "roots/wordpress", "version": "6.7.1", "source": { "type": "git", "url": "https://github.com/roots/wordpress.git", "reference": "9451af491af7124c12186398c56ab87a6e145123" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/roots/wordpress/zipball/9451af491af7124c12186398c56ab87a6e145123", "reference": "9451af491af7124c12186398c56ab87a6e145123", "shasum": "" }, "require": { "roots/wordpress-core-installer": "^1.0.0", "roots/wordpress-no-content": "self.version" }, "type": "metapackage", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT", "GPL-2.0-or-later" ], "description": "WordPress is open source software you can use to create a beautiful website, blog, or app.", "homepage": "https://wordpress.org/", "keywords": [ "blog", "cms", "wordpress" ], "support": { "issues": "https://github.com/roots/wordpress/issues", "source": "https://github.com/roots/wordpress/tree/6.7.1" }, "funding": [ { "url": "https://github.com/roots", "type": "github" } ], "time": "2024-11-13T09:56:09+00:00" }, { "name": "roots/wordpress-core-installer", "version": "1.100.0", "source": { "type": "git", "url": "https://github.com/roots/wordpress-core-installer.git", "reference": "73f8488e5178c5d54234b919f823a9095e2b1847" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/roots/wordpress-core-installer/zipball/73f8488e5178c5d54234b919f823a9095e2b1847", "reference": "73f8488e5178c5d54234b919f823a9095e2b1847", "shasum": "" }, "require": { "composer-plugin-api": "^1.0 || ^2.0", "php": ">=5.6.0" }, "conflict": { "composer/installers": "<1.0.6" }, "replace": { "johnpbloch/wordpress-core-installer": "*" }, "require-dev": { "composer/composer": "^1.0 || ^2.0", "phpunit/phpunit": ">=5.7.27" }, "type": "composer-plugin", "extra": { "class": "Roots\\Composer\\WordPressCorePlugin" }, "autoload": { "psr-4": { "Roots\\Composer\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "John P. Bloch", "email": "me@johnpbloch.com" }, { "name": "Roots", "email": "team@roots.io" } ], "description": "A custom installer to handle deploying WordPress with composer", "keywords": [ "wordpress" ], "support": { "issues": "https://github.com/roots/wordpress-core-installer/issues", "source": "https://github.com/roots/wordpress-core-installer/tree/master" }, "funding": [ { "url": "https://github.com/roots", "type": "github" }, { "url": "https://www.patreon.com/rootsdev", "type": "patreon" } ], "time": "2020-08-20T00:27:30+00:00" }, { "name": "roots/wordpress-no-content", "version": "6.7.1", "source": { "type": "git", "url": "https://github.com/WordPress/WordPress.git", "reference": "6.7.1" }, "dist": { "type": "zip", "url": "https://downloads.wordpress.org/release/wordpress-6.7.1-no-content.zip", "shasum": "321a5b819369e772ce606fbc12b1e264fb73da5b" }, "require": { "php": ">= 7.2.24" }, "provide": { "wordpress/core-implementation": "6.7.1" }, "suggest": { "ext-curl": "Performs remote request operations.", "ext-dom": "Used to validate Text Widget content and to automatically configuring IIS7+.", "ext-exif": "Works with metadata stored in images.", "ext-fileinfo": "Used to detect mimetype of file uploads.", "ext-hash": "Used for hashing, including passwords and update packages.", "ext-imagick": "Provides better image quality for media uploads.", "ext-json": "Used for communications with other servers.", "ext-libsodium": "Validates Signatures and provides securely random bytes.", "ext-mbstring": "Used to properly handle UTF8 text.", "ext-mysqli": "Connects to MySQL for database interactions.", "ext-openssl": "Permits SSL-based connections to other hosts.", "ext-pcre": "Increases performance of pattern matching in code searches.", "ext-xml": "Used for XML parsing, such as from a third-party site.", "ext-zip": "Used for decompressing Plugins, Themes, and WordPress update packages." }, "type": "wordpress-core", "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "WordPress Community", "homepage": "https://wordpress.org/about/" } ], "description": "WordPress is open source software you can use to create a beautiful website, blog, or app.", "homepage": "https://wordpress.org/", "keywords": [ "blog", "cms", "wordpress" ], "support": { "docs": "https://developer.wordpress.org/", "forum": "https://wordpress.org/support/", "irc": "irc://irc.freenode.net/wordpress", "issues": "https://core.trac.wordpress.org/", "rss": "https://wordpress.org/news/feed/", "source": "https://core.trac.wordpress.org/browser", "wiki": "https://codex.wordpress.org/" }, "funding": [ { "url": "https://wordpressfoundation.org/donate/", "type": "other" } ], "time": "2024-11-21T14:15:19+00:00" } ], "aliases": [], "minimum-stability": "stable", "stability-flags": {}, "prefer-stable": false, "prefer-lowest": false, "platform": { "php": "^7.0|^8.0" }, "platform-dev": {}, "plugin-api-version": "2.6.0" }