We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03079f3 commit e52bd84Copy full SHA for e52bd84
composer.json
@@ -16,7 +16,7 @@
16
"php": ">=7.4"
17
},
18
"require-dev": {
19
- "deployer/deployer": "^7.0.0@beta"
+ "deployer/deployer": "^7.0.0-rc.5@beta"
20
21
"autoload": {
22
"files": [
recipe/contao.php
recipe/project.php
@@ -2,9 +2,7 @@
2
3
namespace Deployer;
4
5
-// Switch when <https://github.com/deployphp/deployer/pull/2851> is represented in a tagged version
6
-import(__DIR__ . '/contao.php');
7
-//import('recipe/contao.php');
+import('recipe/contao.php');
8
import(__DIR__ . '/contao-rsync.php');
9
import(__DIR__ . '/database.php');
10
import(__DIR__ . '/files.php');
0 commit comments