Skip to content

Commit 360d56f

Browse files
committed
Update dependencies for PHP 8
1 parent 8825c7d commit 360d56f

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

composer.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,17 @@
33
"description": "A utility library for working with Data Packages",
44
"license": "MIT",
55
"require": {
6-
"php": ">=7.1",
7-
"ext-zip": "*",
8-
"justinrainbow/json-schema": "^5.2",
9-
"frictionlessdata/tableschema": "^v1.0.0"
6+
"php": ">=8",
7+
"justinrainbow/json-schema": "^5.3 || ^6.6",
8+
"frictionlessdata/tableschema": "^v1",
9+
"ext-json": "*",
10+
"ext-zip": "*"
1011
},
1112
"require-dev": {
12-
"phpunit/phpunit": "^7.5.20",
13-
"satooshi/php-coveralls": "^1.0",
13+
"phpunit/phpunit": ">=7.5 <10.0",
14+
"php-coveralls/php-coveralls": "^2.4",
1415
"psy/psysh": "@stable",
15-
"squizlabs/php_codesniffer": "^3.5"
16+
"squizlabs/php_codesniffer": "^3.7"
1617
},
1718
"autoload": {
1819
"psr-4": {

0 commit comments

Comments
 (0)