Added composer.json file
This commit is contained in:
		
							
								
								
									
										18
									
								
								composer.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								composer.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,18 @@
 | 
				
			|||||||
 | 
					{
 | 
				
			||||||
 | 
					  "name": "kasperrt/oauth2-client",
 | 
				
			||||||
 | 
					  "description": "OAuth2 Client with Bearer tokens",
 | 
				
			||||||
 | 
					  "license": "MIT",
 | 
				
			||||||
 | 
					  "keywords": ["authentication"],
 | 
				
			||||||
 | 
					  "type": "simplesamlphp-module",
 | 
				
			||||||
 | 
					  "homepage": "https://github.com/kasperrt/oauth2-client",
 | 
				
			||||||
 | 
					  "minimum-stability": "dev",
 | 
				
			||||||
 | 
					  "authors": [
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					      "name": "Kasper Rynning-Tønnesen",
 | 
				
			||||||
 | 
					      "homepage": "https://kasperrt.no"
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					  ],
 | 
				
			||||||
 | 
					  "autoload": {
 | 
				
			||||||
 | 
					    "classmap": [""]
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user