You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
470 B
21 lines
470 B
{
|
|
"name": "mightypork/php-sandbox",
|
|
"description": "Web interface for testing PHP scripts and commands",
|
|
"type": "library",
|
|
"require": {
|
|
"php": ">=5.6.0",
|
|
"laravel/framework": "~5.5"
|
|
},
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Ondřej Hruška",
|
|
"email": "ondra@ondrovo.com"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"MightyPork\\PhpSandbox\\": "src/"
|
|
}
|
|
}
|
|
}
|
|
|