We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 263de74 commit 69c411bCopy full SHA for 69c411b
.github/workflows/ci.yml
@@ -4,7 +4,7 @@ on:
4
pull_request:
5
push:
6
branches:
7
- - 2.0
+ - "2.0"
8
jobs:
9
test:
10
name: "Test"
README.md
@@ -21,7 +21,7 @@ You can install this package through Composer:
21
```json
22
{
23
"require": {
24
- "mouf/schema-analyzer": "~1.0"
+ "mouf/schema-analyzer": "^2.0"
25
}
26
27
```
0 commit comments