Skip to content

Commit 459ac60

Browse files
committed
Updated keywords and example header comment
1 parent 910cb6f commit 459ac60

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
}
1010
],
1111
"keywords": [
12-
"deployer",
13-
"recipe",
12+
"deployer-php",
13+
"deployer-recipe",
1414
"jetrails",
1515
"autopilot",
16-
"magento",
16+
"magento2",
1717
"shopware",
1818
"wordpress"
1919
],

examples/magento2.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<?php
22

33
// >jetrails_
4+
// https://github.com/jetrails/deployer-autopilot
5+
6+
declare(strict_types=1);
47

58
namespace Deployer;
69

0 commit comments

Comments
 (0)