Skip to content

Commit

Permalink
phpunit 11
Browse files Browse the repository at this point in the history
- upgrade to phpunit 11
  • Loading branch information
wickedOne committed Apr 26, 2024
1 parent 5945df5 commit 902bf68
Show file tree
Hide file tree
Showing 9 changed files with 707 additions and 372 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
env:
MIN_MSI: 95.00
MIN_COVERED_MSI: 98.00
COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}'

jobs:
phpunit-tests:
Expand Down
19 changes: 15 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,16 @@
],
"minimum-stability": "stable",
"require-dev": {
"infection/infection": "^0.27.11",
"matthiasnoback/symfony-dependency-injection-test": "^5.1.0",
"infection/infection": "^0.28",
"matthiasnoback/symfony-dependency-injection-test": "dev-phpunit-11",
"matthiasnoback/symfony-config-test": "dev-master",
"phpstan/phpstan": "^1.10.65",
"phpstan/phpstan-deprecation-rules": "^1.1.4",
"phpstan/phpstan-php-parser": "^1.1",
"phpstan/phpstan-phpunit": "^1.3.16",
"phpunit/phpunit": "^10.5.15",
"phpunit/phpunit": "^10.5.11 || ^11.0",
"roave/security-advisories": "dev-latest",
"vimeo/psalm": "^5.23.1"
"vimeo/psalm": "dev-master"
},
"require": {
"php": "~8.2.0 || ~8.3.0",
Expand All @@ -40,6 +41,16 @@
"symfony/monolog-bundle": "^3.10.0",
"symfony/translation": "^6.4 || ^7.0"
},
"repositories": [
{
"type": "git",
"url": "git@github.com:wickedOne/SymfonyDependencyInjectionTest.git"
},
{
"type": "git",
"url": "git@github.com:wickedOne/SymfonyConfigTest.git"
}
],
"config": {
"sort-packages": true,
"allow-plugins": {
Expand Down
Loading

0 comments on commit 902bf68

Please sign in to comment.