summaryrefslogtreecommitdiff
path: root/composer.lock
diff options
context:
space:
mode:
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock56
1 files changed, 54 insertions, 2 deletions
diff --git a/composer.lock b/composer.lock
index f6d40ef..e5defa7 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,10 +4,60 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "6f1c177c5fa4c508834d67230faa911e",
+ "content-hash": "1af391e5424ed257200dd8dd28529f5a",
"packages": [],
"packages-dev": [
{
+ "name": "ace-of-aces/intellipest",
+ "version": "v1.0.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/ace-of-aces/intellipest.git",
+ "reference": "51dd78f729f26fd814e31d24e5b6c412a144ed84"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/ace-of-aces/intellipest/zipball/51dd78f729f26fd814e31d24e5b6c412a144ed84",
+ "reference": "51dd78f729f26fd814e31d24e5b6c412a144ed84",
+ "shasum": ""
+ },
+ "require": {
+ "nikic/php-parser": "^5.7",
+ "php": "^8.3",
+ "react/event-loop": "^1.6",
+ "symfony/console": "^7.4.0 || ^8.0.0"
+ },
+ "require-dev": {
+ "carthage-software/mago": "^1.27.1",
+ "pestphp/pest": "^4.3"
+ },
+ "bin": [
+ "bin/intellipest"
+ ],
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "AceOfAces\\IntelliPest\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Julian Schramm",
+ "email": "hi@julian.center"
+ }
+ ],
+ "description": "Generate IDE helpers to assist development with PestPHP",
+ "support": {
+ "issues": "https://github.com/ace-of-aces/intellipest/issues",
+ "source": "https://github.com/ace-of-aces/intellipest/tree/v1.0.1"
+ },
+ "time": "2026-05-13T21:53:01+00:00"
+ },
+ {
"name": "brianium/paratest",
"version": "v7.20.0",
"source": {
@@ -5673,7 +5723,9 @@
"stability-flags": {},
"prefer-stable": false,
"prefer-lowest": false,
- "platform": {},
+ "platform": {
+ "php": ">=8.3"
+ },
"platform-dev": {},
"plugin-api-version": "2.9.0"
}