summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-07-08 15:35:38 +0200
committerRemi Collet <remi@php.net>2024-07-08 15:35:38 +0200
commit98fea07aaa6e888c8b32d458eebef1576cfaba66 (patch)
tree524855345c911d46e97a4f4e33e05a817b09fc34 /composer.json
parentb87810c7b8f59eee653083b79a4b3095d8282382 (diff)
update to 1.3.0HEADmaster
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json16
1 files changed, 5 insertions, 11 deletions
diff --git a/composer.json b/composer.json
index 00bcfef..9afbaa1 100644
--- a/composer.json
+++ b/composer.json
@@ -47,13 +47,13 @@
"phpcbf": "@php phpcbf"
},
"require": {
- "php": "^7.1 || ^8.0"
+ "php": "^7.2 || ^8.0"
},
"require-dev": {
- "phpunit/phpunit": "^7 || ^8 || ^9",
- "phpstan/phpstan": "^1.2",
- "wdes/coding-standard": "^3.2.1",
- "swaggest/json-schema": "^0.12.29"
+ "phpunit/phpunit": "^8 || ^9 || ^10 || ^11",
+ "phpstan/phpstan": "^1.10",
+ "wdes/coding-standard": "^3.3.2",
+ "swaggest/json-schema": "^0.12.42"
},
"autoload": {
"psr-4": {
@@ -72,11 +72,5 @@
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
- },
- "archive": {
- "exclude": [
- "/test",
- "/phpunit.xml"
- ]
}
}