45 lines
		
	
	
		
			913 B
		
	
	
	
		
			JSON
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			913 B
		
	
	
	
		
			JSON
		
	
	
		
			Executable File
		
	
	
	
	
{
 | 
						|
	"name": "mirzaev/baza",
 | 
						|
	"description": "Lightweight binary database by pure PHP",
 | 
						|
	"homepage": "https://git.svoboda.works/mirzaev/baza",
 | 
						|
	"type": "database",
 | 
						|
	"keywords": [
 | 
						|
		"binary",
 | 
						|
		"plain",
 | 
						|
		"lightweight"
 | 
						|
	],
 | 
						|
	"readme": "README.md",
 | 
						|
	"license": "WTFPL",
 | 
						|
	"authors": [
 | 
						|
		{
 | 
						|
			"name": "Arsen Mirzaev Tatyano-Muradovich",
 | 
						|
			"email": "arsen@mirzaev.sexy",
 | 
						|
			"homepage": "https://mirzaev.sexy",
 | 
						|
			"role": "Programmer"
 | 
						|
		}
 | 
						|
	],
 | 
						|
	"support": {
 | 
						|
		"email": "arsen@mirzaev.sexy",
 | 
						|
		"wiki": "https://git.svoboda.works/mirzaev/baza/wiki",
 | 
						|
		"issues": "https://git.svoboda.works/mirzaev/baza/issues"
 | 
						|
	},
 | 
						|
	"minimum-stability": "stable",
 | 
						|
	"require": {
 | 
						|
		"php": "^8.4"
 | 
						|
	},
 | 
						|
	"suggest": {
 | 
						|
		"mirzaev/record": "Active Record pattern"
 | 
						|
	},
 | 
						|
	"autoload": {
 | 
						|
		"psr-4": {
 | 
						|
			"mirzaev\\baza\\": "mirzaev/baza/system/"
 | 
						|
		}
 | 
						|
	},
 | 
						|
  "autoload-dev": {
 | 
						|
    "psr-4": {
 | 
						|
      "mirzaev\\baza\\tests\\": "mirzaev/baza/tests"
 | 
						|
    }
 | 
						|
  }
 | 
						|
 | 
						|
}
 |