mirror of
				https://github.com/KevinMidboe/nova-map-fields.git
				synced 2025-10-29 17:50:27 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			30 lines
		
	
	
		
			598 B
		
	
	
	
		
			JSON
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			598 B
		
	
	
	
		
			JSON
		
	
	
		
			Executable File
		
	
	
	
	
{
 | 
						|
    "name": "lassehaslev/nova-map-fields",
 | 
						|
    "description": "A Laravel Nova field.",
 | 
						|
    "keywords": [
 | 
						|
        "laravel",
 | 
						|
        "nova"
 | 
						|
    ],
 | 
						|
    "license": "MIT",
 | 
						|
    "require": {
 | 
						|
        "php": ">=7.1.0"
 | 
						|
    },
 | 
						|
    "autoload": {
 | 
						|
        "psr-4": {
 | 
						|
            "Lassehaslev\\NovaMapFields\\": "src/"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "extra": {
 | 
						|
        "laravel": {
 | 
						|
            "providers": [
 | 
						|
                "Lassehaslev\\NovaMapFields\\FieldServiceProvider"
 | 
						|
            ]
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "config": {
 | 
						|
        "sort-packages": true
 | 
						|
    },
 | 
						|
    "minimum-stability": "dev",
 | 
						|
    "prefer-stable": true
 | 
						|
}
 |