summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-06-11 07:18:02 +0200
committerRemi Collet <remi@php.net>2024-06-11 07:18:02 +0200
commitd228806633f4d2dba434659d51e880d4cdaa4301 (patch)
tree29921bd6d4f4872aae2a05610a9df7ab42468371 /composer.json
parent03c0cb94a39180182a7b31e420d6a31a1ade37b7 (diff)
update to 2.7.7HEADmaster
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json22
1 files changed, 14 insertions, 8 deletions
diff --git a/composer.json b/composer.json
index 2cbcfa7..c1e5286 100644
--- a/composer.json
+++ b/composer.json
@@ -24,9 +24,9 @@
"require": {
"php": "^7.2.5 || ^8.0",
"composer/ca-bundle": "^1.0",
- "composer/class-map-generator": "^1.0",
+ "composer/class-map-generator": "^1.3.3",
"composer/metadata-minifier": "^1.0",
- "composer/semver": "^3.2.5",
+ "composer/semver": "^3.3",
"composer/spdx-licenses": "^1.5.7",
"composer/xdebug-handler": "^2.0.2 || ^3.0.3",
"justinrainbow/json-schema": "^5.2.11",
@@ -46,11 +46,11 @@
},
"require-dev": {
"symfony/phpunit-bridge": "^6.4.1 || ^7.0.1",
- "phpstan/phpstan": "^1.9.3",
- "phpstan/phpstan-phpunit": "^1.0",
- "phpstan/phpstan-deprecation-rules": "^1",
- "phpstan/phpstan-strict-rules": "^1",
- "phpstan/phpstan-symfony": "^1.2.10"
+ "phpstan/phpstan": "^1.11.0",
+ "phpstan/phpstan-phpunit": "^1.4.0",
+ "phpstan/phpstan-deprecation-rules": "^1.2.0",
+ "phpstan/phpstan-strict-rules": "^1.6.0",
+ "phpstan/phpstan-symfony": "^1.4.0"
},
"suggest": {
"ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
@@ -81,7 +81,13 @@
"autoload-dev": {
"psr-4": {
"Composer\\Test\\": "tests/Composer/Test/"
- }
+ },
+ "exclude-from-classmap": [
+ "tests/Composer/Test/Fixtures/",
+ "tests/Composer/Test/Autoload/Fixtures",
+ "tests/Composer/Test/Autoload/MinimumVersionSupport",
+ "tests/Composer/Test/Plugin/Fixtures"
+ ]
},
"bin": [
"bin/composer"