mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
74 lines
2.1 KiB
JSON
74 lines
2.1 KiB
JSON
{
|
|
"name": "beyondcode/expose",
|
|
"description": "The Laravel Zero Framework.",
|
|
"keywords": ["framework", "laravel", "laravel zero", "console", "cli"],
|
|
"homepage": "https://laravel-zero.com",
|
|
"type": "project",
|
|
"license": "MIT",
|
|
"support": {
|
|
"issues": "https://github.com/laravel-zero/laravel-zero/issues",
|
|
"source": "https://github.com/laravel-zero/laravel-zero"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Nuno Maduro",
|
|
"email": "enunomaduro@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^7.2.5",
|
|
"ext-json": "*"
|
|
},
|
|
"require-dev": {
|
|
"bfunky/http-parser": "^2.2",
|
|
"cboden/ratchet": "^0.4.2",
|
|
"clue/buzz-react": "^2.7",
|
|
"clue/reactphp-sqlite": "^1.0",
|
|
"guzzlehttp/guzzle": "^6.5",
|
|
"guzzlehttp/psr7": "dev-master as 1.6.1",
|
|
"illuminate/http": "5.8.*|^6.0|^7.0",
|
|
"illuminate/pipeline": "^7.6",
|
|
"illuminate/validation": "^7.7",
|
|
"laminas/laminas-http": "^2.11",
|
|
"laravel-zero/framework": "^7.0",
|
|
"mockery/mockery": "^1.3.1",
|
|
"namshi/cuzzle": "^2.0",
|
|
"nyholm/psr7": "^1.2",
|
|
"phpunit/phpunit": "^8.5",
|
|
"ratchet/pawl": "^0.3.4",
|
|
"react/socket": "^1.4",
|
|
"riverline/multipart-parser": "^2.0",
|
|
"seregazhuk/react-promise-testing": "^0.4.0",
|
|
"symfony/expression-language": "^5.0",
|
|
"symfony/http-kernel": "^4.0|^5.0",
|
|
"symfony/psr-http-message-bridge": "^2.0",
|
|
"twig/twig": "^3.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"App\\": "app/"
|
|
},
|
|
"files": [
|
|
"app/helpers.php"
|
|
]
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Tests\\": "tests/"
|
|
}
|
|
},
|
|
"config": {
|
|
"preferred-install": "dist",
|
|
"sort-packages": true,
|
|
"optimize-autoloader": true
|
|
},
|
|
"scripts": {
|
|
"post-create-project-cmd": [
|
|
"@php application app:rename"
|
|
]
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"bin": ["builds/expose"]
|
|
}
|