Skip to content

Commit d607373

Browse files
authored
Merge pull request #60 from gusaln/feature/add-support-for-symfony-6.x
Add support for symfony 6.x components
2 parents bb0116a + c5b7043 commit d607373

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

CHANGELOG.md

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

26+
## Unreleased -
27+
28+
### Added
29+
- Supported for symfony 6.x components
30+
2631
## 1.7.0 - 2020-12-12
2732
#### Bot API 5.0 - november November 4, 2020
2833

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)