diff options
| author | Sam Light <sam@lightscale.co.uk> | 2026-06-10 19:00:31 +0100 |
|---|---|---|
| committer | Sam Light <sam@lightscale.co.uk> | 2026-06-10 19:00:31 +0100 |
| commit | 32511fddf6fae7d1d9c194e15e0286274bc91ca6 (patch) | |
| tree | 87be9019fa2769650c83b399215724a8fb5f7f98 /composer.json | |
| parent | 4656ce4160b5380d2867c8bce03ab843ad8db92a (diff) | |
format composer.json
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/composer.json b/composer.json index c68d181..9d28ff3 100644 --- a/composer.json +++ b/composer.json @@ -1,26 +1,26 @@ { - "name": "lightscale/php-router", - "description": "PHP routing library", - "type": "library", - "autoload": { - "psr-4": { - "Lightscale\\PhpRouter\\": "src/" - } - }, - "authors": [ - { - "name": "Sam Light", - "email": "sam@lightscale.co.uk" - } - ], - "require-dev": { - "pestphp/pest": "^4.7", - "phpstan/phpstan": "^2.2", - "friendsofphp/php-cs-fixer": "^3.95" - }, - "config": { - "allow-plugins": { - "pestphp/pest-plugin": true - } + "name": "lightscale/php-router", + "description": "PHP routing library", + "type": "library", + "autoload": { + "psr-4": { + "Lightscale\\PhpRouter\\": "src/" } + }, + "authors": [ + { + "name": "Sam Light", + "email": "sam@lightscale.co.uk" + } + ], + "require-dev": { + "pestphp/pest": "^4.7", + "phpstan/phpstan": "^2.2", + "friendsofphp/php-cs-fixer": "^3.95" + }, + "config": { + "allow-plugins": { + "pestphp/pest-plugin": true + } + } } |
