Initial commit of new codebase
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "noccylabs/makephar",
|
||||
"description": "Build portable phar executables and libraries",
|
||||
"type": "application",
|
||||
"license": "GPL-3.0",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Christopher Vagnetoft",
|
||||
"email": "cvagnetoft@gmail.com"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"noccylabs/sdl": "^2.0",
|
||||
"symfony/finder": "^3.2"
|
||||
},
|
||||
"autoload": {
|
||||
"files": [ "src/global.php" ],
|
||||
"psr-0":{
|
||||
"": "src/"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user