We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8825c7d commit 360d56fCopy full SHA for 360d56f
1 file changed
composer.json
@@ -3,16 +3,17 @@
3
"description": "A utility library for working with Data Packages",
4
"license": "MIT",
5
"require": {
6
- "php": ">=7.1",
7
- "ext-zip": "*",
8
- "justinrainbow/json-schema": "^5.2",
9
- "frictionlessdata/tableschema": "^v1.0.0"
+ "php": ">=8",
+ "justinrainbow/json-schema": "^5.3 || ^6.6",
+ "frictionlessdata/tableschema": "^v1",
+ "ext-json": "*",
10
+ "ext-zip": "*"
11
},
12
"require-dev": {
- "phpunit/phpunit": "^7.5.20",
13
- "satooshi/php-coveralls": "^1.0",
+ "phpunit/phpunit": ">=7.5 <10.0",
14
+ "php-coveralls/php-coveralls": "^2.4",
15
"psy/psysh": "@stable",
- "squizlabs/php_codesniffer": "^3.5"
16
+ "squizlabs/php_codesniffer": "^3.7"
17
18
"autoload": {
19
"psr-4": {
0 commit comments