Skip to content

Commit

Permalink
feat: Add support for Symfony 6 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-doehring authored Dec 2, 2021
1 parent eb17020 commit d442217
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 39 deletions.
37 changes: 0 additions & 37 deletions .github/workflows/phpunit-symfony6.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
run: vendor/bin/phpunit -v --coverage-text --coverage-clover build/logs/clover.xml

- name: Upload coverage results to Coveralls
if: ${{ matrix.php == '7.4' }}
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ To learn more about `SameSite` cookies and how to use them, check out the

## Requirements
* php `^7.3` or `^8.0`
* `symfony/http-foundation` version `^4.4` or `^5.0`
* `symfony/http-foundation` version `^5.3.7` or `^6.0`

## Installation

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"require": {
"php": "^7.3|^8.0",
"cbschuld/browser.php": "^1.9",
"symfony/http-foundation": "^4.4.30|^5.3.7"
"symfony/http-foundation": "^5.3.7|^6.0"
},
"require-dev": {
"fakerphp/faker": "^1.14",
Expand Down

0 comments on commit d442217

Please sign in to comment.