Skip to content

Commit

Permalink
Merge f7d898e into f8d7149
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-doehring committed Sep 10, 2021
2 parents f8d7149 + f7d898e commit e42bdb7
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 e42bdb7

Please sign in to comment.