Skip to content

Commit 92acc63

Browse files
committed
support symfony 7.x
and support php >= 8.0, update phpunit 8 to 10
1 parent 1865172 commit 92acc63

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

composer.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,21 @@
55
"homepage": "https://github.com/toyokumo/JWTBundle",
66
"license": "MIT",
77
"require": {
8-
"php": "^7.4|^8.0",
9-
"symfony/config": "^4.3|~5.0|~6.0",
10-
"symfony/dependency-injection": "^4.4|~5.0|~6.0",
8+
"php": "^8.0",
9+
"symfony/config": "^6.0|^7.0",
10+
"symfony/dependency-injection": "^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"
2019
},
2120
"autoload": {
22-
"psr-4": { "Toyokumo\\JWTBundle\\": "src/" }
21+
"psr-4": {
22+
"Toyokumo\\JWTBundle\\": "src/"
23+
}
2324
}
2425
}

0 commit comments

Comments
 (0)