WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit a33dfc4

Browse files
committed
support symfony 7.x
and update phpunit 8 to 10
1 parent 1865172 commit a33dfc4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@
66
"license": "MIT",
77
"require": {
88
"php": "^7.4|^8.0",
9-
"symfony/config": "^4.3|~5.0|~6.0",
10-
"symfony/dependency-injection": "^4.4|~5.0|~6.0",
9+
"symfony/config": "~5.0|~6.0|~7.0",
10+
"symfony/dependency-injection": "~5.0|~6.0|~7.0",
1111
"web-token/jwt-framework": "^3.4"
12-
}
13-
,
12+
},
1413
"require-dev": {
1514
"roave/security-advisories": "dev-master",
16-
"phpunit/phpunit": "^8.5"
15+
"phpunit/phpunit": "~10.0"
1716
},
1817
"scripts": {
1918
"test": "vendor/bin/phpunit tests"

0 commit comments

Comments
 (0)