Skip to content

Commit 0d014d2

Browse files
author
github-ci
committed
批量fix
1 parent a6d5ebf commit 0d014d2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,21 @@
66
"php": "^8.1",
77
"friendsofphp/proxy-manager-lts": "^1.0.18",
88
"symfony/config": "^6.4",
9-
"symfony/dependency-injection": "^6.4",
10-
"symfony/yaml": "^6.4 || ^7.1",
119
"symfony/console": "^6.4",
12-
"symfony/http-kernel": "^6.4",
10+
"symfony/dependency-injection": "^6.4",
1311
"symfony/expression-language": "^6.4",
1412
"symfony/framework-bundle": "^6.4",
15-
"symfony/stopwatch": "^6.4",
13+
"symfony/http-kernel": "^6.4",
1614
"symfony/service-contracts": "^3.5",
15+
"symfony/stopwatch": "^6.4",
16+
"symfony/yaml": "^6.4 || ^7.1",
1717
"tourze/arrayable": "0.0.*"
1818
},
19+
"require-dev": {
20+
"maglnet/composer-require-checker": "^4",
21+
"phpstan/phpstan": "^2.1",
22+
"phpunit/phpunit": "^10.0"
23+
},
1924
"autoload": {
2025
"psr-4": {
2126
"Tourze\\Symfony\\Aop\\": "src"
@@ -25,10 +30,5 @@
2530
"psr-4": {
2631
"Tourze\\Symfony\\Aop\\Tests\\": "tests"
2732
}
28-
},
29-
"require-dev": {
30-
"phpunit/phpunit": "^10.0",
31-
"phpstan/phpstan": "^2.1",
32-
"maglnet/composer-require-checker": "^4"
3333
}
3434
}

0 commit comments

Comments
 (0)