1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 08:30:07 +01:00
Files
laravel-valet/composer.json
Dries Vints 4da39fc4f8 Laravel 9 support (#1181)
* Laravel 9 support

* Try out Laravel 9

* wip

* Revert "Try out Laravel 9"

This reverts commit 44074c2de4.

* Revert dev stability
2022-01-31 09:51:32 +01:00

47 lines
1.2 KiB
JSON

{
"name": "laravel/valet",
"description": "A more enjoyable local development experience for Mac.",
"keywords": ["laravel", "zonda", "wwdhhd"],
"license": "MIT",
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
},
{
"name": "Adam Wathan",
"email": "adam.wathan@gmail.com"
}
],
"autoload": {
"files": [
"cli/includes/compatibility.php",
"cli/includes/facades.php",
"cli/includes/helpers.php"
],
"psr-4": {
"Valet\\": "cli/Valet/"
}
},
"require": {
"php": "^5.6|^7.0|^8.0",
"illuminate/container": "~5.1|^6.0|^7.0|^8.0|^9.0",
"mnapoli/silly": "^1.0",
"symfony/process": "^3.0|^4.0|^5.0|^6.0",
"tightenco/collect": "^5.3|^6.0|^7.0|^8.0",
"guzzlehttp/guzzle": "^6.0|^7.4"
},
"require-dev": {
"mockery/mockery": "^1.2.3",
"yoast/phpunit-polyfills": "^0.2.0"
},
"bin": [
"valet"
],
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
}
}