Skip to content

Commit 5f58a3f

Browse files
committed
Add PHP 7.2
1 parent 1f4f13f commit 5f58a3f

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
operating-system: [ubuntu-latest]
11-
php-versions: ['7.3', '7.4', '8.0']
11+
php-versions: ['7.2', '7.3', '7.4', '8.0']
1212
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
1313

1414
steps:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A PSR-15 middleware to secure your site with SameSite cookies :cookie:
1212

1313
## Requirements
1414

15-
* PHP 7.3+ or 8.0+
15+
* PHP 7.2+ or 8.0+
1616

1717
## Installation
1818

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111
"homepage": "https://github.com/selective-php/samesite-cookie",
1212
"license": "MIT",
1313
"require": {
14-
"php": "^7.3 || ^8.0",
14+
"php": "^7.2 || ^8.0",
1515
"psr/http-message": "^1",
1616
"psr/http-server-handler": "^1",
1717
"psr/http-server-middleware": "^1"
1818
},
1919
"require-dev": {
2020
"friendsofphp/php-cs-fixer": "^2",
21-
"middlewares/utils": "^3.2",
21+
"middlewares/utils": "^3",
2222
"overtrue/phplint": "^2",
2323
"phpstan/phpstan": "0.*",
24-
"phpunit/phpunit": "^9",
25-
"slim/psr7": "^1.3",
24+
"phpunit/phpunit": "^8 || ^9",
25+
"slim/psr7": "^1",
2626
"squizlabs/php_codesniffer": "^3"
2727
},
2828
"scripts": {

0 commit comments

Comments
 (0)