Skip to content

Commit

Permalink
Set package type (#7)
Browse files Browse the repository at this point in the history
* Breaking: change type of package

* Update: Set package name

* Update: Path of neos.php file
  • Loading branch information
Jon Uhlmann authored Feb 24, 2021
1 parent 4bebfe4 commit 119d1e8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Create a file with the name `deploy.php` with following content:

namespace Deployer;

require_once 'Packages/Libraries/jonnitto/uberspace-deployer/neos.php';
require_once 'Build/Uberspace.Deployer/neos.php';

```

Expand Down
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jonnitto/uberspace-deployer",
"description": "Unofficial deployer recipes for Uberspace interacting with Neos CMS",
"type": "library",
"type": "neos-build",
"license": "MIT",
"authors": [
{
Expand All @@ -22,5 +22,12 @@
"/CODE_OF_CONDUCT.md",
"/LICENSE"
]
},
"extra": {
"marketplace-account": "me@jonnitto.ch",
"installer-name": "Uberspace.Deployer",
"neos": {
"package-key": "Uberspace.Deployer"
}
}
}
2 changes: 1 addition & 1 deletion example/deploy.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

namespace Deployer;

require_once 'Packages/Libraries/jonnitto/uberspace-deployer/neos.php';
require_once 'Build/Uberspace.Deployer/neos.php';

0 comments on commit 119d1e8

Please sign in to comment.