Skip to content

Commit

Permalink
feat: ensure php 8.1 compatibility (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-doehring committed Sep 15, 2021
1 parent f8d7149 commit 9d06b62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- 7.3
- 7.4
- 8.0
- 8.1
dependency-version: [prefer-lowest, prefer-stable]

name: php${{ matrix.php }} - ${{ matrix.dependency-version }}
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|^5.0"
"symfony/http-foundation": "^4.4.30|^5.3.7"
},
"require-dev": {
"fakerphp/faker": "^1.14",
Expand Down

0 comments on commit 9d06b62

Please sign in to comment.