composer.json
Showing
composer.json
0 → 100644
{ | ||
"name": "newsurl", | ||
"description": "generation url in an ssb", | ||
"homepage": "http://gl.argumentiru.com/ak/newsurl", | ||
"keywords": ["generation"], | ||
"type": "library", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "AK Delfin", | ||
"email": "masterforweb@hotmail.com" | ||
} | ||
], | ||
"require": { | ||
"php": ">=5.6" | ||
}, | ||
"autoload": { | ||
"files": ["newsurl.php"] | ||
} | ||
} |
Please
register
or
sign in
to comment