summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json26
1 files changed, 13 insertions, 13 deletions
diff --git a/composer.json b/composer.json
index d138fd0..bffa7d1 100644
--- a/composer.json
+++ b/composer.json
@@ -21,7 +21,7 @@
},
"prefer-stable": true,
"require": {
- "php": "^7.3",
+ "php": "^7.3 || ^8.0",
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
@@ -29,29 +29,29 @@
"ext-xml": "*",
"ext-xmlwriter": "*",
"doctrine/instantiator": "^1.3.1",
- "myclabs/deep-copy": "^1.9.5",
- "phar-io/manifest": "^1.0.3",
- "phar-io/version": "^2.0.1",
- "phpspec/prophecy": "^1.10.3",
- "phpunit/php-code-coverage": "^8.0.2",
- "phpunit/php-file-iterator": "^3.0.3",
- "phpunit/php-invoker": "^3.0.2",
+ "myclabs/deep-copy": "^1.10.1",
+ "phar-io/manifest": "^2.0.1",
+ "phar-io/version": "^3.0.2",
+ "phpspec/prophecy": "^1.11.1",
+ "phpunit/php-code-coverage": "^9.1.1",
+ "phpunit/php-file-iterator": "^3.0.4",
+ "phpunit/php-invoker": "^3.1",
"phpunit/php-text-template": "^2.0.2",
"phpunit/php-timer": "^5.0.1",
"sebastian/code-unit": "^1.0.5",
"sebastian/comparator": "^4.0.3",
- "sebastian/diff": "^4.0.1",
+ "sebastian/diff": "^4.0.2",
"sebastian/environment": "^5.1.2",
"sebastian/exporter": "^4.0.2",
- "sebastian/global-state": "^4.0",
+ "sebastian/global-state": "^5.0",
"sebastian/object-enumerator": "^4.0.2",
"sebastian/resource-operations": "^3.0.2",
- "sebastian/type": "^2.1.1",
+ "sebastian/type": "^2.2.1",
"sebastian/version": "^3.0.1"
},
"require-dev": {
"ext-PDO": "*",
- "phpspec/prophecy-phpunit": "^2.0"
+ "phpspec/prophecy-phpunit": "^2.0.1"
},
"config": {
"platform": {
@@ -87,7 +87,7 @@
},
"extra": {
"branch-alias": {
- "dev-master": "9.2-dev"
+ "dev-master": "9.3-dev"
}
}
}