Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Schmidt committed Oct 14, 2020
1 parent ba5b249 commit 47c131d
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ A small plugin for the awesome Neos CMS, to improve debugging of Fusion DSL code
- [Overview](#overview)
- [Installation](#installation)
- [Troubleshooting](#troubleshooting)
- [`Could not find a version of package mcstreetguy/fusion-debugger matching your minimum-stability`](#could-not-find-a-version-of-package-mcstreetguyfusion-debugger-matching-your-minimum-stability)
- [`Invalid controller class name "". Make sure your controller is in a folder named "Command" and it's name ends in "CommandController"`](#invalid-controller-class-name--make-sure-your-controller-is-in-a-folder-named-command-and-its-name-ends-in-commandcontroller)
- [Reference](#reference)
- [Commands](#commands)
Expand Down Expand Up @@ -48,22 +47,11 @@ To get rid of that uncertainty this Plugin allows you to visualize what you norm
Install the plugin by requiring it through composer:

``` bash
composer require --dev mcstreetguy/fusion-debugger
composer require --dev mcstreetguy/fusion-debugger:^5.0
```

### Troubleshooting

#### `Could not find a version of package mcstreetguy/fusion-debugger matching your minimum-stability`

Please make sure that your `minimum-stability` is at least set to `alpha` as this package has no stable release yet.
Alternatively you could require the package with an explicit alpha- or dev-version constraint, but please note that this will only work for root-level manifests:

``` bash
composer require --dev mcstreetguy/fusion-debugger:@alpha
# or
composer require --dev mcstreetguy/fusion-debugger:@dev
```

#### `Invalid controller class name "". Make sure your controller is in a folder named "Command" and it's name ends in "CommandController"`

This error happens only straight after installing the plugin as this corrupts the internal code caches of Flow in some way.
Expand Down

0 comments on commit 47c131d

Please sign in to comment.