Skip to content

Commit 72544d7

Browse files
committed
prepare version 1
1 parent 30fd2c4 commit 72544d7

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
php-version: ['7.2', '7.3', '7.4', '8.0', '8.1']
17+
php-version: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
1818
include:
1919
- php-version: '7.2'
2020
composer-flags: '--prefer-stable --prefer-lowest'

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
# 1.0.0
4+
5+
No changes since 0.6.1.
6+
37
# 0.6.1
48

59
* Do not ignore methods that have no phpdoc but do have a PHP 8.1 attribute to make them virtual properties.

composer.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@
5959
"@phpunit"
6060
]
6161
},
62-
"extra": {
63-
"branch-alias": {
64-
"dev-master": "0.3.x-dev"
65-
}
66-
},
6762
"config": {
6863
"sort-packages": true
6964
}

0 commit comments

Comments
 (0)