diff --git a/.gitattributes b/.gitattributes index df0ed9b..d9f26b4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ * text=auto -*.blade.php diff=html +*.odo.php diff=html *.css diff=css *.html diff=html *.md diff=markdown diff --git a/composer.json b/composer.json index 19898c9..ab8e163 100644 --- a/composer.json +++ b/composer.json @@ -10,15 +10,15 @@ "authors": [ { "name": "Mahedi Hasan", - "email": "mahedi@doppar.com" + "email": "mahedy150101@gmail.com" } ], "require": { - "doppar/axios": "^1.5" + "doppar/axios": "^1.6" }, "require-dev": { "mockery/mockery": "^1.6", - "phpunit/phpunit": "^11.5.3" + "phpunit/phpunit": "^12.1.5" }, "autoload": { "psr-4": { @@ -35,9 +35,6 @@ "dev-master": "1.x-dev" } }, - "scripts": { - "post-install-cmd": [] - }, "config": { "sort-packages": true },