downgraded PHPUnit to v10

This commit is contained in:
2024-09-12 23:14:30 +02:00
parent 8c879843b2
commit 71e0377de9
2 changed files with 109 additions and 109 deletions

View File

@@ -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"
}
}