Skip to content

Commit 1cdb0ef

Browse files
committed
update dependencies and use psr clock instead of stella maris
1 parent daa89e9 commit 1cdb0ef

32 files changed

+1072
-1213
lines changed

composer-unused.php

+1-5
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33
declare(strict_types=1);
44

55
use ComposerUnused\ComposerUnused\Configuration\Configuration;
6-
use ComposerUnused\ComposerUnused\Configuration\NamedFilter;
76

87
return static function (Configuration $config): Configuration {
9-
return $config
10-
->addNamedFilter(NamedFilter::fromString('lcobucci/clock'))
11-
->addNamedFilter(NamedFilter::fromString('symfony/process'))
12-
->addNamedFilter(NamedFilter::fromString('symfony/stopwatch'));
8+
return $config;
139
};

composer.json

+22-22
Original file line numberDiff line numberDiff line change
@@ -45,35 +45,35 @@
4545
"symfony/process": "^5.4|^6.0",
4646
"symfony/stopwatch": "^5.4|^6.0",
4747
"symfony/event-dispatcher": "^5.4|^6.0",
48-
"symfony/event-dispatcher-contracts": "^2.0|^3.0",
48+
"symfony/event-dispatcher-contracts": "^2.5|^3.2",
4949

50-
"doctrine/doctrine-bundle": "^2.6",
51-
"doctrine/event-manager": "^1.1",
52-
"doctrine/collections": "^1.6",
53-
"doctrine/persistence": "^2.0|^3.0",
54-
"doctrine/orm": "^2.12|^3.0",
50+
"doctrine/doctrine-bundle": "^2.8",
51+
"doctrine/event-manager": "^1.2|^2.0",
52+
"doctrine/collections": "^1.8|^2.1",
53+
"doctrine/persistence": "^2.5|^3.1",
54+
"doctrine/orm": "^2.14|^3.0",
5555
"doctrine/dbal": "^2.13|^3.3",
5656

57-
"dragonmantank/cron-expression": "^3.1",
58-
"lcobucci/clock": "^2.2",
59-
"stella-maris/clock": "^0.1",
60-
"ramsey/collection": "^1.2"
57+
"psr/clock": "^1.0",
58+
59+
"dragonmantank/cron-expression": "^3.3",
60+
"lcobucci/clock": "^3.0",
61+
"ramsey/collection": "^2.0"
6162
},
6263
"require-dev":{
6364
"icanhazstring/composer-unused": "^0.8",
64-
"doctrine/coding-standard": "~9.0",
65+
"doctrine/coding-standard": "^11.0",
6566
"roave/security-advisories": "dev-master",
66-
"squizlabs/php_codesniffer": "~3.6",
67-
"maglnet/composer-require-checker": "^3.8|^4.0",
68-
"phpstan/phpstan": "~1.7",
69-
"phpstan/phpstan-deprecation-rules": "~1.0",
70-
"phpstan/phpstan-phpunit": "~1.1",
71-
"phpstan/phpstan-strict-rules": "~1.2",
72-
"phpstan/phpstan-symfony": "~1.1",
73-
"phpstan/phpstan-doctrine": "~1.3",
74-
"phpunit/phpunit": "~9.5",
75-
"symfony/var-dumper": "~6.0",
76-
"maglnet/composer-require-checker": "^4.0"
67+
"squizlabs/php_codesniffer": "^3.7",
68+
"maglnet/composer-require-checker": "^4.5",
69+
"phpstan/phpstan": "^1.9",
70+
"phpstan/phpstan-deprecation-rules": "^1.1",
71+
"phpstan/phpstan-phpunit": "^1.3",
72+
"phpstan/phpstan-strict-rules": "^1.4",
73+
"phpstan/phpstan-symfony": "^1.2",
74+
"phpstan/phpstan-doctrine": "^1.3",
75+
"phpunit/phpunit": "^9.5",
76+
"symfony/var-dumper": "^6.2"
7777
},
7878
"autoload": {
7979
"psr-4": {

0 commit comments

Comments
 (0)