| 1 | <?php |
||
| 14 | class RequireDependency extends Base |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * {@inheritdoc} |
||
| 18 | */ |
||
| 19 | protected $action = 'require'; |
||
| 20 | |||
| 21 | /** |
||
| 22 | * 'require' is a keyword, so it cannot be a method name. |
||
| 23 | * @return $this |
||
| 24 | */ |
||
| 25 | public function dependency($project, $version = null) |
||
| 40 | |||
| 41 | /** |
||
| 42 | * {@inheritdoc} |
||
| 43 | */ |
||
| 44 | public function run() |
||
| 50 | } |
||
| 51 |