Skip to content

Commit 7595fc9

Browse files
authored
Merge branch 'master' into feature/web-app-buttons
2 parents 30d3498 + d607373 commit 7595fc9

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
2323
- Nothing
2424
--->
2525

26-
## Unreleased -
26+
## 1.8.0 - 2022-05-18
2727

2828
### Added
2929
- #### WebApp
@@ -34,6 +34,13 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
3434
- Added classes `GetChatMenuButtonMethod` and `SetChatMenuButtonMethod` for setting chat menu button and getting info about it;
3535
- Added class `SetChatMenuButtonNormalizer` for normalize data from `SetChatMenuButtonMethod` before making request;
3636

37+
38+
## 1.7.1 - 2022-05-18
39+
40+
### Added
41+
- Supported for symfony 6.x components
42+
43+
3744
## 1.7.0 - 2020-12-12
3845
#### Bot API 5.0 - november November 4, 2020
3946

composer.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929
"psr/http-client": "^1.0",
3030
"psr/http-factory": "^1.0",
3131
"psr/http-message": "^1.0",
32-
"symfony/property-access": "^3.4|^4.3|^5.0",
33-
"symfony/property-info": "^3.4|^4.3|^5.0",
34-
"symfony/serializer": "^3.4|^4.3|^5.0",
32+
"symfony/property-access": "^3.4|^4.3|^5.0|^6.0",
33+
"symfony/property-info": "^3.4|^4.3|^5.0|^6.0",
34+
"symfony/serializer": "^3.4|^4.3|^5.0|^6.0",
3535
"ext-fileinfo": "*"
3636
},
3737
"require-dev": {
3838
"friendsofphp/php-cs-fixer": "^2.13",
3939
"phpro/grumphp": "^1.1.0",
40-
"phpstan/phpstan": "^0.10.6",
40+
"phpstan/phpstan": "^0.10.6|^0.12.20",
4141
"phpunit/phpunit": "^8.5",
4242
"povils/phpmnd": "^2.0",
4343
"sebastian/phpcpd": "^5.0",
@@ -64,6 +64,9 @@
6464
}
6565
},
6666
"config": {
67-
"sort-packages": true
67+
"sort-packages": true,
68+
"allow-plugins": {
69+
"phpro/grumphp": true
70+
}
6871
}
6972
}

0 commit comments

Comments
 (0)