Implement as Composer library
This commit is contained in:
		
							parent
							
								
									b3c93309ce
								
							
						
					
					
						commit
						dff258b6af
					
				
					 2 changed files with 20 additions and 0 deletions
				
			
		
							
								
								
									
										2
									
								
								.gitignore
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								.gitignore
									
										
									
									
										vendored
									
									
										Normal file
									
								
							|  | @ -0,0 +1,2 @@ | |||
| /vendor/ | ||||
| /composer.lock | ||||
							
								
								
									
										18
									
								
								composer.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								composer.json
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,18 @@ | |||
| { | ||||
|     "name": "kastdeur/hippopotato", | ||||
|     "description": "Simple flat file storage in PHP", | ||||
|     "license": "MIT", | ||||
| 	"minimum-stability": "dev", | ||||
|     "autoload": { | ||||
|         "psr-4": { | ||||
|             "Kastdeur\\Hippopotato\\": "src/" | ||||
|         } | ||||
|     }, | ||||
|     "authors": [ | ||||
|         { | ||||
|             "name": "ET de Boone", | ||||
|             "email": "dev@etdeboone.nl" | ||||
|         } | ||||
|     ], | ||||
|     "require": {} | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue