Skip to content

Commit 69c411b

Browse files
committed
📝 Update README.md to target ^2.0 install
1 parent 263de74 commit 69c411b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
push:
66
branches:
7-
- 2.0
7+
- "2.0"
88
jobs:
99
test:
1010
name: "Test"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You can install this package through Composer:
2121
```json
2222
{
2323
"require": {
24-
"mouf/schema-analyzer": "~1.0"
24+
"mouf/schema-analyzer": "^2.0"
2525
}
2626
}
2727
```

0 commit comments

Comments
 (0)