Skip to content

Commit 38f8edd

Browse files
authored
Merge pull request #6 from appuio/renovate/monolog-monolog-2.x
Update dependency monolog/monolog to 2.1.*
2 parents 133c7f9 + 69a28ea commit 38f8edd

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ This is an example php application, which can be deployed to APPUiO using the fo
77
### CLI / oc Client
88

99
#### Create New OpenShift Project
10-
```
11-
$ oc new-project example-php-dockerfile-helloworld
10+
11+
```bash
12+
oc new-project example-php-dockerfile-helloworld
1213
```
1314

1415
#### Create Application and expose Service
15-
```
16-
$ oc new-app https://github.com/appuio/example-php-docker-helloworld.git --strategy=docker --name=appuio-php-docker-ex
1716

18-
$ oc expose service appuio-php-docker-ex
19-
```
17+
```bash
18+
oc new-app https://github.com/appuio/example-php-docker-helloworld.git --strategy=docker --name=appuio-php-docker-ex
2019

20+
oc expose service appuio-php-docker-ex
21+
```

app/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"require": {
3-
"monolog/monolog": "2.0.*"
3+
"monolog/monolog": "2.1.*"
44
}
55
}

0 commit comments

Comments
 (0)