Skip to content

Commit c13b209

Browse files
authored
Merge pull request #1 from CorpusPHP/test/Php72
Lower PHP Requirement to 7.2
2 parents 67c0aea + 4c3d630 commit c13b209

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
operating-system: [ubuntu-latest]
14-
php-versions: ['7.3', '7.4', '8.0']
13+
operating-system: [ ubuntu-latest ]
14+
php-versions: [ '7.2','7.3', '7.4', '8.0' ]
1515

1616
runs-on: ${{ matrix.operating-system }}
1717

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Utilities for working with [PSR-7 Http Message](https://www.php-fig.org/psr/psr-
1010
## Requirements
1111

1212
- **psr/http-message**: ^1.0
13-
- **php**: >=7.3
13+
- **php**: >=7.2
1414

1515
## Installing
1616

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"type": "library",
55
"require": {
66
"psr/http-message": "^1.0",
7-
"php": ">=7.3"
7+
"php": ">=7.2"
88
},
99
"require-dev": {
10-
"phpunit/phpunit": "^9.5",
10+
"phpunit/phpunit": "^6.5 || ^9.3",
1111
"php-mock/php-mock-phpunit": "^2.6",
1212
"guzzlehttp/psr7": "^1.8",
1313
"corpus/coding-standard": "^0.3.0",

0 commit comments

Comments
 (0)