From bfc1e70040a0c68ed0e53346bc57e18011201763 Mon Sep 17 00:00:00 2001 From: Ahmed Ali Date: Mon, 31 May 2021 14:53:38 +0200 Subject: [PATCH] dep --- .idea/laravel-payfort.iml | 70 ++++++++++++++++++++++++++++++++++++- .idea/php.xml | 72 +++++++++++++++++++++++++++++++++++++++ composer.json | 2 +- 3 files changed, 142 insertions(+), 2 deletions(-) diff --git a/.idea/laravel-payfort.iml b/.idea/laravel-payfort.iml index aec502d..e9d3980 100644 --- a/.idea/laravel-payfort.iml +++ b/.idea/laravel-payfort.iml @@ -3,8 +3,76 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.idea/php.xml b/.idea/php.xml index 07f31c0..1f7e1ae 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -1,4 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/composer.json b/composer.json index d1db156..7cd71e5 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ }, "autoload": { "psr-4": { - "our-edu\\LaravelPayfort\\": "src/" + "LaravelPayfort\\": "src/" } },