{
  "name": "yoursmine/framework",
  "description": "Yours&Mine PHP Framework project",
  "type": "project",
  "require": {
    "php": ">=8.1"
  },
  "autoload": {
    "psr-4": {
      "YoursMine\\Core\\": "core/",
      "App\\": "app/"
    }
  }
}