Skip to content

Commit

Permalink
Add PHP 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
odan committed Jan 7, 2021
1 parent 1f4f13f commit 5f58a3f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ['7.3', '7.4', '8.0']
php-versions: ['7.2', '7.3', '7.4', '8.0']
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A PSR-15 middleware to secure your site with SameSite cookies :cookie:

## Requirements

* PHP 7.3+ or 8.0+
* PHP 7.2+ or 8.0+

## Installation

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
"homepage": "https://github.com/selective-php/samesite-cookie",
"license": "MIT",
"require": {
"php": "^7.3 || ^8.0",
"php": "^7.2 || ^8.0",
"psr/http-message": "^1",
"psr/http-server-handler": "^1",
"psr/http-server-middleware": "^1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2",
"middlewares/utils": "^3.2",
"middlewares/utils": "^3",
"overtrue/phplint": "^2",
"phpstan/phpstan": "0.*",
"phpunit/phpunit": "^9",
"slim/psr7": "^1.3",
"phpunit/phpunit": "^8 || ^9",
"slim/psr7": "^1",
"squizlabs/php_codesniffer": "^3"
},
"scripts": {
Expand Down

0 comments on commit 5f58a3f

Please sign in to comment.