You've already forked redmine-bundle
downgraded PHPUnit to v10
This commit is contained in:
@@ -1,18 +1,25 @@
|
||||
{
|
||||
"name": "magdev/redmine-bundle",
|
||||
"description": "Symfony bundle to integrate the Redmine-API",
|
||||
"license": "MIT",
|
||||
"type": "symfony-bundle",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Marco Grätsch",
|
||||
"email": "magdev3.0@gmail.com"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"kbsali/redmine-api": "^2.7"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^9.5 | ^10",
|
||||
"symfony/http-kernel": "^6 | ^7",
|
||||
"symfony/dependency-injection": "^6 | ^7",
|
||||
"symfony/config": "^6 | ^7",
|
||||
"symfony/phpunit-bridge": "^6 | ^7"
|
||||
"phpunit/phpunit": "^9.5 || ^10",
|
||||
"symfony/config": "^6 || ^7",
|
||||
"symfony/dependency-injection": "^6 || ^7",
|
||||
"symfony/http-kernel": "^6 || ^7",
|
||||
"symfony/phpunit-bridge": "^6 || ^7"
|
||||
},
|
||||
"license": "MIT",
|
||||
"minimum-stability": "stable",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Magdev\\RedmineBundle\\": "src/"
|
||||
@@ -22,12 +29,5 @@
|
||||
"psr-4": {
|
||||
"Magdev\\RedmineBundle\\Tests\\": "tests/"
|
||||
}
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Marco Grätsch",
|
||||
"email": "magdev3.0@gmail.com"
|
||||
}
|
||||
],
|
||||
"minimum-stability": "stable"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user