Skip to content

Commit

Permalink
Merge pull request #7 from vdechenaux/update-symfony-process
Browse files Browse the repository at this point in the history
Support of PHP 8.1 and symfony/process 6
  • Loading branch information
vdechenaux authored Oct 15, 2022
2 parents f2504d4 + 8b3af3d commit c28352f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ workflows:
- unit-tests:
matrix:
parameters:
version: ["7.4", "8.0"]
version: ["7.4", "8.0", "8.1"]
installBinary:
- composer require vdechenaux/brotli-bin-amd64
- sudo apt-get update && sudo apt-get install -y brotli
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Features

This library adds Brotli support to PHP (>= 7.1)
This library adds Brotli support to PHP (>= 7.4)

```php
function brotli_compress(string $data, int $quality = 11): string
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"require": {
"php": "^7.4 || ^8.0",
"symfony/process": "^3.3|^4.0|^5.0"
"symfony/process": "^4.4.30|^5.3.7|^6.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0"
Expand Down

0 comments on commit c28352f

Please sign in to comment.