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.
23 lines
573 B
23 lines
573 B
{
|
|
"name": "seld/php-console",
|
|
"description": "A console to quickly try and run PHP code in your browser",
|
|
"keywords": ["console", "php"],
|
|
"homepage": "http://github.com/Seldaek/php-console",
|
|
"type": "library",
|
|
"license": "BSD-3-Clause",
|
|
"authors": [
|
|
{
|
|
"name": "Jordi Boggiano",
|
|
"email": "j.boggiano@seld.be",
|
|
"homepage": "http://seld.be"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.2.0"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.2.x-dev"
|
|
}
|
|
}
|
|
}
|
|
|