| {
  "name": "nahidulhasan/simplex",
  "description": "The Simplex Framework is very simple and easy. It will be very helpful for the developers who are the beginner in PHP and want to learn Framework",
  "keywords": ["framework", "simplex"],
  "license": "MIT",
  "type": "project",
  "require": {
    "vlucas/phpdotenv": "^2.5"
  },
  "autoload" :{
    "classmap" : [
      "./"
    ]
  },
  "scripts": {
    "post-root-package-install": [
      "@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
    ]
  },
  "minimum-stability": "dev",
  "prefer-stable": true
}
 |