1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-16 13:00:42 +01:00

tweak install so that gitclip works (#696)

This commit is contained in:
Tac Tacelosky 2024-12-09 09:01:58 -06:00 committed by GitHub
parent a333676518
commit 0a2ddcb45c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,7 +59,9 @@ Integrations with other frameworks:
The best way to install DebugBar is using [Composer](http://getcomposer.org) The best way to install DebugBar is using [Composer](http://getcomposer.org)
with the following command: with the following command:
```composer require maximebf/debugbar --dev``` ```bash
composer require maximebf/debugbar --dev
```
## Quick start ## Quick start