Skip to content

Commit

Permalink
Merge pull request #21 from sitegeist/docs/composer_info
Browse files Browse the repository at this point in the history
TASK: Add more info in composer.json
  • Loading branch information
mficzel authored Oct 27, 2023
2 parents 992d5aa + c50b82a commit 70f94fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"description": "",
"description": "Teleport any HTML tag to antoher place of the document. Mostly used for CSS and JS",
"type": "neos-package",
"name": "sitegeist/slipstream",
"license": "GPL-3.0-or-later",
"require": {
"neos/flow": "^7.0 || ^8.0 || dev-master"
},
"suggest": {
"sitegeist/monocle": "*",
"flowpack/fullpagecache": "*"
"sitegeist/monocle": "An living-styleguide for Neos that is based on the actual fusion-code",
"flowpack/fullpagecache": "Cache full Neos page responses"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 70f94fb

Please sign in to comment.