Skip to content

Commit 1dbf18b

Browse files
Add upgrade document, add branch alias
1 parent 1f234d4 commit 1dbf18b

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

UPGRADE.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
This file describes the steps you will need to make when upgrading this bundle.
2+
3+
# From 1.x to 2.x
4+
5+
The bundle drops support for PHP <8.1 and annotations, so you will need to update all your annotations to attributes!
6+
7+
Other than that there are no changes.

composer.json

+5
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,10 @@
9696
"Drenso\\Shared\\": "src/",
9797
"Drenso\\Shared\\Tests\\": "phpunit/"
9898
}
99+
},
100+
"extra": {
101+
"branch-alias": {
102+
"dev-master": "v2.x-dev"
103+
}
99104
}
100105
}

0 commit comments

Comments
 (0)