{
   "name":"akaunting/laravel-money",
   "description":"Currency formatting and conversion package for Laravel",
   "keywords":[
      "laravel",
      "money",
      "currency",
      "format",
      "convert"
   ],
   "license":"MIT",
   "authors":[
      {
         "name":"Denis Duliçi",
         "email":"info@akaunting.com",
         "homepage":"https://akaunting.com",
         "role":"Developer"
      }
   ],
   "require":{
      "php": "^8.0",
      "illuminate/contracts": "^8.67|^9.0",
      "illuminate/support": "^8.67|^9.0",
      "illuminate/view": "^8.67|^9.0",
      "vlucas/phpdotenv": "^5.4.1"
   },
   "require-dev":{
      "phpunit/phpunit":"^9.5",
      "orchestra/testbench": "^6.23|^7.4",
      "vimeo/psalm": "^4.23"
   },
   "autoload":{
      "psr-4":{
         "Akaunting\\Money\\": "src"
      },
      "files":[
         "src/helpers.php"
      ]
   },
   "autoload-dev": {
       "psr-4": {
           "Akaunting\\Money\\Tests\\": "tests"
       }
   },
   "extra":{
      "laravel":{
         "providers":[
            "Akaunting\\Money\\Provider"
         ]
      }
   },
   "scripts": {
     "test": "vendor/bin/phpunit",
     "psalm": "vendor/bin/psalm"
   },
   "config": {
      "allow-plugins": {
         "composer/package-versions-deprecated": true
      }
   }
}
