summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Light <sam@lightscale.co.uk>2026-06-10 19:00:31 +0100
committerSam Light <sam@lightscale.co.uk>2026-06-10 19:00:31 +0100
commit2ce0f77eed0dc440d4b65b9b2ead8df25f049005 (patch)
tree091fbc09226a21fb0637b08a104b209aeac87270
parent26e20ef1a14f0734f6082dfb20a05fbcd6809165 (diff)
installed more dev deps
-rw-r--r--composer.json15
-rw-r--r--composer.lock56
2 files changed, 67 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index 9d28ff3..3c19372 100644
--- a/composer.json
+++ b/composer.json
@@ -4,7 +4,7 @@
"type": "library",
"autoload": {
"psr-4": {
- "Lightscale\\PhpRouter\\": "src/"
+ "Lightscale\\Router\\": "src/"
}
},
"authors": [
@@ -13,14 +13,25 @@
"email": "sam@lightscale.co.uk"
}
],
+ "require": {
+ "php": ">=8.3"
+ },
"require-dev": {
"pestphp/pest": "^4.7",
"phpstan/phpstan": "^2.2",
- "friendsofphp/php-cs-fixer": "^3.95"
+ "friendsofphp/php-cs-fixer": "^3.95",
+ "ace-of-aces/intellipest": "^1.0"
},
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true
}
+ },
+ "scripts": {
+ "setup": [
+ "intellipest"
+ ],
+ "analyse": "phpstan",
+ "format": "php-cs-fixer fix"
}
}
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"
}