Skip to content

Commit

Permalink
Merge branch '6.x' into feature/cpu-core-counter
Browse files Browse the repository at this point in the history
  • Loading branch information
Slamdunk committed Dec 12, 2022
2 parents 062af34 + a096be1 commit 0915342
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jobs:
- "7.4"
- "8.0"
- "8.1"
- "8.2"
dependencies:
- "lowest"
- "highest"
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"phpunit/php-code-coverage": "^9.2.19",
"phpunit/php-file-iterator": "^3.0.6",
"phpunit/php-timer": "^5.0.3",
"phpunit/phpunit": "^9.5.26",
"phpunit/phpunit": "^9.5.27",
"sebastian/environment": "^5.1.4",
"symfony/console": "^5.4.12 || ^6.2",
"symfony/console": "^5.4.16 || ^6.2.1",
"symfony/process": "^5.4.11 || ^6.2"
},
"require-dev": {
Expand All @@ -54,7 +54,7 @@
"doctrine/coding-standard": "^10.0.0",
"infection/infection": "^0.26.16",
"squizlabs/php_codesniffer": "^3.7.1",
"symfony/filesystem": "^5.4.12 || ^6.2",
"symfony/filesystem": "^5.4.13 || ^6.2",
"vimeo/psalm": "^5.1"
},
"autoload": {
Expand Down

0 comments on commit 0915342

Please sign in to comment.