Skip to content

Commit

Permalink
Bump PHP requirement to 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gapple committed Jun 18, 2021
1 parent 85f29f6 commit 2d28751
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['7.2', '7.3', '7.4', '8.0']
php-versions: ['7.3', '7.4', '8.0']
experimental: [false]
env:
code-coverage-version: '7.4'
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
"phpunit": "phpunit"
},
"require": {
"php": "^7.2 || ^8.0",
"php": "^7.3 || ^8.0",
"ext-json": "*"
},
"require-dev": {
"httpwg/structured-field-tests": "*@dev",
"paragonie/constant_time_encoding": "^2.3",
"phpunit/phpunit": "^8.5 || ^9.3",
"phpunit/phpunit": "^9.3",
"squizlabs/php_codesniffer": "^3.5"
},
"extra": {
Expand Down

0 comments on commit 2d28751

Please sign in to comment.