There was an error while loading. Please reload this page.
1 parent 1865172 commit a33dfc4Copy full SHA for a33dfc4
1 file changed
composer.json
@@ -6,14 +6,13 @@
6
"license": "MIT",
7
"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",
+ "symfony/config": "~5.0|~6.0|~7.0",
+ "symfony/dependency-injection": "~5.0|~6.0|~7.0",
11
"web-token/jwt-framework": "^3.4"
12
- }
13
- ,
+ },
14
"require-dev": {
15
"roave/security-advisories": "dev-master",
16
- "phpunit/phpunit": "^8.5"
+ "phpunit/phpunit": "~10.0"
17
},
18
"scripts": {
19
"test": "vendor/bin/phpunit tests"
0 commit comments