Initial commit

This commit is contained in:
2018-04-06 01:22:42 +02:00
commit fd5b3ddb8f
7 changed files with 514 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"autoload": {
"psr-4": {
"PharLite\\": "src/"
}
},
"require": {
"symfony/finder": "^4.0"
},
"bin": [
"bin/pharlite"
]
}