Skip to content

Commit 20e56e5

Browse files
committed
Add master alias
1 parent 1ac0fb7 commit 20e56e5

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ $ composer require contributte/image-storage
2323
```
2424
## Versions
2525

26-
| State | Version | Branch | PHP |
27-
|---------|------------|----------|---------|
28-
| dev | dev-master | `master` | `>=7.1` |
29-
| stable | `^1.1.13` | `master` | `>=7.1` |
26+
| State | Version | Branch | PHP |
27+
|-------------|---------|----------|----------|
28+
| dev | `^1.2` | `master` | `>= 7.1` |
29+
| stable | `^1.1` | `master` | `>= 7.1` |
3030

3131
## Overview
3232

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,10 @@
5757
"phpstan": [
5858
"temp/phpstan/vendor/bin/phpstan analyse -l max -c phpstan.neon src"
5959
]
60+
},
61+
"extra": {
62+
"branch-alias": {
63+
"dev-master": "1.2.x-dev"
64+
}
6065
}
6166
}

0 commit comments

Comments
 (0)