1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-04 16:10:08 +01:00

Add support for .valetrc (#1347)

* Add .valetrc support

* Apply fixes from StyleCI

* wip

Co-authored-by: StyleCI Bot <bot@styleci.io>
This commit is contained in:
Matt Stauffer
2023-01-18 20:44:51 -05:00
committed by GitHub
parent 6a100fc648
commit 5c7b2d313a
10 changed files with 74 additions and 54 deletions

View File

@@ -0,0 +1 @@
php@8.1

View File

@@ -0,0 +1 @@
php@8.0

View File

@@ -0,0 +1,4 @@
ITEM=value
PHP=php@8.0
# comment line
OTHER_ITEM=othervalue

View File

@@ -0,0 +1 @@
PHP=php@8.1

View File

@@ -0,0 +1,2 @@
ITEM=value
PHP=php@8.2