You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"name": "php-sage/sage",
|
|
"description": "☯ Insightful PHP debugging assistant.",
|
|
"keywords": ["sage", "php", "dumper", "debug", "dump", "var_dump", "debug_backtrace", "json_decode"],
|
|
"type": "library",
|
|
"homepage": "https://github.com/php-sage/sage",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Rokas Šleinius",
|
|
"homepage": "https://github.com/raveren"
|
|
},
|
|
{
|
|
"name": "Contributors",
|
|
"homepage": "https://github.com/php-sage/sage/contributors"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.1.0"
|
|
},
|
|
"require-dev": {
|
|
"pestphp/pest": "^1.0",
|
|
"seld/phar-utils": "^1.0",
|
|
"spatie/pest-plugin-snapshots": "^1.0",
|
|
"symfony/finder": "^3.0 || ^4.0 || ^5.0",
|
|
"symfony/var-dumper": "^6.1"
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"Sage.php"
|
|
]
|
|
},
|
|
"config": {
|
|
"sort-packages": true,
|
|
"allow-plugins": {
|
|
"pestphp/pest-plugin": true
|
|
}
|
|
},
|
|
"scripts": {
|
|
"post-update-cmd": "npm ci",
|
|
"post-install-cmd": "@post-update-cmd",
|
|
"build": [
|
|
"@post-update-cmd",
|
|
"@build:resources",
|
|
"@build:php"
|
|
],
|
|
"build:php": "php .github/build/build.php",
|
|
"build:resources": "npm run build"
|
|
}
|
|
}
|