From 2736c6b311ee67fa1ded0035d4ba7c102ea34e49 Mon Sep 17 00:00:00 2001 From: eliseekn Date: Mon, 22 Apr 2024 19:00:13 +0000 Subject: [PATCH] Fixing package dependencies --- .idea/blade.xml | 2 ++ .idea/codeception.xml | 6 ++++ .idea/laravel-metrics.iml | 50 ++------------------------- .idea/php.xml | 71 +++++++++++++++++++-------------------- .idea/phpspec.xml | 6 ++++ composer.json | 8 ++--- 6 files changed, 55 insertions(+), 88 deletions(-) diff --git a/.idea/blade.xml b/.idea/blade.xml index 37ac598..3035856 100644 --- a/.idea/blade.xml +++ b/.idea/blade.xml @@ -57,6 +57,7 @@ + @@ -98,6 +99,7 @@ + diff --git a/.idea/codeception.xml b/.idea/codeception.xml index b101d83..7a23716 100644 --- a/.idea/codeception.xml +++ b/.idea/codeception.xml @@ -36,6 +36,12 @@ + + + + diff --git a/.idea/laravel-metrics.iml b/.idea/laravel-metrics.iml index 298cbbc..0788d91 100644 --- a/.idea/laravel-metrics.iml +++ b/.idea/laravel-metrics.iml @@ -3,58 +3,12 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - - diff --git a/.idea/php.xml b/.idea/php.xml index 8580d38..100ee62 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -17,57 +17,56 @@ - + + - - + - - - - - - + + + + + + + - + + - + + + + - - - + + - - - - - - - - - - - - - + + + + - - - - + + - - - - - + + + + + + + + + + + diff --git a/.idea/phpspec.xml b/.idea/phpspec.xml index 551d4e1..1360994 100644 --- a/.idea/phpspec.xml +++ b/.idea/phpspec.xml @@ -35,6 +35,12 @@ + + + + \ No newline at end of file diff --git a/composer.json b/composer.json index 5d47ca5..4ab20fe 100644 --- a/composer.json +++ b/composer.json @@ -25,6 +25,10 @@ "illuminate/support": "^11.4", "nesbot/carbon": "^3.3" }, + "require-dev": { + "laravel/pint": "^1.15", + "phpunit/phpunit": "^11.1" + }, "autoload": { "psr-4": { "Eliseekn\\LaravelMetrics\\": "src" @@ -47,9 +51,5 @@ "LaravelMetrics": "Eliseekn\\LaravelMetrics\\LaravelMetricsFacade" } } - }, - "require-dev": { - "laravel/pint": "^1.15", - "phpunit/phpunit": "^11.1" } }