File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ This repository contains UBC CS department recipes to integrate with deployer.
5
5
## Installing
6
6
7
7
~~~ sh
8
- composer require ubc-cpsc/recipes --dev
8
+ composer require ubc-cpsc/deployer- recipes --dev
9
9
~~~
10
10
11
11
Include recipes in ` deploy.php ` file.
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " ubc-cpsc/recipes" ,
2
+ "name" : " ubc-cpsc/deployer- recipes" ,
3
3
"license" : " MIT" ,
4
4
"description" : " UBC CS deployer recipes" ,
5
5
"type" : " library" ,
Original file line number Diff line number Diff line change 5
5
Install with composer
6
6
7
7
``` bash
8
- composer require deployer/ recipes --dev
8
+ composer require ubc-cpsc/deployer- recipes --dev
9
9
```
10
10
11
11
Add to your _ deploy.php_
Original file line number Diff line number Diff line change 5
5
Install with composer
6
6
7
7
``` bash
8
- composer require deployer/ recipes --dev
8
+ composer require ubc-cpsc/deployer- recipes --dev
9
9
```
10
10
11
11
Add to your _ deploy.php_
You can’t perform that action at this time.
0 commit comments