Skip to content

Commit

Permalink
Remove the contao.php recipe that is now part of Deployer
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhj committed Mar 17, 2022
1 parent 03079f3 commit e52bd84
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 104 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"php": ">=7.4"
},
"require-dev": {
"deployer/deployer": "^7.0.0@beta"
"deployer/deployer": "^7.0.0-rc.5@beta"
},
"autoload": {
"files": [
Expand Down
100 changes: 0 additions & 100 deletions recipe/contao.php

This file was deleted.

4 changes: 1 addition & 3 deletions recipe/project.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

namespace Deployer;

// Switch when <https://github.com/deployphp/deployer/pull/2851> is represented in a tagged version
import(__DIR__ . '/contao.php');
//import('recipe/contao.php');
import('recipe/contao.php');
import(__DIR__ . '/contao-rsync.php');
import(__DIR__ . '/database.php');
import(__DIR__ . '/files.php');
Expand Down

0 comments on commit e52bd84

Please sign in to comment.