Updated composer.json
This commit is contained in:
		| @@ -1,13 +1,23 @@ | ||||
| { | ||||
|   "autoload": { | ||||
|     "psr-4": { | ||||
|       "PharLite\\": "src/" | ||||
|     } | ||||
|   }, | ||||
|   "require": { | ||||
|     "symfony/finder": "^4.0" | ||||
|   }, | ||||
|   "bin": [ | ||||
|     "bin/pharlite" | ||||
|   ] | ||||
|     "name": "noccylabs/pharlite", | ||||
|     "description": "Generate phars from composer projects", | ||||
|     "type": "application", | ||||
|     "license": "GPL-3.0", | ||||
|     "authors": [ | ||||
|         { | ||||
|             "name": "Christopher Vagnetoft", | ||||
|             "email": "cvagnetoft@gmail.com" | ||||
|         } | ||||
|     ], | ||||
|     "autoload": { | ||||
|         "psr-4": { | ||||
|             "PharLite\\": "src/" | ||||
|         } | ||||
|     }, | ||||
|     "require": { | ||||
|         "symfony/finder": "^4.0" | ||||
|     }, | ||||
|     "bin": [ | ||||
|         "bin/pharlite" | ||||
|     ] | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user