Skip to content

Commit da3fcc2

Browse files
authored
Merge pull request #14 from ddeboer/symfony-6
Support Symfony 6
2 parents 3ebe5f0 + 788435b commit da3fcc2

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

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

3+
## 1.3.0 -
4+
5+
- Support Symfony 6
6+
37
## 1.2.0 - 2020-11-30
48

59
- Support PHP 8

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
],
1313
"require": {
1414
"php": "^7.2 || ^8.0",
15-
"guzzlehttp/psr7": "^1.7",
15+
"guzzlehttp/psr7": "^1.7 || ^2.0",
1616
"php-http/client-common": "^2.0",
1717
"psr/log": "^1.1",
18-
"symfony/filesystem": "^3.4|^4.0|^5.0",
19-
"symfony/options-resolver": "^3.4|^4.0|^5.0"
18+
"symfony/filesystem": "^4.0|^5.0|^6.0",
19+
"symfony/options-resolver": "^4.0|^5.0|^6.0"
2020
},
2121
"require-dev": {
22-
"symfony/phpunit-bridge": "^4.2|^5.0",
23-
"phpstan/phpstan": "^0.12.57"
22+
"symfony/phpunit-bridge": "^4.2|^5.0|^6.0",
23+
"phpstan/phpstan": "^1.0"
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)