Skip to content

Commit 336a3c6

Browse files
committed
Update to PHP 7.3 minimum
1 parent 83edbe7 commit 336a3c6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
operating-system: [ubuntu-latest]
14-
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
14+
php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
1515

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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ HTTP Status Codes and Exceptions
99

1010
## Requirements
1111

12-
- **php**: ^7.2 | ^8.0
12+
- **php**: ^7.3 | ^8.0
1313

1414
## Installing
1515

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.2 | ^8.0"
13+
"php": "^7.3 | ^8.0"
1414
},
1515
"autoload": {
1616
"psr-4": {

phpstan.neon

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ parameters:
22
level: 9
33
paths:
44
- src
5-
phpVersion: 70200
5+
phpVersion: 70300

0 commit comments

Comments
 (0)