Skip to content

Commit 8410c09

Browse files
pauljuracourtney-miles
authored andcommitted
chore(deps): Drop support for PHP 7.1 and PHPUnit 7
There is no version of PHPUnit that will run on PHP 7.1 and not conflict with roave/security-advisories.
1 parent 3442446 commit 8410c09

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
php-version: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
12+
php-version: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
1313
composer-prefer:
1414
- '--prefer-dist'
1515
- '--prefer-stable --prefer-lowest'

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"description": "A utility library for working with Table Schema",
44
"license": "MIT",
55
"require": {
6-
"php": ">=7.1.0",
6+
"php": ">=7.2.0",
77
"ext-mbstring": "*",
88
"ext-json": "*",
99
"justinrainbow/json-schema": "^5.2.10",
1010
"nesbot/carbon": "^2.63.0",
1111
"jmikola/geojson": "^1.0"
1212
},
1313
"require-dev": {
14-
"phpunit/phpunit": ">=7.5 <10.0",
14+
"phpunit/phpunit": ">=8.0 <10.0",
1515
"php-coveralls/php-coveralls": "^2.4",
1616
"psy/psysh": "@stable",
1717
"roave/security-advisories": "dev-latest"

0 commit comments

Comments
 (0)