mirror of
				https://github.com/elyby/oauth2-server.git
				synced 2025-05-31 14:12:07 +05:30 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			378 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			378 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "require": {
 | 
						|
        "illuminate/database": "4.1.*",
 | 
						|
        "orno/route": "1.*",
 | 
						|
        "ircmaxell/password-compat": "1.0.2",
 | 
						|
        "league/event": "0.2.0"
 | 
						|
    },
 | 
						|
    "autoload": {
 | 
						|
        "psr-4": {
 | 
						|
            "League\\OAuth2\\Server\\": "../../src/",
 | 
						|
            "RelationalExample\\": "."
 | 
						|
        },
 | 
						|
        "files": [
 | 
						|
            "config/db.php"
 | 
						|
        ]
 | 
						|
    }
 | 
						|
} |