Your IP : 216.73.216.14


Current Path : /var/www/magento.test.indacotrentino.com/www/vendor/brick/varexporter/
Upload File :
Current File : /var/www/magento.test.indacotrentino.com/www/vendor/brick/varexporter/composer.json

{
  "name": "brick/varexporter",
  "description": "A powerful alternative to var_export(), which can export closures and objects without __set_state()",
  "type": "library",
  "keywords": [
    "var_export"
  ],
  "license": "MIT",
  "require": {
    "php": "^7.4 || ^8.0",
    "nikic/php-parser": "^5.0"
  },
  "require-dev": {
    "phpunit/phpunit": "^9.3",
    "php-coveralls/php-coveralls": "^2.2",
    "psalm/phar": "5.21.1"
  },
  "autoload": {
    "psr-4": {
      "Brick\\VarExporter\\": "src/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Brick\\VarExporter\\Tests\\": "tests/"
    }
  }
}