Upgrade framework
This commit is contained in:
32
vendor/sebastian/exporter/README.md
vendored
32
vendor/sebastian/exporter/README.md
vendored
@@ -1,10 +1,24 @@
|
||||
Exporter
|
||||
========
|
||||
# sebastian/exporter
|
||||
|
||||
[](https://travis-ci.org/sebastianbergmann/exporter)
|
||||
[](https://github.com/sebastianbergmann/exporter/actions)
|
||||
[](https://shepherd.dev/github/sebastianbergmann/exporter)
|
||||
|
||||
This component provides the functionality to export PHP variables for visualization.
|
||||
|
||||
## Installation
|
||||
|
||||
You can add this library as a local, per-project dependency to your project using [Composer](https://getcomposer.org/):
|
||||
|
||||
```
|
||||
composer require sebastian/exporter
|
||||
```
|
||||
|
||||
If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency:
|
||||
|
||||
```
|
||||
composer require --dev sebastian/exporter
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
Exporting:
|
||||
@@ -22,7 +36,6 @@ Exception Object &0000000078de0f0d000000002003a261 (
|
||||
'code' => 0
|
||||
'file' => '/home/sebastianbergmann/test.php'
|
||||
'line' => 34
|
||||
'trace' => Array &0 ()
|
||||
'previous' => null
|
||||
)
|
||||
*/
|
||||
@@ -159,14 +172,3 @@ space
|
||||
LONG_STRING
|
||||
);
|
||||
```
|
||||
|
||||
## Installation
|
||||
|
||||
You can add this library as a local, per-project dependency to your project using [Composer](https://getcomposer.org/):
|
||||
|
||||
composer require sebastian/exporter
|
||||
|
||||
If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency:
|
||||
|
||||
composer require --dev sebastian/exporter
|
||||
|
||||
|
||||
Reference in New Issue
Block a user