File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ of a PHP library.
12
12
13
13
## Pre-requisites/assumptions
14
14
15
- * Your project uses ` git `
16
- * Your project uses ` composer.json ` to define its dependencies
17
- * All source paths are covered by an ` "autoload" ` section in ` composer.json `
18
- * Changes need to be committed to ` git ` to be covered. You can implement your own logic to extract sources and dependencies from a project though.
15
+ * Your project uses ` git `
16
+ * Your project uses ` composer.json ` to define its dependencies
17
+ * All source paths are covered by an ` "autoload" ` section in ` composer.json `
18
+ * Changes need to be committed to ` git ` to be covered. You can implement your own logic to extract sources and dependencies from a project though.
19
19
20
20
## Installation
21
21
@@ -25,7 +25,7 @@ composer require --dev roave/backward-compatibility-check
25
25
26
26
### Install with Docker
27
27
28
- You can also use Docker to run ` roave-backward-compatibility-check ` :
28
+ You can also use Docker to run ` roave-backward-compatibility-check ` :
29
29
30
30
``` bash
31
31
docker run --rm -v ` pwd` :/app nyholm/roave-bc-check
@@ -79,7 +79,8 @@ Tobias Nyholm also offers [a simple GitHub action](https://github.com/Nyholm/roa
79
79
that you can use in your Github pipeline. We recommend this for most cases as
80
80
it is simple to set up:
81
81
82
- _.github/workflows/main.yml_
82
+ ` .github/workflows/main.yml`:
83
+
83
84
` ` ` yaml
84
85
on: [push]
85
86
name: Test
You can’t perform that action at this time.
0 commit comments