view composer.json @ 1:ca36acd2bef2

Have a base going, there is definitly a lot wrong with some of the files and the general structure but overall, it's a starting point
author luka
date Sat, 24 Jun 2023 01:08:01 -0400
parents 329123c41eaf
children 3426c7e91c24
line wrap: on
line source

{
    "name": "wizzard/magicforger",
    "description": "Magically makes all your CRUD in a smart and repeatable way.",
		"version": "dev-default",
    "autoload": {
        "psr-4": {
						"Wizzard\\MagicForger\\":"src/"
        }
    },
    "minimum-stability": "stable",
    "require": {
        "laravel/framework": ">=10.3"
    },
		"extra": {
    	"laravel": {
    	    "providers": [
						"Wizzard\\MagicForger\\MagicForgerServiceProvider"
    	    ]
    	}
		}
}