skeleton
skeleton copied to clipboard
Move phpcr-shell from require-dev to require
| Q | A |
|---|---|
| Bug fix? | no |
| New feature? | yes |
| BC breaks? | no |
| Deprecations? | no |
| Fixed tickets | fixes #issuenum |
| Related issues/PRs | #issuenum |
| License | MIT |
| Documentation PR | sulu/sulu-docs#prnum |
What's in this PR?
Move phpcr-shell from require-dev to require.
Why?
I think it is a commun usage to have a look at phpcr via the phpcr shell also on a prod system. It just annoying if its not available and you first need to install it.